Update Changes.
[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 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
35         Log: perldelta updates.
36      Branch: perl
37            ! pod/perldelta.pod
38 ____________________________________________________________________________
39 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
40         Log: Signedness nit.
41      Branch: perl
42            ! regexec.c
43 ____________________________________________________________________________
44 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
45         Log: Subject: Re: Smoke 14870
46              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47              Date: Wed, 27 Feb 2002 16:48:35 +0100
48              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
49              
50              (with some additional garnish)
51      Branch: perl
52            ! README.hpux hints/hpux.sh
53 ____________________________________________________________________________
54 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
55         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
56              into perl.exp in AIX.
57      Branch: perl
58            ! makedef.pl perl.h
59 ____________________________________________________________________________
60 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
61         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
62              From: Robin Barker <rmb1@cise.npl.co.uk>
63              Date: Wed, 27 Feb 2002 14:39:35 GMT
64              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
65      Branch: perl
66            ! pod/perlrun.pod
67 ____________________________________________________________________________
68 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
69         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
70              From: Robin Barker <rmb1@cise.npl.co.uk>
71              Date: Wed, 27 Feb 2002 12:25:30 GMT
72              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
73      Branch: perl
74            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
75            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
76            ! pod/perlunicode.pod pod/perluniintro.pod
77 ____________________________________________________________________________
78 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
79         Log: Only modify LD_LIBRARY_PATH in case there are directories.
80      Branch: perl
81            ! hints/dec_osf.sh
82 ____________________________________________________________________________
83 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
84         Log: Subject: [PATCH] perl/hints/vos.sh
85              From: Paul_GreenVOS@vos.stratus.com
86              Date: Tue, 26 Feb 02 15:19 est
87              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
88      Branch: perl
89            ! hints/vos.sh
90 ____________________________________________________________________________
91 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
92         Log: Forgot from #14888.
93      Branch: perl
94            ! ext/Unicode/Normalize/mkheader
95 ____________________________________________________________________________
96 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
97         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
98      Branch: perl
99            ! ext/Unicode/Normalize/Changes
100            ! ext/Unicode/Normalize/Normalize.pm
101            ! ext/Unicode/Normalize/Normalize.xs
102            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
103            ! ext/Unicode/Normalize/t/test.t
104 ____________________________________________________________________________
105 [ 14887] By: ams                                   on 2002/02/26  23:51:52
106         Log: Subject: Missing diagnostics
107              From: Simon Glover <scog@roe.ac.uk>
108              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
109              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
110              
111              Subject: [PATCH] Better wording for the lvalue vec diagnostic
112              From: Simon Glover <scog@roe.ac.uk>
113              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
114              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
115      Branch: perl
116            ! doop.c pod/perldiag.pod t/op/vec.t
117 ____________________________________________________________________________
118 [ 14886] By: ams                                   on 2002/02/26  15:48:34
119         Log: Subject: [PATCH] Not OK 5.7.2@14884
120              From: andreas.koenig@anima.de (Andreas J. Koenig)
121              Date: Tue, 26 Feb 2002 15:03:55 +0100
122              Message-Id: <m38z9gfigk.fsf@anima.de>
123      Branch: perl
124            ! t/lib/access.t
125 ____________________________________________________________________________
126 [ 14885] By: nick                                  on 2002/02/26  13:48:55
127         Log: Integrate mainline
128      Branch: perlio
129           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
130           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
131           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
132            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
133           !> (integrate 102 files)
134 ____________________________________________________________________________
135 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
136         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
137              1.1999999999999996, or thereabouts (yes, even sprintf).
138      Branch: perl
139            ! t/base/num.t
140 ____________________________________________________________________________
141 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
142         Log: Neither.
143      Branch: perl
144            ! pod/perldelta.pod
145 ____________________________________________________________________________
146 [ 14882] By: ams                                   on 2002/02/26  08:46:55
147         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
148              From: Michael G Schwern <schwern@pobox.com>
149              Date: Tue, 26 Feb 2002 01:01:28 -0500
150              Message-Id: <20020226060128.GA2439@blackrider>
151      Branch: perl
152            ! hv.c pod/perldiag.pod
153 ____________________________________________________________________________
154 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
155         Log: Subject: [PATCH B::Concise] docs, typos
156              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
157              Date: Mon, 25 Feb 2002 16:41:16 +0100
158              Message-ID: <20020225164116.A1054@rafael>
159      Branch: perl
160            ! ext/B/B/Concise.pm
161 ____________________________________________________________________________
162 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
163         Log: POSIX: add isatty to @EXPORT_OK, reformat.
164      Branch: perl
165            ! ext/POSIX/POSIX.pm
166 ____________________________________________________________________________
167 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
168         Log: If using -Dloclibpth=... the directories need to
169              be appended to LD_LIBRARY_PATH (and ickily, if those
170              directories contain a (newer?) libdb.so, we need to
171              prepend    /usr/shlib to loclibpth).
172      Branch: perl
173            ! hints/dec_osf.sh
174 ____________________________________________________________________________
175 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
176         Log: Subject: [PATCH] Perl interface to newIO()
177              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
178              Date: Mon, 25 Feb 2002 15:04:57 -0800
179              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
180      Branch: perl
181            ! lib/Symbol.pm lib/Symbol.t
182 ____________________________________________________________________________
183 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
184         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
186              Date: Mon, 25 Feb 2002 21:58:30 +0100
187              Message-ID: <20020225215830.A744@rafael>
188      Branch: perl
189            ! pod/perlvar.pod
190 ____________________________________________________________________________
191 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
192         Log: Big5 tweaks from Autrijus Tang.
193      Branch: perl
194            ! ext/Encode/Encode/big5.enc
195 ____________________________________________________________________________
196 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
197         Log: Subject: [PATCH Glossary configpm] cleanups
198              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
199              Date: Mon, 25 Feb 2002 23:27:15 +0100
200              Message-ID: <20020225232715.C744@rafael>
201      Branch: perl
202            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
203 ____________________________________________________________________________
204 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
205         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
206              From: Nicholas Clark <nick@unfortu.net>
207              Date: Mon, 25 Feb 2002 21:53:24 +0000
208              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
209      Branch: perl
210            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
211            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
212            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
213 ____________________________________________________________________________
214 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
215         Log: Upgrade to I18N::LangTags 0.27.
216              (Causes one flipflop back to perl.com URL, must poke Sean.)
217      Branch: perl
218            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
219            ! lib/I18N/LangTags/List.pm
220 ____________________________________________________________________________
221 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
222         Log: Upgrade to Getopt::Long 2.28.
223      Branch: perl
224            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
225            ! lib/Getopt/Long/README
226 ____________________________________________________________________________
227 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
228         Log: No =head.
229      Branch: perl
230            ! pod/perlebcdic.pod
231 ____________________________________________________________________________
232 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
233         Log: Update Changes.
234      Branch: perl
235            ! Changes patchlevel.h
236 ____________________________________________________________________________
237 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
238         Log: metaconfig unit change for #14868.
239      Branch: metaconfig
240            ! U/modified/Chk_MANI.U
241 ____________________________________________________________________________
242 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
243         Log: Some hosts understand split -l 50, some only split -50
244              (from Paul Eggert).
245      Branch: perl
246            ! Configure
247 ____________________________________________________________________________
248 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
249         Log: Subject: Re: [PATCH bleadperl] socketpair.t
250              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
251              Date: Sun, 24 Feb 2002 10:31:25 +0100
252              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
253              
254              (the pid half only)
255      Branch: perl
256            ! win32/win32.c
257 ____________________________________________________________________________
258 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
259         Log: Mention the new pack tricks.
260      Branch: perl
261            ! pod/perldelta.pod
262 ____________________________________________________________________________
263 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
264         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
265              From: Richard.Foley@t-online.de (Richard Foley)
266              Date: Mon, 25 Feb 2002 13:47:03 +0100
267              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
268      Branch: perl
269            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
270            ! pod/perldebug.pod pod/perldelta.pod
271 ____________________________________________________________________________
272 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
273         Log: Typo corrections from John P. Linderman.
274      Branch: perl
275            ! ext/IPC/SysV/Semaphore.pm
276 ____________________________________________________________________________
277 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
278         Log: Upgrade to Math::BigInt 1.52.
279      Branch: perl
280            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
281            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
282            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
283            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
284            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
285 ____________________________________________________________________________
286 [ 14862] By: ams                                   on 2002/02/25  10:39:40
287         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
288              From: Robin Barker <rmb1@cise.npl.co.uk>
289              Date: Mon, 25 Feb 2002 11:35:06 GMT
290              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
291              
292              Subject: [PATCH Net/Cmd.pm]
293              From: Robin Barker <rmb1@cise.npl.co.uk>
294              Date: Mon, 25 Feb 2002 11:37:06 GMT
295              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
296      Branch: perl
297            ! lib/Cwd.pm lib/Net/Cmd.pm
298 ____________________________________________________________________________
299 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
300         Log: Cut-and-paste errors.
301      Branch: perl
302            ! t/op/pat.t
303 ____________________________________________________________________________
304 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
305         Log: EBCDIC: the control characters are not that easy to find.
306      Branch: perl
307            ! t/op/pat.t
308 ____________________________________________________________________________
309 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
310         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
311              From: John Peacock <jpeacock@rowman.com>
312              Date: Sun, 24 Feb 2002 22:08:28 -0500
313              Message-ID: <3C79AAAC.6060903@rowman.com>
314      Branch: perl
315            ! sv.c
316 ____________________________________________________________________________
317 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
318         Log: SvSetSV() is not returnable, but that's okay since
319              sv_copypv() returns void.
320      Branch: perl
321            ! sv.c
322 ____________________________________________________________________________
323 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
324         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
325              From: John Peacock <jpeacock@rowman.com>                 
326              Date: Sun, 24 Feb 2002 16:40:07 -0500
327              Message-ID: <3C795DB7.40105@rowman.com>               
328      Branch: perl
329            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
330            ! pp_hot.c proto.h sv.c
331 ____________________________________________________________________________
332 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
333         Log: Tiny code cleanup.
334      Branch: perl
335            ! regexec.c
336 ____________________________________________________________________________
337 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
338         Log: Use to_uni_fold().
339      Branch: perl
340            ! regcomp.c
341 ____________________________________________________________________________
342 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
343         Log: Document the new taint behaviour of exec LIST and
344              system LIST.
345      Branch: perl
346            ! pod/perldelta.pod
347 ____________________________________________________________________________
348 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
349         Log: Subject: [PATCH] Re: taint news
350              From: Rick Delaney <rick.delaney@rogers.com>             
351              Date: 24 Feb 2002 11:35:00 -0500
352              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
353      Branch: perl
354            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
355 ____________________________________________________________________________
356 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
357         Log: EBCDIC tweak (native instead of uni) and comment update.
358      Branch: perl
359            ! regexec.c
360 ____________________________________________________________________________
361 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
362         Log: Using uninitialized (and wrong) variables is not good.
363      Branch: perl
364            ! regcomp.c
365 ____________________________________________________________________________
366 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
367         Log: EBCDIC: this seems to calm the last of the
368              Malformed UTF-8 warnings.
369      Branch: perl
370            ! regcomp.c utf8.c
371 ____________________________________________________________________________
372 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
373         Log: EBCDIC: document using Encode for character conversions.
374      Branch: perl
375            ! pod/perlebcdic.pod
376 ____________________________________________________________________________
377 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
378         Log: EBCDIC: disable also Unicode::Collate and
379              Unicode::Normalize for now.  Real users of
380              EBCDIC have to decide what they want.
381      Branch: perl
382            ! ext/Unicode/Normalize/Normalize.pm
383            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
384            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
385            ! lib/Unicode/Collate/t/test.t
386 ____________________________________________________________________________
387 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
388         Log: AUTHORS updates.
389      Branch: perl
390            ! AUTHORS
391 ____________________________________________________________________________
392 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
393         Log: Retract #14571: there may be a better solution than
394              tweaking the test.
395      Branch: perl
396            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
397 ____________________________________________________________________________
398 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
399         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
400              From: "Craig A. Berry" <craigberry@mac.com> 
401              Date: Sat, 23 Feb 2002 14:14:35 -0600
402              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
403      Branch: perl
404            ! configure.com
405 ____________________________________________________________________________
406 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
407         Log: metaconfig unit change for #14843.
408      Branch: metaconfig/U/perl
409            ! Extensions.U
410 ____________________________________________________________________________
411 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
412         Log: Also Encode/JP needs to be listed explicitly.
413              (Any other sub-Encode extensions?)
414      Branch: perl
415            ! Configure
416 ____________________________________________________________________________
417 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
418         Log: Document known UNICOS/mk deficiency.
419      Branch: perl
420            ! pod/perldelta.pod
421 ____________________________________________________________________________
422 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
423         Log: Subject: [PATCH] README mention version 5.0
424              From: Autrijus Tang <autrijus@autrijus.org>
425              Date: Sat, 23 Feb 2002 09:35:22 +0800
426              Message-ID: <20020223013522.GA8694@not.autrijus.org>
427      Branch: perl
428            ! README
429 ____________________________________________________________________________
430 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
431         Log: metaconfig unit change for #14839.
432      Branch: metaconfig
433            ! U/modified/Signal.U
434 ____________________________________________________________________________
435 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
436         Log: Old hosts like NeXT Classic don't have sort -k,
437              from Paul Eggert.
438      Branch: perl
439            ! Configure
440 ____________________________________________________________________________
441 [ 14838] By: ams                                   on 2002/02/22  21:14:29
442         Log: Minor clarifications as suggested by Anton Tagunov.
443      Branch: perl
444            ! pod/perlsyn.pod
445 ____________________________________________________________________________
446 [ 14837] By: ams                                   on 2002/02/22  21:07:02
447         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
449              Date: Fri, 22 Feb 2002 23:01:07 +0100
450              Message-Id: <20020222230107.A15069@rafael>
451      Branch: perl
452            ! sv.c t/op/gv.t
453 ____________________________________________________________________________
454 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
455         Log: metaconfig unit change for #14835.
456      Branch: metaconfig
457            ! U/modified/Chk_MANI.U
458 ____________________________________________________________________________
459 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
460         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
461      Branch: perl
462            ! Configure
463 ____________________________________________________________________________
464 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
465         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
466              From: Michael G Schwern <schwern@pobox.com>
467              Date: Fri, 22 Feb 2002 12:10:28 -0500
468              Message-ID: <20020222171027.GB4181@blackrider>
469      Branch: perl
470            ! ext/Encode/compile
471 ____________________________________________________________________________
472 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
473         Log: Update Changes.
474      Branch: perl
475            ! Changes patchlevel.h
476 ____________________________________________________________________________
477 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
478         Log: Implement IV/UV/NV/long double pack/unpack with
479              template letters j/J/F/D (the latter two have been
480              undocumented aliases of f/d).
481      Branch: perl
482            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
483 ____________________________________________________________________________
484 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
485         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
486              From: Nicholas Clark <nick@unfortu.net>
487              Date: Fri, 22 Feb 2002 14:01:25 +0000
488              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
489      Branch: perl
490            ! ext/Encode/compile
491 ____________________________________________________________________________
492 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
493         Log: NetWare change from Ananth Kesari.
494      Branch: perl
495            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
496            ! MANIFEST
497 ____________________________________________________________________________
498 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
499         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
501              Date: Fri, 22 Feb 2002 03:55:13 -0500
502              Message-ID: <20020222035513.A894@math.ohio-state.edu>
503      Branch: perl
504            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
505 ____________________________________________________________________________
506 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
507         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
508      Branch: perl
509            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
510 ____________________________________________________________________________
511 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
512         Log: Make measure_struct a file static.
513      Branch: perl
514            ! pp_pack.c
515 ____________________________________________________________________________
516 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
517         Log: EBCDIC: someone who knows what they are doing
518              and whether it is possible at all in the first
519              place needs to figure these tests out on EBCDIC.
520              The CJK encodings heavily abuse their knowledge
521              of ASCII and that may require a translation layer
522              or four to survive UTF-EBCDIC.
523      Branch: perl
524            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
525 ____________________________________________________________________________
526 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
527         Log: croak() needs context.
528      Branch: perl
529            ! pp_pack.c
530 ____________________________________________________________________________
531 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
532         Log: Subject: [PATCH @14577] pack with a human face: the sequel
533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
534              Date: Thu, 21 Feb 2002 21:33:37 -0500
535              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
536      Branch: perl
537            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
538            ! proto.h t/op/pack.t
539 ____________________________________________________________________________
540 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
541         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
542              From: Nicholas Clark <nick@unfortu.net> 
543              Date: Fri, 22 Feb 2002 00:49:44 +0000
544              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
545      Branch: perl
546            ! ext/Encode/compile
547 ____________________________________________________________________________
548 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
549         Log: Test for #14795.
550      Branch: perl
551            ! t/op/pat.t
552 ____________________________________________________________________________
553 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
554         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
555      Branch: perl
556            ! t/op/pat.t
557 ____________________________________________________________________________
558 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
559         Log: Subject: [PATCH] next batch of bugfixes
560              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
561              Date: Thu, 21 Feb 2002 23:54:41 +0100
562              Message-ID: <20020221235441.A17260@rafael>
563      Branch: perl
564            ! ext/B/B/Deparse.pm
565 ____________________________________________________________________________
566 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
567         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
568              From: chromatic <chromatic@rmci.net>
569              Date: Thu, 21 Feb 2002 14:17:35 -0700
570              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
571      Branch: perl
572            ! lib/File/stat.pm lib/File/stat.t
573 ____________________________________________________________________________
574 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
575         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
576      Branch: perl
577            ! ext/re/re.xs
578 ____________________________________________________________________________
579 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
580         Log: Upgrade to Math::BigInt 1.51.
581      Branch: perl
582            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
583            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
584            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
585            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
586            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
587            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
588            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
589            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
590            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
591            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
592            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
593            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
594 ____________________________________________________________________________
595 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
596         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
597              From: "Gerrit P. Haase" <gp@familiehaase.de>
598              Date: Thu, 21 Feb 2002 21:20:25 +0100
599              Message-ID: <69510538936.20020221212025@familiehaase.de>
600      Branch: perl
601            ! Makefile.SH
602 ____________________________________________________________________________
603 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
604         Log: Subject: [PATCH @14577] grouping in pack/unpack
605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
606              Date: Thu, 21 Feb 2002 06:06:14 -0500
607              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
608      Branch: perl
609            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
610            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
611 ____________________________________________________________________________
612 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
613         Log: Subject: [PATCH propose] question about fs.t
614              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
615              Date: Thu, 21 Feb 2002 15:10:21 +0100
616              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
617      Branch: perl
618            ! t/io/fs.t
619 ____________________________________________________________________________
620 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
621         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
622              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
623              Date: Thu, 21 Feb 2002 09:54:28 +0100
624              Message-ID: <13576559576.20020221095428@familiehaase.de>     
625      Branch: perl
626            ! Makefile.SH
627 ____________________________________________________________________________
628 [ 14812] By: ams                                   on 2002/02/21  14:59:09
629         Log: Subject: typo correction
630              From: mjd@plover.com
631              Date: 21 Feb 2002 15:43:49 -0000
632              Message-Id: <20020221154349.22772.qmail@plover.com>
633      Branch: perl
634            ! pod/perldebug.pod
635 ____________________________________________________________________________
636 [ 14811] By: ams                                   on 2002/02/21  14:02:12
637         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
639              Date: Thu, 21 Feb 2002 15:22:22 +0100
640              Message-Id: <20020221152222.A15095@rafael>
641      Branch: perl
642            ! op.h toke.c
643 ____________________________________________________________________________
644 [ 14810] By: ams                                   on 2002/02/21  12:45:28
645         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
646              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
647              Date: Thu, 21 Feb 2002 06:02:48 -0500
648              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
649      Branch: perl
650            ! lib/ExtUtils/Mksymlists.pm makedef.pl
651 ____________________________________________________________________________
652 [ 14809] By: nick                                  on 2002/02/21  09:31:08
653         Log: Integrate mainline
654      Branch: perlio
655           +> lib/Pod/t/Select.t
656           !> (integrate 37 files)
657 ____________________________________________________________________________
658 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
659         Log: metaconfig unit change for #14807.
660      Branch: metaconfig
661            ! U/modified/Signal.U
662 ____________________________________________________________________________
663 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
664         Log: Revert #14805, didn't quite work.
665      Branch: perl
666            ! Configure config_h.SH
667 ____________________________________________________________________________
668 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
669         Log: metaconfig changes for #14805.
670      Branch: metaconfig
671            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
672 ____________________________________________________________________________
673 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
674         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
675              From: Paul Eggert <eggert@twinsun.com>
676              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
677              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
678      Branch: perl
679            ! Configure config_h.SH
680 ____________________________________________________________________________
681 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
682         Log: More advice.
683      Branch: perl
684            ! README.os390
685 ____________________________________________________________________________
686 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
687         Log: Missing MANIFESTation.
688      Branch: perl
689            ! MANIFEST
690 ____________________________________________________________________________
691 [ 14802] By: ams                                   on 2002/02/20  22:55:25
692         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
693              From: Autrijus Tang <autrijus@autrijus.org>
694              Date: Thu, 21 Feb 2002 07:13:12 +0800
695              Message-Id: <20020220231312.GA775@not.autrijus.org>
696      Branch: perl
697            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
698 ____________________________________________________________________________
699 [ 14801] By: ams                                   on 2002/02/20  22:27:20
700         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
701              From: Abe Timmerman <abe@ztreet.demon.nl>
702              Date: Thu, 21 Feb 2002 00:20:40 +0100
703              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
704      Branch: perl
705            + lib/Pod/t/Select.t
706 ____________________________________________________________________________
707 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
708         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
709              twice, causing the loop to skip every other character.
710      Branch: perl
711            ! utf8.c
712 ____________________________________________________________________________
713 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
714         Log: Better debugging info.
715      Branch: perl
716            ! t/uni/case.pl
717 ____________________________________________________________________________
718 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
719         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
720              From: Nicholas Clark <nick@unfortu.net>
721              Date: Wed, 20 Feb 2002 22:13:05 +0000
722              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
723      Branch: perl
724            ! ext/Encode/compile
725 ____________________________________________________________________________
726 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
727         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
728              From: Paul Eggert <eggert@twinsun.com>
729              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
730              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
731      Branch: perl
732            ! pod/perlhack.pod
733 ____________________________________________________________________________
734 [ 14796] By: nick                                  on 2002/02/20  18:15:00
735         Log: Integrate mainline
736      Branch: perlio
737           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
738           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
739           +> lib/Locale/Country.pod lib/Locale/Currency.pod
740           +> lib/Locale/Language.pod lib/Locale/Script.pm
741           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
742           +> t/uni/title.t t/uni/upper.t
743           !> (integrate 41 files)
744 ____________________________________________________________________________
745 [ 14795] By: ams                                   on 2002/02/20  17:08:38
746         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
747              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
748              Date: Wed, 20 Feb 2002 18:06:59 +0000
749              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
750      Branch: perl
751            ! pp_ctl.c
752 ____________________________________________________________________________
753 [ 14794] By: ams                                   on 2002/02/20  16:41:56
754         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
755              From: Paul_GreenVOS@vos.stratus.com
756              Date: Wed, 20 Feb 02 12:21 est
757              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
758      Branch: perl
759            ! Makefile.SH
760 ____________________________________________________________________________
761 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
762         Log: Forgot from #14790.
763      Branch: perl
764            ! pp_pack.c
765 ____________________________________________________________________________
766 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
767         Log: Update Changes.
768      Branch: perl
769            ! Changes patchlevel.h
770 ____________________________________________________________________________
771 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
772         Log: Integrate change #14778 from maintperl.
773      Branch: perl
774            ! t/lib/strict/subs
775           !> op.c
776 ____________________________________________________________________________
777 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
778         Log: Subject: Re: [ID 20020220.001] pack w with objects
779              From: Ulrich Pfeifer <upf@de.uu.net>
780              Date: 20 Feb 2002 11:21:15 +0100
781              Message-ID: <p5g03wcv38.fsf@de.uu.net>
782      Branch: perl
783            ! t/op/pack.t
784 ____________________________________________________________________________
785 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
786         Log: Subject: Re: [PATCH] go faster for Encode's compile
787              From: Nicholas Clark <nick@unfortu.net> 
788              Date: Tue, 19 Feb 2002 23:38:36 +0000
789              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
790      Branch: perl
791            ! ext/Encode/compile
792 ____________________________________________________________________________
793 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
794         Log: Regen Glossary.
795      Branch: perl
796            ! Porting/Glossary Porting/config.sh Porting/config_H
797 ____________________________________________________________________________
798 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
799         Log: metaconfig unit change for #14786 (not visible yet,
800              since Glossary needs regenerating)
801      Branch: metaconfig
802            ! U/compline/d_gconvert.U
803 ____________________________________________________________________________
804 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
805         Log: Subject: d_Gconvert hints and Glossary
806              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
807              Date: Tue, 19 Feb 2002 11:55:36 -0800
808              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
809      Branch: perl
810            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
811            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
812            ! hints/svr5.sh
813 ____________________________________________________________________________
814 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
815         Log: metaconfig unit changes for #14784.
816      Branch: metaconfig
817            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
818 ____________________________________________________________________________
819 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
820         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
821              From: Paul Eggert <eggert@twinsun.com>              
822              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
823              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
824      Branch: perl
825            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
826            ! pod/perlhack.pod
827 ____________________________________________________________________________
828 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
829         Log: metaconfig unit change for #14782.
830      Branch: metaconfig/U/perl
831            ! Mksymlinks.U
832 ____________________________________________________________________________
833 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
834         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
835              From: "Gerrit P. Haase" <gp@familiehaase.de>
836              Date: Wed, 20 Feb 2002 00:23:29 +0100
837              Message-ID: <70348722516.20020220002329@familiehaase.de>
838      Branch: perl
839            ! Configure
840 ____________________________________________________________________________
841 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
842         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
843              From: Nicholas Clark <nick@unfortu.net> 
844              Date: Tue, 19 Feb 2002 19:27:42 +0000
845              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
846              
847              (with modifications)
848      Branch: perl
849            ! pod/perlsub.pod
850 ____________________________________________________________________________
851 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
852         Log: NetWare tweak from Ananth Kesari.
853      Branch: perl
854            ! lib/ExtUtils/MakeMaker.pm
855 ____________________________________________________________________________
856 [ 14779] By: ams                                   on 2002/02/20  06:51:55
857         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
858      Branch: perl
859            ! pod/perlfaq4.pod
860 ____________________________________________________________________________
861 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
862         Log: constant folding on the range operator had the effect of disabling
863              peephole optimizations in all the siblings of the range OP; the
864              effect of this was that barewords could escape strictures when
865              they were hiding in such places
866      Branch: maint-5.6/perl
867            ! op.c t/pragma/strict-subs
868 ____________________________________________________________________________
869 [ 14777] By: ams                                   on 2002/02/20  00:56:21
870         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
871              From: Graham Barr <gbarr@pobox.com>
872              Date: Tue, 19 Feb 2002 23:08:47 +0000
873              Message-Id: <20020219230847.G66560@pobox.com>
874      Branch: perl
875            ! lib/Time/Local.pm
876 ____________________________________________________________________________
877 [ 14776] By: ams                                   on 2002/02/19  17:20:28
878         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
879              From: Nicholas Clark <nick@unfortu.net>
880              Date: Tue, 19 Feb 2002 16:23:22 +0000
881              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
882      Branch: perl
883            ! lib/Tie/Hash.pm
884 ____________________________________________________________________________
885 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
886         Log: Regen doc, regen toc.
887      Branch: perl
888            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
889 ____________________________________________________________________________
890 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
891         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
892              From: Dave Mitchell <davem@fdgroup.co.uk>
893              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
894              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
895      Branch: perl
896            ! pod/perlsub.pod
897 ____________________________________________________________________________
898 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
899         Log: Detypo.
900      Branch: perl
901            ! lib/Tie/Memoize.pm
902 ____________________________________________________________________________
903 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
904         Log: UTF-8 C API doc tweaks.
905      Branch: perl
906            ! pod/perlunicode.pod
907 ____________________________________________________________________________
908 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
909         Log: Mention that the case-switchers know about Unicode, too.
910      Branch: perl
911            ! pod/perlop.pod
912 ____________________________________________________________________________
913 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
914         Log: Upgrade to Locale::Codes 2.01.
915      Branch: perl
916            + lib/Locale/Constants.pod lib/Locale/Country.pod
917            + lib/Locale/Currency.pod lib/Locale/Language.pod
918            + lib/Locale/Script.pod
919            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
920            ! lib/Locale/Constants.pm lib/Locale/Country.pm
921            ! lib/Locale/Currency.pm lib/Locale/Language.pm
922            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
923 ____________________________________________________________________________
924 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
925         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
926              From: Dave Mitchell <davem@fdgroup.co.uk>
927              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
928              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
929      Branch: perl
930            ! pod/perlsub.pod
931 ____________________________________________________________________________
932 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
933         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
934              From: Sam Tregar <sam@tregar.com> 
935              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
936              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
937      Branch: perl
938            ! sv.h
939 ____________________________________________________________________________
940 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
941         Log: The test requires perlio.
942      Branch: perl
943            ! ext/Encode/t/JP.t
944 ____________________________________________________________________________
945 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
946         Log: Misplaced block end.
947      Branch: perl
948            ! utf8.c
949 ____________________________________________________________________________
950 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
951         Log: The POSIX extensions are deadly.
952      Branch: perl
953            ! regcomp.c
954 ____________________________________________________________________________
955 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
956         Log: Let's not overdo the growth.
957      Branch: perl
958            ! pp.c
959 ____________________________________________________________________________
960 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
961         Log: Third time makes the charm.
962      Branch: perl
963            ! README.os390
964 ____________________________________________________________________________
965 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
966         Log: Oops.
967      Branch: perl
968            ! utf8.c
969 ____________________________________________________________________________
970 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
971         Log: Add back the new casing tests.
972      Branch: perl
973            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
974            ! MANIFEST
975 ____________________________________________________________________________
976 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
977         Log: Prefer special case mappings.
978      Branch: perl
979            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
980            ! lib/unicore/To/Upper.pl lib/unicore/mktables
981 ____________________________________________________________________________
982 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
983         Log: Try special casing first.
984      Branch: perl
985            ! utf8.c
986 ____________________________________________________________________________
987 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
988         Log: Not extending enough.
989      Branch: perl
990            ! pp.c utf8.h
991 ____________________________________________________________________________
992 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
993         Log: No need to store identity mappings.
994      Branch: perl
995            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
996            ! lib/unicore/mktables
997 ____________________________________________________________________________
998 [ 14756] By: ams                                   on 2002/02/18  20:21:17
999         Log: Forward port #14704 from maint-5.6.
1000      Branch: perl
1001            ! doio.c
1002 ____________________________________________________________________________
1003 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
1004         Log: Regen Changes.
1005      Branch: perl
1006            ! Changes
1007 ____________________________________________________________________________
1008 [ 14754] By: ams                                   on 2002/02/18  19:01:09
1009         Log: Subject: [PATCH] VMS cando_by_name and current process privs
1010              From: "Craig A. Berry" <craigberry@mac.com>
1011              Date: Mon, 18 Feb 2002 14:03:30 -0600
1012              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
1013      Branch: perl
1014            ! vms/vms.c
1015 ____________________________________________________________________________
1016 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
1017         Log: Update Changes.
1018      Branch: perl
1019            ! Changes patchlevel.h
1020 ____________________________________________________________________________
1021 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
1022         Log: What do you know; these tests unearthed nasty problems.
1023              Will resolve those first.
1024      Branch: perl
1025            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
1026            ! MANIFEST
1027 ____________________________________________________________________________
1028 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
1029         Log: Update Changes.
1030      Branch: perl
1031            ! Changes patchlevel.h
1032 ____________________________________________________________________________
1033 [ 14750] By: ams                                   on 2002/02/18  17:36:05
1034         Log: Subject: Re: IO::Poll: Removing Handles
1035              From: Matthew Sachs <matthewg@zevils.com>
1036              Date: Mon, 18 Feb 2002 13:19:01 -0500
1037              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
1038      Branch: perl
1039            ! ext/IO/lib/IO/t/io_poll.t
1040 ____________________________________________________________________________
1041 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
1042         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
1043              From: "Craig A. Berry" <craigberry@mac.com>
1044              Date: Mon, 18 Feb 2002 11:52:21 -0600
1045              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
1046      Branch: perl
1047            ! t/op/alarm.t t/op/glob.t
1048 ____________________________________________________________________________
1049 [ 14748] By: ams                                   on 2002/02/18  15:53:36
1050         Log: s/load_module/Perl_load_module/
1051      Branch: perl
1052            ! gv.c
1053 ____________________________________________________________________________
1054 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
1055         Log: Unused in ASCII, used in EBCDIC.
1056      Branch: perl
1057            ! utf8.c
1058 ____________________________________________________________________________
1059 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
1060         Log: Upgrade to Locale::Codes 2.00.
1061      Branch: perl
1062            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
1063            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
1064            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
1065            ! lib/Locale/Constants.pm lib/Locale/Country.pm
1066            ! lib/Locale/Currency.pm lib/Locale/Language.pm
1067 ____________________________________________________________________________
1068 [ 14745] By: ams                                   on 2002/02/18  15:20:44
1069         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
1070              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1071              Date: Sat, 16 Feb 2002 00:06:01 +0100
1072              Message-Id: <20020216000601.A17249@rafael>
1073      Branch: perl
1074            ! gv.c
1075 ____________________________________________________________________________
1076 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
1077         Log: More Unicode casing checks.
1078      Branch: perl
1079            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
1080            ! MANIFEST
1081 ____________________________________________________________________________
1082 [ 14743] By: ams                                   on 2002/02/18  14:35:38
1083         Log: Subject: IO::Poll: Removing Handles
1084              From: Matthew Sachs <matthewg@zevils.com>
1085              Date: Sun, 17 Feb 2002 04:49:46 -0500
1086              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
1087      Branch: perl
1088            ! ext/IO/lib/IO/Poll.pm
1089 ____________________________________________________________________________
1090 [ 14741] By: ams                                   on 2002/02/18  13:59:48
1091         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
1092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1093              Date: Mon, 18 Feb 2002 15:41:26 +0100
1094              Message-Id: <20020218154126.A692@rafael>
1095      Branch: perl
1096            ! pp_ctl.c t/op/do.t
1097 ____________________________________________________________________________
1098 [ 14740] By: nick                                  on 2002/02/18  09:09:23
1099         Log: Integrate mainline
1100      Branch: perlio
1101           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1102           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
1103           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
1104           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1105           +> ext/Encode/lib/Encode/JP/Constants.pm
1106           +> ext/Encode/lib/Encode/JP/H2Z.pm
1107           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1108           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
1109           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
1110           +> os2/OS2/Process/t/os2_process.t
1111           +> os2/OS2/Process/t/os2_process_kid.t
1112           +> os2/OS2/Process/t/os2_process_text.t
1113            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
1114            - ext/Encode/t/Japanese.t
1115           !> (integrate 47 files)
1116 ____________________________________________________________________________
1117 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
1118         Log: EBCDIC: now the worst seems to be over for
1119              the "Malformed" warnings.  Still a few of them,
1120              and plenty of test failures, but getting better.
1121      Branch: perl
1122            ! regcomp.c utf8.c
1123 ____________________________________________________________________________
1124 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
1125         Log: Upgrade to Net::Ping 2.12.
1126      Branch: perl
1127            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1128            ! lib/Net/Ping/t/110_icmp_inst.t
1129 ____________________________________________________________________________
1130 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
1131         Log: After much rewriting we are now pretty much
1132              back to where we started.
1133      Branch: perl
1134            ! utf8.c
1135 ____________________________________________________________________________
1136 [ 14736] By: ams                                   on 2002/02/18  01:23:00
1137         Log: Subject: [PATCH B::Deparse] two fixes
1138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1139              Date: Sun, 17 Feb 2002 23:58:59 +0100
1140              Message-Id: <20020217235859.A32513@rafael>
1141      Branch: perl
1142            ! ext/B/B/Deparse.pm
1143 ____________________________________________________________________________
1144 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
1145         Log: Buglet.
1146      Branch: perl
1147            ! ext/Encode/lib/Encode/JP/JIS.pm
1148 ____________________________________________________________________________
1149 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
1150         Log: Clearing up to_utf8_case() continues: this time use
1151              a single return, and EBCDICification for all paths.
1152      Branch: perl
1153            ! utf8.c
1154 ____________________________________________________________________________
1155 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
1156         Log: Small tweaks to get the test running (fix @INC and
1157              do not overwrite the table.utf8 and table.rnd).
1158      Branch: perl
1159            ! ext/Encode/t/JP.t
1160 ____________________________________________________________________________
1161 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
1162         Log: Tiny tweak.
1163      Branch: perl
1164            ! utf8.c
1165 ____________________________________________________________________________
1166 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
1167         Log: Redundant casts.
1168      Branch: perl
1169            ! utf8.c
1170 ____________________________________________________________________________
1171 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
1172         Log: More filename portability tips.
1173      Branch: perl
1174            ! pod/perlport.pod
1175 ____________________________________________________________________________
1176 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
1177         Log: FAQ sync.
1178      Branch: perl
1179            ! pod/perlfaq3.pod pod/perlfaq5.pod
1180 ____________________________________________________________________________
1181 [ 14728] By: ams                                   on 2002/02/17  16:15:09
1182         Log: Subject: podlators 1.21 released
1183              From: Russ Allbery <rra@stanford.edu>
1184              Date: Sat, 16 Feb 2002 21:42:56 -0800
1185              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
1186      Branch: perl
1187            ! lib/Pod/Text/Overstrike.pm
1188 ____________________________________________________________________________
1189 [ 14727] By: sky                                   on 2002/02/17  11:36:52
1190         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
1191              From: Autrijus Tang <autrijus@autrijus.org>
1192              Date: Sun, 17 Feb 2002 19:46:47 +0800
1193              Message-ID: <20020217194647.A1410@not.autrijus.org>
1194      Branch: perl
1195            ! pp_ctl.c t/op/tiehandle.t util.c
1196 ____________________________________________________________________________
1197 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
1198         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
1199              input in native code points, not Unicode.
1200      Branch: perl
1201            ! utf8.c
1202 ____________________________________________________________________________
1203 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
1204         Log: Regen Glossary.
1205      Branch: perl
1206            ! Porting/Glossary Porting/config.sh Porting/config_H
1207 ____________________________________________________________________________
1208 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
1209         Log: The #14715 and #14716 were okay: they just revealed
1210              a bug in the EXACTF matching.
1211      Branch: perl
1212            ! regexec.c utf8.c
1213 ____________________________________________________________________________
1214 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
1215         Log: Retreat, retreat! (retract #14715 and #14716)
1216      Branch: perl
1217            ! utf8.c
1218 ____________________________________________________________________________
1219 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
1220         Log: Encode 0.40, from Dan Kogai.
1221      Branch: perl
1222            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1223            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
1224            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
1225            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1226            + ext/Encode/lib/Encode/JP/Constants.pm
1227            + ext/Encode/lib/Encode/JP/H2Z.pm
1228            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1229            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
1230            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
1231            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
1232            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
1233            - ext/Encode/t/Japanese.t
1234            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
1235            ! ext/Encode/t/Encode.t
1236 ____________________________________________________________________________
1237 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
1238         Log: metaconfig unit change for #14720.
1239      Branch: perl
1240            ! Configure
1241 ____________________________________________________________________________
1242 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
1243         Log: Regenerate Configure (small tweaks on Yitzchak's,
1244              main difference being that the preference variables are
1245              called gconvert_...).
1246      Branch: metaconfig
1247            ! U/compline/d_gconvert.U
1248 ____________________________________________________________________________
1249 [ 14719] By: ams                                   on 2002/02/16  14:11:01
1250         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
1251              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1252              Date: Thu, 14 Feb 2002 22:27:33 -0800
1253              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
1254              (Applied by hand.)
1255      Branch: perl
1256            ! Configure
1257 ____________________________________________________________________________
1258 [ 14718] By: ams                                   on 2002/02/16  13:45:28
1259         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
1260              From: Philip Newton <Philip.Newton@gmx.net>
1261              Date: Sat, 16 Feb 2002 10:05:05 +0100
1262              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
1263              (Applied by hand.)
1264      Branch: perl
1265            ! pod/perlport.pod
1266 ____________________________________________________________________________
1267 [ 14717] By: ams                                   on 2002/02/16  04:30:23
1268         Log: Remove dubious test.
1269      Branch: perl
1270            ! t/io/open.t
1271 ____________________________________________________________________________
1272 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
1273         Log: Tiny tweak.
1274      Branch: perl
1275            ! utf8.c
1276 ____________________________________________________________________________
1277 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
1278         Log: Restructure to_utf8_case() for simpler execution paths.
1279      Branch: perl
1280            ! utf8.c
1281 ____________________________________________________________________________
1282 [ 14714] By: ams                                   on 2002/02/16  02:43:59
1283         Log: Absorb #14701 by Sarathy from maint-5.6.
1284      Branch: perl
1285            ! doio.c t/io/open.t
1286 ____________________________________________________________________________
1287 [ 14713] By: ams                                   on 2002/02/16  01:51:27
1288         Log: Subject: [PATCH] VOS patches for perl 5.8
1289              From: Paul_GreenVOS@vos.stratus.com
1290              Date: Fri, 15 Feb 02 17:41 est
1291              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
1292      Branch: perl
1293            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
1294            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1295            ! vos/install_perl.cm
1296 ____________________________________________________________________________
1297 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
1298         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
1299              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1300              Date: Fri, 15 Feb 2002 23:05:44 +0100
1301              Message-ID: <20020215230544.A690@rafael>
1302      Branch: perl
1303            ! ext/B/B/Deparse.pm
1304 ____________________________________________________________________________
1305 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
1306         Log: Add $VERSION.
1307      Branch: perl
1308            ! lib/Tie/Memoize.pm
1309 ____________________________________________________________________________
1310 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
1311         Log: Update Changes.
1312      Branch: perl
1313            ! Changes patchlevel.h
1314 ____________________________________________________________________________
1315 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
1316         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
1317              From: Robin Barker <rmb1@cise.npl.co.uk>
1318              Date: Thu, 14 Feb 2002 19:07:40 GMT
1319              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
1320              
1321              (the hints part only)
1322      Branch: perl
1323            ! hints/solaris_2.sh
1324 ____________________________________________________________________________
1325 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
1326         Log: metaconfig unit changes for #14707.
1327      Branch: metaconfig
1328            ! U/modified/cc.U
1329      Branch: metaconfig/U/perl
1330            ! Checkcc.U
1331 ____________________________________________________________________________
1332 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
1333         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
1334              From: Robin Barker <rmb1@cise.npl.co.uk>
1335              Date: Fri, 15 Feb 2002 12:14:39 GMT
1336              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
1337              
1338              Split checking-for-gcc and checking-for-cc.
1339      Branch: perl
1340            ! Configure
1341 ____________________________________________________________________________
1342 [ 14706] By: ams                                   on 2002/02/15  13:57:15
1343         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
1344              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
1345              Date: 15 Feb 2002 10:53:06 +0200
1346              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
1347      Branch: perl
1348            ! lib/Pod/Html.pm
1349 ____________________________________________________________________________
1350 [ 14705] By: ams                                   on 2002/02/15  08:42:55
1351         Log: Subject: [PATCH @14577] OS/2 tests and more
1352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1353              Date: Fri, 15 Feb 2002 03:56:24 -0500
1354              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
1355      Branch: perl
1356            + os2/OS2/Process/t/os2_process.t
1357            + os2/OS2/Process/t/os2_process_kid.t
1358            + os2/OS2/Process/t/os2_process_text.t
1359            ! MANIFEST configpm hints/os2.sh makedef.pl
1360            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
1361            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
1362            ! os2/os2ish.h
1363 ____________________________________________________________________________
1364 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
1365         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
1366              avoid wasteful PL_fdpid fiddling where that is not warranted;
1367              mostly whitespace fixes
1368              
1369              these were longstanding todo items from:
1370              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
1371      Branch: maint-5.6/perl
1372            ! doio.c
1373 ____________________________________________________________________________
1374 [ 14702] By: nick                                  on 2002/02/15  08:31:41
1375         Log: Integrate mainline
1376      Branch: perlio
1377           +> lib/if.pm lib/if.t
1378           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
1379           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1380           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1381           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1382           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1383           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
1384           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
1385           !> t/lib/warnings/pp_sys
1386 ____________________________________________________________________________
1387 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
1388         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
1389              (and also dies quickly on Windows); this bug crept in as
1390              change#610, a.k.a change#646
1391      Branch: maint-5.6/perl
1392            ! doio.c t/io/open.t
1393 ____________________________________________________________________________
1394 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
1395         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
1396              From: Ville "Skyttä" <ville.skytta@iki.fi>
1397              Date: Wed, 13 Feb 2002 22:29:39 +0200
1398              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
1399      Branch: perl
1400            ! lib/Pod/Html.pm
1401 ____________________________________________________________________________
1402 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
1403         Log: Document and test the C0 and C1.
1404      Branch: perl
1405            ! lib/charnames.pm lib/charnames.t
1406 ____________________________________________________________________________
1407 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
1408         Log: metaconfig unit change for #14697.
1409      Branch: metaconfig
1410            ! U/modified/Init.U
1411 ____________________________________________________________________________
1412 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
1413         Log: Also OS/2 seems to need exe set early.
1414      Branch: perl
1415            ! Configure
1416 ____________________________________________________________________________
1417 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
1418         Log: Document pack U0U.
1419      Branch: perl
1420            ! pod/perluniintro.pod
1421 ____________________________________________________________________________
1422 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
1423         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
1424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1425              Date: Thu, 14 Feb 2002 23:58:00 +0100
1426              Message-ID: <20020214235800.A12901@rafael>
1427      Branch: perl
1428            ! pp_sys.c t/lib/warnings/pp_sys
1429 ____________________________________________________________________________
1430 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
1431         Log: Subject: [PATCH @13746] conditional pragmas
1432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1433              Date: Mon, 31 Dec 2001 18:18:09 -0500
1434              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
1435      Branch: perl
1436            + lib/if.pm lib/if.t
1437            ! MANIFEST
1438 ____________________________________________________________________________
1439 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
1440         Log: Deparse bug introduced by #14615: the fix is just a workaround,
1441              I suspect there to be another deeper bug, must distill simpler
1442              test case.
1443      Branch: perl
1444            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
1445 ____________________________________________________________________________
1446 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
1447         Log: Integrate perlio; 
1448              
1449              Make dependencies more precise (for nmake)
1450      Branch: perl
1451           !> ext/Encode/EUC_JP/Makefile.PL
1452 ____________________________________________________________________________
1453 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
1454         Log: Just a guess.
1455      Branch: perl
1456            ! lib/Tie/Handle.pm
1457 ____________________________________________________________________________
1458 [ 14690] By: nick                                  on 2002/02/14  16:30:56
1459         Log: Integrate mainline
1460      Branch: perlio
1461           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
1462           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
1463           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
1464           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
1465           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
1466           !> utf8.c
1467 ____________________________________________________________________________
1468 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
1469         Log: Upgrade to Net::Ping 2.11.
1470      Branch: perl
1471            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1472            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1473            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1474            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1475 ____________________________________________________________________________
1476 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
1477         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
1478              From: Robin Barker <rmb1@cise.npl.co.uk>
1479              Date: Wed, 13 Feb 2002 17:37:07 GMT
1480              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
1481              
1482              (updated version of the above)
1483      Branch: perl
1484            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
1485 ____________________________________________________________________________
1486 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
1487         Log: Excise inexact blather.
1488      Branch: perl
1489            ! utf8.c
1490 ____________________________________________________________________________
1491 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
1492         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
1493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1494              Date: Mon, 31 Dec 2001 20:28:46 -0500
1495              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
1496      Branch: perl
1497            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
1498            ! MANIFEST
1499 ____________________________________________________________________________
1500 [ 14685] By: nick                                  on 2002/02/14  14:20:20
1501         Log: Make dependencies more precise (for nmake)
1502      Branch: perlio
1503            ! ext/Encode/EUC_JP/Makefile.PL
1504 ____________________________________________________________________________
1505 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
1506         Log: Subject: [PATCH @13746] tied hashes
1507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
1508              Date: Mon, 31 Dec 2001 19:15:39 -0500
1509              Message-ID: <20011231191539.A46@math.ohio-state.edu>
1510      Branch: perl
1511            ! lib/Tie/Hash.pm pod/perltie.pod
1512 ____________________________________________________________________________
1513 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
1514         Log: Subject: Re: [PATCH] Configure followed by make minitest
1515              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1516              Date: Sun, 10 Feb 2002 23:22:05 -0800
1517              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
1518      Branch: perl
1519            ! Makefile.SH
1520 ____________________________________________________________________________
1521 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
1522         Log: Subject: Re: perl@14647
1523              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1524              Date: Mon, 11 Feb 2002 19:30:36 +0100
1525              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
1526      Branch: perl
1527            ! t/op/groups.t
1528 ____________________________________________________________________________
1529 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
1530         Log: Update Changes.
1531      Branch: perl
1532            ! Changes patchlevel.h
1533 ____________________________________________________________________________
1534 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
1535         Log: Integrate perlio;
1536              
1537              Do not lc() the file names before doing dirname() or they don't match.
1538      Branch: perl
1539           !> lib/ExtUtils/t/Installed.t
1540 ____________________________________________________________________________
1541 [ 14679] By: sky                                   on 2002/02/13  12:56:13
1542         Log: rename mutex to make a bit more sense
1543      Branch: perl
1544            ! ext/threads/threads.xs
1545 ____________________________________________________________________________
1546 [ 14678] By: sky                                   on 2002/02/13  12:46:11
1547         Log: Track active threads....
1548      Branch: perl
1549            ! ext/threads/threads.pm ext/threads/threads.xs
1550 ____________________________________________________________________________
1551 [ 14677] By: nick                                  on 2002/02/13  09:30:42
1552         Log: Do not lc() the file names before doing dirname() or they don't match.
1553      Branch: perlio
1554            ! lib/ExtUtils/t/Installed.t
1555 ____________________________________________________________________________
1556 [ 14676] By: sky                                   on 2002/02/13  09:03:37
1557         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
1558              From: Michael G Schwern <schwern@pobox.com>
1559              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
1560              Message-Id: <20020213100017.GA6288@blackrider>
1561      Branch: perl
1562            ! lib/File/Spec/t/rel2abs2rel.t
1563 ____________________________________________________________________________
1564 [ 14675] By: sky                                   on 2002/02/13  09:00:24
1565         Log: Do not propagate END blocks to child threads, test.
1566      Branch: perl
1567            + ext/threads/t/end.t
1568            ! MANIFEST ext/threads/threads.xs
1569 ____________________________________________________________________________
1570 [ 14674] By: nick                                  on 2002/02/13  08:34:55
1571         Log: Integrate mainline
1572      Branch: perlio
1573           +> ext/threads/t/join.t
1574           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
1575           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
1576           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
1577 ____________________________________________________________________________
1578 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
1579         Log: metaconfig unit change for #14672.
1580      Branch: metaconfig
1581            ! U/modified/lns.U
1582 ____________________________________________________________________________
1583 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
1584         Log: $ln is supposed to be already set to $ln + executable suffix
1585              on platforms that need it, from Paul Green.
1586      Branch: perl
1587            ! Configure
1588 ____________________________________________________________________________
1589 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
1590         Log: Subject: New command syntax for 'x' command
1591              From: Mark-Jason Dominus <mjd@plover.com>
1592              Date: Tue, 12 Feb 2002 20:54:01 -0500
1593              Message-ID: <20020213015401.25685.qmail@plover.com>
1594      Branch: perl
1595            ! lib/perl5db.pl pod/perldebug.pod
1596 ____________________________________________________________________________
1597 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
1598         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
1599              From: Mark-Jason Dominus <mjd@plover.com>
1600              Date: Tue, 12 Feb 2002 20:20:42 -0500
1601              Message-ID: <20020213012042.25245.qmail@plover.com>
1602      Branch: perl
1603            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
1604 ____________________________________________________________________________
1605 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
1606         Log: Iteration continues.
1607      Branch: perl
1608            ! utf8.c
1609 ____________________________________________________________________________
1610 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
1611         Log: Duh.
1612      Branch: perl
1613            ! pp_pack.c t/op/length.t
1614 ____________________________________________________________________________
1615 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
1616         Log: Retract #14666.
1617      Branch: perl
1618            ! t/op/lc.t
1619 ____________________________________________________________________________
1620 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
1621         Log: (retracted by #14667)
1622      Branch: perl
1623            ! t/op/lc.t
1624 ____________________________________________________________________________
1625 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
1626         Log: Tiny test script tweaks.
1627      Branch: perl
1628            ! t/uni/fold.t
1629 ____________________________________________________________________________
1630 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
1631         Log: Rewrite the "special mapping" part of to_utf8_case(),
1632              this time with fewer bugs.  (See: The Law of Cybernetic
1633              Entymology.)
1634      Branch: perl
1635            ! utf8.c
1636 ____________________________________________________________________________
1637 [ 14663] By: sky                                   on 2002/02/12  18:26:16
1638         Log: Stop failures if you pass an object, sv_dup might not be the right 
1639              thing to use since I have a feeling we end up cloning far too much. 
1640              (Like the stash for example).... Maybe we need a lightweight sv_dup 
1641              that searches the target for things....
1642              Real fix is another option to perl_clone which controls if you should 
1643              save stashes.
1644      Branch: perl
1645            ! ext/threads/threads.xs
1646 ____________________________________________________________________________
1647 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
1648         Log: Retract #14661.
1649      Branch: perl
1650            ! hints/solaris_2.sh
1651 ____________________________________________________________________________
1652 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
1653         Log: (retracted by #14662)
1654      Branch: perl
1655            ! hints/solaris_2.sh
1656 ____________________________________________________________________________
1657 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
1658         Log: EBCDIC: another "can't happen".
1659      Branch: perl
1660            ! utf8.c
1661 ____________________________________________________________________________
1662 [ 14659] By: sky                                   on 2002/02/12  14:38:21
1663         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
1664      Branch: perl
1665            + ext/threads/t/join.t
1666            ! MANIFEST ext/threads/threads.xs
1667 ____________________________________________________________________________
1668 [ 14658] By: nick                                  on 2002/02/12  13:54:06
1669         Log: Integrate mainline
1670      Branch: perlio
1671           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
1672           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
1673           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
1674 ____________________________________________________________________________
1675 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
1676         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
1677              From: Jan Dubois <JanD@ActiveState.com> 
1678              Date: Tue, 12 Feb 2002 00:56:31 -0800
1679              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
1680      Branch: perl
1681            ! lib/Win32.pod win32/win32.c win32/win32.h
1682 ____________________________________________________________________________
1683 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
1684         Log: Subject: [PATCH] Re: 14654 introduced a bug 
1685              From: Michael G Schwern <schwern@pobox.com> 
1686              Date: Tue, 12 Feb 2002 05:37:36 -0500
1687              Message-ID: <20020212103736.GC14327@blackrider>
1688      Branch: perl
1689            ! lib/File/Spec/t/rel2abs2rel.t
1690 ____________________________________________________________________________
1691 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
1692         Log: More unset installman[13]dir tweaks from chromatic.
1693      Branch: perl
1694            ! lib/ExtUtils/Installed.pm
1695 ____________________________________________________________________________
1696 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
1697         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
1698              From: Michael G Schwern <schwern@pobox.com>
1699              Date: Mon, 11 Feb 2002 12:23:02 -0500
1700              Message-ID: <20020211172302.GD9556@blackrider>
1701      Branch: perl
1702            ! lib/File/Spec/t/rel2abs2rel.t
1703 ____________________________________________________________________________
1704 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
1705         Log: Use `` instead of -| to be a little bit more portable,
1706              from Michael Schwern.
1707      Branch: perl
1708            ! lib/ExtUtils/t/Embed.t
1709 ____________________________________________________________________________
1710 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
1711         Log: EBCDIC: this change for \N{} in particular is now
1712              unnecessary because of the recent more general
1713              pack U change.
1714      Branch: perl
1715            ! toke.c
1716 ____________________________________________________________________________
1717 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
1718         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
1719              From: "Craig A. Berry" <craigberry@mac.com>
1720              Date: Mon, 11 Feb 2002 17:13:47 -0600
1721              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
1722      Branch: perl
1723            ! t/test.pl
1724 ____________________________________________________________________________
1725 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
1726         Log: EBCDIC: pack U bytes change.
1727      Branch: perl
1728            ! t/op/length.t
1729 ____________________________________________________________________________
1730 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
1731         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
1732      Branch: perl
1733            ! t/op/each.t
1734 ____________________________________________________________________________
1735 [ 14648] By: nick                                  on 2002/02/11  16:14:50
1736         Log: Integrate mainline
1737      Branch: perlio
1738           !> Changes Configure Makefile.SH autodoc.pl
1739           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
1740           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
1741           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
1742 ____________________________________________________________________________
1743 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
1744         Log: Update Changes.
1745      Branch: perl
1746            ! Changes patchlevel.h
1747 ____________________________________________________________________________
1748 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
1749         Log: Regen toc.
1750      Branch: perl
1751            ! pod/perltoc.pod
1752 ____________________________________________________________________________
1753 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
1754         Log: Forgot from #14641.
1755      Branch: perl
1756            ! lib/ExtUtils/t/Embed.t
1757 ____________________________________________________________________________
1758 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
1759         Log: A forgotten metaconfig unit.
1760      Branch: metaconfig/U/perl
1761            + i_features.U
1762 ____________________________________________________________________________
1763 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
1764         Log: metaconfig unit changes for #14642.
1765      Branch: metaconfig
1766            + U/modified/lns.U
1767      Branch: metaconfig/U/perl
1768            ! issymlink.U
1769 ____________________________________________________________________________
1770 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
1771         Log: -Dmksymlinks was broken by #14628.
1772      Branch: perl
1773            ! Configure
1774 ____________________________________________________________________________
1775 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
1776         Log: Subject: [PATCH @14577] OS/2 build
1777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1778              Date: Mon, 11 Feb 2002 06:56:41 -0500
1779              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
1780              
1781              (sans the Configure, perlio.sym, and t/op/stat.t parts)
1782      Branch: perl
1783            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
1784            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
1785            ! os2/os2ish.h
1786 ____________________________________________________________________________
1787 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
1788         Log: Integrate perlio;
1789              
1790              Re-structure Japanese encodings - part 1
1791              
1792              Split Japanese encodings - part 2
1793              - build separate .c files with separate 'compile' steps
1794              - overall Japanese.xs / Japanese.pm which loads them
1795              
1796              Add test for Japanese encoding (well euc-jp anyway).
1797              Fix one bug shown by above
1798              Skip test which does not pass yet.
1799              
1800              Patch up the failing multi-byte write case, and un-skip
1801              the test.
1802      Branch: perl
1803           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
1804           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
1805            - ext/Encode/EUC_JP/EUC_JP.pm
1806           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
1807 ____________________________________________________________________________
1808 [ 14639] By: nick                                  on 2002/02/11  11:59:18
1809         Log: Patch up the failing multi-byte write case, and un-skip
1810              the test.
1811      Branch: perlio
1812            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
1813 ____________________________________________________________________________
1814 [ 14638] By: nick                                  on 2002/02/11  10:55:39
1815         Log: Add test for Japanese encoding (well euc-jp anyway).
1816              Fix one bug shown by above
1817              Skip test which does not pass yet.
1818      Branch: perlio
1819            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
1820            + ext/Encode/t/table.ref
1821            ! MANIFEST ext/Encode/Encode.xs
1822 ____________________________________________________________________________
1823 [ 14637] By: nick                                  on 2002/02/11  09:07:04
1824         Log: Split Japanese encodings - part 2
1825              - build separate .c files with separate 'compile' steps
1826              - overall Japanese.xs / Japanese.pm which loads them
1827      Branch: perlio
1828            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
1829 ____________________________________________________________________________
1830 [ 14636] By: nick                                  on 2002/02/11  08:15:42
1831         Log: Re-structure Japanese encodings - part 1
1832      Branch: perlio
1833           +> ext/Encode/EUC_JP/Japanese.pm
1834            - ext/Encode/EUC_JP/EUC_JP.pm
1835            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
1836 ____________________________________________________________________________
1837 [ 14635] By: nick                                  on 2002/02/11  08:05:12
1838         Log: Integrate mainline
1839      Branch: perlio
1840           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
1841           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
1842           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
1843 ____________________________________________________________________________
1844 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
1845         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
1846              From: Mike Guy <mjtg@cam.ac.uk>
1847              Date: Mon, 11 Feb 2002 02:50:42 +0000
1848              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
1849      Branch: perl
1850            ! t/op/arith.t
1851 ____________________________________________________________________________
1852 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
1853         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
1854              Stepping backward in the string would be majorly bad.
1855      Branch: perl
1856            ! regcomp.c
1857 ____________________________________________________________________________
1858 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
1859         Log: The debugger part of
1860              
1861              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
1862              From: Michael G Schwern <schwern@pobox.com> 
1863              Date: Wed, 6 Feb 2002 17:32:12 -0500
1864              Message-ID: <20020206223212.GG1346@blackrider>
1865      Branch: perl
1866            ! lib/perl5db.pl
1867 ____________________________________________________________________________
1868 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
1869         Log: Integrate perlio;
1870              
1871              Borland/Win32 tuning
1872              
1873              Move PerlIO_perlio to layer_syms where it belongs?
1874      Branch: perl
1875           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
1876 ____________________________________________________________________________
1877 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
1878         Log: EBCDIC: the low 256 needs to be shuffled also
1879              in pack/unpack U (this breaks the equivalence
1880              of pack U and v-strings, but I think if someone
1881              has to give, v-strings are a good victim)
1882      Branch: perl
1883            ! pp_pack.c t/op/pack.t
1884 ____________________________________________________________________________
1885 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
1886         Log: metaconfig unit changes for #14628.
1887      Branch: metaconfig/U/perl
1888            ! d_u32align.U issymlink.U
1889 ____________________________________________________________________________
1890 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
1891         Log: Two Configure tweaks; the u32align test was trying
1892              to write into a string literal, the ln -s test was
1893              failing in VOS.
1894      Branch: perl
1895            ! Configure
1896 ____________________________________________________________________________
1897 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
1898         Log: DJGPP tweaks from Laszlo Molnar.
1899      Branch: perl
1900            ! djgpp/djgpp.c lib/File/Spec.pm
1901 ____________________________________________________________________________
1902 [ 14626] By: nick                                  on 2002/02/10  18:36:47
1903         Log: Move PerlIO_perlio to layer_syms where it belongs?
1904      Branch: perlio
1905            ! makedef.pl
1906 ____________________________________________________________________________
1907 [ 14625] By: nick                                  on 2002/02/10  18:02:21
1908         Log: Borland/Win32 tuning
1909      Branch: perlio
1910            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
1911 ____________________________________________________________________________
1912 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
1913         Log: Additional explanation for the [:...:] failure.
1914      Branch: perl
1915            ! pod/perldiag.pod
1916 ____________________________________________________________________________
1917 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
1918         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
1919              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1920              Date: Sun, 10 Feb 2002 13:32:48 +0100
1921              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
1922      Branch: perl
1923            ! makedef.pl
1924 ____________________________________________________________________________
1925 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
1926         Log: Test tweaks from chromatic for cases where there
1927              are no installman1dir or installman3dir.
1928      Branch: perl
1929            ! lib/ExtUtils/t/Installed.t
1930 ____________________________________________________________________________
1931 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
1932         Log: Integrate perlio;
1933              
1934              Nick Clark's tweaks to Encode compile process
1935              1. Use decimal constants to unit string arrays rather than
1936              very long string litterals (latter having possible "\0"
1937              on end issues, and needing ANSI C line splicing).
1938              2. Replace tail-recursion during insert process with itteration.
1939              Nick C sees 12% speedup from these.
1940      Branch: perl
1941           !> ext/Encode/Encode.pm ext/Encode/compile
1942 ____________________________________________________________________________
1943 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
1944         Log: Portability notes: filename characters, character sets.
1945      Branch: perl
1946            ! pod/perlport.pod
1947 ____________________________________________________________________________
1948 [ 14619] By: nick                                  on 2002/02/10  11:06:05
1949         Log: Integrate mainline
1950      Branch: perlio
1951            ! ext/Encode/Encode.pm
1952           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
1953           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
1954           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
1955           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
1956           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
1957 ____________________________________________________________________________
1958 [ 14618] By: nick                                  on 2002/02/10  10:48:15
1959         Log: Nick Clark's tweaks to Encode compile process
1960              1. Use decimal constants to unit string arrays rather than
1961              very long string litterals (latter having possible "\0"
1962              on end issues, and needing ANSI C line splicing).
1963              2. Replace tail-recursion during insert process with itteration.
1964              Nick C sees 12% speedup from these.
1965      Branch: perlio
1966            ! ext/Encode/compile
1967 ____________________________________________________________________________
1968 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
1969         Log: Use the "Unicode 1.0" name field for control characters,
1970              as suggested by Mark Davis.  Note that Unicode 3.2 will
1971              require some more legwork on this because of certain
1972              alternative names.
1973      Branch: perl
1974            ! lib/unicore/Name.pl lib/unicore/mktables
1975 ____________________________________________________________________________
1976 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
1977         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
1978      Branch: perl
1979            ! hints/os390.sh
1980 ____________________________________________________________________________
1981 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
1982         Log: EBCDIC: the non-printable characters are different.
1983      Branch: perl
1984            ! ext/B/B/Deparse.pm
1985 ____________________________________________________________________________
1986 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
1987         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
1988              From: Nicholas Clark <nick@unfortu.net> 
1989              Date: Sat, 9 Feb 2002 22:31:29 +0000
1990              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
1991      Branch: perl
1992            ! t/lib/warnings/pp_hot
1993 ____________________________________________________________________________
1994 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
1995         Log: Subject: [PATCH] Re: Modulus operator inconsistency
1996              From: Nicholas Clark <nick@unfortu.net>
1997              Date: Sat, 9 Feb 2002 21:00:13 +0000
1998              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
1999      Branch: perl
2000            ! op.c t/op/arith.t
2001 ____________________________________________________________________________
2002 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
2003         Log: Use the same escaping mechanism for all the *flags.
2004      Branch: perl
2005            ! lib/ExtUtils/Embed.pm
2006 ____________________________________________________________________________
2007 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
2008         Log: Protect possible parentheses in ccflags, ccdlflags, and
2009              ldflags.  (In OS/390 there are parentheses in ccflags.)
2010      Branch: perl
2011            ! lib/ExtUtils/Embed.pm
2012 ____________________________________________________________________________
2013 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
2014         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
2015              From: Peter Scott <Peter@PSDT.com>
2016              Date: Fri, 08 Feb 2002 19:20:19 -0800
2017              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
2018      Branch: perl
2019            ! lib/perl5db.pl
2020 ____________________________________________________________________________
2021 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
2022         Log: FAQ sync.
2023      Branch: perl
2024            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
2025 ____________________________________________________________________________
2026 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
2027         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
2028              From: Chris Nandor <pudge@pobox.com>
2029              Date: Fri, 08 Feb 2002 16:31:41 -0500
2030              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
2031      Branch: perl
2032            ! cop.h deb.c pp_ctl.c toke.c util.c
2033 ____________________________________________________________________________
2034 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
2035         Log: Redo CopFILE / MacPerl_MPWFIleName patch
2036      Branch: maint-5.6/macperl
2037            ! cop.h deb.c pp_ctl.c toke.c util.c
2038 ____________________________________________________________________________
2039 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
2040         Log: The metaconfig unit change to go with #14605.
2041      Branch: metaconfig/U/perl
2042            ! libperl.U
2043 ____________________________________________________________________________
2044 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
2045         Log: The Configure change to go with #14604.
2046      Branch: perl
2047            ! Configure
2048 ____________________________________________________________________________
2049 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
2050         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
2051              From: Andy Dougherty <doughera@lafayette.edu>
2052              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
2053              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
2054      Branch: perl
2055            ! hints/bsdos.sh
2056 ____________________________________________________________________________
2057 [ 14603] By: nick                                  on 2002/02/08  18:16:09
2058         Log: Integrate mainline
2059      Branch: perlio
2060           +> ext/threads/t/libc.t
2061           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
2062           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
2063 ____________________________________________________________________________
2064 [ 14602] By: sky                                   on 2002/02/08  15:19:15
2065         Log: Start testing for safe localtime functions, TODO, test more functions.
2066      Branch: perl
2067            + ext/threads/t/libc.t
2068            ! MANIFEST
2069 ____________________________________________________________________________
2070 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
2071         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
2072              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2073              Date: Fri, 8 Feb 2002 00:21:07 +0100
2074              Message-ID: <20020208002107.E763@rafael>
2075      Branch: perl
2076            ! doio.c pp_sys.c t/io/argv.t
2077 ____________________________________________________________________________
2078 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
2079         Log: Subject: [PATCH] Configure followed by make minitest
2080              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2081              Date: Wed, 06 Feb 2002 21:35:20 -0800
2082              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
2083      Branch: perl
2084            ! t/op/taint.t t/run/fresh_perl.t
2085 ____________________________________________________________________________
2086 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
2087         Log: Integrate perlio;
2088              
2089              Extract something from yesterdays effort - convert my mail on pad
2090              data structures (incoporating Sarathy's corrections/clarifications)
2091              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
2092      Branch: perl
2093           !> cv.h pod/perlapi.pod pod/perlintern.pod
2094 ____________________________________________________________________________
2095 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
2096         Log: metaconfig unit changes for #14597.
2097      Branch: metaconfig
2098            ! U/modified/Loc.U
2099      Branch: metaconfig/U/perl
2100            ! libperl.U
2101 ____________________________________________________________________________
2102 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
2103         Log: Configure DJGPP tweak from Laszlo Molnar.
2104      Branch: perl
2105            ! Configure
2106 ____________________________________________________________________________
2107 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
2108         Log: DJGPP tweaks from Laszlo Molnar.
2109      Branch: perl
2110            ! djgpp/djgppsed.sh perl.c
2111 ____________________________________________________________________________
2112 [ 14595] By: nick                                  on 2002/02/08  09:19:29
2113         Log: Extract something from yesterdays effort - convert my mail on pad
2114              data structures (incoporating Sarathy's corrections/clarifications)
2115              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
2116      Branch: perlio
2117            ! cv.h pod/perlapi.pod pod/perlintern.pod
2118 ____________________________________________________________________________
2119 [ 14594] By: nick                                  on 2002/02/08  08:34:49
2120         Log: Integrate mainline
2121      Branch: perlio
2122           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
2123           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
2124           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
2125           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
2126           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
2127           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
2128 ____________________________________________________________________________
2129 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
2130         Log: To really skip the test an exit() is needed.
2131      Branch: perl
2132            ! lib/encoding.t
2133 ____________________________________________________________________________
2134 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
2135         Log: More diagnostics from Nicholas Clark.
2136      Branch: perl
2137            ! lib/Benchmark.t
2138 ____________________________________________________________________________
2139 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
2140         Log: In case of failure be more verbose.
2141      Branch: perl
2142            ! t/base/num.t
2143 ____________________________________________________________________________
2144 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
2145         Log: Update Changes
2146      Branch: maint-5.6/macperl
2147            ! macos/Changes
2148 ____________________________________________________________________________
2149 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
2150         Log: Merge AEGizmos library into PPC binary
2151      Branch: maint-5.6/macperl
2152            ! macos/Makefile.mk
2153 ____________________________________________________________________________
2154 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
2155         Log: Add -ansifor for MrCpp options
2156      Branch: maint-5.6/macperl
2157            ! macos/BuildRules.mk
2158 ____________________________________________________________________________
2159 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
2160         Log: Check ownership of CatInfos (MacPerl Bug #494482)
2161      Branch: maint-5.6/macperl
2162            ! macos/ext/Mac/Files/Files.xs
2163 ____________________________________________________________________________
2164 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
2165         Log: Resource updates
2166      Branch: maint-5.6/macperl
2167            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
2168 ____________________________________________________________________________
2169 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
2170         Log: Empty path is ENOENT (MacPerl Bug #512351)
2171      Branch: maint-5.6/macperl
2172            ! macos/macperl/MPAppleEvents.c
2173 ____________________________________________________________________________
2174 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
2175         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
2176      Branch: maint-5.6/macperl
2177            ! macos/macperl/MPAEVTStream.cp
2178 ____________________________________________________________________________
2179 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
2180         Log: macify(ABSTRACT_FROM)
2181      Branch: maint-5.6/macperl
2182            ! macos/lib/ExtUtils/MM_MacOS.pm
2183 ____________________________________________________________________________
2184 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
2185         Log: Use correct Mac filenames in error messages, caller()
2186      Branch: maint-5.6/macperl
2187            ! deb.c pp_ctl.c toke.c util.c
2188 ____________________________________________________________________________
2189 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
2190         Log: Sanity checks to see that the IV/NV and the PV of numeric
2191              scalars stay in sync (unearthed this via the OS/390 gcvt()
2192              brokenness)
2193      Branch: perl
2194            + t/base/num.t
2195            ! MANIFEST
2196 ____________________________________________________________________________
2197 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
2198         Log: Retract the anon leak subpatch of #14418 and #14431
2199              (the latter came into bleadperl as part of #14433).
2200      Branch: perl
2201            ! op.c t/run/fresh_perl.t
2202 ____________________________________________________________________________
2203 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
2204         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
2205              mangles 0.1 to "10".  sprintf() seems more well-behaved.
2206      Branch: perl
2207            ! hints/os390.sh
2208 ____________________________________________________________________________
2209 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
2210         Log: Subject: [PATCH @14557] another Encode fix for VMS
2211              From: "Craig A. Berry" <craigberry@mac.com>
2212              Date: Wed, 06 Feb 2002 14:44:20 -0600
2213              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
2214      Branch: perl
2215            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
2216 ____________________________________________________________________________
2217 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
2218         Log: Integrate perlio;
2219              
2220              One way to avoid OS390 winge about #line directives.
2221      Branch: perl
2222           !> ext/Encode/EUC_JP/Makefile.PL
2223 ____________________________________________________________________________
2224 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
2225         Log: Update Changes.
2226      Branch: perl
2227            ! Changes patchlevel.h
2228 ____________________________________________________________________________
2229 [ 14575] By: nick                                  on 2002/02/06  15:23:24
2230         Log: One way to avoid OS390 winge about #line directives.
2231      Branch: perlio
2232            ! ext/Encode/EUC_JP/Makefile.PL
2233 ____________________________________________________________________________
2234 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
2235         Log: s/Netware/NetWare/
2236      Branch: perl
2237            ! MANIFEST
2238 ____________________________________________________________________________
2239 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
2240         Log: New Netware scripts.
2241      Branch: perl
2242            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
2243            + NetWare/t/NWScripts-Exist.pl
2244            ! MANIFEST
2245 ____________________________________________________________________________
2246 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
2247         Log: EBCDIC: the encoding pragma would need some rethinking,
2248              probably a pass of EBCDIC->Unicode mapping.  For now,
2249              disable it on EBCDIC.
2250      Branch: perl
2251            ! lib/encoding.pm lib/encoding.t
2252 ____________________________________________________________________________
2253 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
2254         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
2255              for the low 256.  Now tweaked the tests, but maybe it's
2256              the module that needs few NATIVE_TO_UNI()s somewhere?
2257      Branch: perl
2258            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
2259 ____________________________________________________________________________
2260 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
2261         Log: Subject: [PATCH utf8.c] format problem
2262              From: Robin Barker <rmb1@cise.npl.co.uk>
2263              Date: Wed, 6 Feb 2002 14:01:43 GMT
2264              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
2265      Branch: perl
2266            ! utf8.c
2267 ____________________________________________________________________________
2268 [ 14569] By: nick                                  on 2002/02/06  09:52:23
2269         Log: Integrate mainline
2270      Branch: perlio
2271           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
2272           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
2273           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
2274           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
2275           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
2276           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
2277 ____________________________________________________________________________
2278 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
2279         Log: EBCDIC: 0x41 is not cricket.
2280      Branch: perl
2281            ! ext/Encode/t/Encode.t
2282 ____________________________________________________________________________
2283 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
2284         Log: NetWare update from Ananth Kesari.
2285      Branch: perl
2286            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
2287            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
2288            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
2289            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
2290            ! NetWare/t/NWScripts.pl makedef.pl
2291 ____________________________________________________________________________
2292 [ 14566] By: sky                                   on 2002/02/05  18:39:13
2293         Log: Subject: Re: File::Spec::rel2abs2rel (?)
2294              From: Michael G Schwern <schwern@pobox.com>
2295              Date: Tue, 5 Feb 2002 13:47:39 -0500
2296              Message-ID: <20020205184739.GB17375@blackrider>
2297      Branch: perl
2298            ! lib/File/Spec/t/rel2abs2rel.t
2299 ____________________________________________________________________________
2300 [ 14565] By: nick                                  on 2002/02/05  17:31:24
2301         Log: Integrate mainline
2302      Branch: perlio
2303           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
2304           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
2305           !> utf8.h
2306 ____________________________________________________________________________
2307 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
2308         Log: Integrate perlio;
2309              
2310              More Encode tweaks:
2311              - make expensive and marginal substring search optional (-O)
2312              - enable -O for ASCII-oid encodings (search space is small)
2313              - add ASCII-oid jis0201 to basic Encode.so
2314              - add some other Japanese encodings to EUC_JP bundle (without -O)
2315      Branch: perl
2316           +> ext/Encode/Encode/jis0201.ucm
2317           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
2318           !> ext/Encode/compile
2319 ____________________________________________________________________________
2320 [ 14563] By: nick                                  on 2002/02/05  16:01:15
2321         Log: More Encode tweaks:
2322              - make expensive and marginal substring search optional (-O)
2323              - enable -O for ASCII-oid encodings (search space is small)
2324              - add ASCII-oid jis0201 to basic Encode.so
2325              - add some other Japanese encodings to EUC_JP bundle (without -O)
2326      Branch: perlio
2327            + ext/Encode/Encode/jis0201.ucm
2328            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
2329            ! ext/Encode/compile
2330 ____________________________________________________________________________
2331 [ 14562] By: sky                                   on 2002/02/05  14:50:36
2332         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
2333      Branch: perl
2334            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
2335 ____________________________________________________________________________
2336 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
2337         Log: EBCDIC: SHARP S is different.
2338      Branch: perl
2339            ! regexec.c utf8.h
2340 ____________________________________________________________________________
2341 [ 14560] By: sky                                   on 2002/02/05  13:49:40
2342         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
2343      Branch: perl
2344            ! t/op/filetest.t
2345 ____________________________________________________________________________
2346 [ 14559] By: sky                                   on 2002/02/05  11:39:24
2347         Log: Add . first to the PATH environment to test that we really
2348              get ./perl and not some other older perl.
2349      Branch: perl
2350            ! lib/File/Spec/t/rel2abs2rel.t
2351 ____________________________________________________________________________
2352 [ 14558] By: sky                                   on 2002/02/05  11:20:21
2353         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...
2354      Branch: perl
2355            ! ext/POSIX/t/posix.t
2356 ____________________________________________________________________________
2357 [ 14557] By: sky                                   on 2002/02/05  10:30:58
2358         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
2359      Branch: perl
2360            ! hints/darwin.sh perl.h
2361 ____________________________________________________________________________
2362 [ 14556] By: nick                                  on 2002/02/05  06:58:52
2363         Log: Integrate mainline
2364      Branch: perlio
2365           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
2366           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
2367           !> lib/File/Find/t/taint.t
2368 ____________________________________________________________________________
2369 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
2370         Log: Integrate change #14439 from maintperl
2371      Branch: maint-5.6/macperl
2372           !> op.c
2373 ____________________________________________________________________________
2374 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
2375         Log: Subject: [PATCH] File::Find tests not cleaning up properly
2376              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2377              Date: Mon, 4 Feb 2002 22:09:07 +0100
2378              Message-ID: <20020204220907.A8288@rafael>
2379      Branch: perl
2380            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
2381 ____________________________________________________________________________
2382 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
2383         Log: Signedness mumblings from Tru64.
2384      Branch: perl
2385            ! ext/Encode/Encode.xs
2386 ____________________________________________________________________________
2387 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
2388         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
2389              From: "Craig A. Berry" <craigberry@mac.com>
2390              Date: Mon, 04 Feb 2002 17:16:00 -0600
2391              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
2392      Branch: perl
2393            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
2394            ! ext/Encode/Encode.xs
2395 ____________________________________________________________________________
2396 [ 14551] By: nick                                  on 2002/02/04  16:00:31
2397         Log: Integrate mainline
2398      Branch: perlio
2399           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
2400           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
2401           !> regcomp.c
2402 ____________________________________________________________________________
2403 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
2404         Log: Update Changes.
2405      Branch: perl
2406            ! Changes patchlevel.h
2407 ____________________________________________________________________________
2408 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
2409         Log: Comment microtweaks.
2410      Branch: perl
2411            ! lib/locale.t
2412 ____________________________________________________________________________
2413 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
2414         Log: Subject: trivial docu patch
2415              From: andreas.koenig@anima.de (Andreas J. Koenig)
2416              Date: 04 Feb 2002 08:15:19 +0100
2417              Message-ID: <m3pu3l7m60.fsf@anima.de>
2418      Branch: perl
2419            ! pod/perluniintro.pod
2420 ____________________________________________________________________________
2421 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
2422         Log: Subject: [PATCH] (??{ }) anomaly
2423              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2424              Date: Sun, 03 Feb 2002 20:21:45 -0800
2425              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
2426      Branch: perl
2427            ! regcomp.c
2428 ____________________________________________________________________________
2429 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
2430         Log: Integrate perlio.
2431              
2432              Carry on where we left off if we have to grow destination
2433              SV during XS encode/decode
2434              
2435              Remove debugging warning, be consistent about API fails.
2436      Branch: perl
2437           !> ext/Encode/Encode.xs
2438 ____________________________________________________________________________
2439 [ 14545] By: nick                                  on 2002/02/03  20:03:38
2440         Log: Remove debugging warning, be consistent about API fails.
2441      Branch: perlio
2442            ! ext/Encode/Encode.xs
2443 ____________________________________________________________________________
2444 [ 14544] By: nick                                  on 2002/02/03  19:47:48
2445         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
2446      Branch: perlio
2447            ! ext/Encode/Encode.xs
2448 ____________________________________________________________________________
2449 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
2450         Log: Subject: PATCH CPAN.pm
2451              From: Mark-Jason Dominus <mjd@plover.com>
2452              Date: Sun, 03 Feb 2002 12:36:36 -0500
2453              Message-ID: <20020203173636.27451.qmail@plover.com>
2454      Branch: perl
2455            ! lib/CPAN.pm
2456 ____________________________________________________________________________
2457 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
2458         Log: Must search further back.
2459      Branch: perl
2460            ! lib/h2xs.t
2461 ____________________________________________________________________________
2462 [ 14541] By: nick                                  on 2002/02/03  18:52:09
2463         Log: Integrate mainline
2464      Branch: perlio
2465           !> (integrate 29 files)
2466 ____________________________________________________________________________
2467 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
2468         Log: EBCDIC: more natification.
2469      Branch: perl
2470            ! regcomp.c
2471 ____________________________________________________________________________
2472 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
2473         Log: Debug noise.
2474      Branch: perl
2475            ! ext/Encode/Encode.xs
2476 ____________________________________________________________________________
2477 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
2478         Log: Integrate perlio;
2479              
2480              Stable intermediate point in Encode cleanup.
2481              :encode(euc-jp) works on Dan's table.euc
2482              Much buffer copying and other silliness remains.
2483      Branch: perl
2484           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2485           !> ext/Encode/lib/Encode/Encoding.pm
2486 ____________________________________________________________________________
2487 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
2488         Log: Prettify.
2489      Branch: perl
2490            ! lib/unicore/mktables
2491 ____________________________________________________________________________
2492 [ 14536] By: nick                                  on 2002/02/03  17:32:03
2493         Log: Stable intermediate point in Encode cleanup.
2494              :encode(euc-jp) works on Dan's table.euc
2495              Much buffer copying and other silliness remains.
2496      Branch: perlio
2497            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2498            ! ext/Encode/lib/Encode/Encoding.pm
2499 ____________________________________________________________________________
2500 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
2501         Log: EBCDIC: it's much nicer to compare Unicode code points
2502              to Unicode code points.
2503      Branch: perl
2504            ! regexec.c
2505 ____________________________________________________________________________
2506 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
2507         Log: EBCDIC: character classes must remap the low 256.
2508      Branch: perl
2509            ! regcomp.c
2510 ____________________________________________________________________________
2511 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
2512         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
2513      Branch: perl
2514            ! lib/I18N/LangTags/List.pm
2515 ____________________________________________________________________________
2516 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
2517         Log: FAQ sync.
2518      Branch: perl
2519            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
2520            ! pod/perlfaq6.pod pod/perlfaq7.pod
2521 ____________________________________________________________________________
2522 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
2523         Log: Integrate perlio;
2524              
2525              Re-indent Encode.xs
2526              
2527              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
2528              (Mis-feature discovered by Encode.)
2529      Branch: perl
2530           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
2531 ____________________________________________________________________________
2532 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
2533         Log: Subject: [PATCH] lstat FH and -l FH warnings
2534              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2535              Date: Sat, 2 Feb 2002 22:24:54 +0100           
2536              Message-ID: <20020202222454.A11608@rafael>       
2537      Branch: perl
2538            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
2539            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
2540 ____________________________________________________________________________
2541 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
2542         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
2543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2544              Date: Sat, 2 Feb 2002 13:11:01 +0100           
2545              Message-ID: <20020202131101.A722@rafael>               
2546              
2547              Subject: [PATCH t/op/ver.t] another false positive
2548              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2549              Date: Sat, 2 Feb 2002 13:38:22 +0100           
2550              Message-ID: <20020202133822.E722@rafael>         
2551              
2552              Subject: [PATCH] t/test.pl:ok() doesn't work
2553              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
2554              Date: Sun, 03 Feb 2002 00:02:38 -0800          
2555              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
2556      Branch: perl
2557            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
2558            ! t/test.pl
2559 ____________________________________________________________________________
2560 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
2561         Log: Subject: [PATCH @13746] OS2::Process's constants
2562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2563              Date: Sat, 2 Feb 2002 01:00:55 -0500           
2564              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
2565      Branch: perl
2566            ! os2/OS2/Process/Makefile.PL
2567 ____________________________________________________________________________
2568 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
2569         Log: Subject: [PATCH @13746] h2xs   
2570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2571              Date: Sat, 2 Feb 2002 00:58:44 -0500           
2572              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
2573      Branch: perl
2574            ! utils/h2xs.PL
2575 ____________________________________________________________________________
2576 [ 14526] By: nick                                  on 2002/02/03  14:54:18
2577         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
2578              (Mis-feature discovered by Encode.)
2579      Branch: perlio
2580            ! sv.c
2581 ____________________________________________________________________________
2582 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
2583         Log: EBCDIC: since #14519 made \N{...} to remap,
2584              the test cannot expect an ASCII code point.
2585      Branch: perl
2586            ! lib/charnames.t
2587 ____________________________________________________________________________
2588 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
2589         Log: Sub-MANIFEST-tweak.
2590      Branch: perl
2591            ! ext/Encode/MANIFEST
2592 ____________________________________________________________________________
2593 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
2594         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
2595              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2596              Date: Fri, 01 Feb 2002 23:51:03 +0900
2597              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
2598      Branch: perl
2599            ! ext/Encode/lib/Encode/Tcl/Escape.pm
2600 ____________________________________________________________________________
2601 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
2602         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
2603              From: Andy Dougherty <doughera@lafayette.edu>
2604              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
2605              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
2606      Branch: perl
2607            ! README.solaris hints/solaris_2.sh
2608 ____________________________________________________________________________
2609 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
2610         Log: EBCDIC: no hope to get the low 256 right in unifolding.
2611      Branch: perl
2612            ! t/uni/fold.t
2613 ____________________________________________________________________________
2614 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
2615         Log: todo entry for missing pack formats.
2616      Branch: perl
2617            ! pod/perltodo.pod
2618 ____________________________________________________________________________
2619 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
2620         Log: EBCDIC: the low 256 \N{...} need to be remapped.
2621      Branch: perl
2622            ! toke.c
2623 ____________________________________________________________________________
2624 [ 14518] By: nick                                  on 2002/02/01  18:32:03
2625         Log: indent -kr -nce and some manual tweaks to match perl style.
2626      Branch: perlio
2627            ! ext/Encode/Encode.xs
2628 ____________________________________________________________________________
2629 [ 14517] By: nick                                  on 2002/02/01  18:20:46
2630         Log: Integrate mainline
2631      Branch: perlio
2632           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
2633           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
2634           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
2635           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
2636           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
2637           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
2638           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
2639 ____________________________________________________________________________
2640 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
2641         Log: Integrate perlio; 
2642              
2643              Minor Encode tweaks:
2644              - move Encode.pm back to top of Encode like normal XS extension
2645              - avoid .def as a file extension (Win32 builds)
2646      Branch: perl
2647            ! MANIFEST
2648           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
2649           !> ext/Encode/Makefile.PL ext/Encode/compile
2650 ____________________________________________________________________________
2651 [ 14515] By: nick                                  on 2002/02/01  16:27:59
2652         Log: Minor Encode tweaks:
2653              - move Encode.pm back to top of Encode like normal XS extension
2654              - avoid .def as a file extension (Win32 builds)
2655      Branch: perlio
2656           +> ext/Encode/Encode.pm
2657            - ext/Encode/lib/Encode.pm
2658            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
2659            ! ext/Encode/Makefile.PL ext/Encode/compile
2660 ____________________________________________________________________________
2661 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
2662         Log: Subject: [PATCH utf8.t] temp file not cleaned up
2663              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2664              Date: Fri, 1 Feb 2002 15:47:46 +0100
2665              Message-ID: <20020201154746.A24079@rafael>
2666      Branch: perl
2667            ! t/io/utf8.t
2668 ____________________________________________________________________________
2669 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
2670         Log: Subject: [PATCH] make "lstat FH" croak
2671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2672              Date: Fri, 1 Feb 2002 15:12:50 +0100
2673              Message-ID: <20020201151250.A738@rafael>
2674      Branch: perl
2675            ! pod/perldiag.pod pp_sys.c t/op/stat.t
2676 ____________________________________________________________________________
2677 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
2678         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
2679              From: Kay Röpke <kroepke@dolphin-services.de>
2680              Date: Fri, 1 Feb 2002 01:10:43 +0100
2681              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
2682      Branch: perl
2683            ! t/op/stat.t
2684 ____________________________________________________________________________
2685 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
2686         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
2687              I got it in Tru64 + ithreads but only without -g, took
2688              some debugging by printf (which was no fun either since
2689              adding some debug printfs hid the error)
2690      Branch: perl
2691            ! regexec.c utf8.c
2692 ____________________________________________________________________________
2693 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
2694         Log: Subject: Re: [PATCH] perl -V:
2695              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
2696              Date: Thu, 31 Jan 2002 12:10:20 -0800
2697              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
2698              
2699              Subject: Re: [PATCH] perl -V:
2700              From: Michael G Schwern <schwern@pobox.com>
2701              Date: Thu, 31 Jan 2002 16:43:13 -0500
2702              Message-ID: <20020131214313.GH6498@blackrider>
2703      Branch: perl
2704            ! t/run/switches.t
2705 ____________________________________________________________________________
2706 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
2707         Log: #14505 effect.
2708      Branch: perl
2709            ! pod/perluniintro.pod
2710 ____________________________________________________________________________
2711 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
2712         Log: Daniel S. Lewart adopts the Math::Complex.
2713      Branch: perl
2714            ! lib/Math/Complex.pm
2715 ____________________________________________________________________________
2716 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
2717         Log: More Complex DWIMmery.
2718      Branch: perl
2719            ! lib/Math/Complex.pm lib/Math/Complex.t
2720 ____________________________________________________________________________
2721 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
2722         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
2723              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2724              Date: Thu, 31 Jan 2002 14:37:52 +0100
2725              Message-ID: <20020131143752.A1452@rafael>
2726      Branch: perl
2727            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
2728 ____________________________________________________________________________
2729 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
2730         Log: Turn the I/O Unicode error by default on, but the
2731              character-generating Unicode error by default off,
2732              as Larry suggested.
2733      Branch: perl
2734            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
2735            ! utf8.c
2736 ____________________________________________________________________________
2737 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
2738         Log: Subject: [PATCH] open.pm minor cleanup
2739              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2740              Date: Thu, 31 Jan 2002 15:03:02 +0100
2741              Message-ID: <20020131150302.C1452@rafael>
2742      Branch: perl
2743            ! lib/open.pm
2744 ____________________________________________________________________________
2745 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
2746         Log: Update Changes.
2747      Branch: perl
2748            ! Changes patchlevel.h
2749 ____________________________________________________________________________
2750 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
2751         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
2752              From: Robin Barker <rmb1@cise.npl.co.uk>
2753              Date: Wed, 30 Jan 2002 11:58:33 GMT
2754              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
2755      Branch: perl
2756            ! lib/CPAN.pm
2757 ____________________________________________________________________________
2758 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
2759         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
2760              re-sort MANIFEST.
2761      Branch: perl
2762            + ext/Encode/Encode.pm
2763            - ext/Encode/lib/Encode.pm
2764            ! MANIFEST ext/Encode/Makefile.PL
2765 ____________________________________________________________________________
2766 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
2767         Log: Integrate perlio;
2768              
2769              Collect some stats during compile process.
2770              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
2771              as one XS - inconclusive - marginal win?
2772              Add some comments to encode.h
2773      Branch: perl
2774           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
2775           !> ext/Encode/encode.h
2776 ____________________________________________________________________________
2777 [ 14499] By: nick                                  on 2002/01/30  09:57:47
2778         Log: Collect some stats during compile process.
2779              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
2780              as one XS - inconclusive - marginal win?
2781              Add some comments to encode.h
2782      Branch: perlio
2783            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
2784            ! ext/Encode/encode.h
2785 ____________________________________________________________________________
2786 [ 14498] By: nick                                  on 2002/01/30  07:27:55
2787         Log: Integrate Jarkko's path/INC tweaks
2788      Branch: perlio
2789           !> ext/Encode/compile
2790 ____________________________________________________________________________
2791 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
2792         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
2793              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2794              Date: Tue, 29 Jan 2002 01:13:09 -0800
2795              Message-ID: <lemV8gzkgu/K092yn@efn.org>
2796      Branch: perl
2797            ! configpm
2798 ____________________________________________________________________________
2799 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
2800         Log: Subject: [PATCH t/op/inccode.t] new test
2801              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2802              Date: Tue, 29 Jan 2002 22:03:45 +0100
2803              Message-ID: <20020129220345.A704@rafael>
2804      Branch: perl
2805            ! t/op/inccode.t
2806 ____________________________________________________________________________
2807 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
2808         Log: EBCDIC: t/op/lc.t now passes.
2809      Branch: perl
2810            ! t/op/lc.t
2811 ____________________________________________________________________________
2812 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
2813         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
2814      Branch: perl
2815            ! utf8.c
2816 ____________________________________________________________________________
2817 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
2818         Log: Must find stuff during build.
2819      Branch: perl
2820            ! ext/Encode/compile
2821 ____________________________________________________________________________
2822 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
2823         Log: Integrate with perlio;
2824              
2825              Basics of a compiled Encode XS extension
2826      Branch: perl
2827           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
2828           +> ext/Encode/Encode/euc-jp.ucm
2829           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
2830           !> ext/Encode/encode.h
2831 ____________________________________________________________________________
2832 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
2833         Log: EBCDIC tweaks-- no new test passes, but getting closer.
2834      Branch: perl
2835            ! utf8.c
2836 ____________________________________________________________________________
2837 [ 14490] By: nick                                  on 2002/01/29  21:20:57
2838         Log: Basics of a compiled Encode XS extension
2839      Branch: perlio
2840            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
2841            + ext/Encode/Encode/euc-jp.ucm
2842            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
2843            ! ext/Encode/encode.h
2844 ____________________________________________________________________________
2845 [ 14489] By: nick                                  on 2002/01/29  18:40:54
2846         Log: Integrate mainline
2847      Branch: perlio
2848           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
2849           +> ext/Encode/lib/Encode/Encoding.pm
2850           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
2851           +> ext/Encode/lib/Encode/Tcl/Escape.pm
2852           +> ext/Encode/lib/Encode/Tcl/Extended.pm
2853           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
2854           +> ext/Encode/lib/Encode/Tcl/Table.pm
2855           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2856           +> ext/Encode/lib/Encode/iso10646_1.pm
2857           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2858           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
2859           +> ext/Encode/t/Tcl.t
2860            - ext/Encode.t ext/Encode/Encode.pm
2861            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
2862            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
2863           !> (integrate 33 files)
2864 ____________________________________________________________________________
2865 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
2866         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
2867              From: Richard Clamp <richardc@unixbeard.net>
2868              Date: Mon, 28 Jan 2002 02:17:55 +0000
2869              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
2870      Branch: perl
2871            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2872 ____________________________________________________________________________
2873 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
2874         Log: OS/390 seems to do length 0 udp reads, Nicholas says
2875              skippage is for now the best cause of action.
2876      Branch: perl
2877            ! ext/Socket/socketpair.t
2878 ____________________________________________________________________________
2879 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
2880         Log: Encode cleanup from Dan Kogai; reworked even further.
2881      Branch: perl
2882            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
2883            + ext/Encode/lib/Encode/Encoding.pm
2884            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
2885            + ext/Encode/lib/Encode/Tcl/Escape.pm
2886            + ext/Encode/lib/Encode/Tcl/Extended.pm
2887            + ext/Encode/lib/Encode/Tcl/HanZi.pm
2888            + ext/Encode/lib/Encode/Tcl/Table.pm
2889            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2890            + ext/Encode/lib/Encode/iso10646_1.pm
2891            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2892            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
2893            + ext/Encode/t/Tcl.t
2894            - ext/Encode.t ext/Encode/Encode.pm
2895            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
2896            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
2897            ! MANIFEST ext/Encode/Encode/8859-1.ucm
2898            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
2899            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2900            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2901            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2902            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2903            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2904            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2905            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
2906            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
2907            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
2908            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
2909            ! ext/Encode/compile
2910 ____________________________________________________________________________
2911 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
2912         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
2913      Branch: perl
2914            ! djgpp/djgpp.c perlio.c
2915 ____________________________________________________________________________
2916 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
2917         Log: Prettier printing from Michael Schwern.
2918      Branch: perl
2919            ! t/test.pl
2920 ____________________________________________________________________________
2921 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
2922         Log: Show also the debug and debugcolor as known pragmas.
2923      Branch: perl
2924            ! ext/re/re.pm
2925 ____________________________________________________________________________
2926 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
2927         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
2928              From: "Craig A. Berry" <craigberry@mac.com>
2929              Date: Mon, 28 Jan 2002 16:30:30 -0600
2930              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
2931      Branch: perl
2932            ! ext/B/t/assembler.t
2933 ____________________________________________________________________________
2934 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
2935         Log: metaconfig unit change for #14480.
2936      Branch: metaconfig
2937            ! U/modified/Init.U
2938 ____________________________________________________________________________
2939 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
2940         Log: DJGPP needs to know its exe soon, too.
2941      Branch: perl
2942            ! Configure
2943 ____________________________________________________________________________
2944 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
2945         Log: Round #2 on EBCDICation.
2946      Branch: perl
2947            ! t/op/append.t
2948 ____________________________________________________________________________
2949 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
2950         Log: Integrate perlio;
2951              
2952              Set makefile.mk CCHOME etc. for default locations of MinGW and free
2953              Borland compilers. (Borland builds one or two oddities.)
2954      Branch: perl
2955           !> win32/config.bc win32/makefile.mk
2956 ____________________________________________________________________________
2957 [ 14477] By: nick                                  on 2002/01/28  20:12:31
2958         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
2959              Borland compilers. (Borland builds one or two oddities.)
2960      Branch: perlio
2961            ! win32/config.bc win32/makefile.mk
2962 ____________________________________________________________________________
2963 [ 14476] By: nick                                  on 2002/01/28  18:43:47
2964         Log: Integrate mainline
2965      Branch: perlio
2966           !> Configure hints/hpux.sh
2967 ____________________________________________________________________________
2968 [ 14475] By: nick                                  on 2002/01/28  17:15:12
2969         Log: Integrate mainline
2970      Branch: perlio
2971           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
2972           !> patchlevel.h pp_sys.c t/lib/warnings/perl
2973 ____________________________________________________________________________
2974 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
2975         Log: metaconfig unit change for #14472.
2976      Branch: metaconfig/U/perl
2977            ! d_u32align.U
2978 ____________________________________________________________________________
2979 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
2980         Log: Misunderstood Merijn's patch.
2981      Branch: perl
2982            ! hints/hpux.sh
2983 ____________________________________________________________________________
2984 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
2985         Log: Misapplied Merijn's patch.
2986      Branch: perl
2987            ! Configure
2988 ____________________________________________________________________________
2989 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
2990         Log: Update Changes.
2991      Branch: perl
2992            ! Changes patchlevel.h
2993 ____________________________________________________________________________
2994 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
2995         Log: BeOS has sockets but not true ones.
2996      Branch: perl
2997            ! pp_sys.c
2998 ____________________________________________________________________________
2999 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
3000         Log: metaconfig unit change for #14467.
3001      Branch: metaconfig/U/perl
3002            ! d_u32align.U
3003 ____________________________________________________________________________
3004 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
3005         Log: For some strange reason under the smoke harness the alignment
3006              test hangs in HP-UX 10.20.  So hint it to avoid the test.
3007      Branch: perl
3008            ! hints/hpux.sh
3009 ____________________________________________________________________________
3010 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
3011         Log: Allow d_u32align to be hinted.
3012      Branch: perl
3013            ! Configure
3014 ____________________________________________________________________________
3015 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
3016         Log: The shift key is important.
3017      Branch: perl
3018            ! ext/B/B.xs
3019 ____________________________________________________________________________
3020 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
3021         Log: The "used only once" warnings (from gv_check) come
3022              in pseudorandom hash order-- in EBCDIC the order
3023              is different.  Add a new option that allow the warnings
3024              to come in any order (Paul Marquess).
3025      Branch: perl
3026            ! lib/warnings.t t/lib/warnings/perl
3027 ____________________________________________________________________________
3028 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
3029         Log: Integrate perlio; the 0nothread test failure without threads.
3030      Branch: perl
3031           !> ext/threads/shared/t/0nothread.t
3032 ____________________________________________________________________________
3033 [ 14463] By: nick                                  on 2002/01/28  08:22:36
3034         Log: Integrate mainline
3035      Branch: perlio
3036           !> (integrate 37 files)
3037 ____________________________________________________________________________
3038 [ 14462] By: nick                                  on 2002/01/28  08:09:53
3039         Log: 1st attempt at skipping broke threads case.
3040      Branch: perlio
3041            ! ext/threads/shared/t/0nothread.t
3042 ____________________________________________________________________________
3043 [ 14461] By: nick                                  on 2002/01/28  07:25:58
3044         Log: Skip new threads::shared test unless -Duseithreads
3045      Branch: perlio
3046            ! ext/threads/shared/t/0nothread.t
3047 ____________________________________________________________________________
3048 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
3049         Log: FAQ sync.
3050      Branch: perl
3051            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3052            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3053            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3054            ! pod/perlfaq9.pod
3055 ____________________________________________________________________________
3056 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
3057         Log: Upgrade to podlators 1.20.
3058      Branch: perl
3059            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
3060 ____________________________________________________________________________
3061 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
3062         Log: Retract #14448, a better patch coming up.
3063      Branch: perl
3064            ! lib/Pod/t/basic.t
3065 ____________________________________________________________________________
3066 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
3067         Log: EBCDIC portability.
3068      Branch: perl
3069            ! t/op/append.t
3070 ____________________________________________________________________________
3071 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
3072         Log: Further cygwin installperl tweak from Gerrit P. Haase.
3073      Branch: perl
3074            ! installperl
3075 ____________________________________________________________________________
3076 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
3077         Log: A bug in Bulgarian EBCDIC locale (this sounds like
3078              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
3079              locales failed, too.  The patch works around the bug by
3080              skipping the test, but the real problem may be deeper
3081              (affecting probably only EBCDIC platforms, though):
3082              see the comment in locale.t for more details.
3083      Branch: perl
3084            ! lib/locale.t
3085 ____________________________________________________________________________
3086 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
3087         Log: metaconfig unit change for #14453.
3088      Branch: metaconfig/U/perl
3089            ! libperl.U
3090 ____________________________________________________________________________
3091 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
3092         Log: Subject: Bleadperl on Cygwin today
3093              From: "Gerrit P. Haase" <gp@familiehaase.de>              
3094              Date: Sun, 27 Jan 2002 22:30:41 +0100
3095              Message-ID: <462007239437.20020127223041@familiehaase.de>
3096      Branch: perl
3097            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
3098            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
3099            ! lib/ExtUtils/t/MM_Cygwin.t
3100 ____________________________________________________________________________
3101 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
3102         Log: Unfinished EBCDIC branch.
3103      Branch: perl
3104            ! t/op/ver.t
3105 ____________________________________________________________________________
3106 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
3107         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
3108      Branch: perl
3109            ! ext/B/B.xs ext/B/B/Deparse.pm
3110 ____________________________________________________________________________
3111 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
3112         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
3113              platforms.
3114      Branch: perl
3115            ! ext/B/t/stash.t
3116 ____________________________________________________________________________
3117 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
3118         Log: Apparently no need for EBCDIC exception any more.
3119      Branch: perl
3120            ! ext/B/t/showlex.t
3121 ____________________________________________________________________________
3122 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
3123         Log: (retracted by #14458)
3124              (Russ Allbery) OS/390 is using a high-bit character for ESC,
3125              skip the test for now.  A better fix would be to override
3126              the notion of the platform's escape sequence in the test
3127              of Pod::Text::Termcap.  We may have to apply a filter to
3128              the output to substitute back in the ESC character that
3129              the test expects, but only on OS/390.
3130      Branch: perl
3131            ! lib/Pod/t/basic.t
3132 ____________________________________________________________________________
3133 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
3134         Log: Detypo.
3135      Branch: perl
3136            ! ext/Devel/Peek/Peek.t
3137 ____________________________________________________________________________
3138 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
3139         Log: OS/390 USS has a different idea of the pw* functions.
3140              Also, test the name with eq, not with ==.
3141      Branch: perl
3142            ! lib/User/pwent.t
3143 ____________________________________________________________________________
3144 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
3145         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
3146      Branch: perl
3147            ! doio.c
3148 ____________________________________________________________________________
3149 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
3150         Log: ASCIIisms.
3151      Branch: perl
3152            ! ext/PerlIO/t/encoding.t
3153 ____________________________________________________________________________
3154 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
3155         Log: chr(42) ne '*'  if one is in EBCDIC.
3156      Branch: perl
3157            ! t/op/pack.t
3158 ____________________________________________________________________________
3159 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
3160         Log: Subject: [PATCH] Fix up recent op/stat.t failures
3161              From: Andy Dougherty <doughera@lafayette.edu>
3162              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
3163              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
3164      Branch: perl
3165            ! t/op/stat.t
3166 ____________________________________________________________________________
3167 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
3168         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
3169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3170              Date: Sun, 27 Jan 2002 15:03:18 +0100
3171              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
3172      Branch: perl
3173            ! lib/ExtUtils/t/Command.t
3174 ____________________________________________________________________________
3175 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
3176         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
3177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3178              Date: Sun, 27 Jan 2002 14:51:10 +0100
3179              Message-ID: <20020127145110.A16332@rafael>
3180      Branch: perl
3181            ! ext/B/B/Deparse.pm
3182 ____________________________________________________________________________
3183 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
3184         Log: integrate change#14431 from perlio branch (Nick's fix for
3185              change#13474 to be more defensive about looking at pad entries
3186              that may not exist yet)
3187      Branch: maint-5.6/perl
3188            ! op.c
3189 ____________________________________________________________________________
3190 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
3191         Log: Comment to avoid later "cleanups."
3192      Branch: perl
3193            ! lib/ExtUtils/MakeMaker.pm
3194 ____________________________________________________________________________
3195 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
3196         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
3197              instead of just FOO=... cmd ...
3198      Branch: perl
3199            ! Makefile.SH
3200 ____________________________________________________________________________
3201 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
3202         Log: Overquoting bad (in UNIX one would get
3203              Can't open perl script "'-I../lib'": No such file or directory)
3204      Branch: perl
3205            ! lib/Pod/t/Usage.t
3206 ____________________________________________________________________________
3207 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
3208         Log: Integrate perlio;
3209              
3210              "All tests successful" VC6.0 Win32
3211              (Update config.vc to need cppstdin so those tests are skipped...)
3212      Branch: perl
3213           !> win32/config.vc win32/config_H.bc win32/config_H.gc
3214           !> win32/config_H.vc
3215 ____________________________________________________________________________
3216 [ 14434] By: nick                                  on 2002/01/26  22:27:08
3217         Log: "All tests successful" VC6.0 Win32
3218              (Update config.vc to need cppstdin so those tests are skipped...)
3219      Branch: perlio
3220            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3221            ! win32/config_H.vc
3222 ____________________________________________________________________________
3223 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
3224         Log: Integrate perlio;
3225              
3226              1st two tests of File/Find/t/find.t and taint.t were run after 
3227              calling cleanup(). If previous fail had left for_find directory,
3228              but no content in it then cleanup() returned cd'ed to that directory.
3229              So tests failed. Fixed cleanup()-s.
3230              
3231              If we get to sighandler by mistake (no perl handler set) then
3232              warn() and exit() rather than die() - should never happen
3233              but if it does context needed to die is likely to be trashed
3234              as well.
3235              
3236              Win32 signal emulation cleanup.
3237              
3238              Tinkering with thread cleanup mutex-ing - not the problem 
3239              (op.c is) but could have been...
3240              
3241              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
3242              Should really be looked at by someone that knows about pads.
3243              
3244              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
3245              for CRLF line endings.
3246      Branch: perl
3247           !> ext/threads/threads.xs lib/File/Find/t/find.t
3248           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
3249           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
3250 ____________________________________________________________________________
3251 [ 14432] By: nick                                  on 2002/01/26  21:10:38
3252         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
3253              for CRLF line endings.
3254      Branch: perlio
3255            ! lib/Filter/Simple.pm
3256 ____________________________________________________________________________
3257 [ 14431] By: nick                                  on 2002/01/26  21:08:35
3258         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
3259              Should really be looked at by someone that knows about pads.
3260      Branch: perlio
3261            ! op.c
3262 ____________________________________________________________________________
3263 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
3264         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
3265              From: "Craig A. Berry" <craigberry@mac.com>       
3266              Date: Sat, 26 Jan 2002 11:19:44 -0600
3267              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
3268      Branch: perl
3269            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
3270 ____________________________________________________________________________
3271 [ 14429] By: nick                                  on 2002/01/26  18:04:22
3272         Log: Tinkering with thread cleanup mutex-ing - not the problem 
3273              (op.c is) but could have been...
3274      Branch: perlio
3275            ! ext/threads/threads.xs
3276 ____________________________________________________________________________
3277 [ 14428] By: nick                                  on 2002/01/26  18:03:13
3278         Log: Win32 signal emulation cleanup.
3279      Branch: perlio
3280            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
3281 ____________________________________________________________________________
3282 [ 14427] By: nick                                  on 2002/01/26  13:59:33
3283         Log: If we get to sighandler by mistake (no perl handler set) then
3284              warn() and exit() rather than die() - should never happen
3285              but if it does context needed to die is likely to be trashed
3286              as well.
3287      Branch: perlio
3288            ! mg.c
3289 ____________________________________________________________________________
3290 [ 14426] By: nick                                  on 2002/01/26  13:56:23
3291         Log: Integrate mainline
3292      Branch: perlio
3293           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
3294           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
3295           !> t/run/fresh_perl.t
3296 ____________________________________________________________________________
3297 [ 14425] By: nick                                  on 2002/01/26  08:11:33
3298         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
3299              calling cleanup(). If previous fail had left for_find directory,
3300              but no content in it then cleanup() returned cd'ed to that directory.
3301              So tests failed. Fixed cleanup()-s.
3302      Branch: perlio
3303            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
3304 ____________________________________________________________________________
3305 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
3306         Log: Integrate perlio;
3307              
3308              Fix winsystem.t's attempt to build showav.exe to work
3309              with gcc (which writes a.exe unless told with -o ).
3310              Also put in a few more fail-safes to check .exe got
3311              built somehow.
3312              
3313              More Win32 tuning
3314              
3315              Save $! so that other syscalls don't disturb it before
3316              we test it.
3317      Branch: perl
3318           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
3319           !> t/op/winsystem.t
3320 ____________________________________________________________________________
3321 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
3322         Log: Subject: [PATCH] new test in op/universal.t
3323              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3324              Date: Fri, 25 Jan 2002 23:17:33 +0100
3325              Message-ID: <20020125231733.A11733@rafael>
3326      Branch: perl
3327            ! t/op/universal.t
3328 ____________________________________________________________________________
3329 [ 14422] By: nick                                  on 2002/01/25  21:37:03
3330         Log: Save $! so that other syscalls don't disturb it before 
3331              we test it.
3332      Branch: perlio
3333            ! ext/Socket/socketpair.t
3334 ____________________________________________________________________________
3335 [ 14421] By: nick                                  on 2002/01/25  19:05:57
3336         Log: More Win32 tuning
3337      Branch: perlio
3338            ! t/op/stat.t t/op/taint.t
3339 ____________________________________________________________________________
3340 [ 14420] By: nick                                  on 2002/01/25  18:21:42
3341         Log: Fix winsystem.t's attempt to build showav.exe to work 
3342              with gcc (which writes a.exe unless told with -o ).
3343              Also put in a few more fail-safes to check .exe got 
3344              built somehow.
3345      Branch: perlio
3346            ! t/op/winsystem.t
3347 ____________________________________________________________________________
3348 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
3349         Log: Subject: [Patch Encode.xs] calculation of need overflows
3350              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3351              Date: Sat, 26 Jan 2002 00:58:50 +0900
3352              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
3353      Branch: perl
3354            ! ext/Encode/Encode.xs
3355 ____________________________________________________________________________
3356 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
3357         Log: Integrate changes 13474+13478+13584 from maintperl;
3358              anon sub leakage.
3359      Branch: perl
3360            ! op.c t/run/fresh_perl.t
3361 ____________________________________________________________________________
3362 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
3363         Log: Update Changes.
3364      Branch: perl
3365            ! Changes patchlevel.h
3366 ____________________________________________________________________________
3367 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
3368         Log: Integrate perlio; extensive threads and threads::shared work
3369              (note that the below is a chronological list of perlio
3370              check-in entries since the last integrate)
3371              
3372              Nearly-working threads re-structuring. Do not integrate,
3373              submit-ing to get to Win32, and as "off site" backup.
3374              
3375              threads work again on Win32. (Not threads::shared yet)
3376              Submit to see if they do on Linux.
3377              
3378              Add new threads/typemap to MANIFEST
3379              
3380              XS side of new threads::shared designed, coded and compiles,
3381              and mostly commented but is totaly untested.
3382              submit in case anyone wants a preview.
3383              
3384              Miss mg_len == 0 meaning don't Safefree
3385              
3386              Shared scalars working, some shared array ops working.
3387              
3388              Implement recursive lock and use of scope for PL_sharedsv_space,
3389              so now croak() from asserts does not leave locks.
3390              Make hv_simple compile (new prototype for debugging probe).
3391              
3392              thread::shared nearly working again - remaining issue
3393              is references withing shared space.
3394              Added bulk test with no threads involved (for debugging)
3395              Tuned tests to skip those needing _thrcnt
3396              
3397              SvTEMP_off to stop private PV's being stolen and stored in shared space
3398              
3399              Except Win32 from echo tests. (Alarm does not break into connect)
3400              
3401              Expand command line test globs on Win32.
3402              
3403              threads::shared tidy up:
3404              - Add _id() function to shared.xs so we can test refs point at same thing.
3405              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
3406              - Allow no_share to pass if sharing to works despite mis-ordering.
3407              - Change docs of threads to document ->create() (as used in tests),
3408              and not mention "new".
3409              
3410              Linux/NFS hackery was not faking right number of passes.
3411      Branch: perl
3412           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
3413           +> ext/threads/typemap
3414            - ext/threads/threads.h sharedsv.c sharedsv.h
3415            ! NetWare/config_H.wc
3416           !> (integrate 38 files)
3417 ____________________________________________________________________________
3418 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
3419         Log: Subject: Re: perldebguts minor tweaks
3420              From: Joe McMahon <mcmahon@metalab.unc.edu>
3421              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
3422              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
3423      Branch: perl
3424            ! pod/perldebguts.pod
3425 ____________________________________________________________________________
3426 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
3427         Log: metaconfig unit change for #14413.
3428      Branch: metaconfig
3429            ! U/modified/prototype.U
3430 ____________________________________________________________________________
3431 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
3432         Log: Okay, you can come home now, _().
3433      Branch: perl
3434            ! config_h.SH
3435 ____________________________________________________________________________
3436 [ 14412] By: nick                                  on 2002/01/25  11:01:49
3437         Log: Integrate mainline
3438              All but ../lib/Unicode/UCD.t pass.
3439      Branch: perlio
3440           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
3441           +> lib/unicore/CaseFolding.txt
3442           +> lib/unicore/CompositionExclusions.txt
3443           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
3444           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
3445           +> vos/vos.c
3446            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
3447            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
3448            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
3449            - lib/unicore/NamesList.html lib/unicore/PropList.html
3450            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
3451            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
3452            - lib/unicore/rename
3453           !> (integrate 424 files)
3454 ____________________________________________________________________________
3455 [ 14411] By: nick                                  on 2002/01/25  09:45:13
3456         Log: Linux/NFS hackery was not faking right number of passes.
3457      Branch: perlio
3458            ! t/io/fs.t
3459 ____________________________________________________________________________
3460 [ 14410] By: nick                                  on 2002/01/25  09:35:07
3461         Log: threads::shared tidy up:
3462              - Add _id() function to shared.xs so we can test refs point at same thing.
3463              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
3464              - Allow no_share to pass if sharing to works despite mis-ordering.
3465              - Change docs of threads to document ->create() (as used in tests),
3466              and not mention "new".
3467      Branch: perlio
3468            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3469            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
3470            ! ext/threads/threads.pm
3471 ____________________________________________________________________________
3472 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
3473         Log: Subject: perldebguts minor tweaks
3474              From: Joe McMahon <mcmahon@metalab.unc.edu>
3475              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
3476              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
3477      Branch: perl
3478            ! pod/perldebguts.pod
3479 ____________________________________________________________________________
3480 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
3481         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
3482              From: Peter Scott <Peter@PSDT.com>
3483              Date: Thu, 24 Jan 2002 08:51:34 -0800
3484              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
3485      Branch: perl
3486            ! pod/perldebguts.pod
3487 ____________________________________________________________________________
3488 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
3489         Log: Few more paranoia checks for Unicode hash keys.
3490      Branch: perl
3491            ! t/op/each.t
3492 ____________________________________________________________________________
3493 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
3494         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
3495              From: Andy Dougherty <doughera@lafayette.edu>
3496              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
3497              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
3498      Branch: perl
3499            ! t/op/stat.t
3500 ____________________________________________________________________________
3501 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
3502         Log: The
3503              
3504              Subject: Very old debugger UTF-8 bug
3505              From: andreas.koenig@anima.de (Andreas J. Koenig)
3506              Date: 24 Jan 2002 12:45:44 +0100
3507              Message-ID: <m3y9iot1jr.fsf@anima.de>
3508              
3509              still broken, but this should work as a stopgap
3510              measure to stop pp_match accessing naughty data.
3511      Branch: perl
3512            ! pod/perldiag.pod pp_hot.c
3513 ____________________________________________________________________________
3514 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
3515         Log: metaconfig unit change for #14403.
3516      Branch: metaconfig/U/perl
3517            ! d_u32align.U
3518 ____________________________________________________________________________
3519 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
3520         Log: Pacify picky compilers (this time Sun Workshop).
3521      Branch: perl
3522            ! Configure
3523 ____________________________________________________________________________
3524 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
3525         Log: Subject: Very old debugger UTF-8 bug
3526              From: andreas.koenig@anima.de (Andreas J. Koenig)
3527              Date: 24 Jan 2002 12:45:44 +0100
3528              Message-ID: <m3y9iot1jr.fsf@anima.de>
3529      Branch: perl
3530            ! lib/dumpvar.pl
3531 ____________________________________________________________________________
3532 [ 14401] By: nick                                  on 2002/01/24  07:50:38
3533         Log: Expand command line test globs on Win32.
3534      Branch: perlio
3535            ! t/harness
3536 ____________________________________________________________________________
3537 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
3538         Log: Sprinkle some copyrights (use the oldest timestamp to
3539              be found in the repository, which is most often not right,
3540              but at least consistent)
3541      Branch: perl
3542            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
3543            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
3544            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
3545            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
3546            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
3547            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
3548            ! unixish.h xsutils.c
3549 ____________________________________________________________________________
3550 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
3551         Log: Don't crash on Help for long text (bug #506672)
3552      Branch: maint-5.6/macperl
3553            ! macos/macperl/MPHelp.c
3554 ____________________________________________________________________________
3555 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
3556         Log: Fix minor path problem
3557      Branch: maint-5.6/macperl
3558            ! macos/macperl/Droplets/tarzipme.plx
3559 ____________________________________________________________________________
3560 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
3561         Log: Minor text changes
3562      Branch: maint-5.6/macperl
3563            ! macos/Perl.r
3564 ____________________________________________________________________________
3565 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
3566         Log: Bump versions, dates, etc.
3567      Branch: maint-5.6/macperl
3568            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
3569 ____________________________________________________________________________
3570 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
3571         Log: coderefs in @INC and absolute paths
3572      Branch: maint-5.6/macperl
3573            ! embed.h pp_ctl.c proto.h
3574 ____________________________________________________________________________
3575 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
3576         Log: Minor module thingys
3577      Branch: maint-5.6/macperl
3578            ! macos/ext/Mac/Controls/Controls.xs
3579            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
3580            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
3581            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
3582            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
3583            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
3584            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
3585            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
3586            ! macos/ext/Mac/Movies/Movies.xs
3587            ! macos/ext/Mac/Navigation/Navigation.pm
3588            ! macos/ext/Mac/Navigation/Navigation.xs
3589            ! macos/ext/Mac/Notification/Notification.xs
3590            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
3591            ! macos/ext/Mac/Processes/Processes.xs
3592            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
3593            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
3594            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
3595            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
3596            ! macos/ext/Mac/Resources/Resources.pm
3597            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
3598            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
3599            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
3600            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
3601            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
3602 ____________________________________________________________________________
3603 [ 14393] By: nick                                  on 2002/01/23  19:52:19
3604         Log: Except Win32 from echo tests. (Alarm does not break into connect)
3605      Branch: perlio
3606            ! ext/Socket/Socket.t
3607 ____________________________________________________________________________
3608 [ 14392] By: nick                                  on 2002/01/23  19:31:57
3609         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
3610      Branch: perlio
3611            ! ext/threads/shared/shared.xs
3612 ____________________________________________________________________________
3613 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
3614         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
3615      Branch: perl
3616            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
3617            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
3618            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
3619            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
3620            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
3621            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
3622            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
3623            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
3624            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
3625            ! x2p/util.c x2p/util.h x2p/walk.c
3626 ____________________________________________________________________________
3627 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
3628         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
3629              therefore quite probably also obsolete code.
3630      Branch: perl
3631            ! sv.c
3632 ____________________________________________________________________________
3633 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
3634         Log: Update Changes.
3635      Branch: perl
3636            ! Changes patchlevel.h
3637 ____________________________________________________________________________
3638 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
3639         Log: Small update on todo.  Could use a lot more.
3640      Branch: perl
3641            ! pod/perltodo.pod
3642 ____________________________________________________________________________
3643 [ 14387] By: nick                                  on 2002/01/23  14:19:30
3644         Log: thread::shared nearly working again - remaining issue
3645              is references withing shared space.
3646              Added bulk test with no threads involved (for debugging)
3647              Tuned tests to skip those needing _thrcnt
3648      Branch: perlio
3649            + ext/threads/shared/t/0nothread.t
3650            ! MANIFEST ext/threads/shared/shared.pm
3651            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
3652            ! ext/threads/shared/t/hv_refs.t
3653            ! ext/threads/shared/t/hv_simple.t
3654            ! ext/threads/shared/t/sv_simple.t
3655 ____________________________________________________________________________
3656 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
3657         Log: Subject: [ID 20020121.003] perldata doco bug
3658              From: John Stumbles <jstumbles@bluearc.com>
3659              Date: Mon, 21 Jan 2002 14:19:56 -0000
3660              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
3661      Branch: perl
3662            ! pod/perldata.pod
3663 ____________________________________________________________________________
3664 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
3665         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
3666              From: Michael G Schwern <schwern@pobox.com>
3667              Date: Mon, 21 Jan 2002 15:16:42 -0500
3668              Message-ID: <20020121201642.GA6659@blackrider>
3669      Branch: perl
3670            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
3671 ____________________________________________________________________________
3672 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
3673         Log: Subject: [PATCH] Re: eval not catching warnings?
3674              From: abigail@foad.org
3675              Date: Wed, 23 Jan 2002 15:35:47 +0100
3676              Message-ID: <20020123143547.24798.qmail@foad.org>
3677      Branch: perl
3678            ! pod/perlfunc.pod
3679 ____________________________________________________________________________
3680 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
3681         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
3682              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3683              Date: Tue, 22 Jan 2002 17:00:54 -0800            
3684              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
3685      Branch: perl
3686            ! t/run/fresh_perl.t
3687 ____________________________________________________________________________
3688 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
3689         Log: metaconfig unit change for #14381.
3690      Branch: metaconfig/U/perl
3691            ! d_u32align.U
3692 ____________________________________________________________________________
3693 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
3694         Log: HP-UX 10.20 cc pacifying from Merijn.
3695      Branch: perl
3696            ! Configure
3697 ____________________________________________________________________________
3698 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
3699         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
3700              From: "Craig A. Berry" <craigberry@mac.com> 
3701              Date: Tue, 22 Jan 2002 22:14:26 -0600
3702              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
3703      Branch: perl
3704            ! vms/test.com
3705 ____________________________________________________________________________
3706 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
3707         Log: AIX cpp bug: having macro arguments and character constants
3708              "the same" means trouble (here s and 's')
3709              What broke now was 841 and 842 of t/op/pat.t, because of the
3710              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
3711              (note that breakage happened only under cc_r and usethreads+
3712              useithreads)
3713      Branch: perl
3714            ! utf8.h
3715 ____________________________________________________________________________
3716 [ 14378] By: nick                                  on 2002/01/22  20:33:15
3717         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
3718              so now croak() from asserts does not leave locks.
3719              Make hv_simple compile (new prototype for debugging probe).
3720      Branch: perlio
3721            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3722            ! ext/threads/shared/t/hv_simple.t
3723 ____________________________________________________________________________
3724 [ 14377] By: nick                                  on 2002/01/22  17:32:21
3725         Log: Shared scalars working, some shared array ops working.
3726      Branch: perlio
3727            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3728            ! ext/threads/shared/t/sv_refs.t
3729            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
3730 ____________________________________________________________________________
3731 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
3732         Log: Subject: [PATCH] Support truncate() in VOS port
3733              From: Paul_GreenVOS@vos.stratus.com
3734              Date: Mon, 21 Jan 02 23:27 est
3735              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
3736      Branch: perl
3737            + vos/vos.c
3738            ! MANIFEST hints/vos.sh vos/vosish.h
3739 ____________________________________________________________________________
3740 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
3741         Log: metaconfig unit changes for #14374.  Couldn't figure
3742              how to get completely rid of _() (some weird dependency
3743              pulling it in?) so renamed it as PROTO_().
3744      Branch: metaconfig
3745            + U/modified/d_shmat.U U/modified/prototype.U
3746            ! U/protos/d_drand48proto.U
3747      Branch: metaconfig/U/perl
3748            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
3749 ____________________________________________________________________________
3750 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
3751         Log: Get rid of the _() macro since (1) we require ANSI anyway
3752              (2) Other software (GNU) seems to use it and we don't need it,
3753              so let's give it up.
3754      Branch: perl
3755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3756            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
3757            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
3758            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
3759            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
3760            ! wince/config.h wince/config_H.ce
3761 ____________________________________________________________________________
3762 [ 14373] By: nick                                  on 2002/01/22  10:10:48
3763         Log: Miss mg_len == 0 meaning don't Safefree
3764      Branch: perlio
3765            ! mg.c
3766 ____________________________________________________________________________
3767 [ 14372] By: nick                                  on 2002/01/21  22:34:06
3768         Log: XS side of new threads::shared designed, coded and compiles,
3769              and mostly commented but is totaly untested.
3770              submit in case anyone wants a preview.
3771      Branch: perlio
3772            + ext/threads/shared/typemap
3773            ! MANIFEST ext/threads/shared/shared.pm
3774            ! ext/threads/shared/shared.xs
3775 ____________________________________________________________________________
3776 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
3777         Log: Subject: [BUG] /\_/ an unrecognized escape?
3778              From: Michael G Schwern <schwern@pobox.com>
3779              Date: Mon, 21 Jan 2002 15:22:54 -0500
3780              Message-ID: <20020121202254.GA6731@blackrider>
3781      Branch: perl
3782            ! t/lib/warnings/toke toke.c
3783 ____________________________________________________________________________
3784 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
3785         Log: Undo the renaming of the Unicode data files; the simple
3786              solution being not including the *.html files.  This means
3787              that in the future there is no need for any renamings
3788              (well, assuming that the Consortium doesn't cause any),
3789              and the files are named like they are in the Consortium
3790              website, thus alleviating confusion.
3791      Branch: perl
3792            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
3793            + lib/unicore/CaseFolding.txt
3794            + lib/unicore/CompositionExclusions.txt
3795            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
3796            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
3797            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
3798            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
3799            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
3800            - lib/unicore/NamesList.html lib/unicore/PropList.html
3801            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
3802            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
3803            - lib/unicore/rename
3804            ! (edit 285 files)
3805 ____________________________________________________________________________
3806 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
3807         Log: Update Changes.
3808      Branch: perl
3809            ! Changes patchlevel.h
3810 ____________________________________________________________________________
3811 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
3812         Log: Subject: RE: BCC for Win32 is unhappy @14331
3813              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
3814              Date: Mon, 21 Jan 2002 09:48:40 +0300
3815              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
3816              
3817              (using IV instead of int)
3818      Branch: perl
3819            ! hv.h
3820 ____________________________________________________________________________
3821 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
3822         Log: path_is_absolute() needs a prototype (and maybe
3823              a better name, but that's another story).
3824      Branch: perl
3825            ! embed.fnc embed.h pp_ctl.c proto.h
3826 ____________________________________________________________________________
3827 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
3828         Log: Subject: Re: coderefs in @INC
3829              From: Chris Nandor <pudge@pobox.com>
3830              Date: Thu, 17 Jan 2002 11:26:02 -0500
3831              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
3832      Branch: perl
3833            ! pp_ctl.c
3834 ____________________________________________________________________________
3835 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
3836         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
3837              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3838              Date: Sun, 20 Jan 2002 22:53:56 +0100
3839              Message-ID: <20020120225356.A12093@rafael>
3840      Branch: perl
3841            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
3842            ! t/lib/warnings/9enabled warnings.h warnings.pl
3843 ____________________________________________________________________________
3844 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
3845         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
3846              From: "Craig A. Berry" <craigberry@mac.com>
3847              Date: Sun, 20 Jan 2002 22:49:42 -0600
3848              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
3849      Branch: perl
3850            ! lib/ExtUtils/MakeMaker.pm
3851 ____________________________________________________________________________
3852 [ 14363] By: nick                                  on 2002/01/20  20:38:23
3853         Log: Add new threads/typemap to MANIFEST
3854      Branch: perlio
3855            ! MANIFEST
3856 ____________________________________________________________________________
3857 [ 14362] By: nick                                  on 2002/01/20  20:34:36
3858         Log: Integrate mainline
3859      Branch: perlio
3860           +> lib/Pod/t/Usage.t
3861           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
3862           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
3863           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
3864           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
3865           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
3866           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
3867           !> util.c
3868 ____________________________________________________________________________
3869 [ 14361] By: nick                                  on 2002/01/20  18:51:47
3870         Log: Integrate MANIFEST
3871      Branch: perlio
3872           !> MANIFEST
3873 ____________________________________________________________________________
3874 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
3875         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
3876              From: Paul_GreenVOS@vos.stratus.com
3877              Date: Sat, 19 Jan 02 17:17 est
3878              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
3879              
3880              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
3881              From: Paul_GreenVOS@vos.stratus.com
3882              Date: Sat, 19 Jan 02 17:19 est
3883              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
3884      Branch: perl
3885            ! lib/ExtUtils/t/Command.t
3886 ____________________________________________________________________________
3887 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
3888         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
3889              From: Paul_GreenVOS@vos.stratus.com
3890              Date: Sat, 19 Jan 02 14:30 est
3891              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
3892      Branch: perl
3893            ! lib/AnyDBM_File.t
3894 ____________________________________________________________________________
3895 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
3896         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
3897              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3898              Date: Sun, 20 Jan 2002 13:51:36 +0100
3899              Message-ID: <20020120135136.A710@rafael>
3900      Branch: perl
3901            ! ext/File/Glob/t/basic.t
3902 ____________________________________________________________________________
3903 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
3904         Log: #14352 deleted ext/threads/threads.h
3905      Branch: perlio
3906            ! MANIFEST
3907 ____________________________________________________________________________
3908 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
3909         Log: Eradicate sharedsv.*
3910      Branch: perlio
3911            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
3912 ____________________________________________________________________________
3913 [ 14355] By: nick                                  on 2002/01/20  11:50:22
3914         Log: threads work again on Win32. (Not threads::shared yet)
3915              Submit to see if they do on Linux.
3916      Branch: perlio
3917            ! ext/threads/shared/shared.xs ext/threads/threads.xs
3918            ! win32/makefile.mk
3919 ____________________________________________________________________________
3920 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
3921         Log: Make also hex() and oct() to croak if their arguments
3922              cannot be downgraded (that is, if they contain wide
3923              characters), just like crypt() does (and use the croak
3924              feature of sv_utf8_downgrade()).
3925      Branch: perl
3926            ! pp.c t/op/oct.t
3927 ____________________________________________________________________________
3928 [ 14353] By: nick                                  on 2002/01/19  22:20:09
3929         Log: Integrate Time/Local and its test
3930      Branch: perlio
3931           !> lib/Time/Local.pm lib/Time/Local.t
3932 ____________________________________________________________________________
3933 [ 14352] By: nick                                  on 2002/01/19  22:17:07
3934         Log: Nearly-working threads re-structuring. Do not integrate,
3935              submit-ing to get to Win32, and as "off site" backup.
3936      Branch: perlio
3937            + ext/threads/typemap
3938            - ext/threads/threads.h sharedsv.c sharedsv.h
3939            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
3940            ! embedvar.h ext/threads/shared/shared.pm
3941            ! ext/threads/shared/shared.xs ext/threads/threads.pm
3942            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
3943            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
3944            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
3945 ____________________________________________________________________________
3946 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
3947         Log: Regen toc.
3948      Branch: perl
3949            ! pod/perltoc.pod
3950 ____________________________________________________________________________
3951 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
3952         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
3953              From: David Dyck <dcd@tc.fluke.com>
3954              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
3955              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
3956      Branch: perl
3957            ! pod/perl5004delta.pod pod/perl5005delta.pod
3958            ! pod/perl561delta.pod pod/perl56delta.pod
3959 ____________________________________________________________________________
3960 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
3961         Log: FAQ sync.
3962      Branch: perl
3963            ! pod/perlfaq1.pod pod/perlfaq2.pod
3964 ____________________________________________________________________________
3965 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
3966         Log: Subject: [PATCH lib/Pod/t/Usage.t]
3967              From: Abe Timmerman <abe@ztreet.demon.nl>
3968              Date: Sat, 19 Jan 2002 19:57:57 +0100
3969              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
3970      Branch: perl
3971            + lib/Pod/t/Usage.t
3972            ! MANIFEST
3973 ____________________________________________________________________________
3974 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
3975         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
3976              From: Paul_GreenVOS@vos.stratus.com
3977              Date: Sat, 19 Jan 02 13:15 est
3978              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
3979      Branch: perl
3980            ! ext/SDBM_File/sdbm.t
3981 ____________________________________________________________________________
3982 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
3983         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
3984      Branch: perl
3985           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
3986           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
3987 ____________________________________________________________________________
3988 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
3989         Log: Alternative Time::Local algorithm that uses matemathical formula
3990              for timegm instead of progressive guessing
3991      Branch: perl
3992            ! lib/Time/Local.pm
3993 ____________________________________________________________________________
3994 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
3995         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
3996              From: Paul_GreenVOS@vos.stratus.com
3997              Date: Sat, 19 Jan 02 11:20 est
3998              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
3999      Branch: perl
4000            ! ext/File/Glob/t/basic.t
4001 ____________________________________________________________________________
4002 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
4003         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
4004              From: Paul_GreenVOS@vos.stratus.com
4005              Date: Fri, 18 Jan 02 22:56 est
4006              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
4007      Branch: perl
4008            ! ext/Cwd/t/cwd.t
4009 ____________________________________________________________________________
4010 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
4011         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
4012              From: Paul_GreenVOS@vos.stratus.com
4013              Date: Fri, 18 Jan 02 22:48 est
4014              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
4015      Branch: perl
4016            ! lib/Time/Local.t
4017 ____________________________________________________________________________
4018 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
4019         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
4020              From: Paul_GreenVOS@vos.stratus.com
4021              Date: Fri, 18 Jan 02 16:22 est
4022              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
4023      Branch: perl
4024            ! ext/Devel/DProf/DProf.t
4025 ____________________________________________________________________________
4026 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
4027         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
4028              From: Tels <perl_dummy@bloodgate.com>
4029              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
4030              Message-Id: <200201182106.XAA19133@taku.hut.fi>
4031      Branch: perl
4032            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
4033 ____________________________________________________________________________
4034 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
4035         Log: Don't do socketpair udp unless you've got all what it takes.
4036      Branch: perl
4037            ! util.c
4038 ____________________________________________________________________________
4039 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
4040         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
4041              From: Tels <perl_dummy@bloodgate.com>
4042              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
4043              Message-Id: <200201182206.AAA15310@taku.hut.fi>
4044      Branch: perl
4045            ! lib/ExtUtils/MM_BeOS.pm
4046 ____________________________________________________________________________
4047 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
4048         Log: metaconfig unit change for #14336.
4049      Branch: metaconfig
4050            ! U/modified/myhostname.U
4051 ____________________________________________________________________________
4052 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
4053         Log: Avoid bare "set", and kiss .uucp goodbye.
4054      Branch: perl
4055            ! Configure
4056 ____________________________________________________________________________
4057 [ 14335] By: nick                                  on 2002/01/18  22:11:42
4058         Log: Split out core of sv_magic() into sv_magicext().
4059              sv_magic provides the extra restictions (no READONLY, only
4060              one of each type, canned set of vtables), and sv_magicext()
4061              does the actual data twiddling.
4062              Also enhances semantics of ->mg_ptr setting via name/namlen
4063              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
4064              scratch area (namlen > 0 && name == NULL).
4065              sv_magicext also returns the MAGIC * it added.
4066              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
4067              
4068              To come sv_unmagicext() - which will remove just one magic
4069              of particular type, and additionaly match against ->mg_ptr,
4070              or the MAGIC * (need to experiment as to which is more natural).
4071      Branch: perlio
4072            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
4073            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
4074 ____________________________________________________________________________
4075 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
4076         Log: Retract #14327 for now, going to the limit seems
4077              to be too much for many platforms.
4078      Branch: perl
4079            ! lib/Time/Local.t
4080 ____________________________________________________________________________
4081 [ 14333] By: nick                                  on 2002/01/18  18:58:33
4082         Log: Integrate mainline
4083      Branch: perlio
4084           !> Changes patchlevel.h
4085 ____________________________________________________________________________
4086 [ 14332] By: nick                                  on 2002/01/18  16:19:06
4087         Log: Integrate mainline
4088      Branch: perlio
4089           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
4090           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
4091            - lib/ExtUtils/inst
4092           !> (integrate 32 files)
4093 ____________________________________________________________________________
4094 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
4095         Log: Update Changes.
4096      Branch: perl
4097            ! Changes patchlevel.h
4098 ____________________________________________________________________________
4099 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
4100         Log: Try to make the connect/read/write timeouting.
4101      Branch: perl
4102            ! ext/Socket/Socket.t
4103 ____________________________________________________________________________
4104 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
4105         Log: Netware Makefile tweak from Ananth Kesari.
4106      Branch: perl
4107            ! NetWare/Makefile
4108 ____________________________________________________________________________
4109 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
4110         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
4111              From: Michael G Schwern <schwern@pobox.com>
4112              Date: Fri, 18 Jan 2002 03:10:27 -0500
4113              Message-ID: <20020118081027.GE7226@blackrider>
4114      Branch: perl
4115            ! lib/File/Find.pm
4116 ____________________________________________________________________________
4117 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
4118         Log: (retracted by #14334)
4119              
4120              Subject: [PATCH] Improving lib/Time/Local.t
4121              From: Paul_GreenVOS@vos.stratus.com        
4122              Date: Thu, 17 Jan 02 22:36 est
4123              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
4124      Branch: perl
4125            ! lib/Time/Local.t
4126 ____________________________________________________________________________
4127 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
4128         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
4129              From: Abe Timmerman <abe@ztreet.demon.nl>  
4130              Date: Fri, 18 Jan 2002 13:18:47 +0100
4131              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
4132      Branch: perl
4133            ! lib/ExtUtils/t/MM_Win32.t
4134 ____________________________________________________________________________
4135 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
4136         Log: Subject: [PATCH] Syncing with bleadperl 
4137              From: Michael G Schwern <schwern@pobox.com> 
4138              Date: Fri, 18 Jan 2002 03:04:33 -0500
4139              Message-ID: <20020118080432.GC7226@blackrider>
4140      Branch: perl
4141            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
4142            - lib/ExtUtils/inst
4143            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
4144            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4145            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
4146            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
4147            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
4148            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
4149            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
4150            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
4151            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
4152            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
4153            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
4154            ! lib/ExtUtils/testlib.pm
4155 ____________________________________________________________________________
4156 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
4157         Log: Detypo.
4158      Branch: perl
4159            ! AUTHORS
4160 ____________________________________________________________________________
4161 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
4162         Log: Subject: [PATCH] MM check_hints test
4163              From: Michael G Schwern <schwern@pobox.com>
4164              Date: Thu, 17 Jan 2002 20:25:57 -0500
4165              Message-ID: <20020118012557.GE32762@blackrider>
4166      Branch: perl
4167            + lib/ExtUtils/t/hints.t
4168            ! MANIFEST
4169 ____________________________________________________________________________
4170 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
4171         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
4172              From: Michael G Schwern <schwern@pobox.com> 
4173              Date: Thu, 17 Jan 2002 20:12:20 -0500
4174              Message-ID: <20020118011220.GC32762@blackrider>
4175              
4176              (#14317 replaced with this)
4177      Branch: perl
4178            ! lib/ExtUtils/MakeMaker.pm
4179 ____________________________________________________________________________
4180 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
4181         Log: Subject: [PATCH perldiag] overload.pm warnings
4182              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4183              Date: Thu, 17 Jan 2002 23:53:49 +0100
4184              Message-ID: <20020117235349.A14530@rafael>
4185      Branch: perl
4186            ! pod/perldiag.pod
4187 ____________________________________________________________________________
4188 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
4189         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
4190              From: Michael G Schwern <schwern@pobox.com>
4191              Date: Thu, 17 Jan 2002 16:35:47 -0500
4192              Message-ID: <20020117213546.GD23830@blackrider>
4193      Branch: perl
4194            ! lib/File/Find.pm
4195 ____________________________________________________________________________
4196 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
4197         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
4198              From: chromatic <chromatic@rmci.net>
4199              Date: Thu, 17 Jan 2002 13:04:22 -0700
4200              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
4201      Branch: perl
4202            ! pod/perltodo.pod
4203 ____________________________________________________________________________
4204 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
4205         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
4206              From: chromatic <chromatic@rmci.net>
4207              Date: Thu, 17 Jan 2002 12:59:04 -0700
4208              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
4209      Branch: perl
4210            ! lib/ExtUtils/t/Mkbootstrap.t
4211 ____________________________________________________________________________
4212 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
4213         Log: (replaced by #14322)
4214              The #14300 broke hints file handling.
4215      Branch: perl
4216            ! lib/ExtUtils/MakeMaker.pm
4217 ____________________________________________________________________________
4218 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
4219         Log: metaconfig unit change for #14315.
4220      Branch: metaconfig/U/perl
4221            ! uselongdbl.U
4222 ____________________________________________________________________________
4223 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
4224         Log: Subject: [PATCH] long doubles
4225              From: Nicholas Clark <nick@unfortu.net>
4226              Date: Thu, 17 Jan 2002 17:06:28 +0000
4227              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
4228      Branch: perl
4229            ! Configure
4230 ____________________________________________________________________________
4231 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
4232         Log: metaconfig unit change for #14313.
4233      Branch: metaconfig
4234            ! U/modified/i_ndbm.U
4235 ____________________________________________________________________________
4236 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
4237         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
4238              From: Andy Dougherty <doughera@lafayette.edu>
4239              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
4240              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
4241      Branch: perl
4242            ! Configure
4243 ____________________________________________________________________________
4244 [ 14312] By: nick                                  on 2002/01/17  21:38:38
4245         Log: Integrate mainline (for ndbm fixes etc.)
4246      Branch: perlio
4247           +> t/run/fresh_perl.t
4248            - t/run/kill_perl.t
4249           !> Changes MANIFEST ext/Opcode/Opcode.xs
4250           !> ext/SDBM_File/sdbm/Makefile.PL
4251           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
4252           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
4253           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
4254           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
4255           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
4256 ____________________________________________________________________________
4257 [ 14311] By: sky                                   on 2002/01/17  21:01:00
4258         Log: Simplify the code that duplicates the threads 
4259              init function and the parameters to the thread by using sv_dup. 
4260              Note,what happens if you pass a shared variable as a parameter?
4261      Branch: perl
4262            ! ext/threads/threads.xs
4263 ____________________________________________________________________________
4264 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
4265         Log: Update Changes.
4266      Branch: perl
4267            ! Changes patchlevel.h
4268 ____________________________________________________________________________
4269 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
4270         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
4271              with fresh_perl_is() and fresh_perl_like().
4272      Branch: perl
4273            + t/run/fresh_perl.t
4274            - t/run/kill_perl.t
4275            ! MANIFEST t/test.pl
4276 ____________________________________________________________________________
4277 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
4278         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
4279              From: Benjamin Goldberg <goldbb2@earthlink.net>
4280              Date: Wed, 09 Jan 2002 21:03:16 -0500
4281              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
4282      Branch: perl
4283            ! ext/Unicode/Normalize/Normalize.pm
4284 ____________________________________________________________________________
4285 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
4286         Log: Retract #14144 as Hugo isn't happy with it.
4287      Branch: perl
4288            ! scope.c t/run/kill_perl.t
4289 ____________________________________________________________________________
4290 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
4291         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
4292              From: Richard Clamp <richardc@unixbeard.net>
4293              Date: Wed, 16 Jan 2002 17:34:31 +0000
4294              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
4295      Branch: perl
4296            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
4297 ____________________________________________________________________________
4298 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
4299         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
4300              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4301              Date: Tue, 15 Jan 2002 21:23:30 +0100
4302              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
4303      Branch: perl
4304            ! ext/Opcode/Opcode.xs
4305 ____________________________________________________________________________
4306 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
4307         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
4308              From: Paul_GreenVOS@vos.stratus.com
4309              Date: Wed, 16 Jan 02 6:42 est
4310              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
4311      Branch: perl
4312            ! t/io/fs.t t/op/crypt.t
4313 ____________________________________________________________________________
4314 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
4315         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
4316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4317              Date: Wed, 16 Jan 2002 13:43:39 +0100
4318              Message-ID: <20020116134339.A704@rafael>
4319              
4320              (replaces #14302)
4321      Branch: perl
4322            ! mg.c t/lib/warnings/mg
4323 ____________________________________________________________________________
4324 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
4325         Log: (replaced by #14303)
4326              Subject: [PATCH] length of undefined $(digit) should warn
4327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4328              Date: Tue, 15 Jan 2002 23:02:44 +0100            
4329              Message-ID: <20020115230244.A31786@rafael>     
4330      Branch: perl
4331            ! mg.c t/lib/warnings/mg
4332 ____________________________________________________________________________
4333 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
4334         Log: The non-MakeMaker.pm parts of
4335              
4336              Subject: [PATCH] Re: MM_Beos.pm?
4337              From: Tels <perl_dummy@bloodgate.com>
4338              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
4339              Message-Id: <200201142006.WAA29544@taas.iki.fi>
4340      Branch: perl
4341            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
4342            ! lib/ExtUtils/t/MM_Unix.t
4343 ____________________________________________________________________________
4344 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
4345         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
4346              From: Michael G Schwern <schwern@pobox.com>    
4347              Date: Tue, 15 Jan 2002 20:07:50 -0500            
4348              Message-ID: <20020116010750.GH625@blackrider>  
4349      Branch: perl
4350            ! lib/ExtUtils/MakeMaker.pm
4351 ____________________________________________________________________________
4352 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
4353         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
4354              From: Jeffrey Friedl <jfriedl@yahoo.com>       
4355              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
4356              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
4357      Branch: perl
4358            ! lib/Text/Tabs.pm
4359 ____________________________________________________________________________
4360 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
4361         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
4362              From: "Green, Paul" <Paul.Green@stratus.com>
4363              Date: Tue, 15 Jan 2002 22:28:10 -0500
4364              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
4365      Branch: perl
4366            ! lib/ExtUtils/MM_Unix.pm
4367 ____________________________________________________________________________
4368 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
4369         Log: Integrate perlio; offsetof() is in <stddef.h>
4370      Branch: perl
4371           !> ext/Socket/Socket.xs
4372 ____________________________________________________________________________
4373 [ 14296] By: nick                                  on 2002/01/16  13:02:29
4374         Log: offsetof() is in <stddef.h>
4375      Branch: perlio
4376            ! ext/Socket/Socket.xs
4377 ____________________________________________________________________________
4378 [ 14295] By: nick                                  on 2002/01/16  07:25:29
4379         Log: Integrate mainline
4380      Branch: perlio
4381           +> (branch 262 files)
4382            - (delete 285 files)
4383           !> (integrate 34 files)
4384 ____________________________________________________________________________
4385 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
4386         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
4387              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
4388              Canonical.pl and Exact.pl.
4389      Branch: perl
4390            + (add 259 files)
4391            - (delete 288 files)
4392            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
4393            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
4394            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
4395            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
4396 ____________________________________________________________________________
4397 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
4398         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
4399      Branch: perl
4400            ! ext/Socket/Socket.xs
4401 ____________________________________________________________________________
4402 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
4403         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
4404              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4405              Date: Tue, 15 Jan 2002 21:59:19 +0100
4406              Message-ID: <3C44A637.16602.25EB208@localhost>
4407      Branch: perl
4408            ! embed.fnc embed.h proto.h
4409 ____________________________________________________________________________
4410 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
4411         Log: Duh.  The updated In/*.pl weren't checked in.
4412      Branch: perl
4413            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
4414            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
4415            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
4416            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
4417            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
4418            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
4419            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
4420            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
4421            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
4422            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
4423            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
4424            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
4425            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
4426            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
4427            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
4428            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
4429            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
4430            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
4431            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
4432            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
4433            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
4434            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
4435            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
4436            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
4437            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
4438            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
4439            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
4440            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
4441            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
4442            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
4443            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
4444            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
4445            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
4446            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
4447            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
4448            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
4449            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
4450            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
4451            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
4452            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
4453            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
4454            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
4455            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
4456            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
4457            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
4458            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
4459            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
4460            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
4461 ____________________________________________________________________________
4462 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
4463         Log: Update Changes.
4464      Branch: perl
4465            ! Changes patchlevel.h
4466 ____________________________________________________________________________
4467 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
4468         Log: Jeffrey is trying very hard to avoid working on his
4469              book, it would seem :-) (better naming, better comments
4470              in the files)
4471      Branch: perl
4472            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
4473            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
4474            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
4475            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
4476            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
4477            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
4478            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
4479            - lib/unicore/Is/IDStart.pl
4480            ! (edit 200 files)
4481 ____________________________________________________________________________
4482 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
4483         Log: metaconfig unit changes for #14287.
4484      Branch: metaconfig
4485            + U/modified/Chk_MANI.U
4486            ! U/modified/Extract.U U/modified/Finish.U
4487      Branch: metaconfig/U/perl
4488            ! Extensions.U dlsrc.U
4489 ____________________________________________________________________________
4490 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
4491         Log: Some protection against spaces in directory names.
4492              (Tru64 still has some makedepend problems in such
4493              cases but that looks like Tru64's problem.)
4494      Branch: perl
4495            ! Configure Makefile.SH
4496 ____________________________________________________________________________
4497 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
4498         Log: Should have been in #14285 but I have sausages for fingers.
4499      Branch: perl
4500            + lib/ExtUtils/MM_BeOS.pm
4501 ____________________________________________________________________________
4502 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
4503         Log: MM_BeOS from Tels.
4504      Branch: perl
4505            + lib/ExtUtils/t/MM_BeOS.t
4506            ! MANIFEST
4507 ____________________________________________________________________________
4508 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
4509         Log: Integrate perlio;
4510              
4511              (reintroduce #14251) Slab allocator for ops
4512              - moved the statics to intrpvar.h
4513              - implemented Slab_Free()
4514              - uses PerlMemShared (for now) if distinction exists.
4515              
4516              Slab allocator submit after resolve -ay to keep it!
4517              
4518              Hand merge of non slab allocator stuff
4519              
4520              const-ness fix in savepv's passing of NULL
4521              
4522              Typo in #else branch of PL_SLAB_ALLOC
4523              
4524              Integrate rest of mainline
4525              
4526              Regen embed enable slab for PERL_IMPLICIT_SYS
4527              
4528              Correct name of PL_OP_SLAB_ALLOC
4529              
4530              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
4531              e.g. -Duse64bitint on a 32-bit platform.
4532              Now uses I32 for use-count and is more careful with its casts.
4533      Branch: perl
4534           !> (integrate 28 files)
4535 ____________________________________________________________________________
4536 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
4537         Log: Add Shuck URL
4538      Branch: maint-5.6/macperl
4539            ! macos/macperl/MacPerl.podhelp
4540 ____________________________________________________________________________
4541 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
4542         Log: Remove obsolete docs
4543      Branch: maint-5.6/macperl
4544            ! ext/File/Glob/Glob.pm
4545 ____________________________________________________________________________
4546 [ 14281] By: nick                                  on 2002/01/15  15:08:43
4547         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
4548              e.g. -Duse64bitint on a 32-bit platform.
4549              Now uses I32 for use-count and is more careful with its casts.
4550      Branch: perlio
4551            ! intrpvar.h op.c
4552 ____________________________________________________________________________
4553 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
4554         Log: Update bundled modules.  Yow!
4555      Branch: maint-5.6/macperl
4556            + macos/bundled_ext/Compress/Zlib/constants.h
4557            + macos/bundled_ext/Compress/Zlib/constants.xs
4558            + macos/bundled_ext/Filter/Util/Call/ppport.h
4559            + macos/bundled_ext/Storable/t/compat-0.6.t
4560            + macos/bundled_ext/Storable/t/dump.pl
4561            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
4562            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
4563            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
4564            + macos/bundled_lib/blib/lib/URI/ssh.pm
4565            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
4566            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
4567            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
4568            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
4569            + macos/bundled_lib/t/Filter/Simple/data.t
4570            + macos/bundled_lib/t/Filter/Simple/export.t
4571            + macos/bundled_lib/t/Filter/Simple/filter_only.t
4572            + macos/bundled_lib/t/Filter/Simple/import.t
4573            + macos/bundled_lib/t/NEXT/actual.t
4574            + macos/bundled_lib/t/NEXT/actuns.t
4575            + macos/bundled_lib/t/NEXT/next.t
4576            + macos/bundled_lib/t/NEXT/unseen.t
4577            + macos/bundled_lib/t/libnet/netrc.t
4578            + macos/bundled_lib/t/libwww-perl/base/http.t
4579            + macos/bundled_lib/t/libwww-perl/live/activestate.t
4580            - macos/bundled_ext/Filter/t/FilterTest.pm
4581            - macos/bundled_ext/Storable/t/compat06.t
4582            - macos/bundled_ext/Storable/t/st-dump.pl
4583            - macos/bundled_lib/t/NEXT/test.pl
4584            - macos/bundled_lib/t/libwww-perl/live/google.t
4585            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
4586            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
4587            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
4588            ! macos/bundled_ext/Compress/Zlib/README
4589            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
4590            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
4591            ! macos/bundled_ext/Compress/Zlib/t/examples.t
4592            ! macos/bundled_ext/Filter/Util/Call/Call.pm
4593            ! macos/bundled_ext/Filter/Util/Call/Call.xs
4594            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
4595            ! macos/bundled_ext/Filter/t/call.t
4596            ! macos/bundled_ext/Filter/t/filter-util.pl
4597            ! macos/bundled_ext/Storable/ChangeLog
4598            ! macos/bundled_ext/Storable/README
4599            ! macos/bundled_ext/Storable/Storable.pm
4600            ! macos/bundled_ext/Storable/t/blessed.t
4601            ! macos/bundled_ext/Storable/t/canonical.t
4602            ! macos/bundled_ext/Storable/t/dclone.t
4603            ! macos/bundled_ext/Storable/t/forgive.t
4604            ! macos/bundled_ext/Storable/t/freeze.t
4605            ! macos/bundled_ext/Storable/t/lock.t
4606            ! macos/bundled_ext/Storable/t/overload.t
4607            ! macos/bundled_ext/Storable/t/recurse.t
4608            ! macos/bundled_ext/Storable/t/retrieve.t
4609            ! macos/bundled_ext/Storable/t/store.t
4610            ! macos/bundled_ext/Storable/t/tied.t
4611            ! macos/bundled_ext/Storable/t/tied_hook.t
4612            ! macos/bundled_ext/Storable/t/tied_items.t
4613            ! macos/bundled_ext/Storable/t/utf8.t
4614            ! macos/bundled_lib/blib/lib/File/Sort.pm
4615            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
4616            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
4617            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
4618            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
4619            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
4620            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
4621            ! macos/bundled_lib/blib/lib/LWP.pm
4622            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
4623            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
4624            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
4625            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
4626            ! macos/bundled_lib/blib/lib/Mail/Address.pm
4627            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
4628            ! macos/bundled_lib/blib/lib/Mail/Field.pm
4629            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
4630            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
4631            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
4632            ! macos/bundled_lib/blib/lib/Mail/Header.pm
4633            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
4634            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
4635            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
4636            ! macos/bundled_lib/blib/lib/Mail/Send.pm
4637            ! macos/bundled_lib/blib/lib/Mail/Util.pm
4638            ! macos/bundled_lib/blib/lib/NEXT.pm
4639            ! macos/bundled_lib/blib/lib/Net/Config.pm
4640            ! macos/bundled_lib/blib/lib/Net/Domain.pm
4641            ! macos/bundled_lib/blib/lib/Net/FTP.pm
4642            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
4643            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
4644            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
4645            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
4646            ! macos/bundled_lib/blib/lib/Net/POP3.pm
4647            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
4648            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
4649            ! macos/bundled_lib/blib/lib/Switch.pm
4650            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
4651            ! macos/bundled_lib/blib/lib/URI/Escape.pm
4652            ! macos/bundled_lib/blib/lib/URI/ftp.pm
4653            ! macos/bundled_lib/blib/lib/lwpcook.pod
4654            ! macos/bundled_lib/t/Filter/Simple/filter.t
4655            ! macos/bundled_lib/t/Switch/t/nested.t
4656            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
4657            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
4658            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
4659            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
4660            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
4661            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
4662            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
4663            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
4664            ! macos/bundled_lib/t/libnet/config.t
4665            ! macos/bundled_lib/t/libnet/ftp.t
4666            ! macos/bundled_lib/t/libnet/hostname.t
4667            ! macos/bundled_lib/t/libnet/nntp.t
4668            ! macos/bundled_lib/t/libnet/require.t
4669            ! macos/bundled_lib/t/libnet/smtp.t
4670            ! macos/bundled_lib/t/libwww-perl/base/headers.t
4671            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
4672            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
4673            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
4674            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
4675            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
4676            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
4677            ! macos/bundled_lib/t/libwww-perl/live/validator.t
4678            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
4679 ____________________________________________________________________________
4680 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
4681         Log: Subject: [PATCH] Socket::sockaddr_family
4682              From: Gisle Aas <gisle@ActiveState.com> 
4683              Date: 15 Jan 2002 06:35:28 -0800
4684              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
4685      Branch: perl
4686            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
4687 ____________________________________________________________________________
4688 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
4689         Log: Subject: [PATCH perldiag] Style issue
4690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4691              Date: Tue, 15 Jan 2002 15:36:30 +0100                
4692              Message-ID: <20020115153630.A11568@rafael>
4693      Branch: perl
4694            ! pod/perldiag.pod
4695 ____________________________________________________________________________
4696 [ 14277] By: nick                                  on 2002/01/15  14:30:51
4697         Log: Correct name of PL_OP_SLAB_ALLOC
4698      Branch: perlio
4699            ! perl.h
4700 ____________________________________________________________________________
4701 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
4702         Log: NetWare tweak from Ananth Kesari.
4703      Branch: perl
4704            ! lib/ExtUtils/MakeMaker.pm
4705 ____________________________________________________________________________
4706 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
4707         Log: Throwback.
4708      Branch: perl
4709            ! MANIFEST
4710 ____________________________________________________________________________
4711 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
4712         Log: A couple of additional character classes from Jeffrey,
4713              hopefully useful in future for internal use for implementing
4714              some special cases of casing.
4715              
4716              Also regenerate once more all the character classes,
4717              now without the timestamp.  A timestamp would be kind of
4718              nice but it's not: having a timestamp in a file means that
4719              even if the effective contents of file really didn't
4720              change, the file looks as if it changed.
4721      Branch: perl
4722            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
4723            + lib/unicore/Is/CombAbov.pl
4724            ! (edit 304 files)
4725 ____________________________________________________________________________
4726 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
4727         Log: Make the test harder.
4728      Branch: perl
4729            ! t/op/pat.t
4730 ____________________________________________________________________________
4731 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
4732         Log: Additional utf8_heavy.pl tweak from Jeffrey.
4733      Branch: perl
4734            ! lib/utf8_heavy.pl
4735 ____________________________________________________________________________
4736 [ 14271] By: nick                                  on 2002/01/15  11:29:47
4737         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
4738      Branch: perlio
4739            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
4740            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
4741 ____________________________________________________________________________
4742 [ 14270] By: nick                                  on 2002/01/15  08:19:08
4743         Log: Integrate rest of mainline
4744      Branch: perlio
4745           !> (integrate 28 files)
4746 ____________________________________________________________________________
4747 [ 14269] By: nick                                  on 2002/01/15  08:02:44
4748         Log: Typo in #else branch of PL_SLAB_ALLOC
4749      Branch: perlio
4750            ! op.c
4751 ____________________________________________________________________________
4752 [ 14268] By: nick                                  on 2002/01/15  07:57:47
4753         Log: const-ness fix in savepv's passing of NULL
4754      Branch: perlio
4755            ! util.c
4756 ____________________________________________________________________________
4757 [ 14267] By: nick                                  on 2002/01/15  07:42:17
4758         Log: Hand merge of non slab allocator stuff
4759      Branch: perlio
4760            ! op.c
4761 ____________________________________________________________________________
4762 [ 14266] By: nick                                  on 2002/01/15  07:39:33
4763         Log: Slab allocator submit after resolve -ay to keep it!
4764      Branch: perlio
4765           !> op.c
4766 ____________________________________________________________________________
4767 [ 14265] By: nick                                  on 2002/01/15  07:05:06
4768         Log: Blind integrate of bulk of mainline.
4769      Branch: perlio
4770           +> (branch 173 files)
4771            - (delete 184 files)
4772           !> (integrate 146 files)
4773 ____________________________________________________________________________
4774 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
4775         Log: Pod nits.
4776      Branch: perl
4777            ! lib/Unicode/UCD.pm pod/perlunicode.pod
4778 ____________________________________________________________________________
4779 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
4780         Log: The Unicode categories doc patch to go with #14254,
4781              from Jeffrey.
4782      Branch: perl
4783            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
4784 ____________________________________________________________________________
4785 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
4786         Log: There isn't going to be perl.third.exe.
4787      Branch: perl
4788            ! Makefile.SH
4789 ____________________________________________________________________________
4790 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
4791         Log: Subject: [PATCH] small coredump correction
4792              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4793              Date: Tue, 15 Jan 2002 00:22:52 +0100
4794              Message-ID: <20020115002252.I691@rafael>
4795      Branch: perl
4796            ! op.c
4797 ____________________________________________________________________________
4798 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
4799         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
4800              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4801              Date: Mon, 14 Jan 2002 23:03:04 +0100
4802              Message-ID: <20020114230304.A691@rafael>   
4803              
4804              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
4805              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4806              Date: Mon, 14 Jan 2002 23:18:43 +0100
4807              Message-ID: <20020114231843.E691@rafael>   
4808      Branch: perl
4809            ! pod/perlsub.pod t/op/override.t toke.c
4810 ____________________________________________________________________________
4811 [ 14259] By: nick                                  on 2002/01/14  22:02:49
4812         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
4813              Need to use CopXXXXX macros everywhere and add CopSTASH_free
4814              Add new scope type and add support for it to scope.c and scope stack
4815              dup-er in sv.c. Add savesharedpv().
4816              Also zealous version of Win32's vmem.h to catch all the abuses.
4817              With this t/op/fork.t passes even with zealous checking and 
4818              checker is point a finger at various threads/shared issues.
4819              
4820              PL_curcop->cop_io is still an issue.
4821      Branch: perlio
4822            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
4823            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
4824            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
4825            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
4826            ! win32/vmem.h win32/win32.c win32/win32.h
4827 ____________________________________________________________________________
4828 [ 14258] By: nick                                  on 2002/01/14  20:24:28
4829         Log: Integrate build parts of mainline
4830      Branch: perlio
4831           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
4832           !> lib/ExtUtils/t/MM_Win32.t
4833 ____________________________________________________________________________
4834 [ 14257] By: nick                                  on 2002/01/14  16:10:54
4835         Log: Inverted sense of special-ness of specialCopIO - supposed to 
4836              be true if value is "special" i.e. NOT an SV.
4837      Branch: perlio
4838            ! perlio.h
4839 ____________________________________________________________________________
4840 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
4841         Log: Update Changes.
4842      Branch: perl
4843            ! Changes patchlevel.h
4844 ____________________________________________________________________________
4845 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
4846         Log: Retract #14251 (the op slab allocator from perlio)
4847              until we figure out why 2.2.19 x86 debian gets
4848              a circular sibling chain and therefore hangs in
4849              the Perl_ck_subr() sibling for-loop.
4850      Branch: perl
4851            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4852            ! perlapi.c perlapi.h proto.h
4853 ____________________________________________________________________________
4854 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
4855         Log: Big mktables rewrite from Jeffrey;
4856              documentation not yet updated.
4857      Branch: perl
4858            + (add 171 files)
4859            - (delete 182 files)
4860            ! (edit 135 files)
4861 ____________________________________________________________________________
4862 [ 14253] By: ams                                   on 2002/01/14  03:15:05
4863         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
4864              From: Michael G Schwern <schwern@pobox.com>
4865              Date: Sun, 13 Jan 2002 21:00:07 -0500
4866              Message-Id: <20020114020007.GB2877@blackrider>
4867      Branch: perl
4868            ! lib/Cwd.pm
4869 ____________________________________________________________________________
4870 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
4871         Log: Subject: Re: Win32 status - progress !
4872              From: Abe Timmerman <abe@ztreet.demon.nl>       
4873              Date: Mon, 14 Jan 2002 02:29:51 +0100
4874              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
4875      Branch: perl
4876            ! lib/ExtUtils/t/MM_Win32.t
4877 ____________________________________________________________________________
4878 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
4879         Log: Integrate perlio.
4880              
4881              Slab allocator for ops
4882              - moved the statics to intrpvar.h
4883              - implemented Slab_Free()
4884              - uses PerlMemShared (for now) if distinction exists.
4885      Branch: perl
4886           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4887           !> perlapi.c perlapi.h proto.h
4888 ____________________________________________________________________________
4889 [ 14250] By: nick                                  on 2002/01/13  23:22:34
4890         Log: Slab allocator for ops
4891              - moved the statics to intrpvar.h
4892              - implemented Slab_Free()
4893              - uses PerlMemShared (for now) if distinction exists.
4894      Branch: perlio
4895            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4896            ! perlapi.c perlapi.h proto.h
4897 ____________________________________________________________________________
4898 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
4899         Log: Start a new test category: uni.  Much of t/op/pat
4900              should probably be moved here, but holding on that
4901              until Jeffrey finishes his big mktables rewrite.
4902              Bits and pieces of op/split, op/pack, op/append,
4903              op/join, could probably be moved to respective uni
4904              tests, too.
4905      Branch: perl
4906            + t/uni/fold.t t/uni/sprintf.t
4907            - t/op/unifold.t t/op/unisprintf.t
4908            ! MANIFEST t/TEST t/harness
4909 ____________________________________________________________________________
4910 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
4911         Log: Subject: [PATCH] enable Win32 to build again
4912              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4913              Date: Sun, 13 Jan 2002 21:49:24 +0100
4914              Message-ID: <3C4200E4.15926.23F6131@localhost>
4915              
4916              miniperl.exe.exe does not exe that well.
4917      Branch: perl
4918            ! lib/ExtUtils/MM_Unix.pm
4919 ____________________________________________________________________________
4920 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
4921         Log: Mention some of the load-affected tests.
4922      Branch: perl
4923            ! INSTALL
4924 ____________________________________________________________________________
4925 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
4926         Log: Move the UTF-8 conversion code earlier so that
4927              op/ver is happy.
4928      Branch: perl
4929            ! sv.c t/op/ver.t
4930 ____________________________________________________________________________
4931 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
4932         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
4933              have diverged quite a bit so no updates there.
4934      Branch: perl
4935            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
4936            ! ext/List/Util/lib/List/Util.pm
4937            ! ext/List/Util/lib/Scalar/Util.pm
4938 ____________________________________________________________________________
4939 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
4940         Log: Make the crypt() pickier: if downgrading doesn't work,
4941              croak.
4942      Branch: perl
4943            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
4944 ____________________________________________________________________________
4945 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
4946         Log: Grow the buffer in case Unicode caused size changes
4947              (and it very probably did).
4948      Branch: perl
4949            ! sv.c
4950 ____________________________________________________________________________
4951 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
4952         Log: Future-proofing from Jeffrey Friedl (for conflicting
4953              In* and Is* names).
4954      Branch: perl
4955            ! lib/utf8_heavy.pl
4956 ____________________________________________________________________________
4957 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
4958         Log: Subject: [PATCH] Re: Warning in B.xs
4959              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4960              Date: Sun, 13 Jan 2002 19:39:52 +0100
4961              Message-ID: <3C41E288.20562.1C8C895@localhost>
4962      Branch: perl
4963            ! ext/B/B.xs
4964 ____________________________________________________________________________
4965 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
4966         Log: Subject: Re: lookbehind broken with latest bleedperl
4967              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4968              Date: Sun, 13 Jan 2002 18:06:22 +0000
4969              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
4970      Branch: perl
4971            ! regexec.c t/op/re_tests
4972 ____________________________________________________________________________
4973 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
4974         Log: Subject: [PATCH] more MM_Unix.t tests
4975              From: Tels <perl_dummy@bloodgate.com>
4976              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
4977              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
4978              
4979              Subject: [PATCH] 14220 misunderstood, I bet          
4980              From: andreas.koenig@anima.de (Andreas J. Koenig)
4981              Date: 12 Jan 2002 21:31:58 +0100
4982              Message-ID: <m3k7un8g5d.fsf@anima.de>
4983      Branch: perl
4984            ! lib/ExtUtils/t/MM_Unix.t
4985 ____________________________________________________________________________
4986 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
4987         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
4988              From: Tels <perl_dummy@bloodgate.com>
4989              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
4990              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
4991              
4992              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
4993              From: Tels <perl_dummy@bloodgate.com>
4994              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
4995              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
4996      Branch: perl
4997            ! lib/ExtUtils/MM_Unix.pm
4998 ____________________________________________________________________________
4999 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
5000         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
5001              From: Nicholas Clark <nick@unfortu.net> 
5002              Date: Sun, 13 Jan 2002 15:58:34 +0000
5003              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
5004      Branch: perl
5005            ! lib/Benchmark.t
5006 ____________________________________________________________________________
5007 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
5008         Log: Anton Berezin did more reading and the uid setting story
5009              gets more complex.
5010      Branch: perl
5011            ! pod/perltodo.pod utils/perldoc.PL
5012 ____________________________________________________________________________
5013 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
5014         Log: Integrate perlio;
5015              
5016              Win32 fixes:
5017              - vmem.h hack to handle free-by-wrong-thread after eval "".
5018              - Initialize timerid 
5019      Branch: perl
5020           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
5021 ____________________________________________________________________________
5022 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
5023         Log: Subject: Re: HiRes
5024              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5025              Date: Sun, 13 Jan 2002 10:18:46 +0100
5026              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
5027              
5028              Give up on socketpair in HP-UX.
5029      Branch: perl
5030            ! ext/Socket/socketpair.t
5031 ____________________________________________________________________________
5032 [ 14233] By: nick                                  on 2002/01/13  16:29:30
5033         Log: Integrate mainline
5034      Branch: perlio
5035           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
5036           !> (integrate 46 files)
5037 ____________________________________________________________________________
5038 [ 14232] By: nick                                  on 2002/01/13  15:37:48
5039         Log: Win32 fixes:
5040              - vmem.h hack to handle free-by-wrong-thread after eval "".
5041              - Initialize timerid 
5042      Branch: perlio
5043            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
5044 ____________________________________________________________________________
5045 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
5046         Log: *groan*
5047      Branch: perl
5048            ! t/op/pat.t
5049 ____________________________________________________________________________
5050 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
5051         Log: One more sharp s case found by Jeffrey.
5052      Branch: perl
5053            ! regexec.c t/op/pat.t
5054 ____________________________________________________________________________
5055 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
5056         Log: Comment tweak.
5057      Branch: perl
5058            ! regexec.c
5059 ____________________________________________________________________________
5060 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
5061         Log: Don't bother checking for the Greek special
5062              cases if the node is too short.
5063      Branch: perl
5064            ! regcomp.c
5065 ____________________________________________________________________________
5066 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
5067         Log: Update Changes.
5068      Branch: perl
5069            ! Changes patchlevel.h
5070 ____________________________________________________________________________
5071 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
5072         Log: metaconfig unit change for #14225.
5073      Branch: metaconfig
5074            + U/modified/i_ndbm.U
5075 ____________________________________________________________________________
5076 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
5077         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
5078              From: Jonathan Stowe <gellyfish@gellyfish.com>
5079              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
5080              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
5081      Branch: perl
5082            ! Configure config_h.SH
5083 ____________________________________________________________________________
5084 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
5085         Log: Quick reformat using indent -kr -nce, as requested
5086              by Dan Kogai and suggest by NI-S.
5087      Branch: perl
5088            ! ext/Encode/encengine.c
5089 ____________________________________________________________________________
5090 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
5091         Log: Couple more Unicode lookbehind tests.
5092      Branch: perl
5093            ! t/op/pat.t
5094 ____________________________________________________________________________
5095 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
5096         Log: Sharp S as a special treat for our German UTF-8 testers :-)
5097      Branch: perl
5098            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
5099 ____________________________________________________________________________
5100 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
5101         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
5102              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5103              Date: Sat, 12 Jan 2002 20:37:32 +0100
5104              Message-ID: <3C409E8C.16203.196C2D3@localhost>
5105      Branch: perl
5106            ! ext/B/B/Deparse.pm
5107 ____________________________________________________________________________
5108 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
5109         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
5110              really worth the bits it's printed on?
5111      Branch: perl
5112            ! lib/ExtUtils/t/MM_Unix.t
5113 ____________________________________________________________________________
5114 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
5115         Log: Special treatment for U+03B0 and U+0390 in //i,
5116              this means that we can remove the minlen pessimisations
5117              introduced by the #14096.
5118      Branch: perl
5119            ! pp_hot.c regcomp.c regexec.c
5120 ____________________________________________________________________________
5121 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
5122         Log: Integrate perlio;
5123              
5124              Abstract out the cloning of SvPVX and handle shared pv in a 
5125              safe (if suboptimal) manner. Does not fix op/fork.t :-(
5126              
5127              Win32-ize socketpair test
5128              - Win32 can fork even though $Config{d_fork} is undef
5129              - SOCK_DGRAM does not work - skip those tests.
5130      Branch: perl
5131           !> ext/Socket/socketpair.t sv.c
5132 ____________________________________________________________________________
5133 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
5134         Log: One should first drop the real uid, not the effective uid.
5135              [ID 20020110.003]
5136      Branch: perl
5137            ! utils/perldoc.PL
5138 ____________________________________________________________________________
5139 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
5140         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
5141              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5142              Date: Fri, 11 Jan 2002 23:29:48 +0100
5143              Message-ID: <3C3F756C.4581.2E2A938@localhost>
5144      Branch: perl
5145            + ext/B/C/C.xs ext/B/C/Makefile.PL
5146            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
5147            ! utils/perlcc.PL
5148 ____________________________________________________________________________
5149 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
5150         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
5151              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
5152              Date: Fri, 11 Jan 2002 14:29:30 -0800
5153              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
5154      Branch: perl
5155            ! ext/B/t/concise.t
5156 ____________________________________________________________________________
5157 [ 14214] By: nick                                  on 2002/01/12  12:31:12
5158         Log: Win32-ize socketpair test
5159              - Win32 can fork even though $Config{d_fork} is undef
5160              - SOCK_DGRAM does not work - skip those tests.
5161      Branch: perlio
5162            ! ext/Socket/socketpair.t
5163 ____________________________________________________________________________
5164 [ 14213] By: nick                                  on 2002/01/12  11:46:28
5165         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
5166              safe (if suboptimal) manner. Does not fix op/fork.t :-(
5167      Branch: perlio
5168            ! sv.c
5169 ____________________________________________________________________________
5170 [ 14212] By: ams                                   on 2002/01/12  06:10:52
5171         Log: Subject: [PATCH] More fixes for Stratus VOS
5172              From: "Green, Paul" <Paul.Green@stratus.com>
5173              Date: Fri, 11 Jan 2002 17:30:37 -0500
5174              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
5175      Branch: perl
5176            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
5177 ____________________________________________________________________________
5178 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
5179         Log: Upgrade to CGI.pm 2.80.
5180      Branch: perl
5181            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
5182 ____________________________________________________________________________
5183 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
5184         Log: FAQ sync.
5185      Branch: perl
5186            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5187            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5188            ! pod/perlfaq8.pod
5189 ____________________________________________________________________________
5190 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
5191         Log: This is getting embarrassing.
5192      Branch: perl
5193            ! t/op/pat.t
5194 ____________________________________________________________________________
5195 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
5196         Log: Doc tweaks.
5197      Branch: perl
5198            ! pod/perlunicode.pod
5199 ____________________________________________________________________________
5200 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
5201         Log: Updating the test count is good; also rephrasing
5202              so that there is no ok output containing "not".
5203      Branch: perl
5204            ! t/op/pat.t
5205 ____________________________________________________________________________
5206 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
5207         Log: Andreas is busy :-)
5208      Branch: perl
5209            ! doop.c t/op/unisprintf.t
5210 ____________________________________________________________________________
5211 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
5212         Log: Unicode lookbehind looked bad.
5213      Branch: perl
5214            ! regexec.c t/op/pat.t
5215 ____________________________________________________________________________
5216 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
5217         Log: Garbage collection.
5218      Branch: perl
5219            ! t/run/kill_perl.t
5220 ____________________________________________________________________________
5221 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
5222         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
5223              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5224              Date: Fri, 11 Jan 2002 23:29:48 +0100
5225              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
5226      Branch: perl
5227            ! embed.fnc global.sym makedef.pl
5228 ____________________________________________________________________________
5229 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
5230         Log: Subject: [PATCH] perldelta nit?
5231              From: Robert Spier <rspier@pobox.com>
5232              Date: Fri, 11 Jan 2002 15:19:16 -0800
5233              Message-ID: <15423.29428.164185.251700@rls.cx>
5234      Branch: perl
5235            ! pod/perldelta.pod
5236 ____________________________________________________________________________
5237 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
5238         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
5239              From: Michael G Schwern <schwern@pobox.com>
5240              Date: Fri, 11 Jan 2002 17:08:17 -0500
5241              Message-ID: <20020111220817.GG2838@blackrider>
5242      Branch: perl
5243            ! t/run/kill_perl.t t/test.pl
5244 ____________________________________________________________________________
5245 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
5246         Log: Subject: [PATCH] Correct misleading error message
5247              From: Mike Guy <mjtg@cam.ac.uk>
5248              Date: Fri, 11 Jan 2002 18:36:33 +0000
5249              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
5250              
5251              hash assignment -> anonymous hash
5252      Branch: perl
5253            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
5254 ____________________________________________________________________________
5255 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
5256         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
5257              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5258              Date: Fri, 11 Jan 2002 16:58:14 +0100
5259              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
5260      Branch: perl
5261            ! ext/Unicode/Normalize/mkheader
5262 ____________________________________________________________________________
5263 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
5264         Log: Add a new test for is-sprintf-preserving Unicodeness:
5265              #14194 and an old one from kill_perl.t (I could have used
5266              sprintf.t, but it's format was quite fixed, and I didn't
5267              feel like breaking the format)
5268      Branch: perl
5269            + t/op/unisprintf.t
5270            ! MANIFEST t/run/kill_perl.t
5271 ____________________________________________________________________________
5272 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
5273         Log: Integrate perlio;
5274              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
5275      Branch: perl
5276           !> win32/win32.c
5277 ____________________________________________________________________________
5278 [ 14196] By: nick                                  on 2002/01/11  20:58:20
5279         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
5280              as C runtime seems to get its hands on them even though we said
5281              they were handled.
5282              Still an issue with "die" out of signal handler - get panic: pp_iter
5283      Branch: perlio
5284            ! win32/win32.c
5285 ____________________________________________________________________________
5286 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
5287         Log: Integrate perlio;
5288              A mostly-stable version of "new" Win32 signal/kill support.
5289      Branch: perl
5290           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
5291           !> win32/config.gc win32/config.vc win32/config_H.bc
5292           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
5293           !> win32/makefile.mk win32/win32.c win32/win32.h
5294 ____________________________________________________________________________
5295 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
5296         Log: Fix for
5297              
5298              Subject: UTF-8 sprintf bug in bleadperl
5299              From: andreas.koenig@anima.de (Andreas J. Koenig)
5300              Date: 11 Jan 2002 15:47:15 +0100
5301              Message-ID: <m3vge99c7g.fsf@anima.de>
5302              
5303              I have tests, have just to figure out where to put them
5304              since op/sprintf looks a bit unfriendly for tests of
5305              somewhat freer form.
5306      Branch: perl
5307            ! doop.c sv.c
5308 ____________________________________________________________________________
5309 [ 14193] By: nick                                  on 2002/01/11  18:25:34
5310         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
5311              Builds and passes a few tests.
5312      Branch: perlio
5313           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
5314           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
5315           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
5316           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
5317           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
5318           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
5319           +> t/lib/sample-tests/lone_not_bug
5320           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
5321           +> t/lib/sample-tests/vms_nit
5322           !> (integrate 63 files)
5323 ____________________________________________________________________________
5324 [ 14192] By: nick                                  on 2002/01/11  17:49:39
5325         Log: A mostly-stable version of "new" Win32 signal/kill support.
5326      Branch: perlio
5327            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
5328            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5329            ! win32/config_h.PL win32/makefile.mk win32/win32.c
5330            ! win32/win32.h
5331 ____________________________________________________________________________
5332 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
5333         Log: Update Changes.
5334      Branch: perl
5335            ! Changes patchlevel.h
5336 ____________________________________________________________________________
5337 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
5338         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
5339              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5340              Date: Thu, 10 Jan 2002 18:21:34 -0800
5341              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
5342      Branch: perl
5343            + ext/B/t/concise.t
5344            ! MANIFEST
5345 ____________________________________________________________________________
5346 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
5347         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
5348              necessary in form.t and html.t @INC setups.
5349      Branch: perl
5350            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
5351 ____________________________________________________________________________
5352 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
5353         Log: Yet another twist.
5354      Branch: perl
5355            ! t/test.pl
5356 ____________________________________________________________________________
5357 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
5358         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
5359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5360              Date: Fri, 11 Jan 2002 13:04:15 +0100      
5361              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
5362      Branch: perl
5363            ! hints/aix.sh
5364 ____________________________________________________________________________
5365 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
5366         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
5367              From: Jonathan Stowe <gellyfish@gellyfish.com> 
5368              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
5369              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
5370      Branch: perl
5371            ! lib/AnyDBM_File.t
5372 ____________________________________________________________________________
5373 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
5374         Log: Arguments were being mangled.
5375      Branch: perl
5376            ! t/test.pl
5377 ____________________________________________________________________________
5378 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
5379         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
5380              From: Jonathan Stowe <gellyfish@gellyfish.com>
5381              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
5382              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
5383      Branch: perl
5384            ! lib/AnyDBM_File.t
5385 ____________________________________________________________________________
5386 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
5387         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
5388              From: Michael G Schwern <schwern@pobox.com> 
5389              Date: Fri, 11 Jan 2002 04:26:27 -0500
5390              Message-ID: <20020111092626.GA16544@blackrider>
5391      Branch: perl
5392            ! t/run/kill_perl.t t/test.pl
5393 ____________________________________________________________________________
5394 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
5395         Log: Subject: [PATCH] Test::Harness 2.01
5396              From: Michael G Schwern <schwern@pobox.com> 
5397              Date: Thu, 10 Jan 2002 21:11:24 -0500
5398              Message-ID: <20020111021123.GA30666@blackrider>
5399      Branch: perl
5400            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
5401            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
5402            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
5403            + lib/Test/Harness/t/nonumbers.t
5404            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
5405            + t/lib/sample-tests/lone_not_bug
5406            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
5407            + t/lib/sample-tests/vms_nit
5408            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
5409            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
5410 ____________________________________________________________________________
5411 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
5412         Log: patch is silly when creating new files: don't run
5413              patch more than once.
5414      Branch: perl
5415            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
5416 ____________________________________________________________________________
5417 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
5418         Log: Forgot from #14179.
5419      Branch: perl
5420            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
5421 ____________________________________________________________________________
5422 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
5423         Log: Subject: [PATCH] is() undef/'' behavior change
5424              From: Michael G Schwern <schwern@pobox.com> 
5425              Date: Fri, 11 Jan 2002 03:35:51 -0500
5426              Message-ID: <20020111083551.GC30666@blackrider>
5427              
5428              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
5429              From: Michael G Schwern <schwern@pobox.com> 
5430              Date: Fri, 11 Jan 2002 03:37:44 -0500
5431              Message-ID: <20020111083744.GD30666@blackrider>
5432      Branch: perl
5433            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
5434            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
5435            ! lib/Pod/t/InputObjects.t lib/blib.t
5436 ____________________________________________________________________________
5437 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
5438         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
5439              From: Michael G Schwern <schwern@pobox.com> 
5440              Date: Thu, 10 Jan 2002 19:56:23 -0500
5441              Message-ID: <20020111005623.GA13192@blackrider>
5442      Branch: perl
5443            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
5444            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
5445            ! lib/Test/Simple.pm lib/Test/Simple/Changes
5446            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
5447            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5448            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
5449            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
5450            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
5451            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
5452            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
5453            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
5454            ! lib/Test/Simple/t/plan_is_noplan.t
5455            ! lib/Test/Simple/t/plan_no_plan.t
5456            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
5457            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
5458            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
5459            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
5460            ! lib/Test/Tutorial.pod
5461 ____________________________________________________________________________
5462 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
5463         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
5464              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
5465              
5466              turns out even the malloc() was never really needed to begin with,
5467              so get rid of it
5468      Branch: perl
5469            ! sv.c
5470 ____________________________________________________________________________
5471 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
5472         Log: Small doc tweaks.
5473      Branch: perl
5474            ! pod/perluniintro.pod
5475 ____________________________________________________________________________
5476 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
5477         Log: support using the CRT's malloc() family of functions instead of
5478              the internal one when ithreads is enabled; allocate large blocks
5479              using VirtualAlloc() since the Heap*() functions may only be tuned
5480              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
5481              
5482              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
5483              also see comments at the top of win32/vmem.h for other options that
5484              can be set
5485      Branch: perl
5486            ! win32/vmem.h
5487 ____________________________________________________________________________
5488 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
5489         Log: Subject: micropatch
5490              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5491              Date: Thu, 10 Jan 2002 18:20:58 +0000
5492              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
5493      Branch: perl
5494            ! regcomp.c
5495 ____________________________________________________________________________
5496 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
5497         Log: Subject: [PATCH] Embed.t on Win32
5498              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5499              Date: Thu, 10 Jan 2002 18:56:21 +0100
5500              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
5501      Branch: perl
5502            ! lib/ExtUtils/t/Embed.t
5503 ____________________________________________________________________________
5504 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
5505         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
5506              From: Gisle Aas <gisle@ActiveState.com>
5507              Date: 10 Jan 2002 08:56:05 -0800
5508              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
5509      Branch: perl
5510            ! toke.c
5511 ____________________________________________________________________________
5512 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
5513         Log: Subject: [PATCH] doc fixes
5514              From: "Brendan O'Dea" <bod@debian.org>
5515              Date: Fri, 11 Jan 2002 03:49:54 +1100
5516              Message-ID: <20020110164954.GA21891@compusol.com.au>
5517      Branch: perl
5518            ! lib/I18N/Collate.pm pod/perlfunc.pod
5519 ____________________________________________________________________________
5520 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
5521         Log: Integrate perlio; More signal hackery.
5522      Branch: perl
5523           !> win32/win32.c
5524 ____________________________________________________________________________
5525 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
5526         Log: No need to show internal encodings, or return them
5527              in random order.
5528      Branch: perl
5529            ! ext/Encode/Encode.pm
5530 ____________________________________________________________________________
5531 [ 14168] By: nick                                  on 2002/01/10  17:33:31
5532         Log: Integrate mainline
5533      Branch: perlio
5534            - ext/Unicode/Normalize/Normalize.pod
5535           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5536           !> ext/Unicode/Normalize/Makefile.PL
5537           !> ext/Unicode/Normalize/Normalize.pm
5538           !> ext/Unicode/Normalize/Normalize.xs
5539           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
5540           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
5541           !> t/run/kill_perl.t toke.c
5542 ____________________________________________________________________________
5543 [ 14167] By: nick                                  on 2002/01/10  17:08:35
5544         Log: More signal hackery
5545      Branch: perlio
5546            ! win32/win32.c
5547 ____________________________________________________________________________
5548 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
5549         Log: I think we can claim to be supporting Unicode
5550              "loose matching" now.
5551      Branch: perl
5552            ! pod/perlunicode.pod
5553 ____________________________________________________________________________
5554 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
5555         Log: Subject: doc patch
5556              From: mjd@plover.com
5557              Date: 10 Jan 2002 15:12:27 -0000
5558              Message-ID: <20020110151227.14850.qmail@plover.com>
5559      Branch: perl
5560            ! pod/perlrun.pod
5561 ____________________________________________________________________________
5562 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
5563         Log: Subject: Re: [ID 20011223.001] accept leaks memory
5564              From: Andy Dougherty <doughera@lafayette.edu>
5565              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
5566              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
5567      Branch: perl
5568            ! hints/linux.sh
5569 ____________________________________________________________________________
5570 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
5571         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
5572      Branch: perl
5573           !> win32/win32.c
5574 ____________________________________________________________________________
5575 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
5576         Log: Subject: [PATCH] Magic numbers in B::Concise
5577              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
5578              Date: Wed, 9 Jan 2002 23:04:01 -0800
5579              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
5580      Branch: perl
5581            ! ext/B/B/Concise.pm ext/B/O.pm
5582 ____________________________________________________________________________
5583 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
5584         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
5585              From: Gisle Aas <gisle@ActiveState.com>
5586              Date: 09 Jan 2002 21:52:40 -0800
5587              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
5588      Branch: perl
5589            ! t/lib/strict/vars toke.c
5590 ____________________________________________________________________________
5591 [ 14160] By: nick                                  on 2002/01/09  21:29:39
5592         Log: Skeleton coding of more kill() support on Win32.
5593      Branch: perlio
5594            ! win32/win32.c
5595 ____________________________________________________________________________
5596 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
5597         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
5598              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5599              Date: Wed, 9 Jan 2002 23:24:32 +0100
5600              Message-ID: <20020109232432.A692@rafael>
5601      Branch: perl
5602            ! ext/B/B/Deparse.pm
5603 ____________________________________________________________________________
5604 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
5605         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
5606              From: Jonathan Stowe <gellyfish@gellyfish.com>
5607              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
5608              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
5609      Branch: perl
5610            ! t/run/kill_perl.t
5611 ____________________________________________________________________________
5612 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
5613         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
5614              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5615              Date: Wed, 09 Jan 2002 20:16:54 +0000
5616              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
5617      Branch: perl
5618            ! regexec.c
5619 ____________________________________________________________________________
5620 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
5621         Log: Subject: [Patch @14129] fixes Unicode::Normalize
5622              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5623              Date: Thu, 10 Jan 2002 01:08:56 +0900
5624              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
5625      Branch: perl
5626            - ext/Unicode/Normalize/Normalize.pod
5627            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
5628            ! ext/Unicode/Normalize/Normalize.pm
5629            ! ext/Unicode/Normalize/Normalize.xs
5630            ! ext/Unicode/Normalize/mkheader
5631 ____________________________________________________________________________
5632 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
5633         Log: Integrate perlio; (Re-)implement alarm() for Win32.
5634      Branch: perl
5635           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
5636           !> win32/win32iop.h
5637 ____________________________________________________________________________
5638 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
5639         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
5640              From: Nicholas Clark <nick@unfortu.net>
5641              Date: Wed, 9 Jan 2002 17:56:04 +0000
5642              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
5643      Branch: perl
5644            ! t/op/readdir.t
5645 ____________________________________________________________________________
5646 [ 14153] By: nick                                  on 2002/01/09  16:18:57
5647         Log: Integrate mainline
5648      Branch: perlio
5649           +> ext/threads/t/stress_re.t t/op/unifold.t
5650            - lib/unifold.t
5651           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
5652           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
5653           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
5654 ____________________________________________________________________________
5655 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
5656         Log: Update Changes.
5657      Branch: perl
5658            ! Changes patchlevel.h
5659 ____________________________________________________________________________
5660 [ 14151] By: nick                                  on 2002/01/09  14:27:36
5661         Log: (Re-)implement alarm() for Win32.
5662      Branch: perlio
5663            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
5664            ! win32/win32iop.h
5665 ____________________________________________________________________________
5666 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
5667         Log: Thinko.
5668      Branch: perl
5669            ! ext/threads/t/stress_re.t
5670 ____________________________________________________________________________
5671 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
5672         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
5673              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5674              Date: Wed, 09 Jan 2002 13:37:17 +0000                
5675              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
5676      Branch: perl
5677            ! regexec.c t/op/re_tests
5678 ____________________________________________________________________________
5679 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
5680         Log: Subject: Re: Weird Malformed warning in bleadperl    
5681              From: andreas.koenig@anima.de (Andreas J. Koenig)    
5682              Date: 09 Jan 2002 11:12:37 +0100
5683              Message-ID: <m3itabbzoq.fsf@anima.de>
5684      Branch: perl
5685            ! regexec.c t/op/pat.t
5686 ____________________________________________________________________________
5687 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
5688         Log: Forgot stress_re.t from MANIFEST.
5689      Branch: perl
5690            ! MANIFEST
5691 ____________________________________________________________________________
5692 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
5693         Log: In dumping use isPRINT() instead of isprint() so that locale
5694              does not come into play.
5695      Branch: perl
5696            ! utf8.c
5697 ____________________________________________________________________________
5698 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
5699         Log: Add a threads stress test for regular expressions
5700              (mostly just a modified stress_string.t) and doesn't
5701              test that much of regular expressions, just that $1
5702              doesn't get stomped by competing threads (as it does
5703              in the 5005threads of old).
5704      Branch: perl
5705            + ext/threads/t/stress_re.t
5706            ! MANIFEST
5707 ____________________________________________________________________________
5708 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
5709         Log: (retracted by #14307)
5710              Subject: Re: [ID 20010912.007] substr reference core dump
5711              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5712              Date: Tue, 08 Jan 2002 19:17:50 +0000
5713              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
5714      Branch: perl
5715            ! scope.c t/run/kill_perl.t
5716 ____________________________________________________________________________
5717 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
5718         Log: SANY (. with /s) wasn't happy on Unicode.
5719      Branch: perl
5720            ! regexec.c t/op/pat.t
5721 ____________________________________________________________________________
5722 [ 14142] By: ams                                   on 2002/01/08  22:42:10
5723         Log: Subject: [PATCH] perldebug nit
5724              From: Tels <tels@bloodgate.com>
5725              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
5726      Branch: perl
5727            ! pod/perldebug.pod
5728 ____________________________________________________________________________
5729 [ 14141] By: ams                                   on 2002/01/08  21:32:59
5730         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
5731              From: "Green, Paul" <Paul.Green@stratus.com>
5732              Date: Tue, 8 Jan 2002 17:31:35 -0500
5733              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
5734      Branch: perl
5735            ! Makefile.SH
5736 ____________________________________________________________________________
5737 [ 14140] By: ams                                   on 2002/01/08  21:27:57
5738         Log: Subject: [PATCH] Re: Slight chokage from Deparse
5739              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5740              Date: Tue, 8 Jan 2002 23:04:45 +0100
5741              Message-Id: <20020108230445.A4798@rafael>
5742      Branch: perl
5743            ! ext/B/B/Deparse.pm
5744 ____________________________________________________________________________
5745 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
5746         Log: Subject: [patch] peep() is rude
5747              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
5748              Date: Tue, 08 Jan 2002 19:17:50 +0000            
5749              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
5750      Branch: perl
5751            ! op.c t/run/kill_perl.t
5752 ____________________________________________________________________________
5753 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
5754         Log: unifold is really an op test since it requires
5755              no external modules for its actual testing:
5756              only the unicore CaseFold.txt file, and File::Spec
5757              to portably access that file.
5758      Branch: perl
5759            + t/op/unifold.t
5760            - lib/unifold.t
5761            ! MANIFEST
5762 ____________________________________________________________________________
5763 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
5764         Log: Subject: [patch] save a test 
5765              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5766              Date: Tue, 08 Jan 2002 16:18:47 +0000
5767              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
5768      Branch: perl
5769            ! regcomp.c
5770 ____________________________________________________________________________
5771 [ 14136] By: nick                                  on 2002/01/08  16:11:55
5772         Log: Integrate mainline
5773      Branch: perlio
5774           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
5775           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
5776           !> (integrate 37 files)
5777 ____________________________________________________________________________
5778 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
5779         Log: Subject: Not OK 13843 
5780              From: andreas.koenig@anima.de (Andreas J. Koenig)
5781              Date: 08 Jan 2002 14:12:29 +0100
5782              Message-ID: <m38zb9c7gi.fsf@anima.de>
5783      Branch: perl
5784            ! op.c t/op/subst.t
5785 ____________________________________________________________________________
5786 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
5787         Log: Missed one variant of the fold testing, noticed bu Hugo.
5788      Branch: perl
5789            ! lib/unifold.t
5790 ____________________________________________________________________________
5791 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
5792         Log: Enchance the Storable magic description.
5793      Branch: perl
5794            ! ext/Storable/Storable.pm
5795 ____________________________________________________________________________
5796 [ 14132] By: ams                                   on 2002/01/08  09:16:12
5797         Log: Subject: [PATCH] don't installperl pods
5798              From: H.Merijn Brand <h.m.brand@hccnet.nl>
5799              Date: Tue, 08 Jan 2002 10:36:01 +0100
5800              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
5801      Branch: perl
5802            ! installperl
5803 ____________________________________________________________________________
5804 [ 14131] By: ams                                   on 2002/01/08  03:38:40
5805         Log: Subject: Math-BigInt v1.49 released
5806              From: Tels <perl_dummy@bloodgate.com>
5807              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
5808      Branch: perl
5809            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
5810            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
5811            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5812            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
5813            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5814            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
5815            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
5816            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5817            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
5818            ! t/lib/Math/BigInt/Subclass.pm
5819 ____________________________________________________________________________
5820 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
5821         Log: A little better comments.
5822      Branch: perl
5823            ! regexec.c
5824 ____________________________________________________________________________
5825 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
5826         Log: No normalization form DNF.
5827      Branch: perl
5828            ! ext/Unicode/Normalize/Normalize.pm
5829 ____________________________________________________________________________
5830 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
5831         Log: Extension nits found by -Wall (several from threads
5832              and threads::shared, but leaving them to Arthur).
5833      Branch: perl
5834            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
5835            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
5836            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
5837            ! ext/Unicode/Normalize/mkheader x2p/str.c
5838 ____________________________________________________________________________
5839 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
5840         Log: Sync up Changes etc.
5841      Branch: maint-5.6/macperl
5842            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
5843 ____________________________________________________________________________
5844 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
5845         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
5846      Branch: maint-5.6/macperl
5847            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
5848 ____________________________________________________________________________
5849 [ 14125] By: ams                                   on 2002/01/07  22:03:22
5850         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
5851              From: Nicholas Clark (sans From field in mail header)
5852              Date: Mon, 7 Jan 2002 16:18:23 +0000
5853              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
5854      Branch: perl
5855            ! lib/Exporter.pm
5856 ____________________________________________________________________________
5857 [ 14124] By: ams                                   on 2002/01/07  21:46:11
5858         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
5859              From: "Green, Paul" <Paul.Green@stratus.com>
5860              Date: Mon, 7 Jan 2002 16:59:38 -0500
5861              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
5862      Branch: perl
5863            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
5864 ____________________________________________________________________________
5865 [ 14123] By: nick                                  on 2002/01/07  18:49:55
5866         Log: Integrate mainline
5867      Branch: perlio
5868           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
5869           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
5870           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
5871           !> regexec.c t/op/re_tests utf8.c utf8.h
5872 ____________________________________________________________________________
5873 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
5874         Log: Update Changes.
5875      Branch: perl
5876            ! Changes patchlevel.h
5877 ____________________________________________________________________________
5878 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
5879         Log: Subject: [PATCH] Correct module name in perldelta*
5880              From: Mike Guy <mjtg@cam.ac.uk>
5881              Date: Mon, 07 Jan 2002 17:02:43 +0000
5882              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
5883      Branch: perl
5884            ! pod/perl561delta.pod pod/perl56delta.pod
5885 ____________________________________________________________________________
5886 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
5887         Log: AUTHORS update.
5888      Branch: perl
5889            ! AUTHORS
5890 ____________________________________________________________________________
5891 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
5892         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
5893      Branch: perl
5894            ! ext/Storable/Storable.pm
5895 ____________________________________________________________________________
5896 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
5897         Log: perldelta updates.
5898      Branch: perl
5899            ! pod/perldelta.pod
5900 ____________________________________________________________________________
5901 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
5902         Log: Document the flags of pv_uni_display().
5903      Branch: perl
5904            ! pod/perlapi.pod utf8.c
5905 ____________________________________________________________________________
5906 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
5907         Log: Forgot from #14115.
5908      Branch: perl
5909            ! t/op/re_tests
5910 ____________________________________________________________________________
5911 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
5912         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
5913              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
5914              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
5915              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
5916      Branch: perl
5917            ! regcomp.c
5918 ____________________________________________________________________________
5919 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
5920         Log: More regex and utf8 debug dumping.
5921      Branch: perl
5922            ! dump.c regcomp.c regexec.c utf8.c utf8.h
5923 ____________________________________________________________________________
5924 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
5925         Log: Unused variable.
5926      Branch: perl
5927            ! regcomp.c
5928 ____________________________________________________________________________
5929 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
5930         Log: Regen toc.
5931      Branch: perl
5932            ! pod/perltoc.pod
5933 ____________________________________________________________________________
5934 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
5935         Log: capitalize correctly, noticed by David Dyck.
5936      Branch: perl
5937            ! lib/sort.pm
5938 ____________________________________________________________________________
5939 [ 14110] By: nick                                  on 2002/01/06  22:05:19
5940         Log: Integrate mainline - threads mended, DB_File sick?
5941      Branch: perlio
5942           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
5943           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
5944           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
5945           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
5946           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
5947 ____________________________________________________________________________
5948 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
5949         Log: No need to overqualify.
5950      Branch: perl
5951            ! lib/sort.pm
5952 ____________________________________________________________________________
5953 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
5954         Log: PL_debug_pad wasn't initialized to zeroes which broke
5955              ithreads + DEBUGGING.
5956      Branch: perl
5957            ! sv.c
5958 ____________________________________________________________________________
5959 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
5960         Log: Update Changes.
5961      Branch: perl
5962            ! Changes patchlevel.h
5963 ____________________________________________________________________________
5964 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
5965         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
5966              From: Jonathan Stowe <gellyfish@gellyfish.com>
5967              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
5968              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
5969      Branch: perl
5970            ! pp_sys.c
5971 ____________________________________________________________________________
5972 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
5973         Log: DB_File sync from Paul Marquess.
5974      Branch: perl
5975            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5976            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
5977            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
5978 ____________________________________________________________________________
5979 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
5980         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
5981              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
5982              Date: Sun, 6 Jan 2002 11:44:30 +0100
5983              Message-ID: <3C38389E.7831.493570@localhost>
5984      Branch: perl
5985            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
5986            ! utils/perlcc.PL
5987 ____________________________________________________________________________
5988 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
5989         Log: Tests for #14098.
5990      Branch: perl
5991            ! t/op/lc.t
5992 ____________________________________________________________________________
5993 [ 14102] By: nick                                  on 2002/01/06  11:33:55
5994         Log: Integrate mainline (PPPort still multi-building).
5995      Branch: perlio
5996           +> lib/unifold.t
5997           !> (integrate 30 files)
5998 ____________________________________________________________________________
5999 [ 14101] By: ams                                   on 2002/01/06  04:52:50
6000         Log: Subject: [PATCH] Bad prototype detection now an optional warning
6001              From: Sam Tregar <sam@tregar.com>
6002              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
6003              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
6004      Branch: perl
6005            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
6006            ! t/comp/proto.t toke.c
6007 ____________________________________________________________________________
6008 [ 14100] By: ams                                   on 2002/01/06  01:56:59
6009         Log: Subject: [PATCH] Correct several Stratus VOS build issues
6010              From: "Green, Paul" <Paul.Green@stratus.com>
6011              Date: Sat, 5 Jan 2002 21:30:56 -0500
6012              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
6013      Branch: perl
6014            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
6015 ____________________________________________________________________________
6016 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
6017         Log: Further perl.org URL elaboration from Ask.
6018      Branch: perl
6019            ! pod/perlfaq1.pod pod/perlfaq2.pod
6020 ____________________________________________________________________________
6021 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
6022         Log: The same problem with To{Lower,Title,Upper}
6023              as earlier with ToFold.
6024      Branch: perl
6025            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
6026            ! lib/unicore/To/Upper.pl lib/unicore/mktables
6027 ____________________________________________________________________________
6028 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
6029         Log: Retract #14057 for now; the alarm/setitimer timers
6030              seen to be the same in many systems, which leads into
6031              hangups.
6032      Branch: perl
6033            ! ext/Time/HiRes/HiRes.t
6034 ____________________________________________________________________________
6035 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
6036         Log: Finish up (ha!) the Unicode case folding;
6037              enhance regex dumping code.
6038      Branch: perl
6039            + lib/unifold.t
6040            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
6041            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
6042 ____________________________________________________________________________
6043 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
6044         Log: Use the perl.org news gw instead of the perl.com one
6045              (from Ask).
6046      Branch: perl
6047            ! pod/perlfaq1.pod pod/perlfaq2.pod
6048 ____________________________________________________________________________
6049 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
6050         Log: Zero() wasn't documented.
6051      Branch: perl
6052            ! pod/perlclib.pod
6053 ____________________________________________________________________________
6054 [ 14093] By: ams                                   on 2002/01/05  17:58:35
6055         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
6056              From: Nicholas Clark <nick@unfortu.net>
6057              Date: Sat, 5 Jan 2002 18:55:39 +0000
6058              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
6059      Branch: perl
6060            ! lib/Memoize/t/tie_ndbm.t
6061 ____________________________________________________________________________
6062 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
6063         Log: Also UNICOS/mk has deviant socketpair().
6064      Branch: perl
6065            ! ext/Socket/socketpair.t
6066 ____________________________________________________________________________
6067 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
6068         Log: Ooops.  Retract the regex parts of #14090.
6069      Branch: perl
6070            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
6071 ____________________________________________________________________________
6072 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
6073         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
6074              From: Nicholas Clark <nick@unfortu.net> 
6075              Date: Sat, 5 Jan 2002 18:10:13 +0000
6076              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
6077      Branch: perl
6078            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
6079            ! regcomp.h regexec.c
6080 ____________________________________________________________________________
6081 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
6082         Log: Integrate perlio; a missing aTHX.
6083      Branch: perl
6084           !> op.c
6085 ____________________________________________________________________________
6086 [ 14088] By: nick                                  on 2002/01/05  12:35:01
6087         Log: One missing aTHX_
6088      Branch: perlio
6089            ! op.c
6090 ____________________________________________________________________________
6091 [ 14087] By: nick                                  on 2002/01/05  12:00:48
6092         Log: Raw integrate of mainline - op.c looks dodgy.
6093      Branch: perlio
6094           +> lib/Pod/t/Functions.t t/op/winsystem.t
6095            - lib/File/Spec/NW5.pm t/op/system.t
6096           !> (integrate 77 files)
6097 ____________________________________________________________________________
6098 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
6099         Log: integrate changes from maint-5.6/macperl branch
6100      Branch: maint-5.6/perl
6101           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
6102           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
6103 ____________________________________________________________________________
6104 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
6105         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
6106              found by Marc Lehmann.
6107      Branch: perl
6108            ! pp.c
6109 ____________________________________________________________________________
6110 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
6111         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
6112              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6113              Date: Sat, 5 Jan 2002 00:31:12 +0100
6114              Message-ID: <20020105003112.E1850@rafael>              
6115      Branch: perl
6116            ! t/comp/proto.t
6117 ____________________________________________________________________________
6118 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
6119         Log: A bit of "perl.com" cleanup.
6120      Branch: perl
6121            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
6122            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6123            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
6124            ! pod/perlmodlib.PL pod/perlmodlib.pod
6125 ____________________________________________________________________________
6126 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
6127         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
6128              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6129              Date: Fri, 4 Jan 2002 23:35:19 +0100
6130              Message-ID: <20020104233519.A1850@rafael>
6131      Branch: perl
6132            ! op.c
6133 ____________________________________________________________________________
6134 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
6135         Log: Integrate change #14062 from macperl;
6136              Define setbuf, setvbuf for Mac OS
6137      Branch: perl
6138           !> ext/IO/IO.xs
6139 ____________________________________________________________________________
6140 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
6141         Log: Bump version, update Changes
6142      Branch: maint-5.6/macperl
6143            ! macos/Changes macos/MPVersion.r
6144 ____________________________________________________________________________
6145 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
6146         Log: Add more droplets
6147      Branch: maint-5.6/macperl
6148            + macos/macperl/Droplets/gluedialect.plx
6149            + macos/macperl/Droplets/glueedit.plx
6150            + macos/macperl/Droplets/gluemac.plx
6151            + macos/macperl/Droplets/gluescriptadds.plx
6152            + macos/macperl/Droplets/installme.plx
6153            + macos/macperl/Droplets/show_glue_pods.plx
6154            + macos/macperl/Droplets/tarzipme.plx
6155            + macos/macperl/Droplets/untarzipme.plx
6156 ____________________________________________________________________________
6157 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
6158         Log: Display the native pwd command.
6159      Branch: perl
6160            ! ext/Cwd/t/cwd.t
6161 ____________________________________________________________________________
6162 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
6163         Log: Under Mac OS X /dev/stdout is normally a symlink,
6164              but when running the test it seems to become a socket.
6165              So let's extend our censorship.
6166      Branch: perl
6167            ! t/op/stat.t
6168 ____________________________________________________________________________
6169 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
6170         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
6171      Branch: maint-5.6/macperl
6172            + macos/HandleSocket.cp
6173            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
6174            ! macos/macperl.sym
6175 ____________________________________________________________________________
6176 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
6177         Log: Doc updates
6178      Branch: maint-5.6/macperl
6179            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
6180 ____________________________________________________________________________
6181 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
6182         Log: Update libraries
6183      Branch: maint-5.6/macperl
6184            ! macos/macperl/Makefile.mk
6185 ____________________________________________________________________________
6186 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
6187         Log: Update tests to Mac::StandardFile from StandardFile.pl,
6188              plus other fixes
6189      Branch: maint-5.6/macperl
6190            ! macos/ext/Mac/Menus/t/MenuBar.t
6191            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
6192            ! macos/ext/Mac/Movies/t/PlayMovie.t
6193            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
6194            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
6195            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
6196            ! macos/ext/Mac/Resources/t/Resources.t
6197 ____________________________________________________________________________
6198 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
6199         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
6200      Branch: maint-5.6/macperl
6201            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
6202            ! macos/ext/Mac/Movies/Movies.xs
6203            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
6204            ! macos/ext/Mac/StandardFile/StandardFile.xs
6205            ! macos/ext/Mac/Windows/Windows.xs
6206 ____________________________________________________________________________
6207 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
6208         Log: Updates for Universal Headers 3.4 (forgot one)
6209      Branch: maint-5.6/macperl
6210            ! macos/macperl/MPConsole.cp
6211 ____________________________________________________________________________
6212 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
6213         Log: Updates for Universal Headers 3.4
6214      Branch: maint-5.6/macperl
6215            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
6216            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
6217            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
6218            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
6219            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
6220            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
6221            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
6222            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
6223            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
6224 ____________________________________________________________________________
6225 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
6226         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
6227              from <200112112327.JAA25434@gpo.metropolis.net.au>;
6228              don't crash on quit for 68K (MacPerl Bug #490013)
6229      Branch: maint-5.6/macperl
6230            ! macos/macish.c macos/macperl/MPConsole.cp
6231 ____________________________________________________________________________
6232 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
6233         Log: If we do have socketpair(), make my_socketpair()
6234              just call the real socketpair().  This way we always
6235              have real code behind my_socketpair() and a symbol
6236              corresponding to the my_socketpair in global.sym.
6237      Branch: perl
6238            ! embed.fnc embed.h makedef.pl proto.h util.c
6239 ____________________________________________________________________________
6240 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
6241         Log: Disable sigaction (MacPerl Bug #470321)
6242      Branch: maint-5.6/macperl
6243            ! macos/config.h macos/config.sh
6244 ____________________________________________________________________________
6245 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
6246         Log: Make GUSI resource work (MacPerl Bug #464638)
6247      Branch: maint-5.6/macperl
6248            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
6249            ! macos/macperl/MacPerl.rsrc
6250 ____________________________________________________________________________
6251 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
6252         Log: Make AutoSplit go a little deeper
6253      Branch: maint-5.6/macperl
6254            ! macos/Makefile.mk
6255 ____________________________________________________________________________
6256 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
6257         Log: A few doc updates from bleadperl
6258      Branch: maint-5.6/macperl
6259            ! pod/perlmodinstall.pod pod/perlport.pod
6260 ____________________________________________________________________________
6261 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
6262         Log: Sync up to latest changes from bleadperl
6263      Branch: maint-5.6/macperl
6264            ! lib/File/Find.pm
6265 ____________________________________________________________________________
6266 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
6267         Log: Define setbuf, setvbuf for Mac OS
6268      Branch: maint-5.6/macperl
6269            ! ext/IO/IO.xs
6270 ____________________________________________________________________________
6271 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
6272         Log: Delete by request of Mark-Jason Dominus (change #13676)
6273      Branch: maint-5.6/macperl
6274            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
6275 ____________________________________________________________________________
6276 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
6277         Log: Spread the good word of "env".
6278      Branch: perl
6279            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
6280 ____________________________________________________________________________
6281 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
6282         Log: Till the system tests do something non-Win*, better rename
6283              the test so that people on other platforms don't get confused.
6284              (Not win32system, because assumedly there's win64, too.)
6285      Branch: perl
6286            + t/op/winsystem.t
6287            - t/op/system.t
6288            ! MANIFEST
6289 ____________________________________________________________________________
6290 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
6291         Log: Some tweaks.
6292      Branch: perl
6293            ! lib/Pod/t/Functions.t
6294 ____________________________________________________________________________
6295 [ 14057] By: ams                                   on 2002/01/04  17:40:31
6296         Log: (retracted by #14057)
6297              
6298              Subject: [PATCH] Time/HiRes/HiRes.t
6299              From: Nicholas Clark <nick@unfortu.net>
6300              Date: Fri, 4 Jan 2002 17:28:46 +0000
6301              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
6302      Branch: perl
6303            ! ext/Time/HiRes/HiRes.t
6304 ____________________________________________________________________________
6305 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
6306         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
6307              From: Abe Timmerman <abe@ztreet.demon.nl>
6308              Date: Fri, 04 Jan 2002 18:42:33 +0100
6309              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
6310      Branch: perl
6311            + lib/Pod/t/Functions.t
6312            ! MANIFEST lib/Pod/Functions.pm
6313 ____________________________________________________________________________
6314 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
6315         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
6316              From: "Craig A. Berry" <craigberry@mac.com>
6317              Date: Thu, 3 Jan 2002 17:32:20 -0600
6318              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
6319      Branch: perl
6320            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
6321 ____________________________________________________________________________
6322 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
6323         Log: Document the U+0085, U+2028, and U+2029.
6324      Branch: perl
6325            ! pod/perlre.pod pod/perlretut.pod
6326 ____________________________________________________________________________
6327 [ 14053] By: ams                                   on 2002/01/04  03:27:44
6328         Log: Subject: [PATCH] warn if not CORE::dump
6329              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6330              Date: Thu, 3 Jan 2002 22:04:00 +0100
6331              Message-Id: <20020103220400.A13958@rafael>
6332      Branch: perl
6333            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
6334 ____________________________________________________________________________
6335 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
6336         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
6337      Branch: perl
6338            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
6339 ____________________________________________________________________________
6340 [ 14051] By: ams                                   on 2002/01/04  03:00:12
6341         Log: Subject: [PATCH] File::Compare::VERSION
6342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6343              Date: Thu, 3 Jan 2002 23:42:52 +0100
6344              Message-Id: <20020103234252.G13958@rafael>
6345      Branch: perl
6346            ! lib/File/Compare.pm
6347 ____________________________________________________________________________
6348 [ 14050] By: ams                                   on 2002/01/04  02:58:05
6349         Log: Subject: [PATCH @14042] threads::shared doc
6350              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
6351              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
6352              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
6353      Branch: perl
6354            ! ext/threads/shared/shared.pm
6355 ____________________________________________________________________________
6356 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
6357         Log: #14048 exposed few false positives, to be fixed soonish.
6358      Branch: perl
6359            ! t/op/pat.t
6360 ____________________________________________________________________________
6361 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
6362         Log: Do not add the first characters of multicharacter foldings
6363              into character classes.
6364      Branch: perl
6365            ! regcomp.c
6366 ____________________________________________________________________________
6367 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
6368         Log: A bit of testing for #14046.
6369      Branch: perl
6370            ! t/op/pat.t
6371 ____________________________________________________________________________
6372 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
6373         Log: Allow emitting the foldcased version of "\x{df}", "ss"
6374              (among others, another example would be \x{fb00} -> "ff")
6375      Branch: perl
6376            ! regcomp.c
6377 ____________________________________________________________________________
6378 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
6379         Log: Subject: [PATCH] File::Spec & NetWare
6380              From: Dave Rolsky <autarch@urth.org>
6381              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
6382              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
6383      Branch: perl
6384            - lib/File/Spec/NW5.pm
6385            ! MANIFEST lib/File/Spec.pm
6386 ____________________________________________________________________________
6387 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
6388         Log: FAQ sync (RCS Ids only?)
6389      Branch: perl
6390            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
6391 ____________________________________________________________________________
6392 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
6393         Log: AUTHORs updates.
6394      Branch: perl
6395            ! AUTHORS
6396 ____________________________________________________________________________
6397 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
6398         Log: Update Changes.
6399      Branch: perl
6400            ! Changes patchlevel.h
6401 ____________________________________________________________________________
6402 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
6403         Log: Missed the =head1 additions.
6404      Branch: perl
6405            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
6406            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
6407            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
6408            ! util.c
6409 ____________________________________________________________________________
6410 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
6411         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
6412              From: Robin Barker <rmb1@cise.npl.co.uk>
6413              Date: Thu, 3 Jan 2002 15:26:20 GMT
6414              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
6415      Branch: perl
6416            ! lib/Carp.t lib/Carp/Heavy.pm
6417 ____________________________________________________________________________
6418 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
6419         Log: Subject: [PATCH hv.c] 
6420              From: Robin Barker <rmb1@cise.npl.co.uk>
6421              Date: Thu, 3 Jan 2002 14:49:06 GMT
6422              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
6423              
6424              -Wformat check.
6425      Branch: perl
6426            ! hv.c
6427 ____________________________________________________________________________
6428 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
6429         Log: NetWare tweaks from Ananth Kesari.
6430      Branch: perl
6431            ! NetWare/t/NWScripts.pl lib/File/Find.pm
6432 ____________________________________________________________________________
6433 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
6434         Log: Cast.
6435      Branch: perl
6436            ! regexec.c
6437 ____________________________________________________________________________
6438 [ 14036] By: ams                                   on 2002/01/03  12:12:31
6439         Log: Grammar fix suggested by Gwyn Judd.
6440      Branch: perl
6441            ! pod/perldiag.pod
6442 ____________________________________________________________________________
6443 [ 14035] By: nick                                  on 2002/01/03  09:22:42
6444         Log: More strange perlio != mainline differences where
6445              I have not been.
6446      Branch: perlio
6447           !> hints/unicos.sh hints/unicosmk.sh
6448 ____________________________________________________________________________
6449 [ 14034] By: nick                                  on 2002/01/03  09:19:37
6450         Log: Integrate mainline (including force integrate of
6451              lib/charnames.pm which had got out-of-step)
6452      Branch: perlio
6453           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
6454 ____________________________________________________________________________
6455 [ 14033] By: ams                                   on 2002/01/03  08:24:24
6456         Log: Subject: Not ok 14031: PPPort Makefile.PL
6457              From: andreas.koenig@anima.de (Andreas J. Koenig)
6458              Date: 03 Jan 2002 10:17:46 +0100
6459              Message-Id: <m3sn9n94jp.fsf@anima.de>
6460      Branch: perl
6461            ! ext/Devel/PPPort/Makefile.PL
6462 ____________________________________________________________________________
6463 [ 14032] By: nick                                  on 2002/01/03  08:24:00
6464         Log: Integrate mainline.
6465      Branch: perlio
6466           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
6467           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
6468           !> (integrate 31 files)
6469 ____________________________________________________________________________
6470 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
6471         Log: Off-by-one is my middle name.
6472      Branch: perl
6473            ! regexec.c
6474 ____________________________________________________________________________
6475 [ 14030] By: ams                                   on 2002/01/02  23:56:37
6476         Log: Subject: [PATCH @14015] threads::shared disabling
6477              From: Andy Bussey <andybussey@yahoo.co.uk>
6478              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
6479              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
6480      Branch: perl
6481            + ext/threads/shared/t/no_share.t
6482            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
6483 ____________________________________________________________________________
6484 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
6485         Log: Simon's new perlapi scheme, I hope I got all the pieces.
6486      Branch: perl
6487            + autodoc.pl embed.fnc
6488            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
6489 ____________________________________________________________________________
6490 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
6491         Log: Integrate perlio; more PPPort Makefile source dependence removal
6492      Branch: perl
6493           !> ext/Devel/PPPort/Makefile.PL perl.h
6494 ____________________________________________________________________________
6495 [ 14027] By: ams                                   on 2002/01/02  21:42:50
6496         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
6497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6498              Date: Wed, 2 Jan 2002 23:09:13 +0100
6499              Message-Id: <20020102230913.A17373@rafael>
6500      Branch: perl
6501            ! pod/perldiag.pod
6502 ____________________________________________________________________________
6503 [ 14026] By: ams                                   on 2002/01/02  21:38:34
6504         Log: Subject: Re: PATCH: lib/Term/Cap.pm
6505              From: Jonathan Stowe <gellyfish@gellyfish.com>
6506              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
6507              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
6508      Branch: perl
6509            ! lib/Term/Cap.pm
6510 ____________________________________________________________________________
6511 [ 14025] By: ams                                   on 2002/01/02  18:34:26
6512         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
6513              From: Sam Tregar <sam@tregar.com>
6514              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
6515              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
6516      Branch: perl
6517            ! pod/perldiag.pod t/comp/proto.t toke.c
6518 ____________________________________________________________________________
6519 [ 14024] By: ams                                   on 2002/01/02  18:16:12
6520         Log: Subject: PATCH: lib/Term/Cap.pm
6521              From: Norton Allen <allen@huarp.harvard.edu>
6522              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
6523              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
6524      Branch: perl
6525            ! lib/Term/Cap.pm
6526 ____________________________________________________________________________
6527 [ 14023] By: ams                                   on 2002/01/02  18:12:31
6528         Log: Subject: PATCH: lib/Cwd.pm for QNX4
6529              From: Norton Allen <allen@huarp.harvard.edu>
6530              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
6531              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
6532      Branch: perl
6533            ! lib/Cwd.pm
6534 ____________________________________________________________________________
6535 [ 14022] By: nick                                  on 2002/01/02  18:01:21
6536         Log: More PPPort Makefile source dependence removal
6537      Branch: perlio
6538            ! ext/Devel/PPPort/Makefile.PL
6539 ____________________________________________________________________________
6540 [ 14021] By: nick                                  on 2002/01/02  17:44:36
6541         Log: Sort out muddle of editing on three machines ...
6542      Branch: perlio
6543           !> Changes MANIFEST cygwin/Makefile.SHs
6544           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
6545           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
6546           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
6547 ____________________________________________________________________________
6548 [ 14020] By: ams                                   on 2002/01/02  17:06:27
6549         Log: Fix misplaced application of #14016.
6550      Branch: perl
6551            ! op.c
6552 ____________________________________________________________________________
6553 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
6554         Log: Integrate perlio; avoid uninit debug_pad.
6555      Branch: perl
6556           !> sv.c
6557 ____________________________________________________________________________
6558 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
6559         Log: makedepend VOS fix from Paul Green.
6560      Branch: perl
6561            ! makedepend.SH
6562 ____________________________________________________________________________
6563 [ 14017] By: nick                                  on 2002/01/02  16:09:43
6564         Log: Avoid un-init perl_debug_pad in clones
6565      Branch: perlio
6566            ! sv.c
6567 ____________________________________________________________________________
6568 [ 14016] By: ams                                   on 2002/01/02  15:58:11
6569         Log: Subject: [PATCH] random crash in B::LISTOP::last
6570              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6571              Date: Wed, 2 Jan 2002 17:37:28 +0100
6572              Message-Id: <3C334558.3906.19CB98D@localhost>
6573      Branch: perl
6574            ! op.c
6575 ____________________________________________________________________________
6576 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
6577         Log: Update Changes.
6578      Branch: perl
6579            ! Changes patchlevel.h
6580 ____________________________________________________________________________
6581 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
6582         Log: One more iteration of the ibcmp_utf8() interface,
6583              hopefully this is a convergent iteration...
6584      Branch: perl
6585            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
6586 ____________________________________________________________________________
6587 [ 14013] By: ams                                   on 2002/01/02  13:43:58
6588         Log: Upgrade to podlators-1.19.
6589      Branch: perl
6590            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
6591            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
6592            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
6593            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
6594            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
6595 ____________________________________________________________________________
6596 [ 14012] By: ams                                   on 2002/01/02  09:48:51
6597         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
6598              From: martyn@inpharmatica.co.uk
6599              Date: Wed, 19 Dec 2001 19:05:00 +0000
6600              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
6601      Branch: perl
6602            ! lib/Pod/Usage.pm
6603 ____________________________________________________________________________
6604 [ 14011] By: nick                                  on 2002/01/02  08:38:18
6605         Log: Integrate mainline
6606      Branch: perlio
6607           !> (integrate 28 files)
6608 ____________________________________________________________________________
6609 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
6610         Log: Make ibcmp_utf8() optionally progress in either string for
6611              as long as it takes and optionally record how far it got.
6612      Branch: perl
6613            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
6614 ____________________________________________________________________________
6615 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
6616         Log: Once more try to get the PPPort Makefile right.
6617      Branch: perl
6618            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
6619 ____________________________________________________________________________
6620 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
6621         Log: -Wall silencing.
6622      Branch: perl
6623            ! utf8.c
6624 ____________________________________________________________________________
6625 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
6626         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
6627              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6628              Date: Tue, 1 Jan 2002 22:45:21 +0100       
6629              Message-ID: <20020101224521.A691@rafael>
6630      Branch: perl
6631            ! ext/B/B/Deparse.pm
6632 ____________________________________________________________________________
6633 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
6634         Log: VOS tweak from Paul Green: VOS has different O_BINARY
6635              and O_TEXT, but VOS always uses LF, never CRLF.
6636      Branch: perl
6637            ! perl.h
6638 ____________________________________________________________________________
6639 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
6640         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
6641      Branch: perl
6642            ! regexec.c utf8.c
6643 ____________________________________________________________________________
6644 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
6645         Log: Now that to_utf8_fold() was fixed.
6646      Branch: perl
6647            ! regcomp.c regexec.c
6648 ____________________________________________________________________________
6649 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
6650         Log: Integrate perlio; experimental binmode() re-coding.
6651      Branch: perl
6652           !> perlio.c
6653 ____________________________________________________________________________
6654 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
6655         Log: Document the to_utf8_*() functions.
6656      Branch: perl
6657            ! embed.pl pod/perlapi.pod utf8.c
6658 ____________________________________________________________________________
6659 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
6660         Log: Better support for multicharacter foldings.
6661              Now all but two of the CaseFold.txt cases work-- but
6662              only when the target string is single-character, more
6663              debugging needed.
6664      Branch: perl
6665            ! regexec.c
6666 ____________________________________________________________________________
6667 [ 14000] By: ams                                   on 2002/01/01  15:59:43
6668         Log: Subject: [PATCH] don't installperl pods
6669              From: Nicholas Clark <nick@unfortu.net>
6670              Date: Tue, 1 Jan 2002 16:44:12 +0000
6671              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
6672      Branch: perl
6673            ! installperl
6674 ____________________________________________________________________________
6675 [ 13999] By: ams                                   on 2002/01/01  14:34:04
6676         Log: Subject: [PATCH] perldiag.pod transposition
6677              From: Nicholas Clark <nick@unfortu.net>
6678              Date: Tue, 1 Jan 2002 15:03:52 +0000
6679              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
6680      Branch: perl
6681            ! pod/perldiag.pod
6682 ____________________________________________________________________________
6683 [ 13998] By: ams                                   on 2002/01/01  13:36:49
6684         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
6685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6686              Date: Tue, 1 Jan 2002 15:12:36 +0100
6687              Message-Id: <20020101151236.A951@rafael>
6688      Branch: perl
6689            ! pod/perldiag.pod
6690 ____________________________________________________________________________
6691 [ 13997] By: ams                                   on 2002/01/01  13:33:06
6692         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
6693              From: Nicholas Clark <nick@unfortu.net>
6694              Date: Tue, 1 Jan 2002 13:13:17 +0000
6695              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
6696      Branch: perl
6697            ! ext/Socket/socketpair.t
6698 ____________________________________________________________________________
6699 [ 13996] By: ams                                   on 2002/01/01  04:44:28
6700         Log: Subject: [PATCH @13746] Leaner exporter
6701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6702              Date: Mon, 31 Dec 2001 18:16:08 -0500
6703              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
6704      Branch: perl
6705            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
6706 ____________________________________________________________________________
6707 [ 13995] By: ams                                   on 2002/01/01  04:29:44
6708         Log: Subject: [PATCH @13746] h2xs broken
6709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6710              Date: Mon, 31 Dec 2001 17:48:55 -0500
6711              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
6712      Branch: perl
6713            ! utils/h2xs.PL
6714 ____________________________________________________________________________
6715 [ 13994] By: ams                                   on 2002/01/01  04:25:46
6716         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
6717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6718              Date: Mon, 31 Dec 2001 17:42:25 -0500
6719              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
6720      Branch: perl
6721            ! lib/ExtUtils/MM_Unix.pm
6722 ____________________________________________________________________________
6723 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
6724         Log: Rename the variables to be a bit more consistent.
6725      Branch: perl
6726            ! utf8.c
6727 ____________________________________________________________________________
6728 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
6729         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
6730              (found by Jeffrey Friedl)
6731      Branch: perl
6732            ! regexec.c t/op/pat.t utf8.c
6733 ____________________________________________________________________________
6734 [ 13991] By: nick                                  on 2001/12/31  18:08:55
6735         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
6736      Branch: perlio
6737            ! perlio.c
6738 ____________________________________________________________________________
6739 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
6740         Log: Update Changes.
6741      Branch: perl
6742            ! Changes patchlevel.h
6743 ____________________________________________________________________________
6744 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
6745         Log: Less unused ones.
6746      Branch: perl
6747            ! regexec.c
6748 ____________________________________________________________________________
6749 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
6750         Log: Unused variable.
6751      Branch: perl
6752            ! regcomp.c
6753 ____________________________________________________________________________
6754 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
6755         Log: Forgotten file.
6756      Branch: perl
6757            ! MANIFEST
6758 ____________________________________________________________________________
6759 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
6760         Log: Subject: Re: Cygwin: one down one to go 
6761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6762              Date: Mon, 31 Dec 2001 18:34:36 +0100
6763              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
6764      Branch: perl
6765            ! cygwin/Makefile.SHs
6766 ____________________________________________________________________________
6767 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
6768         Log: Add some comments to the recent Unicode case-folding saga.
6769      Branch: perl
6770            ! regcomp.c regexec.c
6771 ____________________________________________________________________________
6772 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
6773         Log: Slight comment tweakage.
6774      Branch: perl
6775            ! ext/I18N/Langinfo/Langinfo.t
6776 ____________________________________________________________________________
6777 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
6778         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
6779      Branch: perl
6780            ! perl.h
6781 ____________________________________________________________________________
6782 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
6783         Log: Subject: [ PATCH] Cygwin: one down one to go
6784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6785              Date: Mon, 31 Dec 2001 17:03:40 +0100
6786              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
6787      Branch: perl
6788            ! lib/Pod/t/basic.t
6789 ____________________________________________________________________________
6790 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
6791         Log: Tweak the dependencies not to recompile everytime,
6792              as suggested by NI-S.
6793      Branch: perl
6794            ! ext/Devel/PPPort/Makefile.PL
6795 ____________________________________________________________________________
6796 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
6797         Log: Planning still not right.
6798      Branch: perl
6799            ! lib/User/grent.t
6800 ____________________________________________________________________________
6801 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
6802         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
6803              From: Michael G Schwern <schwern@pobox.com>
6804              Date: Sun, 30 Dec 2001 18:07:55 -0500
6805              Message-ID: <20011230230755.GG12840@blackrider>
6806              
6807              (lib/User/grent, really)
6808      Branch: perl
6809            ! lib/User/grent.t
6810 ____________________________________________________________________________
6811 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
6812         Log: Integrate perlio; cleanup, in particular avoid accidental
6813              PerlIO_flush(NULL) if PerlIONext is NULL.
6814      Branch: perl
6815           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
6816 ____________________________________________________________________________
6817 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
6818         Log: Subject: typo in IO::Socket::INET.pm
6819              From: mjd@plover.com
6820              Date: 31 Dec 2001 14:31:10 -0000
6821              Message-ID: <20011231143110.4989.qmail@plover.com>
6822      Branch: perl
6823            ! ext/IO/lib/IO/Socket/INET.pm
6824 ____________________________________________________________________________
6825 [ 13976] By: nick                                  on 2001/12/31  13:56:11
6826         Log: Integrate mainline
6827      Branch: perlio
6828           !> (integrate 29 files)
6829 ____________________________________________________________________________
6830 [ 13975] By: nick                                  on 2001/12/31  12:40:50
6831         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
6832              if PerlIONext is NULL.
6833      Branch: perlio
6834            ! perlio.c perliol.h
6835 ____________________________________________________________________________
6836 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
6837         Log: Subject: Re: [PATCH] Basic bad prototype detection
6838              From: Sam Tregar <sam@tregar.com>
6839              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
6840              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
6841      Branch: perl
6842            ! t/comp/proto.t toke.c
6843 ____________________________________________________________________________
6844 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
6845         Log: Subject: [PATCH] configure.com / scriptdirexp
6846              From: "Craig A. Berry" <craigberry@mac.com>
6847              Date: Sun, 30 Dec 2001 15:47:28 -0600
6848              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
6849      Branch: perl
6850            ! configure.com
6851 ____________________________________________________________________________
6852 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
6853         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
6854              From: Abe Timmerman <abe@ztreet.demon.nl>
6855              Date: Mon, 31 Dec 2001 03:55:27 +0100
6856              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
6857      Branch: perl
6858            ! lib/ExtUtils/t/MM_Win32.t
6859 ____________________________________________________________________________
6860 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
6861         Log: Subject: [PATCH] Basic bad prototype detection
6862              From: Sam Tregar <sam@tregar.com> 
6863              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
6864              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
6865      Branch: perl
6866            ! pod/perldiag.pod t/comp/proto.t toke.c
6867 ____________________________________________________________________________
6868 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
6869         Log: Makefiles are sloppy about the exe suffix
6870              (from Paul Green)
6871      Branch: perl
6872            ! Makefile.SH x2p/Makefile.SH
6873 ____________________________________________________________________________
6874 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
6875         Log: Delay folding until necessary; start of handling
6876              folding into several characters.
6877      Branch: perl
6878            ! regcomp.c regexec.c
6879 ____________________________________________________________________________
6880 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
6881         Log: gcc -Wall dewhine.
6882      Branch: perl
6883            ! regexec.c
6884 ____________________________________________________________________________
6885 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
6886         Log: More Unicode folding tweaks, avoid potential false matches.
6887      Branch: perl
6888            ! regexec.c
6889 ____________________________________________________________________________
6890 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
6891         Log: Make that six wrongs.
6892      Branch: perl
6893            ! regexec.c utf8.c
6894 ____________________________________________________________________________
6895 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
6896         Log: Four wrongs can make a right.
6897      Branch: perl
6898            ! regexec.c utf8.c
6899 ____________________________________________________________________________
6900 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
6901         Log: Fix all the I case foldings as per CaseFold.txt.
6902      Branch: perl
6903            ! regcomp.c regexec.c
6904 ____________________________________________________________________________
6905 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
6906         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
6907      Branch: perl
6908            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
6909            ! regexec.c utf8.c
6910 ____________________________________________________________________________
6911 [ 13962] By: nick                                  on 2001/12/30  18:33:41
6912         Log: Integrate 8.3 fix for PPPort fix
6913      Branch: perlio
6914           +> ext/Devel/PPPort/ppport_h.PL
6915            - ext/Devel/PPPort/ppport.h.PL
6916            ! ext/Devel/PPPort/MANIFEST
6917           !> ext/Devel/PPPort/Makefile.PL
6918 ____________________________________________________________________________
6919 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
6920         Log: Integrate perlio; more win32 stuff:
6921              
6922              A. Use Perl_my_socketpair()
6923              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
6924              load winsock.
6925              C. (In passing) work round fact that $$ is now SvREADONLY
6926              so we need to take special measures to set it during
6927              pseudo-fork.
6928      Branch: perl
6929           !> util.c win32/perlhost.h
6930 ____________________________________________________________________________
6931 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
6932         Log: Fix ppport.h for Unix.
6933      Branch: perl
6934            + ext/Devel/PPPort/ppport_h.PL
6935            - ext/Devel/PPPort/ppport.h.PL
6936            ! MANIFEST ext/Devel/PPPort/Makefile.PL
6937 ____________________________________________________________________________
6938 [ 13959] By: nick                                  on 2001/12/30  16:53:42
6939         Log: Win32 stuff:
6940              A. Use Perl_my_socketpair()
6941              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
6942              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
6943              take special measures to set it during pseudo-fork.
6944      Branch: perlio
6945            ! util.c win32/perlhost.h
6946 ____________________________________________________________________________
6947 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
6948         Log: Integrate perlio; win32 kicking.
6949      Branch: perl
6950           +> ext/Devel/PPPort/ppport.h.PL
6951           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
6952           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
6953           !> proto.h
6954 ____________________________________________________________________________
6955 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
6956         Log: metaconfig unit change for #13956.
6957      Branch: metaconfig
6958            ! U/modified/spitshell.U
6959 ____________________________________________________________________________
6960 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
6961         Log: Must look for cat also in $PATH (noticed by Philip Newton).
6962      Branch: perl
6963            ! Configure
6964 ____________________________________________________________________________
6965 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
6966         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
6967              From: Blair Zajac <blair@orcaware.com>
6968              Date: Sat, 29 Dec 2001 22:37:03 -0800
6969              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
6970      Branch: perl
6971            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
6972 ____________________________________________________________________________
6973 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
6974         Log: Regen files.
6975      Branch: perl
6976            ! embed.h global.sym pod/perlapi.pod uconfig.h
6977 ____________________________________________________________________________
6978 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
6979         Log: Subject: [PATCH] -t without -w 
6980              From: Michael G Schwern <schwern@pobox.com>
6981              Date: Sat, 29 Dec 2001 23:46:25 -0500
6982              Message-ID: <20011230044625.GA14386@blackrider>
6983      Branch: perl
6984            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
6985            ! warnings.pl
6986 ____________________________________________________________________________
6987 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
6988         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
6989              From: Dave Rolsky <autarch@urth.org>               
6990              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
6991              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
6992              
6993              $^O is NetWare, not Netware.
6994      Branch: perl
6995            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
6996 ____________________________________________________________________________
6997 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
6998         Log: Sarathy thinks undoing C++ comments from C++ files
6999              is a bit too zealous.
7000      Branch: perl
7001            ! win32/perlhost.h win32/vmem.h
7002 ____________________________________________________________________________
7003 [ 13950] By: nick                                  on 2001/12/30  14:30:02
7004         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
7005              This gets them into Errno.pm - yet to prove they end up in $!.
7006      Branch: perlio
7007            ! ext/Errno/Errno_pm.PL
7008 ____________________________________________________________________________
7009 [ 13949] By: nick                                  on 2001/12/30  12:02:21
7010         Log: Integrate Cwd muddle
7011      Branch: perlio
7012           !> MANIFEST installperl lib/Cwd.pm
7013 ____________________________________________________________________________
7014 [ 13948] By: nick                                  on 2001/12/30  11:51:40
7015         Log: remove embed.pl duplicates
7016      Branch: perlio
7017            ! embed.h embed.pl global.sym proto.h
7018 ____________________________________________________________________________
7019 [ 13947] By: nick                                  on 2001/12/30  11:35:51
7020         Log: More Cwd tidy up
7021      Branch: perl
7022            ! MANIFEST installperl
7023 ____________________________________________________________________________
7024 [ 13946] By: nick                                  on 2001/12/30  11:12:42
7025         Log: Undo a mess trying Cwd.pm in its ext directory
7026      Branch: perl
7027            + lib/Cwd.pm
7028            - ext/Cwd/Cwd.pm
7029 ____________________________________________________________________________
7030 [ 13945] By: nick                                  on 2001/12/30  10:03:43
7031         Log: Integrate mainline
7032      Branch: perl
7033           +> ext/Cwd/Cwd.pm
7034            - lib/Cwd.pm
7035            ! MANIFEST
7036      Branch: perlio
7037           !> (integrate 45 files)
7038 ____________________________________________________________________________
7039 [ 13944] By: nick                                  on 2001/12/30  09:27:16
7040         Log: "Port" Devel::PPPort to Win32:
7041              - need to set @INC before use in the test
7042              - {} are special to dmake, so use ppport.h.PL
7043              rather than commandline 
7044      Branch: perlio
7045            + ext/Devel/PPPort/ppport.h.PL
7046            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
7047 ____________________________________________________________________________
7048 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
7049         Log: Update Changes.
7050      Branch: perl
7051            ! Changes patchlevel.h
7052 ____________________________________________________________________________
7053 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
7054         Log: Subject: [PATCH] cleaner close on tests, take 2
7055              From: andreas.koenig@anima.de (Andreas J. Koenig)
7056              Date: 29 Dec 2001 21:42:37 +0100
7057              Message-ID: <m33d1tvjuq.fsf@anima.de>
7058              
7059              (the DB_File patches)
7060      Branch: perl
7061            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7062            ! ext/DB_File/t/db-recno.t
7063 ____________________________________________________________________________
7064 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
7065         Log: Integrate perlio; regen'ed config_H.?c
7066      Branch: perl
7067           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7068 ____________________________________________________________________________
7069 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
7070         Log: Subject: [PATCH] cleaner close on tests, take 2             
7071              From: andreas.koenig@anima.de (Andreas J. Koenig)
7072              Date: 29 Dec 2001 21:42:37 +0100
7073              Message-ID: <m33d1tvjuq.fsf@anima.de>
7074              
7075              (except for the three DB_File patch fragments)
7076      Branch: perl
7077            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
7078            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
7079            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
7080            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
7081            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
7082            ! t/op/runlevel.t t/op/write.t t/run/switches.t
7083 ____________________________________________________________________________
7084 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
7085         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
7086              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7087              Date: Sat, 29 Dec 2001 20:38:59 +0100
7088              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
7089              
7090              (NetWare tree not touched because it's very //)
7091      Branch: perl
7092            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
7093            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
7094            ! wince/include/errno.h wince/include/netdb.h
7095            ! wince/include/sys/socket.h wince/include/sys/stat.h
7096            ! wince/perllib.c wince/perlmain.c wince/win32.h
7097            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
7098            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
7099 ____________________________________________________________________________
7100 [ 13938] By: nick                                  on 2001/12/29  19:23:32
7101         Log: Integrate mainline (ok linux)
7102      Branch: perlio
7103           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
7104           !> (integrate 33 files)
7105 ____________________________________________________________________________
7106 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
7107         Log: Give up on serious testing of langinfo().  Leave the old
7108              code in place, though.
7109      Branch: perl
7110            ! ext/I18N/Langinfo/Langinfo.t
7111 ____________________________________________________________________________
7112 [ 13936] By: nick                                  on 2001/12/29  18:20:33
7113         Log: Routine regen_config_h - no real differences other than order of crypt 
7114      Branch: perlio
7115            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7116 ____________________________________________________________________________
7117 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
7118         Log: Integrate perlio;
7119              
7120              Define the two socket error numbers in terms of WSAEXXXXX equivalents
7121              
7122              Fudge Config.pm so File::Spec does not croak.
7123      Branch: perl
7124           !> win32/FindExt.pm win32/win32.h
7125 ____________________________________________________________________________
7126 [ 13934] By: nick                                  on 2001/12/29  17:27:50
7127         Log: Fudge Config.pm so File::Spec does not croak.
7128      Branch: perlio
7129            ! win32/FindExt.pm
7130 ____________________________________________________________________________
7131 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
7132         Log: metaconfig unit changes for #13932.
7133      Branch: metaconfig
7134            + U/modified/Init.U
7135            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
7136 ____________________________________________________________________________
7137 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
7138         Log: VOS tweaks from Paul Green.
7139              
7140              The Configure tweaks: the _exe needs to be
7141              set after the init; VOS has fd 3 hardwired to /dev/tty;
7142              the grep/ln/make substitutions really need to stick.
7143      Branch: perl
7144            ! Configure hints/vos.sh perl.h util.c vos/build.cm
7145            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7146            ! vos/config.ga.h vos/vosish.h
7147 ____________________________________________________________________________
7148 [ 13931] By: nick                                  on 2001/12/29  17:00:38
7149         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
7150              (just to get util.c to compile)
7151      Branch: perlio
7152            ! win32/win32.h
7153 ____________________________________________________________________________
7154 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
7155         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
7156              From: coral@eekeek.org
7157              Date: Fri, 28 Dec 2001 19:58:22 -0500      
7158              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
7159      Branch: perl
7160            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
7161            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
7162            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
7163            ! pod/perlunicode.pod pod/perlxs.pod util.c
7164 ____________________________________________________________________________
7165 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
7166         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
7167      Branch: perl
7168            ! t/op/exec.t
7169 ____________________________________________________________________________
7170 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
7171         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
7172              From: Abe Timmerman <abe@ztreet.demon.nl>
7173              Date: Sat, 29 Dec 2001 13:10:06 +0100
7174              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
7175      Branch: perl
7176            + lib/Pod/t/InputObjects.t
7177 ____________________________________________________________________________
7178 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
7179         Log: Integrate perlio;
7180              
7181              Quick fix (after couple of clever fixes failed) for
7182              "accept leaks memory" fail [ID 20011223.001]
7183              
7184              Nick Clark's embed.pl fix for my_socketpair
7185      Branch: perl
7186           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
7187 ____________________________________________________________________________
7188 [ 13926] By: nick                                  on 2001/12/29  15:23:21
7189         Log: Nick Clark's embed.pl fix for my_socketpair
7190      Branch: perlio
7191            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
7192 ____________________________________________________________________________
7193 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
7194         Log: Slight tweaks on the MM_Win32.t.
7195      Branch: perl
7196            ! lib/ExtUtils/t/MM_Win32.t
7197 ____________________________________________________________________________
7198 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
7199         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
7200              From: Abe Timmerman <abe@ztreet.demon.nl>
7201              Date: Sat, 29 Dec 2001 12:51:36 +0100
7202              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
7203      Branch: perl
7204            + lib/ExtUtils/t/MM_Win32.t
7205            ! MANIFEST
7206 ____________________________________________________________________________
7207 [ 13923] By: nick                                  on 2001/12/29  15:12:07
7208         Log: Quick fix (after couple of clever fixes failed) for
7209              "accept leaks memory" fail [ID 20011223.001]
7210      Branch: perlio
7211            ! pp_sys.c
7212 ____________________________________________________________________________
7213 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
7214         Log: Subject: [PATCH] Module names and other nits
7215              From: Autrijus Tang <autrijus@autrijus.org>                 
7216              Date: Sat, 29 Dec 2001 01:59:28 +0800
7217              Message-ID: <20011229015928.A29712@geb.elixus.org>              
7218      Branch: perl
7219            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
7220            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
7221            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
7222            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
7223            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
7224 ____________________________________________________________________________
7225 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
7226         Log: socketpair tweaks from Nicholas Clark.
7227      Branch: perl
7228            ! ext/Socket/socketpair.t util.c
7229 ____________________________________________________________________________
7230 [ 13920] By: nick                                  on 2001/12/29  12:36:21
7231         Log: Integrate mainline
7232      Branch: perlio
7233           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
7234           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
7235           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7236           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
7237           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
7238           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
7239           !> t/op/sysio.t
7240 ____________________________________________________________________________
7241 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
7242         Log: Retract #13917.
7243      Branch: perl
7244            ! doop.c
7245 ____________________________________________________________________________
7246 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
7247         Log: Subject: provisional MakeMaker patch for VMS
7248              From: "Craig A. Berry" <craigberry@mac.com> 
7249              Date: Thu, 27 Dec 2001 22:29:37 -0600
7250              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
7251      Branch: perl
7252            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7253 ____________________________________________________________________________
7254 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
7255         Log: (retracted by #13919)
7256      Branch: perl
7257            ! doop.c
7258 ____________________________________________________________________________
7259 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
7260         Log: metaconfig unit change for #13915.
7261      Branch: metaconfig/U/perl
7262            ! d_u32align.U
7263 ____________________________________________________________________________
7264 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
7265         Log: Remove debris in any case.
7266      Branch: perl
7267            ! Configure
7268 ____________________________________________________________________________
7269 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
7270         Log: Subject: [PATCH] Re: B::walksymtable oddness
7271              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7272              Date: Thu, 27 Dec 2001 19:14:24 +0100
7273              Message-ID: <3C2B7310.861.18820D0@localhost>
7274      Branch: perl
7275            ! ext/B/B.pm
7276 ____________________________________________________________________________
7277 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
7278         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
7279              From: Nicholas Clark <nick@unfortu.net> 
7280              Date: Fri, 28 Dec 2001 00:43:02 +0000
7281              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
7282      Branch: perl
7283            ! ext/Socket/socketpair.t
7284 ____________________________________________________________________________
7285 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
7286         Log: Fast Latin1<->UTF-8 conversion for older Perls.
7287      Branch: perl
7288            ! pod/perluniintro.pod
7289 ____________________________________________________________________________
7290 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
7291         Log: Update Changes.
7292      Branch: perl
7293            ! Changes patchlevel.h
7294 ____________________________________________________________________________
7295 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
7296         Log: More wait status trickery for BeOS.
7297      Branch: perl
7298            ! ext/POSIX/POSIX.xs
7299 ____________________________________________________________________________
7300 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
7301         Log: metaconfig unit change for #13908.
7302      Branch: metaconfig/U/perl
7303            ! d_u32align.U
7304 ____________________________________________________________________________
7305 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
7306         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
7307      Branch: perl
7308            ! Configure
7309 ____________________________________________________________________________
7310 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
7311         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
7312              From: gbarr@monty.mutatus.co.uk
7313              Date: 27 Dec 2001 14:41:36 -0000
7314              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
7315      Branch: perl
7316            ! lib/ExtUtils/t/Embed.t
7317 ____________________________________________________________________________
7318 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
7319         Log: Subject: [PATCH] Re: socketpair emulation
7320              From: Nicholas Clark <nick@unfortu.net> 
7321              Date: Wed, 26 Dec 2001 20:08:14 +0000
7322              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
7323      Branch: perl
7324            ! ext/Socket/socketpair.t
7325 ____________________________________________________________________________
7326 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
7327         Log: Subject: [DOC PATCH] left is right and right is left
7328              From: Philip Newton <Philip.Newton@gmx.net>
7329              Date: Thu, 27 Dec 2001 10:04:17 +0100
7330              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
7331      Branch: perl
7332            ! pod/perlfunc.pod pod/perlport.pod
7333 ____________________________________________________________________________
7334 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
7335         Log: Subject: [PATCH] check return of close
7336              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7337              Date: 27 Dec 2001 09:47:30 +0100
7338              Message-ID: <m3ellhgicd.fsf@anima.de> 
7339              
7340              Subject: [PATCH] improve error reporting
7341              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7342              Date: 27 Dec 2001 09:54:55 +0100
7343              Message-ID: <m3adw5gi00.fsf@anima.de> 
7344              
7345              Subject: [PATCH] check return value of close
7346              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7347              Date: 27 Dec 2001 10:03:55 +0100
7348              Message-ID: <m3666tghl0.fsf@anima.de> 
7349              
7350              Subject: [PATCH] return of close
7351              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7352              Date: 27 Dec 2001 10:22:15 +0100
7353              Message-ID: <m31yhhggqg.fsf@anima.de> 
7354      Branch: perl
7355            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
7356            ! t/io/fflush.t
7357 ____________________________________________________________________________
7358 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
7359         Log: Subject: [PATCH] check return of close
7360              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7361              Date: 27 Dec 2001 09:47:30 +0100
7362              Message-ID: <m3ellhgicd.fsf@anima.de> 
7363      Branch: perl
7364            ! t/base/rs.t
7365 ____________________________________________________________________________
7366 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
7367         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
7368              From: andreas.koenig@anima.de (Andreas J. Koenig)
7369              Date: 27 Dec 2001 09:21:16 +0100
7370              Message-ID: <m3n105gjk3.fsf@anima.de>
7371      Branch: perl
7372            ! t/op/sysio.t
7373 ____________________________________________________________________________
7374 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
7375         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
7376              From: "Gerrit P. Haase" <gp@familiehaase.de>
7377              Date: Thu, 27 Dec 2001 09:23:55 +0100 
7378              Message-ID: <98211521662.20011227092355@familiehaase.de>
7379      Branch: perl
7380            ! lib/ExtUtils/t/MM_Cygwin.t
7381 ____________________________________________________________________________
7382 [ 13900] By: nick                                  on 2001/12/27  11:11:51
7383         Log: Integrate mainline
7384      Branch: perlio
7385           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
7386           +> lib/File/Spec/NW5.pm
7387           !> (integrate 52 files)
7388 ____________________________________________________________________________
7389 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
7390         Log: Replace the awful (most likely generated and not very persistent)
7391              URL with something tangible.
7392      Branch: perl
7393            ! README.hpux
7394 ____________________________________________________________________________
7395 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
7396         Log: Naughty /dev/printer (ls -l, really) of IRIX.
7397      Branch: perl
7398            ! t/op/stat.t
7399 ____________________________________________________________________________
7400 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
7401         Log: Upgrade to Net::Ping 2.10.
7402      Branch: perl
7403            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
7404            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
7405            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
7406            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
7407 ____________________________________________________________________________
7408 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
7409         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
7410              (this showed up in Benchmark.t)
7411      Branch: perl
7412            ! pp_sys.c
7413 ____________________________________________________________________________
7414 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
7415         Log: BeOS updates.
7416      Branch: perl
7417            ! README.beos beos/beos.c
7418 ____________________________________________________________________________
7419 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
7420         Log: Subject: Re: bleadperl doesn't compile
7421              From: "Gerrit P. Haase" <gp@familiehaase.de>
7422              Date: Wed, 26 Dec 2001 21:29:08 +0100
7423              Message-ID: <22168634623.20011226212908@familiehaase.de>
7424              
7425              Cygwin with multiplicity.
7426      Branch: perl
7427            ! perlio.c
7428 ____________________________________________________________________________
7429 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
7430         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
7431              From: Nicholas Clark <nick@ccl4.org>
7432              Date: Wed, 26 Dec 2001 19:07:33 +0000
7433              Message-ID: <20011226190732.J48842@plum.flirble.org>            
7434              
7435              socketpair() (un)signedness nit.
7436      Branch: perl
7437            ! util.c
7438 ____________________________________________________________________________
7439 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
7440         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
7441              From: Nicholas Clark <nick@ccl4.org>
7442              Date: Wed, 26 Dec 2001 19:19:47 +0000
7443              Message-ID: <20011226191946.K48842@plum.flirble.org>
7444              
7445              Use report_evil_fh().
7446      Branch: perl
7447            ! doio.c
7448 ____________________________________________________________________________
7449 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
7450         Log: Bad $? assumptions.
7451      Branch: perl
7452            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
7453 ____________________________________________________________________________
7454 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
7455         Log: Net::Ping isn't going to work much without
7456              the Socket extension; fail more gracefully.
7457      Branch: perl
7458            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7459            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7460            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
7461            ! lib/Net/Ping/t/300_ping_stream.t
7462 ____________________________________________________________________________
7463 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
7464         Log: metaconfig unit change for #13888.
7465      Branch: metaconfig
7466            ! U/modified/Oldconfig.U
7467 ____________________________________________________________________________
7468 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
7469         Log: test -d /system is a bit too generic test for VOS
7470              (false hit in BeOS)
7471      Branch: perl
7472            ! Configure
7473 ____________________________________________________________________________
7474 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
7475         Log: No AF_UNIX in BeOS.
7476      Branch: perl
7477            ! util.c
7478 ____________________________________________________________________________
7479 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
7480         Log: FAQ sync.
7481      Branch: perl
7482            ! pod/perlfaq5.pod
7483 ____________________________________________________________________________
7484 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
7485         Log: Update Changes.
7486      Branch: perl
7487            ! Changes patchlevel.h
7488 ____________________________________________________________________________
7489 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
7490         Log: Make -t equal -tw.
7491      Branch: perl
7492            ! perl.c pod/perlrun.pod
7493 ____________________________________________________________________________
7494 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
7495         Log: Subject: Re: Not OK 13881
7496              From: John Peacock <jpeacock@rowman.com>
7497              Date: Tue, 25 Dec 2001 06:02:12 -0500
7498              Message-ID: <3C285CB4.8040006@rowman.com>
7499      Branch: perl
7500            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
7501 ____________________________________________________________________________
7502 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
7503         Log: Subject: Re: Not OK 13881
7504              From: andreas.koenig@anima.de (Andreas J. Koenig)
7505              Date: 25 Dec 2001 07:33:23 +0100
7506              Message-ID: <m3bsgnajws.fsf@anima.de>
7507      Branch: perl
7508            ! op.c
7509 ____________________________________________________________________________
7510 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
7511         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
7512              From: Mark-Jason Dominus <mjd@plover.com>    
7513              Date: Mon, 24 Dec 2001 18:14:48 -0500
7514              Message-ID: <20011224231448.25826.qmail@plover.com>
7515      Branch: perl
7516            ! op.c t/op/eval.t
7517 ____________________________________________________________________________
7518 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
7519         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
7520              From: Dave Rolsky <autarch@urth.org>
7521              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
7522              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
7523      Branch: perl
7524            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
7525            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
7526            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7527            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7528            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
7529 ____________________________________________________________________________
7530 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
7531         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
7532              From: Jeffrey Friedl <jfriedl@yahoo.com>
7533              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
7534              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
7535              
7536              The rest of the tests for plus few extras.
7537      Branch: perl
7538            ! t/op/pat.t
7539 ____________________________________________________________________________
7540 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
7541         Log: metaconfig unit change for #13877.
7542      Branch: metaconfig
7543            ! U/modified/Unix.U
7544 ____________________________________________________________________________
7545 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
7546         Log: No-op.
7547      Branch: perl
7548            ! Configure
7549 ____________________________________________________________________________
7550 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
7551         Log: More constant casting.
7552      Branch: perl
7553            ! regexec.c
7554 ____________________________________________________________________________
7555 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
7556         Log: Subject: perlhack.pod 
7557              From: "John P. Linderman" <jpl@research.att.com>
7558              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
7559              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
7560      Branch: perl
7561            ! pod/perlhack.pod
7562 ____________________________________________________________________________
7563 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
7564         Log: File::Find patch patches from Thomas Wegner.
7565      Branch: perl
7566            ! lib/File/Find.pm
7567 ____________________________________________________________________________
7568 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
7569         Log: Subject: Re: socketpair emulation 
7570              From: Nicholas Clark <nick@unfortu.net>                 
7571              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
7572              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
7573      Branch: perl
7574            ! ext/Socket/socketpair.t
7575 ____________________________________________________________________________
7576 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
7577         Log: Must cast constants if they can be quads.
7578      Branch: perl
7579            ! regcomp.c
7580 ____________________________________________________________________________
7581 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
7582         Log: Promote the e/uid to wide enough un/signed integers
7583              and printf them as such.
7584      Branch: perl
7585            ! taint.c
7586 ____________________________________________________________________________
7587 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
7588         Log: metaconfig unit change for #13869.
7589      Branch: metaconfig/U/perl
7590            ! d_u32align.U
7591 ____________________________________________________________________________
7592 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
7593         Log: The U32 alignment test wasn't really working, noticed
7594              by Paul Green.  Now the test works, but this means that
7595              we may see coredumps from the test.   I sure hope MMUless
7596              places don't crash on the test.
7597      Branch: perl
7598            ! Configure
7599 ____________________________________________________________________________
7600 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
7601         Log: metaconfig unit changes for #13867.
7602      Branch: metaconfig
7603            ! U/compline/nblock_io.U U/modified/Unix.U
7604            ! U/modified/spitshell.U
7605 ____________________________________________________________________________
7606 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
7607         Log: More VOS tweaks.
7608      Branch: perl
7609            ! Configure
7610 ____________________________________________________________________________
7611 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
7612         Log: The funky final sigma casefolding.
7613      Branch: perl
7614            ! regcomp.c regexec.c t/op/pat.t utf8.h
7615 ____________________________________________________________________________
7616 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
7617         Log: Update Changes.
7618      Branch: perl
7619            ! Changes patchlevel.h
7620 ____________________________________________________________________________
7621 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
7622         Log: Move the \C and \X to pat.t.
7623      Branch: perl
7624            ! t/op/pat.t t/op/re_tests
7625 ____________________________________________________________________________
7626 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
7627         Log: More logical test ordering.
7628      Branch: perl
7629            ! perl.h
7630 ____________________________________________________________________________
7631 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
7632         Log: Integrate perlio;
7633              
7634              Add at least the "important" PerlIO_xxxx functions to embed.pl
7635              so that they get implicit pTHX_ and we can avoid slow dTHX.
7636              
7637              Put PerlIO stuff inside EXTERN C
7638              
7639              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
7640      Branch: perl
7641           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
7642           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
7643           !> win32/win32.c
7644 ____________________________________________________________________________
7645 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
7646         Log: Even more \X fixing.
7647      Branch: perl
7648            ! regexec.c t/op/pat.t
7649 ____________________________________________________________________________
7650 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
7651         Log: More \X fixing.
7652      Branch: perl
7653            ! regexec.c t/op/pat.t
7654 ____________________________________________________________________________
7655 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
7656         Log: Fix encoding pragma.
7657      Branch: perl
7658            ! regcomp.c
7659 ____________________________________________________________________________
7660 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
7661         Log: Subject: socketpair emulation
7662              From: Nicholas Clark <nick@unfortu.net>
7663              Date: Sat, 22 Dec 2001 18:38:18 +0000
7664              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
7665      Branch: perl
7666            + ext/Socket/socketpair.t
7667            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
7668            ! pp_sys.c proto.h util.c
7669 ____________________________________________________________________________
7670 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
7671         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
7672              From: Jeffrey Friedl <jfriedl@yahoo.com>
7673              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
7674              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
7675              
7676              (partially applied, most of the new tests need to be rethought)
7677      Branch: perl
7678            ! regcomp.c t/op/re_tests
7679 ____________________________________________________________________________
7680 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
7681         Log: Small tweaks.
7682      Branch: perl
7683            ! handy.h regexec.c
7684 ____________________________________________________________________________
7685 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
7686         Log: Unicode casefolding continues.
7687              (lib/encoding.t still failing.)
7688      Branch: perl
7689            ! regexec.c t/op/pat.t
7690 ____________________________________________________________________________
7691 [ 13854] By: nick                                  on 2001/12/22  20:01:27
7692         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
7693      Branch: perlio
7694            ! makedef.pl perlio.h perlio.sym win32/win32.c
7695 ____________________________________________________________________________
7696 [ 13853] By: nick                                  on 2001/12/22  19:58:53
7697         Log: Put PerlIO stuff inside EXTERN C
7698      Branch: perlio
7699            ! embed.pl proto.h
7700 ____________________________________________________________________________
7701 [ 13852] By: nick                                  on 2001/12/22  18:04:34
7702         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
7703              so that they get implicit pTHX_ and we can avoid slow dTHX.
7704      Branch: perlio
7705            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
7706            ! perlio.h pod/perlapi.pod proto.h
7707 ____________________________________________________________________________
7708 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
7709         Log: metaconfig unit change for #13850.
7710      Branch: metaconfig
7711            ! U/modified/Loc.U
7712 ____________________________________________________________________________
7713 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
7714         Log: Rework the make logic (again).
7715      Branch: perl
7716            ! Configure
7717 ____________________________________________________________________________
7718 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
7719         Log: Integrate perlio;
7720              Fix mis-parse of autoloaded usage code by declaring the sub
7721              Correct checking code which Ilya spotted was tripped by CR at EOF.
7722              The CR at EOF fix earlier broke CR at end-of-buffer.
7723      Branch: perl
7724            ! regexec.c
7725           !> ext/POSIX/POSIX.pm perlio.c sv.c
7726 ____________________________________________________________________________
7727 [ 13848] By: nick                                  on 2001/12/22  15:11:17
7728         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
7729              This should be okay for both?
7730      Branch: perlio
7731            ! perlio.c
7732 ____________________________________________________________________________
7733 [ 13847] By: nick                                  on 2001/12/22  12:26:32
7734         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
7735              Also tone down perl -DP tracing of sv_gets.
7736      Branch: perlio
7737            ! perlio.c sv.c
7738 ____________________________________________________________________________
7739 [ 13846] By: nick                                  on 2001/12/22  10:49:27
7740         Log: Fix mis-parse of autoloaded usage code by declaring the sub
7741      Branch: perlio
7742            ! ext/POSIX/POSIX.pm
7743 ____________________________________________________________________________
7744 [ 13845] By: nick                                  on 2001/12/22  10:44:11
7745         Log: Integrate mainline - some fails:
7746              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
7747              -------------------------------------------------------------------------------
7748              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
7749              ../lib/encoding.t                    19    2  10.53%  17-18
7750              op/pat.t                            770    3   0.39%  754-755 757
7751      Branch: perlio
7752           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
7753           !> (integrate 36 files)
7754 ____________________________________________________________________________
7755 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
7756         Log: More Unicode casing fixes.
7757      Branch: perl
7758            ! regexec.c t/op/pat.t
7759 ____________________________________________________________________________
7760 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
7761         Log: Unicode casefolding fixes.
7762      Branch: perl
7763            ! op.c regcomp.c regexec.c t/op/pat.t
7764 ____________________________________________________________________________
7765 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
7766         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
7767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
7768              Date: Sat, 22 Dec 2001 00:01:29 +0100
7769              Message-ID: <20011222000129.A713@rafael>
7770      Branch: perl
7771            ! ext/B/B/Deparse.pm
7772 ____________________________________________________________________________
7773 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
7774         Log: VOS config from Paul Green.
7775      Branch: perl
7776            ! hints/vos.sh
7777 ____________________________________________________________________________
7778 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
7779         Log: Subject: [PATCH @13746] CreateTTY on OS/2
7780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7781              Date: Fri, 21 Dec 2001 15:59:45 -0500
7782              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
7783      Branch: perl
7784            ! lib/perl5db.pl
7785 ____________________________________________________________________________
7786 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
7787         Log: Subject: [PATCH @13746] uninstalled build of modules broken
7788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7789              Date: Fri, 21 Dec 2001 15:49:09 -0500
7790              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
7791      Branch: perl
7792            ! lib/ExtUtils/MM_Unix.pm
7793 ____________________________________________________________________________
7794 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
7795         Log: Subject: [PATCH @13746] OS/2 File::* modules
7796              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7797              Date: Fri, 21 Dec 2001 15:43:24 -0500
7798              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
7799      Branch: perl
7800            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
7801 ____________________________________________________________________________
7802 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
7803         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
7804              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7805              Date: Fri, 21 Dec 2001 17:29:07 +0100
7806              Message-ID: <3C236353.6625C4C0@alcatel.at>
7807      Branch: perl
7808            ! pod/perltie.pod
7809 ____________________________________________________________________________
7810 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
7811         Log: metaconfig unit changes for #13835
7812      Branch: metaconfig
7813            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
7814            ! U/modified/sh.U
7815 ____________________________________________________________________________
7816 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
7817         Log: Further VOS tweaks: the _exe needs to be introduced
7818              in the very beginning, and the make/gmake needs special
7819              VOS logic.
7820      Branch: perl
7821            ! Configure Makefile.SH
7822 ____________________________________________________________________________
7823 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
7824         Log: Update Changes.
7825      Branch: perl
7826            ! Changes patchlevel.h
7827 ____________________________________________________________________________
7828 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
7829         Log: metaconfig unit change for #13832.
7830      Branch: metaconfig
7831            ! U/modified/spitshell.U
7832 ____________________________________________________________________________
7833 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
7834         Log: Also the search for cat needs to be _exe-aware.
7835      Branch: perl
7836            ! Configure
7837 ____________________________________________________________________________
7838 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
7839         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
7840              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7841              Date: Fri, 21 Dec 2001 14:02:01 +0100
7842              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
7843      Branch: perl
7844            ! ext/B/B/Xref.pm
7845 ____________________________________________________________________________
7846 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
7847         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
7848      Branch: perl
7849            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7850            ! ext/B/t/assembler.t
7851 ____________________________________________________________________________
7852 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
7853         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
7854              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7855              Date: Fri, 21 Dec 2001 11:15:38 +0100
7856              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
7857      Branch: perl
7858            ! hv.c
7859 ____________________________________________________________________________
7860 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
7861         Log: A plan is good.
7862      Branch: perl
7863            ! ext/re/re.t
7864 ____________________________________________________________________________
7865 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
7866         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
7867              From: chromatic <chromatic@rmci.net>
7868              Date: Thu, 20 Dec 2001 16:16:48 -0700
7869              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
7870      Branch: perl
7871            + ext/re/re.t
7872            ! MANIFEST
7873 ____________________________________________________________________________
7874 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
7875         Log: Synchronize the skippage message.
7876      Branch: perl
7877            ! lib/ExtUtils/t/MM_OS2.t
7878 ____________________________________________________________________________
7879 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
7880         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
7881              From: chromatic <chromatic@rmci.net>
7882              Date: Thu, 20 Dec 2001 16:09:10 -0700
7883              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
7884      Branch: perl
7885            + lib/ExtUtils/t/MM_OS2.t
7886            ! MANIFEST
7887 ____________________________________________________________________________
7888 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
7889         Log: Subject: perlfunc.pod patch re flock via fcntl
7890              From: "Tye McQueen" <tye@metronet.com>
7891              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
7892              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
7893      Branch: perl
7894            ! pod/perlfunc.pod
7895 ____________________________________________________________________________
7896 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
7897         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
7898              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
7899              (the Unicode maximum code point) warnable offenses.
7900      Branch: perl
7901            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
7902            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
7903 ____________________________________________________________________________
7904 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
7905         Log: Sterner admonishment on -t.
7906      Branch: perl
7907            ! pod/perlrun.pod
7908 ____________________________________________________________________________
7909 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
7910         Log: Subject: [PATCH B::Dpparse] minor qr// fix
7911              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7912              Date: Thu, 20 Dec 2001 22:53:34 +0100
7913              Message-ID: <20011220225334.A735@rafael>
7914      Branch: perl
7915            ! ext/B/B/Deparse.pm
7916 ____________________________________________________________________________
7917 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
7918         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
7919              From: Robert Spier <rspier@pobox.com>
7920              Date: Thu, 20 Dec 2001 08:10:00 -0800
7921              Message-ID: <15394.3416.693353.107334@rls.cx>
7922      Branch: perl
7923            ! lib/Carp/Heavy.pm
7924 ____________________________________________________________________________
7925 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
7926         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
7927      Branch: perl
7928           !> win32/win32io.c
7929 ____________________________________________________________________________
7930 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
7931         Log: Subject: Re: [PATCH pod/perliol.pod] resend
7932              From: Stas Bekman <stas@stason.org>
7933              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
7934              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
7935      Branch: perl
7936            ! pod/perliol.pod
7937 ____________________________________________________________________________
7938 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
7939         Log: Fix up the APIs noone hopefully uses.
7940      Branch: perl
7941            ! utf8.c
7942 ____________________________________________________________________________
7943 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
7944         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
7945              Date: Wed, 19 Dec 2001 14:13:38 -0800
7946              From: Robert Spier <rspier@pobox.com>
7947              Message-ID: <15393.4370.605214.548582@rls.cx>
7948      Branch: perl
7949            ! lib/Carp.t lib/Carp/Heavy.pm
7950 ____________________________________________________________________________
7951 [ 13815] By: nick                                  on 2001/12/20  10:23:42
7952         Log: pTHX_ fixes for :win32 layer
7953      Branch: perlio
7954            ! win32/win32io.c
7955 ____________________________________________________________________________
7956 [ 13814] By: nick                                  on 2001/12/20  08:20:11
7957         Log: Integrate mainline (mostly) utf8.c does not compile.
7958      Branch: perlio
7959           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
7960           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7961           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7962           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
7963           +> lib/Net/Ping/t/300_ping_stream.t
7964           !> Changes MANIFEST embed.h embed.pl embedvar.h
7965           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
7966           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
7967           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
7968           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
7969           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
7970 ____________________________________________________________________________
7971 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
7972         Log: Some bincompat clawbacks.
7973      Branch: perl
7974            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
7975            ! wince/perldll.def
7976 ____________________________________________________________________________
7977 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
7978         Log: gcc pacifying (RH 7.1/ia64).
7979      Branch: perl
7980            ! pp.c
7981 ____________________________________________________________________________
7982 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
7983         Log: Update Changes.
7984      Branch: perl
7985            ! Changes patchlevel.h
7986 ____________________________________________________________________________
7987 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
7988         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
7989              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7990              Date: Wed, 19 Dec 2001 12:35:07 +0100
7991              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
7992              
7993              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
7994              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7995              Date: Wed, 19 Dec 2001 17:34:51 +0000
7996              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
7997      Branch: perl
7998            ! pod/perlre.pod
7999 ____________________________________________________________________________
8000 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
8001         Log: Integrate perlio.
8002      Branch: perl
8003           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8004           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
8005 ____________________________________________________________________________
8006 [ 13808] By: nick                                  on 2001/12/19  16:08:27
8007         Log: Add pTHX to all vtable functions for future-proofing and
8008              consistency of PerlIO layers.
8009      Branch: perlio
8010            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8011            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
8012 ____________________________________________________________________________
8013 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
8014         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
8015      Branch: perl
8016            ! ext/B/B/Assembler.pm
8017 ____________________________________________________________________________
8018 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
8019         Log: Reword the alarm explanation.
8020      Branch: perl
8021            ! pod/perlfunc.pod
8022 ____________________________________________________________________________
8023 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
8024         Log: Subject: [PATCH @13746] OS/2 build
8025              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
8026              Date: Wed, 19 Dec 2001 02:45:41 -0500
8027              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
8028              
8029              (skipped the t/TEST change)
8030      Branch: perl
8031            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
8032            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
8033            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
8034 ____________________________________________________________________________
8035 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
8036         Log: Upgrade to Net::Ping 2.09.
8037      Branch: perl
8038            + lib/Net/Ping/CHANGES lib/Net/Ping/README
8039            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8040            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8041            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
8042            + lib/Net/Ping/t/300_ping_stream.t
8043            ! MANIFEST lib/Net/Ping.pm
8044 ____________________________________________________________________________
8045 [ 13803] By: nick                                  on 2001/12/19  14:43:24
8046         Log: Integrate mainline
8047      Branch: perlio
8048           +> ext/B/t/assembler.t lib/lib.t
8049           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8050           !> lib/lib_pm.PL t/op/glob.t utf8.c
8051 ____________________________________________________________________________
8052 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
8053         Log: B::Assembler/B::Disassembler patches and test;
8054              from Wolfgang Laun.
8055              
8056              TODO: getting perlcc working.
8057      Branch: perl
8058            + ext/B/t/assembler.t
8059            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8060 ____________________________________________________________________________
8061 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
8062         Log: Can't printf U8s as UVs.
8063      Branch: perl
8064            ! utf8.c
8065 ____________________________________________________________________________
8066 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
8067         Log: Subject: Re: [PATCH] ...while $var = glob(...)
8068              From: Robin Houston <robin@kitsite.com> 
8069              Date: Wed, 19 Dec 2001 13:48:55 +0000
8070              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
8071              
8072              Not exactly a glob test but internal-logically correct.
8073      Branch: perl
8074            ! t/op/glob.t
8075 ____________________________________________________________________________
8076 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
8077         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
8078              From: Michael G Schwern <schwern@pobox.com> 
8079              Date: Wed, 19 Dec 2001 07:42:54 -0500
8080              Message-ID: <20011219124254.GF8630@blackrider>
8081      Branch: perl
8082            + lib/lib.t
8083            ! MANIFEST lib/lib_pm.PL
8084 ____________________________________________________________________________
8085 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
8086         Log: Integrate with perlio.
8087      Branch: perl
8088           !> hv.c hv.h scope.c util.c
8089 ____________________________________________________________________________
8090 [ 13797] By: nick                                  on 2001/12/19  12:03:21
8091         Log: Remove the sometimes-lvalue cast
8092      Branch: perlio
8093            ! hv.h
8094 ____________________________________________________________________________
8095 [ 13796] By: nick                                  on 2001/12/19  11:02:27
8096         Log: alarm.t with -Uuseperlio fix
8097              - SA_RESTART should only be function of PERL_OLD_SIGNALS
8098              not USE_PERLIO
8099      Branch: perlio
8100            ! util.c
8101 ____________________________________________________________________________
8102 [ 13795] By: nick                                  on 2001/12/19  10:19:40
8103         Log: Fix READONLY hashes:
8104              1. Discovered need for disabled scope.c part of Jeff's patch.
8105              2. Corrected hv_delete* - entry was being de-linked from
8106              chain (patch program not smart enough?)
8107      Branch: perlio
8108            ! hv.c scope.c
8109 ____________________________________________________________________________
8110 [ 13794] By: nick                                  on 2001/12/19  09:35:13
8111         Log: Integrate mainline
8112      Branch: perlio
8113           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
8114           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
8115           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
8116           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
8117           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
8118 ____________________________________________________________________________
8119 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
8120         Log: Regen toc.
8121      Branch: perl
8122            ! pod/perltoc.pod
8123 ____________________________________________________________________________
8124 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
8125         Log: FAQ sync.
8126      Branch: perl
8127            ! pod/perlfaq5.pod
8128 ____________________________________________________________________________
8129 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
8130         Log: Reformat round.
8131      Branch: perl
8132            ! pod/perlunicode.pod
8133 ____________________________________________________________________________
8134 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
8135         Log: Subject: [PATCH] pod/perlunicode.pod
8136              From: Jeffrey Friedl <jfriedl@yahoo.com>
8137              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
8138              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
8139      Branch: perl
8140            ! pod/perlunicode.pod
8141 ____________________________________________________________________________
8142 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
8143         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
8144              From: Jeffrey Friedl <jfriedl@yahoo.com>
8145              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
8146              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
8147      Branch: perl
8148            ! pod/perluniintro.pod
8149 ____________________________________________________________________________
8150 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
8151         Log: Slight pod reformatting.
8152      Branch: perl
8153            ! pod/perluniintro.pod
8154 ____________________________________________________________________________
8155 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
8156         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
8157              From: Jeffrey Friedl <jfriedl@yahoo.com>    
8158              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
8159              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
8160      Branch: perl
8161            ! pod/perluniintro.pod
8162 ____________________________________________________________________________
8163 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
8164         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
8165              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8166              Date: Wed, 19 Dec 2001 01:45:23 +0000
8167              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
8168      Branch: perl
8169            ! sv.c
8170 ____________________________________________________________________________
8171 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
8172         Log: Subject: Porting/checkURL.pl
8173              From: abigail@foad.org
8174              Date: Tue, 18 Dec 2001 19:03:22 +0100          
8175              Message-ID: <20011218180322.8278.qmail@foad.org> 
8176      Branch: perl
8177            ! Porting/checkURL.pl
8178 ____________________________________________________________________________
8179 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
8180         Log: metaconfig unit change for #13783.
8181      Branch: metaconfig
8182            ! U/modified/Loc.U
8183 ____________________________________________________________________________
8184 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
8185         Log: A bit too oversweeping matching in #13778.
8186      Branch: perl
8187            ! Configure
8188 ____________________________________________________________________________
8189 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
8190         Log: Re-gen Configure based on #13778..13781.
8191      Branch: perl
8192            ! Configure config_h.SH
8193 ____________________________________________________________________________
8194 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
8195         Log: First assume that crypt() can live happy normal life in
8196              the libc or the moral equivalent; only then try magic.
8197      Branch: metaconfig
8198            + U/modified/d_crypt.U
8199 ____________________________________________________________________________
8200 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
8201         Log: In VOS ACLs confuse the testing.
8202      Branch: metaconfig
8203            ! U/modified/Findhdr.U
8204 ____________________________________________________________________________
8205 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
8206         Log: Either make or gmake.
8207      Branch: metaconfig
8208            ! U/modified/Loc.U
8209 ____________________________________________________________________________
8210 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
8211         Log: If your _exe is different from .exe and your test -f $foo
8212              doesn't do magic to recognize $foo$_exe, you will need to
8213              specify -D_exe=... on command line-- and this patch.
8214      Branch: metaconfig
8215            + U/modified/sh.U
8216            ! U/modified/Loc.U
8217 ____________________________________________________________________________
8218 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
8219         Log: Fix the bugs in #13768..13776, and regen Configure.
8220      Branch: metaconfig
8221            ! U/compline/nblock_io.U U/modified/Findhdr.U
8222            ! U/modified/spitshell.U
8223      Branch: metaconfig/U/perl
8224            ! issymlink.U perlpath.U
8225      Branch: perl
8226            ! Configure config_h.SH
8227 ____________________________________________________________________________
8228 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
8229         Log: Must test with $_exe. (There are plenty of similar
8230              spots earlier but they are a tad more complex to fix
8231              since they come before the hints are run.)
8232      Branch: metaconfig
8233            + U/modified/yacc.U
8234 ____________________________________________________________________________
8235 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
8236         Log: F_SETFL might require <fcntl.h>
8237      Branch: metaconfig
8238            ! U/compline/nblock_io.U
8239 ____________________________________________________________________________
8240 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
8241         Log: Don't require make; have both make and gmake optional.
8242              (Maybe have a check that at least one of them is available?)
8243      Branch: metaconfig
8244            ! U/modified/Loc.U
8245 ____________________________________________________________________________
8246 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
8247         Log: cat might be farther than /bin or /usr/bin.
8248      Branch: metaconfig
8249            ! U/modified/spitshell.U
8250 ____________________________________________________________________________
8251 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
8252         Log: In VOS the path component separator is >, not /.
8253      Branch: metaconfig
8254            ! U/modified/Findhdr.U
8255 ____________________________________________________________________________
8256 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
8257         Log: The VOS shell doesn't implement the ? wildcard
8258              (? is used for other purposes, I assume); but
8259              it does implement the * wildcard, and that works
8260              in the general case just fine.
8261      Branch: metaconfig/U/perl
8262            ! d_dlsymun.U
8263 ____________________________________________________________________________
8264 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
8265         Log: VOS detection.
8266      Branch: metaconfig
8267            ! U/modified/Oldconfig.U
8268 ____________________________________________________________________________
8269 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
8270         Log: Proper path for VOS.
8271      Branch: metaconfig
8272            ! U/modified/Head.U
8273 ____________________________________________________________________________
8274 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
8275         Log: Change s/>& 4/>&4/g for consistency.
8276      Branch: metaconfig
8277            + U/modified/d_dosuid.U
8278            ! U/modified/d_socket.U
8279      Branch: metaconfig/U/perl
8280            ! issymlink.U perlxvf.U
8281 ____________________________________________________________________________
8282 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
8283         Log: Subject: Re: Benchmark.t failure on Linux
8284              From: Nicholas Clark <nick@ccl4.org>
8285              Date: Tue, 18 Dec 2001 22:51:25 +0000
8286              Message-ID: <20011218225124.N21702@plum.flirble.org>
8287      Branch: perl
8288            ! lib/Benchmark.t
8289 ____________________________________________________________________________
8290 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
8291         Log: Re-applying #13752 until a better solution can be found.
8292      Branch: perl
8293            ! lib/ExtUtils/t/MM_Unix.t
8294 ____________________________________________________________________________
8295 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
8296         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
8297              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
8298              Date: Tue, 18 Dec 2001 12:05:40 -0500
8299              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
8300      Branch: perl
8301            ! lib/Exporter.pm
8302 ____________________________________________________________________________
8303 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
8304         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
8305              findings -- some of the warnings I can't explain except
8306              by NVgf being detected wrong, though.
8307      Branch: perl
8308            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
8309 ____________________________________________________________________________
8310 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
8311         Log: Subject: [PATCH] pod/perluniintro.pod
8312              From: Jeffrey Friedl <jfriedl@yahoo.com>
8313              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
8314              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
8315      Branch: perl
8316            ! pod/perluniintro.pod
8317 ____________________________________________________________________________
8318 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
8319         Log: ".pm" is the native executable suffix in VOS.
8320      Branch: perl
8321            ! hints/vos.sh
8322 ____________________________________________________________________________
8323 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
8324         Log: Integrate perlio;
8325              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
8326      Branch: perl
8327           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
8328 ____________________________________________________________________________
8329 [ 13760] By: nick                                  on 2001/12/18  15:55:22
8330         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
8331              - added delete of READONLY value inhibit & test for same
8332              - re-tabbed
8333      Branch: perlio
8334            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
8335 ____________________________________________________________________________
8336 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
8337         Log: (Undone by #13766.)
8338              Retract #13752.
8339      Branch: perl
8340            ! lib/ExtUtils/t/MM_Unix.t
8341 ____________________________________________________________________________
8342 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
8343         Log: Echoes of #13757.
8344      Branch: perl
8345            ! t/lib/warnings/utf8
8346 ____________________________________________________________________________
8347 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
8348         Log: Make the utf8 malformedness messages more verbose.
8349      Branch: perl
8350            ! lib/utf8.t utf8.c
8351 ____________________________________________________________________________
8352 [ 13756] By: nick                                  on 2001/12/18  14:43:58
8353         Log: Integrate mainline
8354      Branch: perlio
8355           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
8356           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
8357           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
8358           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
8359           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
8360           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
8361            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
8362            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
8363            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
8364            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
8365            - lib/ExtUtils/testlib.t
8366           !> (integrate 28 files)
8367 ____________________________________________________________________________
8368 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
8369         Log: README.aix updates from Jens-Uwe Mager.
8370      Branch: perl
8371            ! README.aix
8372 ____________________________________________________________________________
8373 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
8374         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
8375              From: Michael G Schwern <schwern@pobox.com>
8376              Date: Tue, 18 Dec 2001 00:58:18 -0500
8377              Message-ID: <20011218055818.GC4362@blackrider>
8378      Branch: perl
8379            ! lib/Benchmark.t
8380 ____________________________________________________________________________
8381 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
8382         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
8383              From: Michael G Schwern <schwern@pobox.com>
8384              Date: Tue, 18 Dec 2001 00:40:38 -0500
8385              Message-ID: <20011218054038.GB4362@blackrider>
8386      Branch: perl
8387            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
8388 ____________________________________________________________________________
8389 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
8390         Log: (reintroduced by #13766)
8391              (retracted by #13759)
8392              
8393              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
8394              From: Michael G Schwern <schwern@pobox.com>  
8395              Date: Tue, 18 Dec 2001 00:00:23 -0500
8396              Message-ID: <20011218050023.GA27893@blackrider>
8397      Branch: perl
8398            ! lib/ExtUtils/t/MM_Unix.t
8399 ____________________________________________________________________________
8400 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
8401         Log: Re-patch #13749.
8402      Branch: perl
8403            ! t/op/glob.t
8404 ____________________________________________________________________________
8405 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
8406         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
8407              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8408              Date: Tue, 18 Dec 2001 12:55:43 +0000
8409              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
8410      Branch: perl
8411            ! ext/Devel/Peek/Peek.pm
8412 ____________________________________________________________________________
8413 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
8414         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
8415              From: Robin Houston <robin@kitsite.com> 
8416              Date: Tue, 18 Dec 2001 14:54:33 +0000
8417              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
8418      Branch: perl
8419            ! t/op/glob.t
8420 ____________________________________________________________________________
8421 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
8422         Log: Subject: [PATCH] slightly more for Exporter.pm
8423              From: Nicholas Clark <nick@ccl4.org>
8424              Date: Tue, 18 Dec 2001 00:22:03 +0000
8425              Message-ID: <20011218002203.M21702@plum.flirble.org>
8426      Branch: perl
8427            ! lib/Exporter.pm
8428 ____________________________________________________________________________
8429 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
8430         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
8431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8432              Date: Mon, 17 Dec 2001 16:37:18 +0100
8433              Message-ID: <20011217163718.A2292@rafael>
8434              
8435              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
8436              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8437              Date: Mon, 17 Dec 2001 23:17:06 +0100
8438              Message-ID: <20011217231706.A730@rafael>
8439      Branch: perl
8440            ! pod/perlsub.pod pp.c toke.c
8441 ____________________________________________________________________________
8442 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
8443         Log: Update Changes.
8444      Branch: perl
8445            ! Changes patchlevel.h
8446 ____________________________________________________________________________
8447 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
8448         Log: New test warrants a MANIFEST entry.
8449      Branch: perl
8450            ! MANIFEST
8451 ____________________________________________________________________________
8452 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
8453         Log: Subject: Re: [PATCH] ...while $var = glob(...)
8454              From: Robin Houston <robin@kitsite.com>
8455              Date: Mon, 17 Dec 2001 20:27:30 +0000
8456              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
8457              
8458              Can't portably unlink open files.
8459      Branch: perl
8460            ! t/op/glob.t
8461 ____________________________________________________________________________
8462 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
8463         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
8464      Branch: perl
8465            ! pod/perluniintro.pod
8466 ____________________________________________________________________________
8467 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
8468         Log: Move typeglob test from glob.t to gv.t.
8469      Branch: perl
8470            ! t/op/glob.t t/op/gv.t
8471 ____________________________________________________________________________
8472 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
8473         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
8474              From: Robin Houston <robin@kitsite.com> 
8475              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
8476              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
8477      Branch: perl
8478            ! t/op/glob.t
8479 ____________________________________________________________________________
8480 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
8481         Log: Demote the surrogate and non-character errors to warnings.
8482      Branch: perl
8483            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
8484 ____________________________________________________________________________
8485 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
8486         Log: Subject: [PATCH] more POSIX tests, and more autoloading
8487              From: Nicholas Clark <nick@ccl4.org>
8488              Date: Mon, 17 Dec 2001 18:27:47 +0000
8489              Message-ID: <20011217182747.D21702@plum.flirble.org>
8490      Branch: perl
8491            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
8492 ____________________________________________________________________________
8493 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
8494         Log: Subject: [PATCH] ...while $var = glob(...)
8495              From: Robin Houston <robin@kitsite.com> 
8496              Date: Mon, 17 Dec 2001 15:51:54 +0000
8497              Message-ID: <20011217155153.A311@robin.kitsite.com>
8498      Branch: perl
8499            ! op.c
8500 ____________________________________________________________________________
8501 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
8502         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
8503              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8504              Date: Mon, 17 Dec 2001 15:23:01 +0100
8505              Message-ID: <20011217152301.A704@rafael>
8506      Branch: perl
8507            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
8508 ____________________________________________________________________________
8509 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
8510         Log: The system() vs $SIG{ARLM} is no more a todo.
8511      Branch: perl
8512            ! t/op/alarm.t
8513 ____________________________________________________________________________
8514 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
8515         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
8516              From: Michael G Schwern <schwern@pobox.com>
8517              Date: Sun, 16 Dec 2001 23:59:01 -0500
8518              Message-ID: <20011217045901.GL17232@blackrider>
8519      Branch: perl
8520            + t/op/alarm.t
8521            ! MANIFEST
8522 ____________________________________________________________________________
8523 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
8524         Log: s/UNIX/Unix/
8525      Branch: perl
8526            ! MANIFEST
8527 ____________________________________________________________________________
8528 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
8529         Log: Move ExtUtils tests to lib/ExtUtils/t.
8530      Branch: perl
8531            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
8532            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
8533            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
8534            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
8535            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
8536            + lib/ExtUtils/t/testlib.t
8537            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
8538            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
8539            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
8540            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
8541            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
8542            ! MANIFEST
8543 ____________________________________________________________________________
8544 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
8545         Log: Subject: [PATCH] MM_Unix tests, and some questions
8546              From: Tels <perl_dummy@bloodgate.com>
8547              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
8548              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
8549              
8550              Subject: Re: [PATCH] MM_Unix tests, and some questions
8551              From: Tels <perl_dummy@bloodgate.com>
8552              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
8553              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
8554      Branch: perl
8555            + lib/ExtUtils/MM_Unix.t
8556            ! MANIFEST lib/ExtUtils/MM_Unix.pm
8557 ____________________________________________________________________________
8558 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
8559         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
8560              From: Michael G Schwern <schwern@pobox.com>
8561              Date: Sun, 16 Dec 2001 17:53:55 -0500
8562              Message-ID: <20011216225354.GE8900@blackrider>
8563      Branch: perl
8564            ! lib/ExtUtils/MM_Unix.pm
8565 ____________________________________________________________________________
8566 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
8567         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
8568              From: Michael G Schwern <schwern@pobox.com>                
8569              Date: Sun, 16 Dec 2001 16:12:55 -0500
8570              Message-ID: <20011216211255.GV8900@blackrider>
8571      Branch: perl
8572            ! ext/B/B/Deparse.pm
8573 ____________________________________________________________________________
8574 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
8575         Log: Subject: [PATCH] Exporter.pm
8576              From: Nicholas Clark <nick@ccl4.org>
8577              Date: Sun, 16 Dec 2001 19:24:25 +0000
8578              Message-ID: <20011216192425.R21702@plum.flirble.org>
8579      Branch: perl
8580            ! lib/Exporter.pm
8581 ____________________________________________________________________________
8582 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
8583         Log: Subject: [PATCH] Exporter.t (and question)
8584              From: Nicholas Clark <nick@ccl4.org>
8585              Date: Sun, 16 Dec 2001 17:24:55 +0000
8586              Message-ID: <20011216172455.P21702@plum.flirble.org>
8587      Branch: perl
8588            ! lib/Exporter.t
8589 ____________________________________________________________________________
8590 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
8591         Log: Subject: Re: perl@13661
8592              From: "John P. Linderman" <jpl@research.att.com>              
8593              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
8594              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
8595      Branch: perl
8596            ! pp_sort.c
8597 ____________________________________________________________________________
8598 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
8599         Log: Subject: Will the real Unicode encoding please stand up?
8600              From: Jeffrey Friedl <jfriedl@yahoo.com>
8601              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
8602              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
8603      Branch: perl
8604            ! pod/perluniintro.pod
8605 ____________________________________________________________________________
8606 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
8607         Log: Integrate perlio; interruptable system().
8608      Branch: perl
8609           !> util.c
8610 ____________________________________________________________________________
8611 [ 13724] By: nick                                  on 2001/12/17  09:16:50
8612         Log: Fix for alarm() breaking into wait*().
8613              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
8614              signal handler before caller re-does the system call.
8615      Branch: perlio
8616            ! util.c
8617 ____________________________________________________________________________
8618 [ 13723] By: nick                                  on 2001/12/17  07:45:13
8619         Log: Integrate mainline
8620      Branch: perlio
8621           +> (branch 26 files)
8622           !> (integrate 47 files)
8623 ____________________________________________________________________________
8624 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
8625         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
8626              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
8627              and characters beyond 0x10FFF should be disallowed, too,
8628              but some tests would need changing, but more importantly some
8629              APIs would need remodeling since one can easily generate such
8630              characters either by bitwise complements, tr complements, or
8631              v-strings.
8632      Branch: perl
8633            ! pod/perldiag.pod utf8.c
8634 ____________________________________________________________________________
8635 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
8636         Log: Make surrogates illegal also on EBCDIC.
8637      Branch: perl
8638            ! utf8.c
8639 ____________________________________________________________________________
8640 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
8641         Log: Subject: [patch @13687] Unicode::Collate 0.10
8642              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
8643              Date: Sun, 16 Dec 2001 21:22:12 +0900
8644              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
8645      Branch: perl
8646            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8647            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8648 ____________________________________________________________________________
8649 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
8650         Log: More documentation for the encoding pragma.
8651      Branch: perl
8652            ! lib/encoding.pm
8653 ____________________________________________________________________________
8654 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
8655         Log: Subject: [PATCH] lib/open.pm 
8656              From: Jeffrey Friedl <jfriedl@yahoo.com>
8657              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
8658              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
8659      Branch: perl
8660            ! lib/open.pm
8661 ____________________________________________________________________________
8662 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
8663         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
8664              From: chromatic <chromatic@rmci.net>
8665              Date: Sat, 15 Dec 2001 23:24:40 -0700
8666              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
8667      Branch: perl
8668            + lib/ExtUtils/Installed.t
8669            ! MANIFEST
8670 ____________________________________________________________________________
8671 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
8672         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
8673              From: Michael G Schwern <schwern@pobox.com>
8674              Date: Sun, 16 Dec 2001 01:14:00 -0500
8675              Message-ID: <20011216061400.GC8900@blackrider>
8676      Branch: perl
8677            ! lib/diagnostics.pm
8678 ____________________________________________________________________________
8679 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
8680         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
8681              From: Michael G Schwern <schwern@pobox.com>
8682              Date: Sun, 16 Dec 2001 01:12:42 -0500
8683              Message-ID: <20011216061242.GB8900@blackrider>
8684      Branch: perl
8685            ! t/test.pl
8686 ____________________________________________________________________________
8687 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
8688         Log: I sometimes outsmart myself.
8689      Branch: perl
8690            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
8691 ____________________________________________________________________________
8692 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
8693         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
8694              From: Michael G Schwern <schwern@pobox.com>
8695              Date: Sat, 15 Dec 2001 15:08:29 -0500
8696              Message-ID: <20011215200829.GK1548@blackrider>
8697      Branch: perl
8698            ! lib/AutoSplit.pm
8699 ____________________________________________________________________________
8700 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
8701         Log: perlunicode enchancements suggested by Jeffrey Friedl.
8702      Branch: perl
8703            ! pod/perlunicode.pod
8704 ____________________________________________________________________________
8705 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
8706         Log: Subject: [PATCH] perlunicode.pod
8707              From: Jeffrey Friedl <jfriedl@yahoo.com>
8708              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
8709              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
8710      Branch: perl
8711            ! pod/perlunicode.pod
8712 ____________________________________________________________________________
8713 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
8714         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
8715              From: Jeffrey Friedl <jfriedl@yahoo.com>
8716              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
8717              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
8718      Branch: perl
8719            ! lib/utf8_heavy.pl
8720 ____________________________________________________________________________
8721 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
8722         Log: Can't create surrogates; so can't match them, either.
8723      Branch: perl
8724            ! pod/perlunicode.pod
8725 ____________________________________________________________________________
8726 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
8727         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
8728              From: Michael G Schwern <schwern@pobox.com>
8729              Date: Sat, 15 Dec 2001 21:20:35 -0500
8730              Message-ID: <20011216022035.GE5672@blackrider>
8731      Branch: perl
8732            ! t/test.pl
8733 ____________________________________________________________________________
8734 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
8735         Log: Make creating UTF-8 surrogates a punishable act.
8736      Branch: perl
8737            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
8738 ____________________________________________________________________________
8739 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
8740         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
8741      Branch: perl
8742            + lib/unicore/In/172.pl lib/unicore/In/173.pl
8743            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
8744            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
8745            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
8746            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
8747            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
8748 ____________________________________________________________________________
8749 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
8750         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
8751              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8752              Date: Sat, 15 Dec 2001 23:21:43 +0100
8753              Message-ID: <20011215232143.A11790@rafael>
8754      Branch: perl
8755            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
8756 ____________________________________________________________________________
8757 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
8758         Log: Make charnames more robust.
8759      Branch: perl
8760            ! lib/charnames.pm
8761 ____________________________________________________________________________
8762 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
8763         Log: The hoops one has to jump through.
8764      Branch: perl
8765            ! ext/I18N/Langinfo/Langinfo.pm
8766 ____________________________________________________________________________
8767 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
8768         Log: Subject: [PATCH] perlstyle.pod nit on warnings
8769              From: Autrijus Tang <autrijus@egb.elixus.org>
8770              Date: Sat, 15 Dec 2001 04:24:34 -0800
8771              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
8772      Branch: perl
8773            ! pod/perlstyle.pod
8774 ____________________________________________________________________________
8775 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
8776         Log: I don't think we are in FooOS, Toto.
8777      Branch: perl
8778            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
8779 ____________________________________________________________________________
8780 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
8781         Log: Subject: Re: Untested modules update:  There's more than we thought
8782              From: chromatic <chromatic@rmci.net>
8783              Date: Fri, 14 Dec 2001 17:20:24 -0700
8784              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
8785      Branch: perl
8786            + lib/ExtUtils/MM_Cygwin.t
8787            ! MANIFEST
8788 ____________________________________________________________________________
8789 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
8790         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
8791              From: Michael G Schwern <schwern@pobox.com> 
8792              Date: Fri, 14 Dec 2001 20:59:42 -0500
8793              Message-ID: <20011215015942.GF28596@blackrider>
8794      Branch: perl
8795            ! t/TEST
8796 ____________________________________________________________________________
8797 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
8798         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
8799              From: Michael G Schwern <schwern@pobox.com> 
8800              Date: Fri, 14 Dec 2001 20:03:46 -0500
8801              Message-ID: <20011215010346.GD28596@blackrider>
8802      Branch: perl
8803            + ext/B/t/bblock.t
8804            ! MANIFEST
8805 ____________________________________________________________________________
8806 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
8807         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
8808              From: Michael G Schwern <schwern@pobox.com> 
8809              Date: Fri, 14 Dec 2001 19:59:13 -0500
8810              Message-ID: <20011215005913.GC28596@blackrider>
8811      Branch: perl
8812            ! ext/B/B/Bblock.pm
8813 ____________________________________________________________________________
8814 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
8815         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
8816              From: Michael G Schwern <schwern@pobox.com> 
8817              Date: Fri, 14 Dec 2001 19:36:12 -0500
8818              Message-ID: <20011215003611.GA28596@blackrider>
8819      Branch: perl
8820            + ext/B/t/asmdata.t
8821            ! MANIFEST
8822 ____________________________________________________________________________
8823 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
8824         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
8825              From: Michael G Schwern <schwern@pobox.com> 
8826              Date: Fri, 14 Dec 2001 19:14:14 -0500
8827              Message-ID: <20011215001414.GA25077@blackrider>
8828      Branch: perl
8829            ! bytecode.pl ext/B/B/Asmdata.pm
8830 ____________________________________________________________________________
8831 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
8832         Log: Permissions.
8833      Branch: perl
8834            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
8835            ! ext/Devel/PPPort/module3.c
8836 ____________________________________________________________________________
8837 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
8838         Log: Benchmark test from Nicholas Clark.
8839      Branch: perl
8840            + lib/Benchmark.t
8841            ! MANIFEST lib/Benchmark.pm
8842 ____________________________________________________________________________
8843 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
8844         Log: Mithing.
8845      Branch: perl
8846            + lib/Attribute/Handlers/demo/demo2.pl
8847            + lib/Attribute/Handlers/demo/demo3.pl
8848            + lib/Attribute/Handlers/demo/demo4.pl
8849 ____________________________________________________________________________
8850 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
8851         Log: Silence compiler worries found by Schwern/Digital cc.
8852      Branch: perl
8853            ! perlio.c sv.c x2p/str.c
8854 ____________________________________________________________________________
8855 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
8856         Log: User may not have a valid home directory even if
8857              getpwuid() succedds.
8858      Branch: perl
8859            ! ext/File/Glob/t/basic.t
8860 ____________________________________________________________________________
8861 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
8862         Log: Integrate with perlio.  (No changes, but that's okay.)
8863      Branch: perl
8864           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
8865 ____________________________________________________________________________
8866 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
8867         Log: Add a Configure hints file for VOS: the POSIX support
8868              of VOS is getting close to the point where it can run
8869              Configure (some Configure tweaks will be required).
8870      Branch: perl
8871            + hints/vos.sh
8872            ! MANIFEST
8873 ____________________________________________________________________________
8874 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
8875         Log: Update Changes.
8876      Branch: perl
8877            ! Changes patchlevel.h
8878 ____________________________________________________________________________
8879 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
8880         Log: Reintroduce Attribute::Handlers with Spider's fixes.
8881      Branch: perl
8882            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8883            + lib/Attribute/Handlers/README
8884            + lib/Attribute/Handlers/demo/Demo.pm
8885            + lib/Attribute/Handlers/demo/Descriptions.pm
8886            + lib/Attribute/Handlers/demo/MyClass.pm
8887            + lib/Attribute/Handlers/demo/demo.pl
8888            + lib/Attribute/Handlers/demo/demo_call.pl
8889            + lib/Attribute/Handlers/demo/demo_chain.pl
8890            + lib/Attribute/Handlers/demo/demo_cycle.pl
8891            + lib/Attribute/Handlers/demo/demo_hashdir.pl
8892            + lib/Attribute/Handlers/demo/demo_phases.pl
8893            + lib/Attribute/Handlers/demo/demo_range.pl
8894            + lib/Attribute/Handlers/demo/demo_rawdata.pl
8895            + lib/Attribute/Handlers/t/multi.t
8896            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
8897 ____________________________________________________________________________
8898 [ 13685] By: nick                                  on 2001/12/14  15:57:00
8899         Log: Integrate mainline
8900      Branch: perlio
8901           +> t/run/switcht.t
8902           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
8903           !> perlapi.h pod/perlrun.pod t/TEST taint.c
8904 ____________________________________________________________________________
8905 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
8906         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
8907              From: Michael G Schwern <schwern@pobox.com> 
8908              Date: Thu, 13 Dec 2001 19:27:08 -0500
8909              Message-ID: <20011214002707.GA10532@blackrider>
8910              
8911              (reword the perlrun -t description a bit,
8912              and move the Itaint_warn to the bottom of
8913              the intrpvar.h for binary compatibility)
8914      Branch: perl
8915            + t/run/switcht.t
8916            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
8917            ! perlapi.h pod/perlrun.pod t/TEST taint.c
8918 ____________________________________________________________________________
8919 [ 13683] By: nick                                  on 2001/12/14  12:29:41
8920         Log: Integrate mainline
8921      Branch: perlio
8922           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
8923           +> lib/Term/ReadLine.t t/op/hashassign.t
8924            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8925            - lib/Attribute/Handlers/README
8926            - lib/Attribute/Handlers/demo/Demo.pm
8927            - lib/Attribute/Handlers/demo/Descriptions.pm
8928            - lib/Attribute/Handlers/demo/MyClass.pm
8929            - lib/Attribute/Handlers/demo/demo.pl
8930            - lib/Attribute/Handlers/demo/demo2.pl
8931            - lib/Attribute/Handlers/demo/demo3.pl
8932            - lib/Attribute/Handlers/demo/demo4.pl
8933            - lib/Attribute/Handlers/demo/demo_call.pl
8934            - lib/Attribute/Handlers/demo/demo_chain.pl
8935            - lib/Attribute/Handlers/demo/demo_cycle.pl
8936            - lib/Attribute/Handlers/demo/demo_hashdir.pl
8937            - lib/Attribute/Handlers/demo/demo_phases.pl
8938            - lib/Attribute/Handlers/demo/demo_range.pl
8939            - lib/Attribute/Handlers/demo/demo_rawdata.pl
8940            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
8941           !> (integrate 101 files)
8942 ____________________________________________________________________________
8943 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
8944         Log: Detypo.
8945      Branch: perl
8946            ! utf8.c
8947 ____________________________________________________________________________
8948 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
8949         Log: Buffer overflow checks.
8950      Branch: perl
8951            ! utf8.c
8952 ____________________________________________________________________________
8953 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
8954         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
8955              From: Spider Boardman <spider@leggy.zk3.dec.com>
8956              Date: Thu, 13 Dec 2001 15:32:51 -0500
8957              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
8958      Branch: perl
8959            ! lib/ExtUtils/Embed.t
8960 ____________________________________________________________________________
8961 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
8962         Log: More on the Unicode "line" definition.
8963      Branch: perl
8964            ! pod/perlunicode.pod
8965 ____________________________________________________________________________
8966 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
8967         Log: Open-ended VERSION?
8968      Branch: perl
8969            ! lib/ExtUtils/Install.pm
8970 ____________________________________________________________________________
8971 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
8972         Log: Subject: [PATCH] Better make distclean
8973              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8974              Date: Thu, 13 Dec 2001 21:10:18 +0100
8975              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
8976      Branch: perl
8977            ! Makefile.SH
8978 ____________________________________________________________________________
8979 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
8980         Log: Remove Memoize::Saves as requested by mjd.
8981      Branch: perl
8982            - lib/Memoize/Saves.pm
8983            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
8984 ____________________________________________________________________________
8985 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
8986         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
8987              From: Michael G Schwern <schwern@pobox.com>
8988              Date: Tue, 11 Dec 2001 23:17:32 -0500
8989              Message-ID: <20011212041732.GS17250@blackrider>
8990      Branch: perl
8991            ! lib/ExtUtils/Install.pm
8992 ____________________________________________________________________________
8993 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
8994         Log: Subject: [PATCH] Re: use utf8; with bad utf8
8995              From: Nicholas Clark <nick@ccl4.org>
8996              Date: Thu, 13 Dec 2001 17:09:39 +0000
8997              Message-ID: <20011213170939.L21702@plum.flirble.org>
8998      Branch: perl
8999            ! t/lib/1_compile.t
9000 ____________________________________________________________________________
9001 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
9002         Log: Subject: (LONG!) Sort benchmarks and patch
9003              From: "John P. Linderman" <jpl@research.att.com>
9004              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
9005              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
9006      Branch: perl
9007            ! pp_sort.c
9008 ____________________________________________________________________________
9009 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
9010         Log: Unadorned numbers evil.
9011      Branch: perl
9012            ! pp.c regcomp.c regexec.c utf8.c utf8.h
9013 ____________________________________________________________________________
9014 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
9015         Log: "preprocessing directive not recognized within macro arg"
9016      Branch: perl
9017            ! ext/Data/Dumper/Dumper.xs
9018 ____________________________________________________________________________
9019 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
9020         Log: Subject: Clarifying the documentation of goto            
9021              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
9022              Date: Thu, 13 Dec 2001 08:57:38 -0500
9023              Message-ID: <3C18BD8B@operamail.com>
9024      Branch: perl
9025            ! pod/perlfunc.pod
9026 ____________________________________________________________________________
9027 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
9028         Log: It could be possible for the case-insensitive
9029              Unicode-aware string comparison to wander off
9030              to the la-la land.
9031      Branch: perl
9032            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
9033            ! regexec.c utf8.c
9034 ____________________________________________________________________________
9035 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
9036         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
9037              From: Michael G Schwern <schwern@pobox.com> 
9038              Date: Wed, 12 Dec 2001 21:53:46 -0500
9039              Message-ID: <20011213025346.GH25129@blackrider>
9040      Branch: perl
9041            ! lib/Net/hostent.t t/op/stat.t t/test.pl
9042 ____________________________________________________________________________
9043 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
9044         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
9045              From: Michael G Schwern <schwern@pobox.com> 
9046              Date: Wed, 12 Dec 2001 20:33:42 -0500
9047              Message-ID: <20011213013342.GX25129@blackrider>
9048      Branch: perl
9049            ! t/io/fs.t
9050 ____________________________________________________________________________
9051 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
9052         Log: Subject: Re: [PATCH] use utf8; tests
9053              From: Nicholas Clark <nick@ccl4.org>
9054              Date: Thu, 13 Dec 2001 00:16:58 +0000
9055              Message-ID: <20011213001658.I21702@plum.flirble.org>
9056      Branch: perl
9057            ! lib/utf8.t
9058 ____________________________________________________________________________
9059 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
9060         Log: EPOC fixes from Olaf Flebbe.
9061      Branch: perl
9062            ! README.epoc epoc/config.sh epoc/createpkg.pl
9063            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
9064 ____________________________________________________________________________
9065 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
9066         Log: Subject: [PATCH perl@13661] VMS test fix-ups
9067              From: "Craig A. Berry" <craigberry@mac.com>
9068              Date: Wed, 12 Dec 2001 16:27:48 -0600
9069              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
9070      Branch: perl
9071            ! lib/Net/hostent.t t/io/fs.t
9072 ____________________________________________________________________________
9073 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
9074         Log: Subject: Re: Next cygwin round.
9075              From: "Gerrit P. Haase" <gp@familiehaase.de>
9076              Date: Wed, 12 Dec 2001 21:59:00 +0100
9077              Message-ID: <122343874595.20011212215900@familiehaase.de>
9078      Branch: perl
9079            ! t/io/fs.t
9080 ____________________________________________________________________________
9081 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
9082         Log: Subject: [PATCH] use utf8; tests
9083              From: Nicholas Clark <nick@ccl4.org>
9084              Date: Wed, 12 Dec 2001 20:07:04 +0000
9085              Message-ID: <20011212200704.E21702@plum.flirble.org>
9086      Branch: perl
9087            ! lib/utf8.t t/test.pl
9088 ____________________________________________________________________________
9089 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
9090         Log: Update Changes.
9091      Branch: perl
9092            ! Changes patchlevel.h
9093 ____________________________________________________________________________
9094 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
9095         Log: Subject: [PATCH] Passing in env to perl_parse did not work
9096              From: Gisle Aas <gisle@ActiveState.com>
9097              Date: 11 Dec 2001 20:52:57 -0800
9098              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
9099      Branch: perl
9100            ! perl.c perl.h
9101 ____________________________________________________________________________
9102 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
9103         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
9104              mostly gcc -Wall complaining about the argument of %p not
9105              being a void *.
9106      Branch: perl
9107            ! perlio.c regcomp.c taint.c toke.c
9108 ____________________________________________________________________________
9109 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
9110         Log: metaconfig unit change for #13657.
9111      Branch: metaconfig
9112            ! U/modified/nis.U
9113 ____________________________________________________________________________
9114 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
9115         Log: Try YP/NIS also from /usr/lib/yp.
9116      Branch: perl
9117            ! Configure
9118 ____________________________________________________________________________
9119 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
9120         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
9121              From: Michael G Schwern <schwern@pobox.com>                
9122              Date: Wed, 12 Dec 2001 05:27:02 -0500      
9123              Message-ID: <20011212102702.GW17250@blackrider>
9124              
9125              (the op/grent part)
9126      Branch: perl
9127            ! t/op/grent.t
9128 ____________________________________________________________________________
9129 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
9130         Log: Weed out .files from ls and readdir() results.
9131      Branch: perl
9132            ! t/op/stat.t
9133 ____________________________________________________________________________
9134 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
9135         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
9136              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9137              Date: Wed, 12 Dec 2001 10:52:21 +0100
9138              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
9139      Branch: perl
9140            ! lib/File/Find.pm
9141 ____________________________________________________________________________
9142 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
9143         Log: Subject: [PATCH] doio fatal on cygwin for 13651
9144              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
9145              Date: Wed, 12 Dec 2001 11:28:13 +0100      
9146              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
9147      Branch: perl
9148            ! doio.c
9149 ____________________________________________________________________________
9150 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
9151         Log: Get the whole line of ls, makes debugging easier
9152              (from Schwern)
9153      Branch: perl
9154            ! t/op/stat.t
9155 ____________________________________________________________________________
9156 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
9157         Log: rename() must be tested even without link()
9158              or the utime() and rename-directory tests fail.
9159              (Also got the BeOS utime atime/time the wrong way round.)
9160      Branch: perl
9161            ! t/io/fs.t
9162 ____________________________________________________________________________
9163 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
9164         Log: Now that the beos.c is compiled at the main level
9165              the header is in the beos/
9166      Branch: perl
9167            ! beos/beos.c
9168 ____________________________________________________________________________
9169 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
9170         Log: Must remember to require Socket.
9171      Branch: perl
9172            ! ext/Sys/Syslog/syslog.t
9173 ____________________________________________________________________________
9174 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
9175         Log: In BeOS Errno must resort to actual compilation
9176              and execution for some of the error constants.
9177      Branch: perl
9178            ! ext/Errno/Errno_pm.PL
9179 ____________________________________________________________________________
9180 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
9181         Log: BeOS still has no good sockets.
9182      Branch: perl
9183            ! ext/IO/lib/IO/t/io_sel.t
9184 ____________________________________________________________________________
9185 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
9186         Log: BeOS sockets are not true sockets.
9187      Branch: perl
9188            ! ext/IO/lib/IO/t/io_poll.t
9189 ____________________________________________________________________________
9190 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
9191         Log: No Socket, no Syslog.
9192      Branch: perl
9193            ! ext/Sys/Syslog/syslog.t
9194 ____________________________________________________________________________
9195 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
9196         Log: (On some platforms) missing truncate FH.
9197      Branch: perl
9198            ! pod/perltodo.pod
9199 ____________________________________________________________________________
9200 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
9201         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
9202              and vms would be muchly appreciated.
9203      Branch: perl
9204            ! t/io/fs.t
9205 ____________________________________________________________________________
9206 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
9207         Log: utime() updates only the mtime in BeOS. 
9208      Branch: perl
9209            ! pod/perlport.pod
9210 ____________________________________________________________________________
9211 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
9212         Log: No link(), no need to dSP.
9213      Branch: perl
9214            ! pp_sys.c
9215 ____________________________________________________________________________
9216 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
9217         Log: Missing argument.
9218      Branch: perl
9219            ! utf8.c
9220 ____________________________________________________________________________
9221 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
9222         Log: (1) To assume any setuid programs is silly.
9223              (2) Chaining tests with booleans means that some
9224              of them may not get run which means getting out
9225              of test count sync.
9226      Branch: perl
9227            ! t/op/stat.t
9228 ____________________________________________________________________________
9229 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
9230         Log: The beos.c needs to be in the main directory.
9231      Branch: perl
9232            ! hints/beos.sh
9233 ____________________________________________________________________________
9234 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
9235         Log: Detypo and rename.
9236      Branch: perl
9237            ! doio.c perl.h perlio.c perliol.h
9238 ____________________________________________________________________________
9239 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
9240         Log: This time I test compiled.  Honest.
9241      Branch: perl
9242            ! beos/beos.c
9243 ____________________________________________________________________________
9244 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
9245         Log: Subject: [PATCH] slightly more pack tests
9246              From: Nicholas Clark <nick@ccl4.org>
9247              Date: Tue, 11 Dec 2001 23:41:23 +0000
9248              Message-ID: <20011211234123.Y21702@plum.flirble.org>
9249      Branch: perl
9250            ! t/op/pack.t
9251 ____________________________________________________________________________
9252 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
9253         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
9254              From: "Craig A. Berry" <craigberry@mac.com>
9255              Date: Tue, 11 Dec 2001 16:39:13 -0600
9256              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
9257      Branch: perl
9258            ! configure.com
9259 ____________________________________________________________________________
9260 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
9261         Log: metaconfig unit change for #13632.
9262      Branch: metaconfig/U/perl
9263            ! perlpath.U
9264 ____________________________________________________________________________
9265 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
9266         Log: Subject: $Config{perlpath} and -Dversiononly
9267              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9268              Date: Tue, 11 Dec 2001 23:32:33 +0100
9269              Message-ID: <20011211233233.A11587@rafael>
9270      Branch: perl
9271            ! Configure
9272 ____________________________________________________________________________
9273 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
9274         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
9275              From: Nicholas Clark <nick@ccl4.org>
9276              Date: Tue, 11 Dec 2001 21:59:36 +0000
9277              Message-ID: <20011211215935.W21702@plum.flirble.org>
9278      Branch: perl
9279            ! t/op/pack.t
9280 ____________________________________________________________________________
9281 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
9282         Log: More UTF-8 API docs.
9283      Branch: perl
9284            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
9285 ____________________________________________________________________________
9286 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
9287         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
9288              From: Nicholas Clark <nick@ccl4.org>
9289              Date: Tue, 11 Dec 2001 20:08:59 +0000
9290              Message-ID: <20011211200859.S21702@plum.flirble.org>
9291      Branch: perl
9292            ! t/op/pack.t
9293 ____________________________________________________________________________
9294 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
9295         Log: Subject: Re: use utf8; with bad utf8
9296              From: Nicholas Clark <nick@ccl4.org>
9297              Date: Tue, 11 Dec 2001 19:49:21 +0000
9298              Message-ID: <20011211194921.R21702@plum.flirble.org>
9299      Branch: perl
9300            ! lib/utf8.t
9301 ____________________________________________________________________________
9302 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
9303         Log: Can't spell worth a dam.  (Try Three Gorges.)
9304      Branch: perl
9305            ! beos/beos.c
9306 ____________________________________________________________________________
9307 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
9308         Log: We need DWIM cpps.
9309      Branch: perl
9310            ! perlio.c
9311 ____________________________________________________________________________
9312 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
9313         Log: The unixish.h needs to be found and the waitpid wrapper
9314              could use a proto.
9315      Branch: perl
9316            ! beos/beosish.h
9317 ____________________________________________________________________________
9318 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
9319         Log: The BeOS waitpid() seems to be broken,
9320              have a wrapper for it.
9321      Branch: perl
9322            + beos/beos.c beos/beosish.h
9323            ! MANIFEST hints/beos.sh perl.h
9324 ____________________________________________________________________________
9325 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
9326         Log: Unlean the leaning tower of Babel.
9327      Branch: perl
9328            ! perl.h
9329 ____________________________________________________________________________
9330 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
9331         Log: Retract #13607 until we figure out what to do with autouse.
9332      Branch: perl
9333            ! lib/Carp.pm
9334 ____________________________________________________________________________
9335 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
9336         Log: Try to handle platforms that have O_TEXT != O_BINARY but
9337              which are not DOSish, BeOS being one of such platforms.
9338              Ideally this should be a Configure test, not a hardwired
9339              cpp symbol test... 
9340      Branch: perl
9341            ! doio.c perl.h perlio.c perliol.h
9342 ____________________________________________________________________________
9343 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
9344         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
9345              From: Jonathan Stowe <gellyfish@gellyfish.com>
9346              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
9347              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
9348      Branch: perl
9349            ! lib/Term/Cap.pm lib/Term/Cap.t
9350 ____________________________________________________________________________
9351 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
9352         Log: Subject: [patch perlio.c] test for NULL before derefencing
9353              From: Stas Bekman <stas@stason.org>
9354              Date: Tue, 11 Dec 2001 16:17:55 +0800
9355              Message-ID: <3C15C133.8@stason.org>
9356      Branch: perl
9357            ! perlio.c
9358 ____________________________________________________________________________
9359 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
9360         Log: metaconfig unit change for #13617.
9361      Branch: metaconfig/U/perl
9362            ! Extensions.U
9363 ____________________________________________________________________________
9364 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
9365         Log: BeOS has socket() but not enough to build a working Socket.
9366              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
9367              new networking implementation, which is rumored to fix the
9368              non-standardness of sockets, but it's apparently not publicly
9369              available, and anything to do with BeOS has become quite
9370              complicated with the sale of the Be assets to Palm.)
9371      Branch: perl
9372            ! Configure
9373 ____________________________________________________________________________
9374 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
9375         Log: Update changes
9376      Branch: maint-5.6/macperl
9377            ! macos/Changes
9378 ____________________________________________________________________________
9379 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
9380         Log: Add extra pod to help
9381      Branch: maint-5.6/macperl
9382            ! macos/macperl/MacPerl.podhelp
9383 ____________________________________________________________________________
9384 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
9385         Log: Return DoAppleScript errors in $@
9386      Branch: maint-5.6/macperl
9387            ! macos/ext/MacPerl/OSA.xs
9388 ____________________________________________________________________________
9389 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
9390         Log: Clear out $^E before each script run
9391      Branch: maint-5.6/macperl
9392            ! macos/macperl/MPScript.c
9393 ____________________________________________________________________________
9394 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
9395         Log: Integrate various changes from maint-5.6/perl/.
9396      Branch: maint-5.6/macperl
9397           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
9398           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
9399 ____________________________________________________________________________
9400 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
9401         Log: Subject: Exporter's documentation shouldn't lie               
9402              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
9403              Date: Mon, 10 Dec 2001 21:30:20 -0500
9404              Message-ID: <3C4AA201@operamail.com>
9405      Branch: perl
9406            ! lib/Exporter.pm
9407 ____________________________________________________________________________
9408 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
9409         Log: Make Errno better in BeOS (the second hunk is
9410              good on any platform).  Still not working in BeOS
9411              are the E constants that refer BeOS native error
9412              constants (B_...) which are enums (*groan*).
9413      Branch: perl
9414            ! ext/Errno/Errno_pm.PL
9415 ____________________________________________________________________________
9416 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
9417         Log: The BeOS linker seems to link the last seen symbol,
9418              not the first (so the symbols of op.o from libperl.so
9419              would get linked to miniperl instead of the symbols of
9420              opmini.o)-- use the same trick as for NeXT4 for linking
9421              miniperl.
9422      Branch: perl
9423            ! Makefile.SH
9424 ____________________________________________________________________________
9425 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
9426         Log: Subject: Re: [PATCH] tests for hash assignment
9427              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9428              Date: Tue, 11 Dec 2001 01:48:55 +0000
9429              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
9430      Branch: perl
9431            ! utf8.c
9432 ____________________________________________________________________________
9433 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
9434         Log: (retracted by #13622)
9435              
9436              Subject: RE: More verbose POD for Carp
9437              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
9438              Date: Mon, 10 Dec 2001 20:23:20 -0500
9439              Message-ID: <3C4A3566@operamail.com>
9440      Branch: perl
9441            ! lib/Carp.pm
9442 ____________________________________________________________________________
9443 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
9444         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
9445              From: "Craig A. Berry" <craigberry@mac.com>
9446              Date: Mon, 10 Dec 2001 18:25:37 -0600
9447              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
9448      Branch: perl
9449            ! t/op/write.t t/test.pl
9450 ____________________________________________________________________________
9451 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
9452         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
9453              From: Michael G Schwern <schwern@pobox.com>
9454              Date: Mon, 10 Dec 2001 08:00:01 -0500
9455              Message-ID: <20011210130000.GK1770@blackrider>
9456      Branch: perl
9457            ! t/comp/multiline.t
9458 ____________________________________________________________________________
9459 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
9460         Log: Subject: Re: [PATCH] tests for hash assignment
9461              From: Nicholas Clark <nick@ccl4.org>
9462              Date: Mon, 10 Dec 2001 23:22:28 +0000
9463              Message-ID: <20011210232228.M21702@plum.flirble.org>
9464      Branch: perl
9465            + t/op/hashassign.t
9466            ! MANIFEST t/op/each.t t/test.pl
9467 ____________________________________________________________________________
9468 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
9469         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
9470              From: "Craig A. Berry" <craigberry@mac.com>
9471              Date: Mon, 10 Dec 2001 16:38:14 -0600
9472              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
9473      Branch: perl
9474            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
9475 ____________________________________________________________________________
9476 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
9477         Log: Subject: [PATCH perl@13600] configure.com fixes
9478              From: "Craig A. Berry" <craigberry@mac.com>
9479              Date: Mon, 10 Dec 2001 14:40:20 -0600
9480              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
9481      Branch: perl
9482            ! configure.com
9483 ____________________________________________________________________________
9484 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
9485         Log: Silence BeOS compilation moaning.
9486      Branch: perl
9487            ! perl.h
9488 ____________________________________________________________________________
9489 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
9490         Log: Update Changes.
9491      Branch: perl
9492            ! Changes patchlevel.h
9493 ____________________________________________________________________________
9494 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
9495         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
9496              From: Michael G Schwern <schwern@pobox.com>
9497              Date: Mon, 10 Dec 2001 01:21:03 -0500
9498              Message-ID: <20011210062103.GC1770@blackrider>
9499      Branch: perl
9500            ! lib/ExtUtils/Command.t
9501 ____________________________________________________________________________
9502 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
9503         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
9504              From: Michael G Schwern <schwern@pobox.com>
9505              Date: Mon, 10 Dec 2001 01:10:57 -0500
9506              Message-ID: <20011210061057.GB1770@blackrider>
9507      Branch: perl
9508            ! t/op/groups.t
9509 ____________________________________________________________________________
9510 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
9511         Log: Retract #13596, #13593 should do the trick.
9512      Branch: perl
9513            ! t/op/stat.t
9514 ____________________________________________________________________________
9515 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
9516         Log: (retracted by #13597, #13593 does the job better)
9517              
9518              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
9519              From: Michael G Schwern <schwern@pobox.com>
9520              Date: Mon, 10 Dec 2001 00:53:16 -0500
9521              Message-ID: <20011210055316.GA1770@blackrider>
9522      Branch: perl
9523            ! t/op/stat.t
9524 ____________________________________________________________________________
9525 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
9526         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
9527              From: Michael G Schwern <schwern@pobox.com> 
9528              Date: Mon, 10 Dec 2001 02:19:14 -0500
9529              Message-ID: <20011210071914.GF1770@blackrider>
9530      Branch: perl
9531            ! lib/AutoSplit.t
9532 ____________________________________________________________________________
9533 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
9534         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
9535              From: Michael G Schwern <schwern@pobox.com>
9536              Date: Mon, 10 Dec 2001 02:47:40 -0500
9537              Message-ID: <20011210074739.GH1770@blackrider>
9538      Branch: perl
9539            ! t/op/pack.t
9540 ____________________________________________________________________________
9541 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
9542         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
9543              From: Michael G Schwern <schwern@pobox.com>
9544              Date: Mon, 10 Dec 2001 02:54:22 -0500
9545              Message-ID: <20011210075422.GI1770@blackrider>
9546      Branch: perl
9547            ! t/test.pl
9548 ____________________________________________________________________________
9549 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
9550         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
9551              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9552              Date: Mon, 10 Dec 2001 08:45:20 +0100
9553              Message-ID: <3C146810.60B5B7C0@alcatel.at>
9554      Branch: perl
9555            ! pp_pack.c
9556 ____________________________________________________________________________
9557 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
9558         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
9559              From: Michael G Schwern <schwern@pobox.com>
9560              Date: Mon, 10 Dec 2001 03:27:02 -0500
9561              Message-ID: <20011210082702.GN1770@blackrider>
9562      Branch: perl
9563            ! t/io/openpid.t
9564 ____________________________________________________________________________
9565 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
9566         Log: More chmod +w.
9567      Branch: perl
9568            ! Porting/makerel
9569 ____________________________________________________________________________
9570 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
9571         Log: Just skip the readability test if running as root.
9572      Branch: perl
9573            ! lib/Net/t/netrc.t
9574 ____________________________________________________________________________
9575 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
9576         Log: Tell about the downside of safe signals.
9577      Branch: perl
9578            ! pod/perldelta.pod
9579 ____________________________________________________________________________
9580 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
9581         Log: Make the whole -lperl thing NetBSD only until we
9582              find some other platform that needs the same.
9583      Branch: perl
9584            ! lib/ExtUtils/MM_Unix.pm
9585 ____________________________________________________________________________
9586 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
9587         Log: Subject: [PATCH t/op/pack.t] Cleanup
9588              From: Michael G Schwern <schwern@pobox.com> 
9589              Date: Sun, 9 Dec 2001 23:08:26 -0500
9590              Message-ID: <20011210040826.GD660@blackrider>
9591      Branch: perl
9592            ! t/op/pack.t
9593 ____________________________________________________________________________
9594 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
9595         Log: Add threads support for NetBSD.
9596              
9597              This is also the first (I think) Perl threads build with
9598              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
9599              NetBSD does not as of yet have true kernel POSIX threads,
9600              but the user-level pth seems to be doing pretty well--
9601              the only failure is that threads/t/basic okays 6 and 7
9602              consistently seem be arriving in the reverse order.
9603              Well, gdbm.t is also failing: 'Undefined PLT symbol
9604              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
9605              guessing that GDBM would need a threaded rebuild.
9606      Branch: perl
9607            ! hints/netbsd.sh
9608 ____________________________________________________________________________
9609 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
9610         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
9611              potential performance hit and change in semantics of closure
9612              lookups after C<undef &foo>)
9613      Branch: maint-5.6/perl
9614            ! op.c
9615 ____________________________________________________________________________
9616 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
9617         Log: metaconfig unit change for #13582.
9618      Branch: metaconfig
9619            ! U/threads/usethreads.U
9620 ____________________________________________________________________________
9621 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
9622         Log: Update the ithreads selection info in Configure,
9623              as suggested by Michael Schwern.
9624      Branch: perl
9625            ! Configure
9626 ____________________________________________________________________________
9627 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
9628         Log: Clearing locale environment simply doesn't seem to
9629              guarantee that (nl_)langinfo(CODESET) would return nil.
9630              (I for example get "ISO8859-1", so <guess>maybe there can
9631              be per-system default settings at work</guess>.)
9632      Branch: perl
9633            ! lib/open.t
9634 ____________________________________________________________________________
9635 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
9636         Log: Subject: RE: Exporter fixes reversed in 13540?
9637              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
9638              Date: Sun, 9 Dec 2001 12:55:15 -0500
9639              Message-ID: <3C13F455@operamail.com>
9640      Branch: perl
9641            ! lib/open.pm
9642 ____________________________________________________________________________
9643 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
9644         Log: Root is the lizard king.
9645      Branch: perl
9646            ! lib/Net/t/netrc.t
9647 ____________________________________________________________________________
9648 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
9649         Log: Telling how many tests we are expecting helps.
9650      Branch: perl
9651            ! ext/POSIX/t/waitpid.t
9652 ____________________________________________________________________________
9653 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
9654         Log: Add a test case for waitpid(): from Rocco Caputo.
9655      Branch: perl
9656            + ext/POSIX/t/waitpid.t
9657            ! MANIFEST
9658 ____________________________________________________________________________
9659 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
9660         Log: Subject: [PATCH] Term::ReadLine tweaks and test
9661              From: Richard Clamp <richardc@unixbeard.net>
9662              Date: Mon, 10 Dec 2001 00:51:47 +0000
9663              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
9664      Branch: perl
9665            + lib/Term/ReadLine.t
9666            ! MANIFEST lib/Term/ReadLine.pm
9667 ____________________________________________________________________________
9668 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
9669         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
9670              From: Rocco Caputo <troc@netrus.net>
9671              Date: Sun, 9 Dec 2001 18:12:38 -0500
9672              Message-ID: <20011209181238.A803@eyrie.homenet>
9673      Branch: perl
9674            ! win32/win32.c
9675 ____________________________________________________________________________
9676 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
9677         Log: make sure that va_start() has matching va_end();
9678              from OpenBSD 3.0.
9679      Branch: perl
9680            ! x2p/util.c
9681 ____________________________________________________________________________
9682 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
9683         Log: h2ph updates from OpenBSD 3.0.
9684      Branch: perl
9685            ! utils/h2ph.PL
9686 ____________________________________________________________________________
9687 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
9688         Log: OpenBSD hints update from OpenBSD 3.0.
9689      Branch: perl
9690            ! hints/openbsd.sh
9691 ____________________________________________________________________________
9692 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
9693         Log: DJGPP tweaks from Laszlo Molnar.
9694      Branch: perl
9695            ! djgpp/config.over lib/File/Find/t/find.t
9696            ! lib/File/Find/t/taint.t t/pod/find.t
9697 ____________________________________________________________________________
9698 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
9699         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
9700              From: Michael G Schwern <schwern@pobox.com> 
9701              Date: Sun, 9 Dec 2001 19:28:12 -0500
9702              Message-ID: <20011210002812.GF13586@blackrider>
9703      Branch: perl
9704            ! README.cygwin
9705 ____________________________________________________________________________
9706 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
9707         Log: README.cygwin update from Gerrit P. Haase.
9708      Branch: perl
9709            ! README.cygwin
9710 ____________________________________________________________________________
9711 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
9712         Log: Apply NetBSD patch-ag: shared/static linking,
9713              but make the change less intrusive on non-NetBSD.
9714      Branch: perl
9715            ! lib/ExtUtils/MM_Unix.pm
9716 ____________________________________________________________________________
9717 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
9718         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
9719      Branch: perl
9720            ! lib/ExtUtils/Liblist.pm
9721 ____________________________________________________________________________
9722 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
9723         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
9724      Branch: perl
9725            ! regcomp.c
9726 ____________________________________________________________________________
9727 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
9728         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
9729      Branch: perl
9730            ! pp.c
9731 ____________________________________________________________________________
9732 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
9733         Log: Apply NetBSD patch-ac.
9734              (the fix has already been done: change #9706, fully qualified
9735              pathnames in packlists)
9736      Branch: perl
9737            ! lib/ExtUtils/Install.pm
9738 ____________________________________________________________________________
9739 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
9740         Log: Apply NetBSD patch-ab: NetBSD hints update.
9741      Branch: perl
9742            ! hints/netbsd.sh
9743 ____________________________________________________________________________
9744 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
9745         Log: metaconfig unit changes for #13560.
9746      Branch: metaconfig/U/perl
9747            ! dlsrc.U i_ieeefp.U libperl.U
9748 ____________________________________________________________________________
9749 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
9750         Log: NetBSD has <ieeefp.h> but hidden.
9751      Branch: perl
9752            ! hints/netbsd.sh
9753 ____________________________________________________________________________
9754 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
9755         Log: Implement NetBSD patch-aa.
9756      Branch: perl
9757            ! Configure
9758 ____________________________________________________________________________
9759 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
9760         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
9761              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
9762              Date: Sun, 09 Dec 2001 13:40:58 +0100
9763              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
9764              
9765              (The lstat()s were there in 5.6.1: what happened to them?)
9766      Branch: perl
9767            ! lib/File/Find.pm
9768 ____________________________________________________________________________
9769 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
9770         Log: Quickie documentation of the C UTF-8 API.
9771      Branch: perl
9772            ! pod/perlunicode.pod
9773 ____________________________________________________________________________
9774 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
9775         Log: Subject: bleadperl on cygwin weirdness...
9776              From: "Gerrit P. Haase" <gp@familiehaase.de>
9777              Date: Sun, 9 Dec 2001 20:31:28 +0100
9778              Message-ID: <13779422183.20011209203128@familiehaase.de>          
9779              
9780              (plus libperl*.dll version portability tweaks)
9781      Branch: perl
9782            ! lib/ExtUtils/Embed.t
9783 ____________________________________________________________________________
9784 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
9785         Log: Instead of muting symbol export error if under eval,
9786              delay the errors until the croak().
9787              
9788              (replaces #13408)
9789      Branch: perl
9790            ! lib/Exporter/Heavy.pm
9791 ____________________________________________________________________________
9792 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
9793         Log: Basegroup 0 is a cygwin_nt thing.
9794      Branch: perl
9795            ! t/op/groups.t
9796 ____________________________________________________________________________
9797 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
9798         Log: Also WinME is LoseLink.
9799      Branch: perl
9800            ! t/op/stat.t
9801 ____________________________________________________________________________
9802 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
9803         Log: Forgotten checkin.
9804      Branch: perl
9805            ! lib/User/grent.t
9806 ____________________________________________________________________________
9807 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
9808         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
9809              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9810              Date: Sun, 09 Dec 2001 13:45:06 +0100
9811              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
9812      Branch: perl
9813            ! lib/File/Find.pm
9814 ____________________________________________________________________________
9815 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
9816         Log: Tweakback.
9817      Branch: perl
9818            ! lib/Net/hostent.t
9819 ____________________________________________________________________________
9820 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
9821         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
9822              From: Michael G Schwern <schwern@pobox.com>
9823              Date: Sat, 8 Dec 2001 14:48:38 -0500
9824              Message-ID: <20011208194838.GA8650@blackrider>
9825      Branch: perl
9826            ! t/op/grent.t
9827 ____________________________________________________________________________
9828 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
9829         Log: Subject: [README.cygwin] Removing old expected test failures
9830              From: Michael G Schwern <schwern@pobox.com>
9831              Date: Sat, 8 Dec 2001 15:38:28 -0500
9832              Message-ID: <20011208203828.GB9017@blackrider>
9833      Branch: perl
9834            ! README.cygwin
9835 ____________________________________________________________________________
9836 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
9837         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
9838              From: Michael G Schwern <schwern@pobox.com>                
9839              Date: Sat, 8 Dec 2001 15:26:59 -0500
9840              Message-ID: <20011208202659.GA9017@blackrider> 
9841      Branch: perl
9842            ! lib/Net/hostent.t
9843 ____________________________________________________________________________
9844 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
9845         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
9846              From: Michael G Schwern <schwern@pobox.com> 
9847              Date: Sat, 8 Dec 2001 15:06:16 -0500
9848              Message-ID: <20011208200616.GA8915@blackrider>
9849      Branch: perl
9850            ! t/op/stat.t
9851 ____________________________________________________________________________
9852 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
9853         Log: Developer deprecations and an incompatibility.
9854      Branch: perl
9855            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
9856 ____________________________________________________________________________
9857 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
9858         Log: Shoo.
9859      Branch: perl
9860            - lib/Attribute/Handlers.pm
9861 ____________________________________________________________________________
9862 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
9863         Log: Remove Attribute::Handlers, as per Damian's request.
9864              (Because of fixing the my variables to be now handled
9865              in run-time, the whole internals of the A::H needs to
9866              be rewritten and Damian will not have time for that
9867              for months.)
9868      Branch: perl
9869            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
9870            - lib/Attribute/Handlers/demo/Demo.pm
9871            - lib/Attribute/Handlers/demo/Descriptions.pm
9872            - lib/Attribute/Handlers/demo/MyClass.pm
9873            - lib/Attribute/Handlers/demo/demo.pl
9874            - lib/Attribute/Handlers/demo/demo2.pl
9875            - lib/Attribute/Handlers/demo/demo3.pl
9876            - lib/Attribute/Handlers/demo/demo4.pl
9877            - lib/Attribute/Handlers/demo/demo_call.pl
9878            - lib/Attribute/Handlers/demo/demo_chain.pl
9879            - lib/Attribute/Handlers/demo/demo_cycle.pl
9880            - lib/Attribute/Handlers/demo/demo_hashdir.pl
9881            - lib/Attribute/Handlers/demo/demo_phases.pl
9882            - lib/Attribute/Handlers/demo/demo_range.pl
9883            - lib/Attribute/Handlers/demo/demo_rawdata.pl
9884            - lib/Attribute/Handlers/t/multi.t
9885            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
9886            ! pod/perlmodlib.pod pod/perltoc.pod
9887 ____________________________________________________________________________
9888 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
9889         Log: Subject: Re: attributes are broken
9890              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9891              Date: Sun, 09 Dec 2001 00:09:23 -0500
9892              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
9893      Branch: perl
9894            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
9895            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
9896            ! xsutils.c
9897 ____________________________________________________________________________
9898 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
9899         Log: Forgotten checkin.
9900      Branch: perl
9901            ! lib/Pod/Text.pm
9902 ____________________________________________________________________________
9903 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
9904         Log: uconfig.h update.
9905      Branch: perl
9906            ! uconfig.h
9907 ____________________________________________________________________________
9908 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
9909         Log: Update Changes.
9910      Branch: perl
9911            ! Changes patchlevel.h
9912 ____________________________________________________________________________
9913 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
9914         Log: Note that some of the Unicode features are
9915              dependent on perlio.
9916      Branch: perl
9917            ! pod/perluniintro.pod
9918 ____________________________________________________________________________
9919 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
9920         Log: Regen perlapi, regen toc.
9921      Branch: perl
9922            ! pod/perlapi.pod pod/perltoc.pod
9923 ____________________________________________________________________________
9924 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
9925         Log: FAQ sync.
9926      Branch: perl
9927            ! pod/perlfaq4.pod pod/perlfaq6.pod
9928 ____________________________________________________________________________
9929 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
9930         Log: Subject: [PATCH] Fix odd language in an sv.c comment
9931              From: coral@eekeek.org
9932              Date: Sat, 8 Dec 2001 12:19:39 -0500
9933              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
9934      Branch: perl
9935            ! sv.c
9936 ____________________________________________________________________________
9937 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
9938         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
9939              From: Michael G Schwern <schwern@pobox.com>
9940              Date: Fri, 7 Dec 2001 20:03:45 -0500
9941              Message-ID: <20011208010345.GD642@blackrider>
9942              
9943              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
9944              From: Michael G Schwern <schwern@pobox.com>
9945              Date: Fri, 7 Dec 2001 20:13:54 -0500
9946              Message-ID: <20011208011354.GE642@blackrider>
9947              
9948              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
9949              From: Michael G Schwern <schwern@pobox.com>
9950              Date: Fri, 7 Dec 2001 21:47:36 -0500
9951              Message-ID: <20011208024736.GH642@blackrider>
9952              
9953              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
9954              From: Michael G Schwern <schwern@pobox.com>
9955              Date: Fri, 7 Dec 2001 23:09:43 -0500
9956              Message-ID: <20011208040943.GK642@blackrider>
9957              
9958              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
9959              Message-Id: <a05101004b83754903506@[172.16.52.1]>
9960              Date: Fri, 7 Dec 2001 23:28:15 -0600
9961              From: "Craig A. Berry" <craigberry@mac.com>
9962      Branch: perl
9963            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
9964 ____________________________________________________________________________
9965 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
9966         Log: Integrate perlio.
9967      Branch: perl
9968           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
9969           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
9970 ____________________________________________________________________________
9971 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
9972         Log: Retract #11156 since Sarathy has found that it breaks code:
9973              http://bugs.ActiveState.com/show_bug.cgi?id=18457
9974              http://bugs.ActiveState.com/show_bug.cgi?id=18858
9975      Branch: perl
9976            ! op.c sv.c t/op/pos.t
9977 ____________________________________________________________________________
9978 [ 13532] By: nick                                  on 2001/12/08  14:11:12
9979         Log: Integrate mainline
9980      Branch: perlio
9981           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
9982           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
9983 ____________________________________________________________________________
9984 [ 13531] By: nick                                  on 2001/12/08  13:48:21
9985         Log: Tweak multi-arg open error messages
9986      Branch: perlio
9987            ! perlio.c
9988 ____________________________________________________________________________
9989 [ 13530] By: nick                                  on 2001/12/08  10:20:06
9990         Log: Allow multi-arg open() if opening layer declares this legal.
9991      Branch: perlio
9992            ! doio.c perlio.c perliol.h
9993 ____________________________________________________________________________
9994 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
9995         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
9996              From: Michael G Schwern <schwern@pobox.com>       
9997              Date: Fri, 7 Dec 2001 19:41:31 -0500
9998              Message-ID: <20011208004131.GC642@blackrider>
9999      Branch: perl
10000            ! t/run/switches.t t/test.pl
10001 ____________________________________________________________________________
10002 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
10003         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
10004              From: Michael G Schwern <schwern@pobox.com>       
10005              Date: Fri, 7 Dec 2001 19:12:44 -0500
10006              Message-ID: <20011208001244.GB642@blackrider>
10007      Branch: perl
10008            ! t/op/stat.t
10009 ____________________________________________________________________________
10010 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
10011         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
10012              From: Michael G Schwern <schwern@pobox.com>
10013              Date: Fri, 7 Dec 2001 17:28:57 -0500
10014              Message-ID: <20011207222857.GI23210@blackrider>
10015      Branch: perl
10016            ! t/op/magic.t
10017 ____________________________________________________________________________
10018 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
10019         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
10020      Branch: perl
10021            ! t/test.pl
10022 ____________________________________________________________________________
10023 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
10024         Log: which_perl: delay as much a possible till runtime.
10025      Branch: perl
10026            ! t/test.pl
10027 ____________________________________________________________________________
10028 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
10029         Log: Further tweakage to which_perl().
10030      Branch: perl
10031            ! t/test.pl
10032 ____________________________________________________________________________
10033 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
10034         Log: perluniintro tweaks.
10035      Branch: perl
10036            ! pod/perluniintro.pod
10037 ____________________________________________________________________________
10038 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
10039         Log: Tweak the $Perl computation.
10040      Branch: perl
10041            ! t/test.pl
10042 ____________________________________________________________________________
10043 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
10044         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
10045              From: Nicholas Clark <nick@ccl4.org>
10046              Date: Fri, 7 Dec 2001 17:06:56 +0000
10047              Message-ID: <20011207170656.G21702@plum.flirble.org>
10048      Branch: perl
10049            ! doop.c t/op/chop.t
10050 ____________________________________________________________________________
10051 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
10052         Log: Update Changes.
10053      Branch: perl
10054            ! Changes patchlevel.h
10055 ____________________________________________________________________________
10056 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
10057         Log: Missing ).
10058      Branch: perl
10059            ! t/test.pl
10060 ____________________________________________________________________________
10061 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
10062         Log: Allow several arguments to display().
10063      Branch: perl
10064            ! t/test.pl
10065 ____________________________________________________________________________
10066 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
10067         Log: /dev/stdout could be either a character special file
10068              or a named pipe, so let's pretend it doesn't exist.
10069      Branch: perl
10070            ! t/op/stat.t
10071 ____________________________________________________________________________
10072 [ 13516] By: nick                                  on 2001/12/07  15:09:23
10073         Log: Integrate again - can I catch up ?
10074      Branch: perlio
10075           !> t/test.pl
10076 ____________________________________________________________________________
10077 [ 13515] By: nick                                  on 2001/12/07  15:08:17
10078         Log: Integrate mainline some more
10079      Branch: perlio
10080           !> README.hpux hints/linux.sh pod/perlfunc.pod
10081 ____________________________________________________________________________
10082 [ 13514] By: nick                                  on 2001/12/07  15:07:15
10083         Log: Integrate mainline
10084      Branch: perlio
10085           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
10086           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
10087           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
10088           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
10089           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
10090           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
10091           +> t/lib/Math/BigInt/BareCalc.pm
10092            - ext/Devel/PPPort/harness/Harness.pm
10093            - ext/Devel/PPPort/harness/Harness.xs
10094            - ext/Devel/PPPort/harness/Makefile.PL
10095            - ext/Devel/PPPort/harness/module2.c
10096            - ext/Devel/PPPort/harness/module3.c
10097            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
10098            - lib/File/Spec/Functions.t
10099           !> (integrate 103 files)
10100 ____________________________________________________________________________
10101 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
10102         Log: Add display() for displaying icky scalars.
10103      Branch: perl
10104            ! t/test.pl
10105 ____________________________________________________________________________
10106 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
10107         Log: Subject: [ID 20011207.001] documentation bug for waitpid
10108              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
10109              Date: Fri, 7 Dec 2001 12:44:56 +0100
10110              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
10111      Branch: perl
10112            ! pod/perlfunc.pod
10113 ____________________________________________________________________________
10114 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
10115         Log: gcc version matching didn't.
10116      Branch: perl
10117            ! hints/linux.sh
10118 ____________________________________________________________________________
10119 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
10120         Log: Subject: HP renamed their servers              
10121              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10122              Date: Fri, 07 Dec 2001 12:07:22 +0100
10123              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
10124      Branch: perl
10125            ! README.hpux
10126 ____________________________________________________________________________
10127 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
10128         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
10129              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10130              Date: Fri, 7 Dec 2001 00:24:55 -0500
10131              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
10132      Branch: perl
10133            ! pod/perlport.pod
10134 ____________________________________________________________________________
10135 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
10136         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
10137              From: Michael G Schwern <schwern@pobox.com> 
10138              Date: Thu, 6 Dec 2001 22:56:34 -0500
10139              Message-ID: <20011207035634.GO22648@blackrider>
10140      Branch: perl
10141            ! t/base/lex.t t/op/exec.t
10142 ____________________________________________________________________________
10143 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
10144         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
10145              From: Michael G Schwern <schwern@pobox.com>
10146              Date: Thu, 6 Dec 2001 22:45:44 -0500
10147              Message-ID: <20011207034544.GN22648@blackrider>
10148              
10149              (plus op/ref tweak)
10150      Branch: perl
10151            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
10152            ! t/run/kill_perl.t t/test.pl
10153 ____________________________________________________________________________
10154 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
10155         Log: Upgrade to Math::BigInt 1.48.
10156      Branch: perl
10157            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
10158            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10159            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
10160            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
10161            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
10162            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10163            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
10164 ____________________________________________________________________________
10165 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
10166         Log: Mention also perl56delta in case someone is upgrading from
10167              Perl 5.005_03.
10168      Branch: perl
10169            ! pod/perldelta.pod
10170 ____________________________________________________________________________
10171 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
10172         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
10173              From: Michael G Schwern <schwern@pobox.com>
10174              Date: Thu, 6 Dec 2001 15:15:28 -0500
10175              Message-ID: <20011206201528.GF16414@blackrider>
10176              
10177              (just the term.t, not the lex.t)
10178              
10179              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
10180              From: Michael G Schwern <schwern@pobox.com>
10181              Date: Thu, 6 Dec 2001 15:22:22 -0500
10182              Message-ID: <20011206202222.GG16414@blackrider>
10183              
10184              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
10185              From: Michael G Schwern <schwern@pobox.com>
10186              Date: Thu, 6 Dec 2001 15:31:58 -0500
10187              Message-ID: <20011206203158.GI16414@blackrider>
10188              
10189              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
10190              From: Michael G Schwern <schwern@pobox.com>
10191              Date: Thu, 6 Dec 2001 17:38:55 -0500
10192              Message-ID: <20011206223855.GC22648@blackrider>
10193      Branch: perl
10194            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
10195            ! t/test.pl
10196 ____________________________________________________________________________
10197 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
10198         Log: Update the thr5005 situation.
10199      Branch: perl
10200            ! pod/perldelta.pod
10201 ____________________________________________________________________________
10202 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
10203         Log: perldelta borrowings from perl561delta.
10204      Branch: perl
10205            ! pod/perldelta.pod
10206 ____________________________________________________________________________
10207 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
10208         Log: Add the 5.6.1 perldelta as perl561delta.
10209              (Makes it easier to steal stuff for perldelta :-)
10210      Branch: perl
10211            + pod/perl561delta.pod
10212            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10213 ____________________________________________________________________________
10214 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
10215         Log: Retract #13496 for now.
10216      Branch: perl
10217            ! t/base/lex.t t/base/term.t
10218 ____________________________________________________________________________
10219 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
10220         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
10221              From: "Craig A. Berry" <craigberry@mac.com>
10222              Date: Thu, 6 Dec 2001 14:54:36 -0600
10223              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
10224      Branch: perl
10225            ! vms/ext/filespec.t
10226 ____________________________________________________________________________
10227 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
10228         Log: (retracted by #13499)
10229              
10230              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
10231              From: Michael G Schwern <schwern@pobox.com>
10232              Date: Thu, 6 Dec 2001 15:15:28 -0500
10233              Message-ID: <20011206201528.GF16414@blackrider>
10234      Branch: perl
10235            ! t/base/lex.t t/base/term.t
10236 ____________________________________________________________________________
10237 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
10238         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
10239              From: Michael G Schwern <schwern@pobox.com>
10240              Date: Thu, 6 Dec 2001 13:54:48 -0500
10241              Message-ID: <20011206185448.GC16414@blackrider>
10242      Branch: perl
10243            ! t/op/stat.t
10244 ____________________________________________________________________________
10245 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
10246         Log: The #4 has nothing to do with Unicode.
10247      Branch: perl
10248            ! t/op/tr.t
10249 ____________________________________________________________________________
10250 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
10251         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
10252              From: Michael G Schwern <schwern@pobox.com>
10253              Date: Thu, 6 Dec 2001 13:45:48 -0500
10254              Message-ID: <20011206184548.GB16414@blackrider>
10255      Branch: perl
10256            ! t/op/tr.t
10257 ____________________________________________________________________________
10258 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
10259         Log: Update Changes.
10260      Branch: perl
10261            ! Changes patchlevel.h
10262 ____________________________________________________________________________
10263 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
10264         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
10265              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10266              Date: Thu, 6 Dec 2001 11:41:25 EST
10267              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
10268      Branch: perl
10269            ! vms/vms.c vms/vmsish.h
10270 ____________________________________________________________________________
10271 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
10272         Log: Subject: [PATCH] Re: weirdness in regexps
10273              From: Robin Houston <robin@kitsite.com> 
10274              Date: Thu, 6 Dec 2001 14:44:01 +0000
10275              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
10276      Branch: perl
10277            ! op.c t/lib/strict/subs
10278 ____________________________________________________________________________
10279 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
10280         Log: Make the -b -c -S tests count all of the /dev, not just
10281              check the first one, as suggested by Benjamin Goldberg.
10282      Branch: perl
10283            ! t/op/stat.t
10284 ____________________________________________________________________________
10285 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
10286         Log: Subject: Re: [PATCH: bleadperl] casefold backref
10287              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
10288              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
10289              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
10290      Branch: perl
10291            ! regexec.c
10292 ____________________________________________________________________________
10293 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
10294         Log: Nits noticed by Philip Newton, and de-tab DB.t.
10295      Branch: perl
10296            ! lib/DB.t
10297 ____________________________________________________________________________
10298 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
10299         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
10300              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10301              Date: 6 Dec 2001 11:06:01 -0000
10302              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
10303      Branch: perl
10304            ! op.c t/op/tr.t
10305 ____________________________________________________________________________
10306 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
10307         Log: Subject: [PATCH: bleadperl] casefold backref
10308              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
10309              Date: Wed, 05 Dec 2001 17:27:05 +0000
10310              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
10311      Branch: perl
10312            ! regexec.c t/op/re_tests
10313 ____________________________________________________________________________
10314 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
10315         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
10316              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10317              Date: Wed, 5 Dec 2001 22:34:53 EST
10318              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
10319      Branch: perl
10320            ! mg.c vms/vms.c vms/vmsish.h
10321 ____________________________________________________________________________
10322 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
10323         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
10324              From: Michael G Schwern <schwern@pobox.com>
10325              Date: Wed, 5 Dec 2001 19:52:58 -0500
10326              Message-ID: <20011205195257.A903@blackrider>
10327      Branch: perl
10328            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
10329            + lib/File/Spec/t/rel2abs2rel.t
10330            - lib/File/Spec.t lib/File/Spec/Functions.t
10331            ! MANIFEST
10332 ____________________________________________________________________________
10333 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
10334         Log: Subject: Re: Silly stat() portability questions                
10335              From: Benjamin Goldberg <goldbb2@earthlink.net>
10336              Date: Wed, 05 Dec 2001 22:52:35 -0500
10337              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
10338      Branch: perl
10339            ! pod/perlport.pod
10340 ____________________________________________________________________________
10341 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
10342         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
10343              From: "Craig A. Berry" <craigberry@mac.com>
10344              Date: Wed, 05 Dec 2001 16:41:59 -0600
10345              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
10346      Branch: perl
10347            ! README.vms configure.com lib/File/Spec/VMS.pm
10348            ! vms/ext/filespec.t
10349 ____________________________________________________________________________
10350 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
10351         Log: $apply->('club', $glibc_maintainers);
10352              
10353              (Nick Clark just reported that <langinfo.h> YESSTR
10354              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
10355      Branch: perl
10356            ! ext/I18N/Langinfo/Langinfo.t
10357 ____________________________________________________________________________
10358 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
10359         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
10360      Branch: perl
10361            ! pod/perlport.pod
10362 ____________________________________________________________________________
10363 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
10364         Log: tweak change#13474 (pad entries can apparently be null in some
10365              situations)
10366      Branch: maint-5.6/perl
10367            ! op.c
10368 ____________________________________________________________________________
10369 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
10370         Log: Restore the /dev -b -c -S part of the test.
10371      Branch: perl
10372            ! t/op/stat.t
10373 ____________________________________________________________________________
10374 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
10375         Log: Retract #13475 until Arthur gets back to the mine.
10376      Branch: perl
10377            ! op.c t/run/kill_perl.t
10378 ____________________________________________________________________________
10379 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
10380         Log: (retracted by #13476)
10381              
10382              Manually apply #13474; fixes stale reference to dead
10383              CvOUTSIDE(); this can happen when anonymous subroutines
10384              that aren't closures are returned from an eval""
10385              
10386              (threads/shared/sv_refs.t is coredump-unhappy about this change)
10387      Branch: perl
10388            ! op.c t/run/kill_perl.t
10389 ____________________________________________________________________________
10390 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
10391         Log: replacement for change#10451
10392              
10393              fixes stale reference to dead CvOUTSIDE(); this can happen when
10394              anonymous subroutines that aren't closures are returned from an
10395              eval""
10396      Branch: maint-5.6/perl
10397            ! op.c t/op/misc.t
10398 ____________________________________________________________________________
10399 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
10400         Log: revert change#10451,10472; it was a naive fix that simply
10401              reintroduced the memory leak!
10402      Branch: maint-5.6/perl
10403            ! op.c t/op/misc.t
10404 ____________________________________________________________________________
10405 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
10406         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
10407              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10408              Date: Wed, 05 Dec 2001 10:49:20 +0100
10409              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
10410      Branch: perl
10411            ! lib/File/Basename.pm lib/File/Basename.t
10412 ____________________________________________________________________________
10413 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
10414         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
10415              From: Michael G Schwern <schwern@pobox.com> 
10416              Date: Wed, 5 Dec 2001 02:47:59 -0500
10417              Message-ID: <20011205024759.H14333@blackrider>
10418      Branch: perl
10419            ! t/op/magic.t
10420 ____________________________________________________________________________
10421 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
10422         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
10423              From: Michael G Schwern <schwern@pobox.com>              
10424              Date: Wed, 5 Dec 2001 02:22:05 -0500
10425              Message-ID: <20011205022205.F14333@blackrider>
10426      Branch: perl
10427            ! t/op/stat.t vms/test.com
10428 ____________________________________________________________________________
10429 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
10430         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
10431              From: Michael G Schwern <schwern@pobox.com> 
10432              Date: Tue, 4 Dec 2001 23:40:10 -0500
10433              Message-ID: <20011204234010.B14333@blackrider>
10434      Branch: perl
10435            ! t/op/stat.t
10436 ____________________________________________________________________________
10437 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
10438         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
10439              From: Michael G Schwern <schwern@pobox.com> 
10440              Date: Tue, 4 Dec 2001 21:09:18 -0500           
10441              Message-ID: <20011204210918.D13279@blackrider>
10442              
10443              t/test.
10444      Branch: perl
10445            ! t/test.pl
10446 ____________________________________________________________________________
10447 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
10448         Log: (accidentally empty check-in)
10449      Branch: perl
10450            ! t/op/stat.t
10451 ____________________________________________________________________________
10452 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
10453         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
10454              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10455              Date: Tue, 04 Dec 2001 23:40:27 +0100
10456              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
10457      Branch: perl
10458            ! mg.c
10459 ____________________________________________________________________________
10460 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
10461         Log: Subject: [PATCH] minor pod fix in Safe.pm
10462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10463              Date: Tue, 4 Dec 2001 22:02:34 +0100
10464              Message-ID: <20011204220234.A17293@rafael>
10465      Branch: perl
10466            ! ext/Opcode/Safe.pm
10467 ____________________________________________________________________________
10468 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
10469         Log: CRLF GRRR.
10470      Branch: perl
10471            ! djgpp/configure.bat
10472 ____________________________________________________________________________
10473 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
10474         Log: DJGPP fixes from Laszlo Molnar.
10475      Branch: perl
10476            ! djgpp/configure.bat djgpp/djgpp.h
10477 ____________________________________________________________________________
10478 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
10479         Log: Update Changes.
10480      Branch: perl
10481            ! Changes patchlevel.h
10482 ____________________________________________________________________________
10483 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
10484         Log: Must wipe out the memory of real Socket before starting
10485              to use the new fake one.
10486      Branch: perl
10487            ! lib/Net/t/config.t
10488 ____________________________________________________________________________
10489 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
10490         Log: LC_ALL might trump LANG.
10491      Branch: perl
10492            ! lib/open.t
10493 ____________________________________________________________________________
10494 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
10495         Log: Make the eval runtime.
10496      Branch: perl
10497            ! lib/open.pm
10498 ____________________________________________________________________________
10499 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
10500         Log: Make the Langinfo test both more lenient (allow
10501              for any symbol not to exists) and stricter (add
10502              more symbols).
10503      Branch: perl
10504            ! ext/I18N/Langinfo/Langinfo.t
10505 ____________________________________________________________________________
10506 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
10507         Log: integrate change#13453 from maint-5.6
10508              
10509              tweak change#11399 to use an explicit flag rather than
10510              ass_u_ming w32_pseudo_id will only be zero for the real
10511              toplevel interpreter; avoids multiple hosts from diddling
10512              the environment at the same time
10513      Branch: perl
10514           !> win32/perlhost.h
10515 ____________________________________________________________________________
10516 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
10517         Log: Subject: [PATCH] VMS update for perldelta.pod
10518              From: "Craig A. Berry" <craigberry@mac.com> 
10519              Date: Tue, 4 Dec 2001 00:23:12 -0600
10520              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
10521      Branch: perl
10522            ! pod/perldelta.pod
10523 ____________________________________________________________________________
10524 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
10525         Log: NetWare tweak from Ananth Kesari.
10526      Branch: perl
10527            ! NetWare/Makefile
10528 ____________________________________________________________________________
10529 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
10530         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
10531              Not adding the test suite because of its many assumptions.
10532      Branch: perl
10533            ! lib/Net/Ping.pm
10534 ____________________________________________________________________________
10535 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
10536         Log: tweak change#11399 to use an explicit flag rather than
10537              ass_u_ming w32_pseudo_id will only be zero for the real
10538              toplevel interpreter; avoids multiple hosts from diddling
10539              the environment at the same time
10540      Branch: maint-5.6/perl
10541            ! win32/perlhost.h
10542 ____________________________________________________________________________
10543 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
10544         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
10545              from Len Makin.
10546      Branch: perl
10547            + hints/super-ux.sh
10548            ! MANIFEST
10549 ____________________________________________________________________________
10550 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
10551         Log: Add Mac OS X known failures to perldelta.
10552      Branch: perl
10553            ! pod/perldelta.pod
10554 ____________________________________________________________________________
10555 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
10556         Log: I think it's time to call the utf8 code non-test.
10557      Branch: perl
10558            ! utf8.c
10559 ____________________________________________________________________________
10560 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
10561         Log: Retract #13303, need rethink.
10562      Branch: perl
10563            ! utf8.c
10564 ____________________________________________________________________________
10565 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
10566         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
10567              From: "Craig A. Berry" <craigberry@mac.com>
10568              Date: Mon, 03 Dec 2001 16:28:06 -0600
10569              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
10570      Branch: perl
10571            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
10572 ____________________________________________________________________________
10573 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
10574         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
10575              From: Andy Dougherty <doughera@lafayette.edu>
10576              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
10577              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
10578      Branch: perl
10579            ! hints/solaris_2.sh
10580 ____________________________________________________________________________
10581 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
10582         Log: This test is not very robust on 8.3-constrained systems:
10583              all the "with truncated name" lines between "Autosplitting ..."
10584              and "some names are not unique" lines are unexpected,
10585              and the truncation message becomes:
10586              testtest.al, testtest.al truncate to testtest 
10587      Branch: perl
10588            ! lib/AutoSplit.t
10589 ____________________________________________________________________________
10590 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
10591         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
10592      Branch: perl
10593            ! ext/I18N/Langinfo/Langinfo.t
10594 ____________________________________________________________________________
10595 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
10596         Log: Test::Morify UCD.t
10597      Branch: perl
10598            ! lib/Unicode/UCD.t
10599 ____________________________________________________________________________
10600 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
10601         Log: If Socket has not been built (e.g. DJGPP) the libnet
10602              tests fall over with (too) much noise.
10603      Branch: perl
10604            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
10605            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
10606            ! lib/Net/t/smtp.t lib/Net/t/time.t
10607 ____________________________________________________________________________
10608 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
10609         Log: Subject: [PATCH] shared hash keys and ++/--
10610              From: Nicholas Clark <nick@ccl4.org>
10611              Date: Mon, 3 Dec 2001 16:37:16 +0000
10612              Message-ID: <20011203163716.C21702@plum.flirble.org>
10613      Branch: perl
10614            ! pp.c pp_hot.c sv.c t/op/inc.t
10615 ____________________________________________________________________________
10616 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
10617         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
10618              From: Jonathan Stowe <jns@gellyfish.com>
10619              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
10620              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
10621      Branch: perl
10622            ! lib/Term/Cap.pm
10623 ____________________________________________________________________________
10624 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
10625         Log: Update Changes.
10626      Branch: perl
10627            ! Changes patchlevel.h
10628 ____________________________________________________________________________
10629 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
10630         Log: perldelta tweaks.
10631      Branch: perl
10632            ! pod/perldelta.pod
10633 ____________________________________________________________________________
10634 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
10635         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
10636              From: Sam Tregar <sam@tregar.com> 
10637              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
10638              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
10639      Branch: perl
10640            ! pod/perlnewmod.pod
10641 ____________________________________________________________________________
10642 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
10643         Log: microperl casting nit.
10644      Branch: perl
10645            ! utf8.c
10646 ____________________________________________________________________________
10647 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
10648         Log: Make sharepvn a macro since all it does is a deref.
10649      Branch: perl
10650            ! embed.h embed.pl global.sym hv.c hv.h proto.h
10651 ____________________________________________________________________________
10652 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
10653         Log: perldelta updates.
10654      Branch: perl
10655            ! pod/perldelta.pod
10656 ____________________________________________________________________________
10657 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
10658         Log: PPPort update from Paul Marquess.
10659      Branch: perl
10660            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
10661            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
10662            + ext/Devel/PPPort/t/test.t
10663            - ext/Devel/PPPort/harness/Harness.pm
10664            - ext/Devel/PPPort/harness/Harness.xs
10665            - ext/Devel/PPPort/harness/Makefile.PL
10666            - ext/Devel/PPPort/harness/module2.c
10667            - ext/Devel/PPPort/harness/module3.c
10668            - ext/Devel/PPPort/harness/t/test.t
10669            ! MANIFEST ext/Devel/PPPort/MANIFEST
10670            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
10671            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
10672            ! ext/Devel/PPPort/soak
10673 ____________________________________________________________________________
10674 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
10675         Log: No use talking about dynamic library search patch
10676              unless we are having a dynamic build.
10677      Branch: perl
10678            ! t/TEST
10679 ____________________________________________________________________________
10680 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
10681         Log: Be more explicit on the List::Util build trick,
10682              should also stop unneeded rebuilds on static builds.
10683      Branch: perl
10684            ! ext/List/Util/Makefile.PL
10685 ____________________________________________________________________________
10686 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
10687         Log: We need to replace the optimize (-O1) with
10688              the -h scalar0 -h vector0, not append them
10689              to the ccflags.
10690      Branch: perl
10691            ! hints/unicos.sh hints/unicosmk.sh
10692 ____________________________________________________________________________
10693 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
10694         Log: Subject: [PATCH] Shared hash keys 
10695              From: Nicholas Clark <nick@ccl4.org>
10696              Date: Sun, 2 Dec 2001 20:52:32 +0000
10697              Message-ID: <20011202205232.U21702@plum.flirble.org>
10698      Branch: perl
10699            ! doop.c t/op/tr.t
10700 ____________________________________________________________________________
10701 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
10702         Log: Better add new files to MANIFEST, too.
10703      Branch: perl
10704            ! MANIFEST
10705 ____________________________________________________________________________
10706 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
10707         Log: Subject: {PATCH] perlpacktut.pod
10708              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
10709              Date: Sun, 02 Dec 2001 19:55:06 +0100
10710              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
10711      Branch: perl
10712            ! pod/perlpacktut.pod
10713 ____________________________________________________________________________
10714 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
10715         Log: Various small nits found by DJGPP build.
10716      Branch: perl
10717            ! doio.c mg.c pp.c util.c
10718 ____________________________________________________________________________
10719 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
10720         Log: Subject: RE: More verbose POD for Carp
10721              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
10722              Date: Sun, 2 Dec 2001 11:32:51 -0500
10723              Message-ID: <3C0A9748@operamail.com>
10724      Branch: perl
10725            ! lib/Carp.pm
10726 ____________________________________________________________________________
10727 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
10728         Log: Add a header for DJGPP with the function prototypes.
10729      Branch: perl
10730            + djgpp/djgpp.h
10731            ! MANIFEST djgpp/djgpp.c
10732 ____________________________________________________________________________
10733 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
10734         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
10735              From: Abe Timmerman <abe@ztreet.demon.nl>
10736              Date: Sun, 02 Dec 2001 02:41:25 +0100
10737              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
10738      Branch: perl
10739            ! pp_sys.c
10740 ____________________________________________________________________________
10741 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
10742         Log: There isn't PTR2INT(), there's PTR2IV().
10743      Branch: perl
10744            ! ext/Time/HiRes/HiRes.xs
10745 ____________________________________________________________________________
10746 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
10747         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
10748              From: Marc Lehmann <root@schmorp.de>
10749              Date: Sun, 02 Dec 2001 02:44:53 +0100
10750              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
10751      Branch: perl
10752            ! ext/Time/HiRes/HiRes.xs
10753 ____________________________________________________________________________
10754 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
10755         Log: encode()/decode() examples.
10756      Branch: perl
10757            ! ext/Encode/Encode.pm
10758 ____________________________________________________________________________
10759 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
10760         Log: DJGPP tweaks from Laszlo Molnar.
10761      Branch: perl
10762            ! djgpp/config.over djgpp/djgppsed.sh
10763 ____________________________________________________________________________
10764 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
10765         Log: Update Changes.
10766      Branch: perl
10767            ! Changes patchlevel.h
10768 ____________________________________________________________________________
10769 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
10770         Log: Integrate perlio;
10771              
10772              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
10773              which do not have file descriptors. Noticed a possibly
10774              worse problem in the process ...
10775      Branch: perl
10776           !> doio.c
10777 ____________________________________________________________________________
10778 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
10779         Log: Non-VMS-fixed and Win32-skipped version of
10780              
10781              Subject: [PATCH t/op/exec.t] Portabilty fix 
10782              From: Michael G Schwern <schwern@pobox.com> 
10783              Date: Fri, 30 Nov 2001 16:09:27 -0500
10784              Message-ID: <20011130160927.A10406@blackrider>
10785      Branch: perl
10786            ! t/op/exec.t
10787 ____________________________________________________________________________
10788 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
10789         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
10790              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10791              Date: Sat, 1 Dec 2001 07:01:09 -0500
10792              Message-ID: <3C0D2E39@operamail.com>
10793              
10794              Subject: More verbose POD for Carp
10795              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10796              Date: Sat, 1 Dec 2001 08:04:16 -0500
10797              Message-ID: <3C285C2B@operamail.com>
10798      Branch: perl
10799            ! lib/Carp.pm lib/Carp/Heavy.pm
10800 ____________________________________________________________________________
10801 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
10802         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
10803              From: chromatic <chromatic@rmci.net>
10804              Date: Sat, 01 Dec 2001 12:41:58 -0700
10805              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
10806      Branch: perl
10807            ! lib/DB.t
10808 ____________________________________________________________________________
10809 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
10810         Log: Try to make a missing RADIXCHAR a softer kinder error.
10811      Branch: perl
10812            ! ext/I18N/Langinfo/Langinfo.t
10813 ____________________________________________________________________________
10814 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
10815         Log: Have a little faith on nl_langinfo() itself.
10816      Branch: perl
10817            ! ext/I18N/Langinfo/Langinfo.xs
10818 ____________________________________________________________________________
10819 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
10820         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
10821              the max, not max plus one)
10822      Branch: perl
10823            ! ext/I18N/Langinfo/Langinfo.xs
10824 ____________________________________________________________________________
10825 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
10826         Log: Make reality agree with the comment.
10827      Branch: perl
10828            ! ext/I18N/Langinfo/Langinfo.xs
10829 ____________________________________________________________________________
10830 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
10831         Log: Try to protect against wild langinfo() arguments.
10832      Branch: perl
10833            ! ext/I18N/Langinfo/Langinfo.xs
10834 ____________________________________________________________________________
10835 [ 13409] By: nick                                  on 2001/12/01  18:19:59
10836         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
10837              have file descriptors. Noticed a possibly worse problem in the process ...
10838      Branch: perlio
10839            ! doio.c
10840 ____________________________________________________________________________
10841 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
10842         Log: (replaced by #13556)
10843              
10844              If we are inside an eval, let's be silent about
10845              separate symbols and just croak() in the end.
10846      Branch: perl
10847            ! lib/Exporter/Heavy.pm
10848 ____________________________________________________________________________
10849 [ 13407] By: nick                                  on 2001/12/01  17:14:05
10850         Log: Integrate mainline
10851      Branch: perlio
10852           !> (integrate 26 files)
10853 ____________________________________________________________________________
10854 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
10855         Log: Subject: Fix for Exporter error reporting behaviour
10856              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10857              Date: Sat, 1 Dec 2001 06:34:48 -0500
10858              Message-ID: <3C0D1B9A@operamail.com>
10859      Branch: perl
10860            ! lib/Exporter.pm lib/Exporter/Heavy.pm
10861 ____________________________________________________________________________
10862 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
10863         Log: Need to hide behind an eval to avoid a warning
10864              about :utf8 on non-perlio configs.
10865      Branch: perl
10866            ! lib/open.t
10867 ____________________________________________________________________________
10868 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
10869         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
10870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10871              Date: Fri, 30 Nov 2001 23:46:58 +0100
10872              Message-ID: <20011130234658.A717@rafael>
10873      Branch: perl
10874            ! op.c t/op/method.t
10875 ____________________________________________________________________________
10876 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
10877         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
10878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10879              Date: Thu, 29 Nov 2001 22:46:12 +0100
10880              Message-ID: <20011129224612.A699@rafael>
10881      Branch: perl
10882            ! ext/B/B/Xref.pm
10883 ____________________________________________________________________________
10884 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
10885         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
10886              From: Tels <perl_dummy@bloodgate.com>
10887              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
10888              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
10889      Branch: perl
10890            ! pod/perlfunc.pod
10891 ____________________________________________________________________________
10892 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
10893         Log: Subject: [REPATCH] reference pointer comparison
10894              From: Nicholas Clark <nick@ccl4.org>
10895              Date: Sat, 1 Dec 2001 13:00:17 +0000
10896              Message-ID: <20011201130017.I21702@plum.flirble.org>
10897      Branch: perl
10898            ! pp.c
10899 ____________________________________________________________________________
10900 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
10901         Log: Upgrade to Storable 1.0.14.
10902      Branch: perl
10903            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10904 ____________________________________________________________________________
10905 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
10906         Log: Add simple caches for ::viacode() and ::vianame().
10907      Branch: perl
10908            ! lib/charnames.pm lib/charnames.t
10909 ____________________________________________________________________________
10910 [ 13398] By: nick                                  on 2001/12/01  10:36:24
10911         Log: Integrate mainline.
10912      Branch: perlio
10913           +> (branch 44 files)
10914            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10915            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10916            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
10917           !> (integrate 250 files)
10918 ____________________________________________________________________________
10919 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
10920         Log: Regen toc and modlib.
10921      Branch: perl
10922            ! pod/perlmodlib.pod pod/perltoc.pod
10923 ____________________________________________________________________________
10924 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
10925         Log: Upgrade to podlators-1.18.
10926      Branch: perl
10927            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
10928 ____________________________________________________________________________
10929 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
10930         Log: -h scalar0 -h vector0 seems to help for both
10931              UNICOS and UNICOS/mk on the unpack %65c problems.
10932              
10933              (replaces #13393)
10934      Branch: perl
10935            ! hints/unicos.sh hints/unicosmk.sh
10936 ____________________________________________________________________________
10937 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
10938         Log: More Socket constants.
10939      Branch: perl
10940            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
10941 ____________________________________________________________________________
10942 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
10943         Log: (replaced by #13395)
10944      Branch: perl
10945            ! hints/unicosmk.sh
10946 ____________________________________________________________________________
10947 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
10948         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
10949              From: Andy Dougherty <doughera@lafayette.edu>
10950              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
10951              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
10952              
10953              Simplify the test skippage criterion now that we are
10954              no more dependent on sed.
10955      Branch: perl
10956            ! t/comp/cpp.t t/run/switchPx.t
10957 ____________________________________________________________________________
10958 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
10959         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
10960              From: Michael G Schwern <schwern@pobox.com>
10961              Date: Fri, 30 Nov 2001 11:48:44 -0500
10962              Message-ID: <20011130114844.C1303@blackrider>
10963              
10964              (replaces #13381)
10965      Branch: perl
10966            ! t/op/stat.t
10967 ____________________________________________________________________________
10968 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
10969         Log: Let's not assume how much memory has been allocated
10970              to PVs.
10971      Branch: perl
10972            ! ext/Devel/Peek/Peek.t
10973 ____________________________________________________________________________
10974 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
10975         Log: VOS needs to know the modules, including pp_sort.
10976      Branch: perl
10977            ! vos/perl.bind
10978 ____________________________________________________________________________
10979 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
10980         Log: Unused variables.
10981      Branch: perl
10982            ! ext/Unicode/Normalize/Normalize.xs
10983 ____________________________________________________________________________
10984 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
10985         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
10986              From: John Peacock <jpeacock@rowman.com>     
10987              Date: Fri, 30 Nov 2001 10:24:00 -0500        
10988              Message-ID: <3C07A490.A22A76B0@rowman.com>   
10989      Branch: perl
10990            ! lib/ExtUtils/Embed.t
10991 ____________________________________________________________________________
10992 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
10993         Log: Tweak for the VOS building script from Paul Green.
10994      Branch: perl
10995            ! vos/configure_perl.cm
10996 ____________________________________________________________________________
10997 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
10998         Log: Update Changes.
10999      Branch: perl
11000            ! Changes patchlevel.h
11001 ____________________________________________________________________________
11002 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
11003         Log: Cannot test if cppstdin has not yet been installed.
11004      Branch: perl
11005            ! t/run/switchPx.t
11006 ____________________________________________________________________________
11007 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
11008         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
11009              From: Michael G Schwern <schwern@pobox.com> 
11010              Date: Thu, 29 Nov 2001 22:05:11 -0500
11011              Message-ID: <20011129220510.A18869@blackrider>
11012              
11013              TODO 1: if cppstdin is used and not yet installed,
11014              the Px.t will fail (must do the same as in cpp.t)
11015              
11016              TODO 2: does this work if no Perl whatsoever has
11017              yet been installed?  That is, we should be using
11018              the Perl we are building to execute the one-liner.
11019      Branch: perl
11020            + t/run/switchPx.aux t/run/switchPx.t
11021            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
11022            ! vms/test.com
11023 ____________________________________________________________________________
11024 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
11025         Log: Upgrade to Unicode::Normalize 0.12.
11026      Branch: perl
11027            ! ext/Unicode/Normalize/Changes
11028            ! ext/Unicode/Normalize/Normalize.pm
11029            ! ext/Unicode/Normalize/Normalize.xs
11030            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
11031            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
11032            ! ext/Unicode/Normalize/t/test.t
11033 ____________________________________________________________________________
11034 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
11035         Log: (replaced by #13391)
11036              
11037              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
11038              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
11039              Date: 30 Nov 2001 11:41:53 -0000             
11040              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
11041              
11042              No need to die if we have high-paranoia (non-chdirable)
11043              system directories.
11044      Branch: perl
11045            ! t/op/stat.t
11046 ____________________________________________________________________________
11047 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
11048         Log: Paragraph rewrapping.
11049      Branch: perl
11050            ! pod/perliol.pod
11051 ____________________________________________________________________________
11052 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
11053         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
11054              From: Stas Bekman <stas@stason.org>
11055              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
11056              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
11057      Branch: perl
11058            ! pod/perliol.pod
11059 ____________________________________________________________________________
11060 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
11061         Log: Whether select() gets restarted on signals is
11062              implementation dependent.
11063      Branch: perl
11064            ! ext/Time/HiRes/HiRes.t
11065 ____________________________________________________________________________
11066 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
11067         Log: More forgotten checkins.
11068      Branch: perl
11069            ! embed.h embed.pl proto.h
11070 ____________________________________________________________________________
11071 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
11072         Log: Add a note about folding vs lowercase.
11073      Branch: perl
11074            ! regexec.c
11075 ____________________________________________________________________________
11076 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
11077         Log: Use to_uni_fold (and add changed global.sym)
11078      Branch: perl
11079            ! global.sym utf8.c
11080 ____________________________________________________________________________
11081 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
11082         Log: Make to Unicode character functions to use UVs
11083              instead of U32s and add to_uni_fold().
11084      Branch: perl
11085            ! embed.pl proto.h utf8.c
11086 ____________________________________________________________________________
11087 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
11088         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
11089              From: Nicholas Clark <nick@ccl4.org>
11090              Date: Thu, 29 Nov 2001 22:47:32 +0000
11091              Message-ID: <20011129224732.W37621@plum.flirble.org>
11092      Branch: perl
11093            ! pod/perlpacktut.pod
11094 ____________________________________________________________________________
11095 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
11096         Log: README.vos updates from Paul Green.
11097      Branch: perl
11098            ! README.vos
11099 ____________________________________________________________________________
11100 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
11101         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
11102              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11103              Date: Thu, 29 Nov 2001 14:18:51 EST
11104              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
11105      Branch: perl
11106            ! mg.c vms/vms.c vms/vmsish.h
11107 ____________________________________________________________________________
11108 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
11109         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
11110              From: Michael G Schwern <schwern@pobox.com>
11111              Date: Thu, 29 Nov 2001 13:12:31 -0500
11112              Message-ID: <20011129131231.E11300@blackrider>
11113      Branch: perl
11114            ! README.vms
11115 ____________________________________________________________________________
11116 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
11117         Log: BGET_IV was missing.
11118      Branch: perl
11119            ! ext/ByteLoader/bytecode.h
11120 ____________________________________________________________________________
11121 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
11122         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
11123              From: Jonathan Stowe <gellyfish@gellyfish.com>
11124              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
11125              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
11126      Branch: perl
11127            ! lib/Term/Cap.pm
11128 ____________________________________________________________________________
11129 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
11130         Log: Porting/checkURL.pl was missing.
11131      Branch: perl
11132            ! MANIFEST
11133 ____________________________________________________________________________
11134 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
11135         Log: Subject: INSTALL and READMEs should be reviewed
11136              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11137              Date: Thu, 29 Nov 2001 16:49:36 +0100
11138              Message-ID: <20011129164936.A17492@rafael>         
11139      Branch: perl
11140            ! README.cygwin
11141 ____________________________________________________________________________
11142 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
11143         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
11144              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
11145              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
11146              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
11147      Branch: perl
11148            ! README.os390
11149 ____________________________________________________________________________
11150 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
11151         Log: Update Changes.
11152      Branch: perl
11153            ! Changes patchlevel.h
11154 ____________________________________________________________________________
11155 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
11156         Log: The changes to the curliffed files didn't stick in #13348.
11157      Branch: perl
11158            ! README.dos README.win32
11159 ____________________________________________________________________________
11160 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
11161         Log: Subject: Re: Found the rev where File::Glob broke
11162              From: Andy Dougherty <doughera@lafayette.edu>
11163              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
11164              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
11165      Branch: perl
11166            ! lib/ExtUtils/MM_Unix.pm
11167 ____________________________________________________________________________
11168 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
11169         Log: Use __DATA__ instead of __END__.
11170      Branch: perl
11171            ! lib/Term/Cap.pm
11172 ____________________________________________________________________________
11173 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
11174         Log: Subject: [PATCH toke.c] autosplit into @F fix
11175              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11176              Date: Thu, 29 Nov 2001 14:52:23 +0100
11177              Message-ID: <20011129145223.A25817@rafael>         
11178      Branch: perl
11179            ! toke.c
11180 ____________________________________________________________________________
11181 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
11182         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
11183              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11184              Date: Thu, 29 Nov 2001 15:48:15 +0100
11185              Message-ID: <20011129154815.C25817@rafael>         
11186      Branch: perl
11187            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
11188 ____________________________________________________________________________
11189 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
11190         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
11191              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
11192              Date: Wed, 28 Nov 2001 20:35:29 +0100
11193              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
11194      Branch: perl
11195            ! pod/perlpacktut.pod
11196 ____________________________________________________________________________
11197 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
11198         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
11199              From: Stas Bekman <stas@stason.org>
11200              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
11201              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
11202              
11203              (with tweaks)
11204      Branch: perl
11205            ! pod/perlapio.pod
11206 ____________________________________________________________________________
11207 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
11208         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
11209              From: Tels <perl_dummy@bloodgate.com>
11210              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
11211              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
11212              
11213              (plus paragraph rewrapping)
11214      Branch: perl
11215            ! lib/Exporter.pm
11216 ____________________________________________________________________________
11217 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
11218         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
11219              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
11220              Date: Wed, 28 Nov 2001 21:47:59 +0000
11221              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
11222      Branch: perl
11223            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
11224 ____________________________________________________________________________
11225 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
11226         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
11227              From: Andy Dougherty <doughera@lafayette.edu>
11228              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
11229              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
11230      Branch: perl
11231            ! INSTALL ext/Time/HiRes/HiRes.t
11232 ____________________________________________________________________________
11233 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
11234         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
11235              From: Michael G Schwern <schwern@pobox.com> 
11236              Date: Wed, 28 Nov 2001 16:37:01 -0500
11237              Message-ID: <20011128163701.H676@blackrider>
11238      Branch: perl
11239            ! t/run/kill_perl.t
11240 ____________________________________________________________________________
11241 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
11242         Log: @INC tweak.
11243      Branch: perl
11244            ! t/op/ref.t
11245 ____________________________________________________________________________
11246 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
11247         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
11248              From: Nicholas Clark <nick@ccl4.org>
11249              Date: Wed, 28 Nov 2001 23:38:43 +0000
11250              Message-ID: <20011128233843.N37621@plum.flirble.org>  
11251      Branch: perl
11252            ! installman
11253 ____________________________________________________________________________
11254 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
11255         Log: Tweak the forking logic.
11256      Branch: perl
11257            ! Porting/checkURL.pl
11258 ____________________________________________________________________________
11259 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
11260         Log: Update perlmodlib.PL as per #13348.  The L<> got
11261              changed back because that is coming from ParseLink.pm.
11262      Branch: perl
11263            ! pod/perlmodlib.PL pod/perlmodlib.pod
11264 ____________________________________________________________________________
11265 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
11266         Log: URL fixups from Michael Schwern.
11267      Branch: perl
11268            ! README.cygwin README.dos README.hpux README.mint README.mpeix
11269            ! README.os390 README.qnx README.solaris README.vos README.win32
11270            ! pod/perlmodlib.pod
11271 ____________________________________________________________________________
11272 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
11273         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
11274              From: Barrie Slaymaker <barries@slaysys.com>
11275              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
11276              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
11277      Branch: perl
11278            ! lib/Exporter.pm
11279 ____________________________________________________________________________
11280 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
11281         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
11282      Branch: perl
11283            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
11284 ____________________________________________________________________________
11285 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
11286         Log: Subject: [PATCH] Re: $\ very broken
11287              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11288              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
11289              Message-ID: <20011128223308.E732@rafael>   
11290              
11291              Subject: Re: [PATCH] Re: $\ very broken     
11292              From: Nicholas Clark <nick@ccl4.org>
11293              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
11294              Message-ID: <20011128222859.K37621@plum.flirble.org>
11295      Branch: perl
11296            ! mg.c t/op/ref.t
11297 ____________________________________________________________________________
11298 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
11299         Log: Add Abigail's link checker with the following tweaks:
11300              - known dummy URLs (Peter Prymmer)
11301              - do also READMEs and INSTALL (Michael Schwern)
11302              - do also ftp URLs
11303              - add fork retry loop in case the allowed number
11304              of processes per user is low
11305      Branch: perl
11306            + Porting/checkURL.pl
11307            ! MANIFEST
11308 ____________________________________________________________________________
11309 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
11310         Log: Update Changes.
11311      Branch: perl
11312            ! Changes patchlevel.h
11313 ____________________________________________________________________________
11314 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
11315         Log: In Linux if we have modern enough gcc and supported
11316              enough CPU, crank up the optimization level to -O3.
11317      Branch: perl
11318            ! hints/linux.sh
11319 ____________________________________________________________________________
11320 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
11321         Log: Add perlpacktut from Wolfgang Laun; regen toc.
11322      Branch: perl
11323            + pod/perlpacktut.pod
11324            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
11325            ! pod/perltoc.pod
11326 ____________________________________________________________________________
11327 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
11328         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
11329              From: PPrymmer@factset.com
11330              Date: Wed, 28 Nov 2001 07:51:26 -0500
11331              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
11332      Branch: perl
11333            ! vms/test.com
11334 ____________________________________________________________________________
11335 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
11336         Log: Test cases for the first half of #13338.
11337      Branch: perl
11338            ! t/lib/h2ph.h t/lib/h2ph.pht
11339 ____________________________________________________________________________
11340 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
11341         Log: Subject: Re: h2ph confused by comments in an enum.
11342              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
11343              Date: Wed, 28 Nov 2001 04:19:21 +0000
11344              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
11345              
11346              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
11347              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
11348              Date: Wed, 28 Nov 2001 13:36:35 +0000
11349              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
11350      Branch: perl
11351            ! utils/h2ph.PL
11352 ____________________________________________________________________________
11353 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
11354         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
11355              From: Jonathan Stowe <gellyfish@gellyfish.com>
11356              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
11357              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
11358              
11359              (replace #13327)
11360      Branch: perl
11361            ! lib/Term/Cap.pm
11362 ____________________________________________________________________________
11363 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
11364         Log: Replace #13335 with
11365              
11366              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
11367              From: Russ Allbery <rra@stanford.edu>
11368              Date: 27 Nov 2001 20:42:49 -0800
11369              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
11370      Branch: perl
11371            ! lib/Pod/Text/Termcap.pm
11372 ____________________________________________________________________________
11373 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
11374         Log: (replaced by #13336)
11375              
11376              Subject: [PATCH perl@13323] Termcap.pm with no termios
11377              From: "Craig A. Berry" <craigberry@mac.com> 
11378              Date: Tue, 27 Nov 2001 22:28:50 -0600
11379              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
11380      Branch: perl
11381            ! lib/Pod/Text/Termcap.pm
11382 ____________________________________________________________________________
11383 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
11384         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
11385              From: "Craig A. Berry" <craigberry@mac.com> 
11386              Date: Tue, 27 Nov 2001 21:46:45 -0600
11387              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
11388      Branch: perl
11389            ! configure.com
11390 ____________________________________________________________________________
11391 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
11392         Log: Upgrade to podlators 1.17.
11393      Branch: perl
11394            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
11395            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11396 ____________________________________________________________________________
11397 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
11398         Log: Fix for "a\x{100}" =~ /A/i.
11399      Branch: perl
11400            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
11401            ! utf8.c
11402 ____________________________________________________________________________
11403 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
11404         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
11405              From: "Craig A. Berry" <craigberry@mac.com>
11406              Date: Tue, 27 Nov 2001 17:11:49 -0600
11407              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
11408      Branch: perl
11409            ! lib/DB.t
11410 ____________________________________________________________________________
11411 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
11412         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
11413              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11414              Date: Tue, 27 Nov 2001 14:55:23 -0500
11415              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
11416              
11417              Subject: [PATCH: perl@13324] updates to perldelta.pod 
11418              From: PPrymmer@factset.com
11419              Date: Tue, 27 Nov 2001 18:06:04 -0500
11420              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
11421              
11422              plus added some known problems.
11423      Branch: perl
11424            ! pod/perldelta.pod
11425 ____________________________________________________________________________
11426 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
11427         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
11428              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11429              Date: Tue, 27 Nov 2001 15:38:02 EST 
11430              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
11431      Branch: perl
11432            ! configure.com vms/vms.c vms/vmsish.h
11433 ____________________________________________________________________________
11434 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
11435         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
11436              From: Michael G Schwern <schwern@pobox.com> 
11437              Date: Tue, 27 Nov 2001 15:31:12 -0500
11438              Message-ID: <20011127153112.G20929@blackrider>
11439      Branch: perl
11440            ! t/run/kill_perl.t
11441 ____________________________________________________________________________
11442 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
11443         Log: (replaced by #13337)
11444              
11445              VMS can safely hardcode a termcap entry for VT100.
11446      Branch: perl
11447            ! lib/Term/Cap.pm
11448 ____________________________________________________________________________
11449 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
11450         Log: VMS piping fixes from Charles Lane (perl -P should
11451              be working now).
11452      Branch: perl
11453            ! vms/vms.c
11454 ____________________________________________________________________________
11455 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
11456         Log: Subject: [PATCH] perlvar.pod fix
11457              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11458              Date: Tue, 27 Nov 2001 13:11:47 -0500
11459              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
11460      Branch: perl
11461            ! pod/perlvar.pod
11462 ____________________________________________________________________________
11463 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
11464         Log: Update Changes.
11465      Branch: perl
11466            ! Changes patchlevel.h
11467 ____________________________________________________________________________
11468 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
11469         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
11470              From: "Craig A. Berry" <craigberry@mac.com> 
11471              Date: Tue, 27 Nov 2001 10:21:18 -0600
11472              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
11473      Branch: perl
11474            ! lib/ExtUtils/MM_VMS.pm
11475 ____________________________________________________________________________
11476 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
11477         Log: Protect against accumulating -options -options -options.
11478      Branch: perl
11479            ! hints/hpux.sh
11480 ____________________________________________________________________________
11481 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
11482         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
11483              From: Barrie Slaymaker <barries@slaysys.com>
11484              Date: Tue, 27 Nov 2001 10:58:54 -0500
11485              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
11486      Branch: perl
11487            ! lib/Benchmark.pm
11488 ____________________________________________________________________________
11489 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
11490         Log: Tiny fix from John P. Linderman.
11491      Branch: perl
11492            ! lib/sort.pm
11493 ____________________________________________________________________________
11494 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
11495         Log: The Story of sort(), from John P. Linderman.
11496      Branch: perl
11497            ! pod/perldelta.pod
11498 ____________________________________________________________________________
11499 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
11500         Log: Add information what to do if you are reading
11501              perluniintro but using some older Perl.
11502      Branch: perl
11503            ! pod/perluniintro.pod
11504 ____________________________________________________________________________
11505 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
11506         Log: Update the 'wide characters' FAQ entry.
11507      Branch: perl
11508            ! pod/perlfaq6.pod
11509 ____________________________________________________________________________
11510 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
11511         Log: Fix for
11512              
11513              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
11514              From: Marc Lehmann <root@schmorp.de>
11515              Date: Tue, 27 Nov 2001 14:27:14 +0100
11516              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
11517      Branch: perl
11518            ! ext/Encode.t ext/Encode/Encode.xs
11519 ____________________________________________________________________________
11520 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
11521         Log: Subject: [PATCH] DB_File 1.801
11522              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11523              Date: Tue, 27 Nov 2001 15:06:45 -0000
11524              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
11525      Branch: perl
11526            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11527            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11528 ____________________________________________________________________________
11529 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
11530         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
11531      Branch: perl
11532            ! pod/perlmodlib.pod
11533 ____________________________________________________________________________
11534 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
11535         Log: sort() doc tweaks from John P. Linderman.
11536      Branch: perl
11537            ! pod/perlfunc.pod
11538 ____________________________________________________________________________
11539 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
11540         Log: Subject: [PATCH] More perldelta.pod nits
11541              From: Simon Glover <scog@roe.ac.uk>
11542              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
11543              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
11544      Branch: perl
11545            ! pod/perldelta.pod
11546 ____________________________________________________________________________
11547 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
11548         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
11549              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11550              Date: Tue, 27 Nov 2001 11:52:31 -0000
11551              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
11552      Branch: perl
11553            ! ext/Devel/PPPort/harness/Makefile.PL
11554 ____________________________________________________________________________
11555 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
11556         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
11557              From: Michael G Schwern <schwern@pobox.com>
11558              Date: Tue, 27 Nov 2001 03:38:24 -0500
11559              Message-ID: <20011127033824.A17775@blackrider>
11560      Branch: perl
11561            ! t/TEST
11562 ____________________________________________________________________________
11563 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
11564         Log: Subject: Re: perlcc very broken
11565              From: John Peacock <jpeacock@rowman.com>
11566              Date: Tue, 27 Nov 2001 06:48:01 -0500
11567              Message-ID: <3C037D71.4030508@rowman.com>
11568      Branch: perl
11569            ! utils/perlcc.PL
11570 ____________________________________________________________________________
11571 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
11572         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
11573              From: David Dyck <dcd@tc.fluke.com>
11574              Date: Mon, 26 Nov 2001 22:04:38 -0800
11575              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
11576      Branch: perl
11577            ! t/op/pack.t
11578 ____________________________________________________________________________
11579 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
11580         Log: Subject: [ID 20011126.149] t/op/split fails step 37
11581              From: David Dyck <dcd@tc.fluke.com>
11582              Date: Mon, 26 Nov 2001 21:52:35 -0800
11583              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
11584      Branch: perl
11585            ! t/op/split.t
11586 ____________________________________________________________________________
11587 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
11588         Log: incorporate last minute change from libnet 1.0901-tobe
11589      Branch: perl
11590            ! lib/Net/SMTP.pm
11591 ____________________________________________________________________________
11592 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
11593         Log: Pass 7 at perldelta - random edits.
11594      Branch: perl
11595            ! pod/perldelta.pod
11596 ____________________________________________________________________________
11597 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
11598         Log: Portability and skippage tweaks.
11599      Branch: perl
11600            ! t/op/split.t
11601 ____________________________________________________________________________
11602 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
11603         Log: (retracted by #13449)
11604              Try to make Unicode casemapping to work for EBCDIC, too.
11605      Branch: perl
11606            ! utf8.c
11607 ____________________________________________________________________________
11608 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
11609         Log: Just printing 1..0 is not quite enough...
11610      Branch: perl
11611            ! lib/Dumpvalue.t
11612 ____________________________________________________________________________
11613 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
11614         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
11615              Delay the match until runtime.
11616      Branch: perl
11617            ! t/op/append.t
11618 ____________________________________________________________________________
11619 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
11620         Log: UTF-EBCDIC.
11621      Branch: perl
11622            ! ext/Devel/Peek/Peek.t
11623 ____________________________________________________________________________
11624 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
11625         Log: Be UTF-EBCDIC aware.
11626      Branch: perl
11627            ! lib/bytes.t
11628 ____________________________________________________________________________
11629 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
11630         Log: Bad assumption which way digits and letters sort.
11631      Branch: perl
11632            ! lib/English.t
11633 ____________________________________________________________________________
11634 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
11635         Log: If in EBCDIC but no Convert::EBCDIC
11636              the libnet tests will all fail.
11637      Branch: perl
11638            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
11639            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
11640            ! lib/Net/t/smtp.t lib/Net/t/time.t
11641 ____________________________________________________________________________
11642 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
11643         Log: Just sorting to guarantee order is not enough.
11644              (Think EBCDIC.) 
11645      Branch: perl
11646            ! lib/ExtUtils/Manifest.t
11647 ____________________________________________________________________________
11648 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
11649         Log: OS/390 cleanable gunk.
11650      Branch: perl
11651            ! lib/ExtUtils/MM_Unix.pm
11652 ____________________________________________________________________________
11653 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
11654         Log: Update the EBCDIC MD5 checksums.
11655      Branch: perl
11656            ! ext/Digest/MD5/t/files.t
11657 ____________________________________________________________________________
11658 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
11659         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
11660              From: Nicholas Clark <nick@ccl4.org>
11661              Date: Mon, 26 Nov 2001 23:06:34 +0000
11662              Message-ID: <20011126230633.Q37621@plum.flirble.org>
11663      Branch: perl
11664            ! installman
11665 ____________________________________________________________________________
11666 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
11667         Log: sort tweaks from John P. Linderman.
11668      Branch: perl
11669            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
11670 ____________________________________________________________________________
11671 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
11672         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
11673              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
11674              Date: Mon, 26 Nov 2001 18:47:25 -0600
11675              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
11676              
11677              Craig Berry submitted half of this patch just yesterday.
11678              Spooky cosmic resonance.
11679      Branch: perl
11680            ! ext/Socket/Socket.xs
11681 ____________________________________________________________________________
11682 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
11683         Log: Subject: [PATCH] doio slightly smaller
11684              From: Nicholas Clark <nick@ccl4.org>
11685              Date: Tue, 27 Nov 2001 00:40:23 +0000      
11686              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
11687      Branch: perl
11688            ! doio.c
11689 ____________________________________________________________________________
11690 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
11691         Log: perldelta nits from Autrijus Tang and Ron Kimball.
11692      Branch: perl
11693            ! pod/perldelta.pod
11694 ____________________________________________________________________________
11695 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
11696         Log: Subject: [PATCH] unpack P* uses random length for item
11697              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
11698              Date: Mon, 26 Nov 2001 19:56:32 +0100
11699              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
11700      Branch: perl
11701            ! pod/perldiag.pod pp_pack.c t/op/pack.t
11702 ____________________________________________________________________________
11703 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
11704         Log: Subject: [PATCH current] system and taintedness
11705              From: Radu Greab <radu@netsoft.ro>
11706              Date: Mon, 26 Nov 2001 18:42:29 +0200
11707              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
11708      Branch: perl
11709            ! pp_sys.c t/op/taint.t
11710 ____________________________________________________________________________
11711 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
11712         Log: Subject: [PATCH @ 13283] Devel::PPPort
11713              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11714              Date: Mon, 26 Nov 2001 14:37:17 -0000
11715              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
11716      Branch: perl
11717            + ext/Devel/PPPort/MANIFEST
11718            ! MANIFEST ext/Devel/PPPort/Makefile.PL
11719            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
11720            ! ext/Devel/PPPort/harness/Harness.xs
11721            ! ext/Devel/PPPort/harness/Makefile.PL
11722            ! ext/Devel/PPPort/harness/module2.c
11723            ! ext/Devel/PPPort/harness/module3.c
11724            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
11725 ____________________________________________________________________________
11726 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
11727         Log: Update the test list.
11728      Branch: perl
11729            ! t/lib/1_compile.t
11730 ____________________________________________________________________________
11731 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
11732         Log: Sync-up tests with libnet distribution
11733      Branch: perl
11734            + lib/Net/t/netrc.t
11735            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
11736 ____________________________________________________________________________
11737 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
11738         Log: Update Changes.
11739      Branch: perl
11740            ! Changes patchlevel.h
11741 ____________________________________________________________________________
11742 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
11743         Log: Upgrade to podlators 1.16.
11744      Branch: perl
11745            + lib/Pod/t/basic.cap
11746            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
11747            ! lib/Pod/t/basic.t pod/pod2man.PL
11748 ____________________________________________________________________________
11749 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
11750         Log: Pass 6 at perldelta - sort enhancements, generic and
11751              platform specific bug fixes.
11752      Branch: perl
11753            ! pod/perldelta.pod
11754 ____________________________________________________________________________
11755 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
11756         Log: PROPAGATE documentation from Tony Cook.
11757      Branch: perl
11758            ! pod/perlfunc.pod
11759 ____________________________________________________________________________
11760 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
11761         Log: DJGPP cannot do signals that well.
11762      Branch: perl
11763            ! ext/POSIX/t/sigaction.t
11764 ____________________________________________________________________________
11765 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
11766         Log: Can't do subsecond alarms without ualarm; and break out
11767              early if alarms do not seem to be coming in as expected.
11768      Branch: perl
11769            ! ext/Time/HiRes/HiRes.t
11770 ____________________________________________________________________________
11771 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
11772         Log: No Socket, little Net.
11773      Branch: perl
11774            ! t/lib/1_compile.t
11775 ____________________________________________________________________________
11776 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
11777         Log: Take the taint brush to the getcwds.
11778      Branch: perl
11779            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
11780 ____________________________________________________________________________
11781 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
11782         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
11783              From: "Craig A. Berry" <craigberry@mac.com>
11784              Date: Sun, 25 Nov 2001 16:20:45 -0600
11785              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
11786      Branch: perl
11787            ! ext/Socket/Socket.xs
11788 ____________________________________________________________________________
11789 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
11790         Log: Since in some DOS filesystems the timestamp granularity
11791              may be only two seconds, better sleep for three to play safe.
11792              (Helps CygWin, at least.)
11793      Branch: perl
11794            ! lib/Memoize/t/expire_file.t
11795 ____________________________________________________________________________
11796 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
11797         Log: For some reason CygWin wasn't collapsing multiple
11798              slashes into one, which made some Spec.t tests to fail.
11799              Either CygWin was being too prudish or the collapsing
11800              logic needs to be rethunk.
11801      Branch: perl
11802            ! lib/File/Spec/Unix.pm
11803 ____________________________________________________________________________
11804 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
11805         Log: Cygwin needs to have libperl.dll around if trying to link
11806              with -lperl.  Note: this change cures the test but whether
11807              it cures CygPerl installation, I don't know: hopefully the
11808              libperl5_7_2.dll, or the version equivalent, gets installed
11809              also as libperl.dll to the proper place(s).
11810      Branch: perl
11811            ! lib/ExtUtils/Embed.t
11812 ____________________________________________________________________________
11813 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
11814         Log: -I../lib/.. and -L../lib/..?  Strange.
11815      Branch: perl
11816            ! lib/ExtUtils/Embed.t
11817 ____________________________________________________________________________
11818 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
11819         Log: $MM?
11820      Branch: perl
11821            ! lib/ExtUtils/Embed.pm
11822 ____________________________________________________________________________
11823 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
11824         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
11825              From: Dave Rolsky <autarch@urth.org>
11826              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
11827              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
11828      Branch: perl
11829            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
11830            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11831 ____________________________________________________________________________
11832 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
11833         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
11834              From: chromatic <chromatic@rmci.net>
11835              Date: Sat, 24 Nov 2001 14:56:57 -0700
11836              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
11837              
11838              plus a tweak for ithreads builds.
11839      Branch: perl
11840            + lib/DB.t
11841            ! MANIFEST lib/DB.pm
11842 ____________________________________________________________________________
11843 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
11844         Log: Win32 compilation tweaks for Blair Zajac.
11845      Branch: perl
11846            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
11847 ____________________________________________________________________________
11848 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
11849         Log: I don't think trying to bracket the hires time with lores
11850              times is going to be portable enough: Cygwin seems to be
11851              capable of getting hires ones rather consistently lower
11852              than the lores ones.  So let's try average difference instead.
11853      Branch: perl
11854            ! ext/Time/HiRes/HiRes.t
11855 ____________________________________________________________________________
11856 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
11857         Log: Subject: Re: benchmarks, sorts and reproducibility
11858              From: "John P. Linderman" <jpl@research.att.com>
11859              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
11860              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
11861              
11862              Randomize large partitions for quicksort to dodge the
11863              angry gods of quadratic.
11864      Branch: perl
11865            ! pp_sort.c
11866 ____________________________________________________________________________
11867 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
11868         Log: The joys of portable quoting.
11869      Branch: perl
11870            ! ext/Devel/PPPort/harness/Makefile.PL
11871 ____________________________________________________________________________
11872 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
11873         Log: sort pragma tweaks.
11874      Branch: perl
11875            ! lib/sort.pm
11876 ____________________________________________________________________________
11877 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
11878         Log: Skip the link= directives of utils.lst if no mandir
11879              (if no manpages).
11880      Branch: perl
11881            ! installman
11882 ____________________________________________________________________________
11883 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
11884         Log: integrate changes#8340,13260 from mainline
11885              
11886              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
11887              
11888              change#3373 introduced a handle leak in backticks and piped open()s
11889              that fail
11890      Branch: maint-5.6/perl
11891            ! t/io/pipe.t util.c
11892 ____________________________________________________________________________
11893 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
11894         Log: change#3373 introduced a handle leak in backticks and piped open()s
11895              that fail
11896      Branch: perl
11897            ! util.c
11898 ____________________________________________________________________________
11899 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
11900         Log: metaconfig unit change for #13258.
11901      Branch: metaconfig/U/perl
11902            ! d_procselfexe.U
11903 ____________________________________________________________________________
11904 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
11905         Log: Extraenous breaks noticed by David Dyck.
11906      Branch: perl
11907            ! Configure
11908 ____________________________________________________________________________
11909 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
11910         Log: Revert the /proc/self/auxv experiment for now.
11911      Branch: perl
11912            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
11913 ____________________________________________________________________________
11914 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
11915         Log: Also ExtUtils.t had $^X assumptions.
11916      Branch: perl
11917            ! lib/ExtUtils.t
11918 ____________________________________________________________________________
11919 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
11920         Log: Now is Solaris if you start the t/perl in the t/
11921              as "./perl", the $^X will be "../perl", not "./perl".
11922      Branch: perl
11923            ! t/lib/1_compile.t
11924 ____________________________________________________________________________
11925 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
11926         Log: The new way of finding out $^X in Solaris
11927              requires a little tweak if the executable
11928              pathname is *not* absolute: prepend "./"
11929              (otherwise `$^X ...` will start perl from PATH...)
11930      Branch: perl
11931            ! perl.c
11932 ____________________________________________________________________________
11933 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
11934         Log: Avoid "will not stay shared" warnings.
11935      Branch: perl
11936            ! lib/ExtUtils/MM_Unix.pm
11937 ____________________________________________________________________________
11938 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
11939         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
11940              From: Michael G Schwern <schwern@pobox.com>
11941              Date: Sat, 24 Nov 2001 19:56:18 -0500
11942              Message-ID: <20011124195618.A14614@blackrider>            
11943      Branch: perl
11944            ! perl.c pp_sys.c t/op/magic.t util.c
11945 ____________________________________________________________________________
11946 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
11947         Log: In the MakeMaker pm_to_blib target don't copy all
11948              the files in one fell swoop, deal with them hunkwise,
11949              helps for CLIs with limited line lengths.
11950              (This seems to help for DJGPP building Encode,
11951              where there are dozens of files to copy.)
11952      Branch: perl
11953            ! lib/ExtUtils/MM_Unix.pm
11954 ____________________________________________________________________________
11955 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
11956         Log: testsuite leaves stray files behind on windows
11957      Branch: perl
11958            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
11959 ____________________________________________________________________________
11960 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
11961         Log: xsubpp produces a spurious warning on directories called 'typemap'
11962      Branch: perl
11963            ! lib/ExtUtils/xsubpp
11964 ____________________________________________________________________________
11965 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
11966         Log: xsubpp treats invalid (indented) cpp directives as comments
11967      Branch: perl
11968            ! ext/IO/IO.xs
11969 ____________________________________________________________________________
11970 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
11971         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
11972      Branch: perl
11973            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
11974 ____________________________________________________________________________
11975 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
11976         Log: The debug_pag needs to be visible at all times
11977              because of the re extension.
11978      Branch: perl
11979            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
11980 ____________________________________________________________________________
11981 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
11982         Log: Subject: Re: [PATCH] Tests are good
11983              From: Philip Newton <Philip.Newton@gmx.net>
11984              Date: Sat, 24 Nov 2001 21:24:00 +0100
11985              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
11986      Branch: perl
11987            ! pod/perlhack.pod
11988 ____________________________________________________________________________
11989 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
11990         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
11991              From: "Craig A. Berry" <craigberry@mac.com> 
11992              Date: Sat, 24 Nov 2001 12:45:44 -0600
11993              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
11994              
11995              (with tweaks, and combined with Sarathy's #13242)
11996      Branch: perl
11997            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
11998 ____________________________________________________________________________
11999 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
12000         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
12001              From: John Peacock <jpeacock@rowman.com>
12002              Date: Sat, 24 Nov 2001 14:27:46 -0500
12003              Message-ID: <3BFFF4B2.40509@rowman.com> 
12004      Branch: perl
12005            ! lib/Exporter/Heavy.pm
12006 ____________________________________________________________________________
12007 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
12008         Log: use portable quotes
12009      Branch: perl
12010            ! ext/Devel/PPPort/harness/Makefile.PL
12011 ____________________________________________________________________________
12012 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
12013         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
12014              From: Nicholas Clark <nick@ccl4.org>
12015              Date: Sat, 24 Nov 2001 18:06:26 +0000
12016              Message-ID: <20011124180626.T37621@plum.flirble.org>
12017      Branch: perl
12018            ! installman
12019 ____________________________________________________________________________
12020 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
12021         Log: Subject: [PATCH] perl5005delta.pod L<>
12022              From: Nicholas Clark <nick@ccl4.org>
12023              Date: Sat, 24 Nov 2001 18:04:21 +0000
12024              Message-ID: <20011124180421.S37621@plum.flirble.org>
12025      Branch: perl
12026            ! pod/perl5005delta.pod
12027 ____________________________________________________________________________
12028 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
12029         Log: fix typo in config.vc; regenerate win32 config_H.* files
12030      Branch: perl
12031            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12032            ! win32/config_H.vc
12033 ____________________________________________________________________________
12034 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
12035         Log: Mention the charnames::vianame().
12036      Branch: perl
12037            ! pod/perluniintro.pod
12038 ____________________________________________________________________________
12039 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
12040         Log: Add charnames::vianame() in case people want to access
12041              the codes in run-time (as opposed to the compile-timeness
12042              of \N{...}).
12043      Branch: perl
12044            ! lib/charnames.pm lib/charnames.t
12045 ____________________________________________________________________________
12046 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
12047         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
12048              From: Nicholas Clark <nick@ccl4.org>
12049              Date: Sat, 24 Nov 2001 16:30:42 +0000
12050              Message-ID: <20011124163042.R37621@plum.flirble.org>
12051      Branch: perl
12052            ! regcomp.c regcomp.h
12053 ____________________________________________________________________________
12054 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
12055         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
12056              From: Nicholas Clark <nick@ccl4.org>
12057              Date: Sat, 24 Nov 2001 16:24:33 +0000
12058              Message-ID: <20011124162433.Q37621@plum.flirble.org>
12059              
12060              cmp fixes.
12061      Branch: perl
12062            ! pp.c
12063 ____________________________________________________________________________
12064 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
12065         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
12066              (It seems that "./perl" gets resolved to "perl" now.)
12067      Branch: perl
12068            ! perl.c
12069 ____________________________________________________________________________
12070 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
12071         Log: Subject: [PATCH] DB_File 1.800        
12072              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
12073              Date: Sat, 24 Nov 2001 11:41:41 -0000
12074              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
12075      Branch: perl
12076            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12077            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
12078            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12079            ! ext/DB_File/t/db-recno.t
12080 ____________________________________________________________________________
12081 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
12082         Log: Tweak the PUSHED documentation.
12083      Branch: perl
12084            ! ext/PerlIO/Via/Via.pm
12085 ____________________________________________________________________________
12086 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
12087         Log: Update 1_compile for new known tests.
12088      Branch: perl
12089            ! t/lib/1_compile.t
12090 ____________________________________________________________________________
12091 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
12092         Log: Move the MBF/MBI test modules to t/lib.
12093      Branch: perl
12094            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
12095            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
12096            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
12097            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
12098            ! lib/Math/BigInt/t/sub_mbi.t
12099 ____________________________________________________________________________
12100 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
12101         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
12102              From: "Craig A. Berry" <craigberry@mac.com> 
12103              Date: Fri, 23 Nov 2001 18:05:35 -0600
12104              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
12105      Branch: perl
12106            ! configure.com
12107 ____________________________________________________________________________
12108 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
12109         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
12110              From: PPrymmer@factset.com 
12111              Date: Fri, 23 Nov 2001 17:03:07 -0500
12112              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
12113      Branch: perl
12114            ! ext/Unicode/Normalize/mkheader
12115 ____________________________________________________________________________
12116 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
12117         Log: Here are the right helper files.
12118      Branch: perl
12119            + t/lib/Filter/Simple/ExportTest.pm
12120            + t/lib/Filter/Simple/FilterOnlyTest.pm
12121            + t/lib/Filter/Simple/FilterTest.pm
12122            + t/lib/Filter/Simple/ImportTest.pm
12123            ! MANIFEST
12124 ____________________________________________________________________________
12125 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
12126         Log: Update Changes.
12127      Branch: perl
12128            ! Changes patchlevel.h
12129 ____________________________________________________________________________
12130 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
12131         Log: Never mind.
12132      Branch: perl
12133            - lib/Filter/Simple/lib/ExportTest.pm
12134            - lib/Filter/Simple/lib/ImportTest.pm
12135 ____________________________________________________________________________
12136 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
12137         Log: Mis-add.
12138      Branch: perl
12139            + lib/Filter/Simple/lib/ExportTest.pm
12140            + lib/Filter/Simple/lib/ImportTest.pm
12141 ____________________________________________________________________________
12142 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
12143         Log: Upgrade to Filter::Simple 0.77.
12144      Branch: perl
12145            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
12146            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
12147            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
12148            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
12149            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
12150 ____________________________________________________________________________
12151 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
12152         Log: Missing p4 add.
12153      Branch: perl
12154            + lib/ExtUtils/MM_VMS.t
12155 ____________________________________________________________________________
12156 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
12157         Log: Pass 5 at perldelta - module and utility updates cleanup.
12158      Branch: perl
12159            ! pod/perldelta.pod
12160 ____________________________________________________________________________
12161 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
12162         Log: metaconfig unit change for #13219.
12163      Branch: metaconfig/U/perl
12164            ! d_procselfexe.U
12165 ____________________________________________________________________________
12166 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
12167         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
12168      Branch: perl
12169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12170            ! pod/buildtoc.PL pod/perltoc.pod
12171 ____________________________________________________________________________
12172 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
12173         Log: Add procselfexe and d_dirfd to strange lands.
12174      Branch: perl
12175            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
12176            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12177            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12178            ! win32/config.gc win32/config.vc win32/config.win64
12179            ! wince/config.ce
12180 ____________________________________________________________________________
12181 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
12182         Log: metaconfig unit change for #13216.
12183      Branch: metaconfig/U/perl
12184            ! d_procselfexe.U
12185 ____________________________________________________________________________
12186 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
12187         Log: Better to "quote" the pathname.
12188      Branch: perl
12189            ! Configure config_h.SH
12190 ____________________________________________________________________________
12191 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
12192         Log: Use PROCSELFEXE_PATH.
12193      Branch: perl
12194            ! perl.c
12195 ____________________________________________________________________________
12196 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
12197         Log: metaconfig unit change for #13213.
12198      Branch: metaconfig/U/perl
12199            ! d_procselfexe.U
12200 ____________________________________________________________________________
12201 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
12202         Log: Add probing for BSD-like /proc/curproc/file.
12203      Branch: perl
12204            ! Configure config_h.SH
12205 ____________________________________________________________________________
12206 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
12207         Log: metaconfig unit change for 13211.
12208      Branch: metaconfig/U/perl
12209            + d_dirfd.U
12210 ____________________________________________________________________________
12211 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
12212         Log: Add probing for dirfd() so that it can be added it IO::Dir.
12213      Branch: perl
12214            ! Configure config_h.SH perl.h
12215 ____________________________________________________________________________
12216 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
12217         Log: ...and update the test count.
12218      Branch: perl
12219            ! lib/Pod/t/basic.t
12220 ____________________________________________________________________________
12221 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
12222         Log: Must remove the cap test also from the test script.
12223      Branch: perl
12224            ! lib/Pod/t/basic.t
12225 ____________________________________________________________________________
12226 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
12227         Log: Subject: [PATCH] Tests are good
12228              From: Nicholas Clark <nick@ccl4.org>
12229              Date: Fri, 23 Nov 2001 18:12:21 +0000
12230              Message-ID: <20011123181220.F37621@plum.flirble.org>
12231      Branch: perl
12232            ! pod/perlhack.pod
12233 ____________________________________________________________________________
12234 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
12235         Log: The basic.cap from podlators 1.14 is not very portable.
12236      Branch: perl
12237            - lib/Pod/t/basic.cap
12238            ! MANIFEST
12239 ____________________________________________________________________________
12240 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
12241         Log: Subject: Re: [DOC PATCHES] pod cleanups
12242              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12243              Date: 22 Nov 2001 12:54:16 -0000
12244              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
12245      Branch: perl
12246            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
12247            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
12248 ____________________________________________________________________________
12249 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
12250         Log: FAQ sync.
12251      Branch: perl
12252            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
12253 ____________________________________________________________________________
12254 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
12255         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
12256              From: PPrymmer@factset.com
12257              Date: Fri, 23 Nov 2001 11:43:45 -0500
12258              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
12259      Branch: perl
12260            ! MANIFEST lib/ExtUtils/MM_VMS.pm
12261 ____________________________________________________________________________
12262 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
12263         Log: Corify podlators 1.14 test.
12264      Branch: perl
12265            ! lib/Pod/t/basic.t
12266 ____________________________________________________________________________
12267 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
12268         Log: Output tweak needed because of podlators 1.14.
12269      Branch: perl
12270            ! t/pod/multiline_items.xr
12271 ____________________________________________________________________________
12272 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
12273         Log: Upgrade to podlators 1.14.
12274      Branch: perl
12275            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
12276            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
12277            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
12278            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
12279            ! lib/Pod/Text/Overstrike.pm
12280 ____________________________________________________________________________
12281 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
12282         Log: perlmodinstall tweaks from Philip Newton.
12283      Branch: perl
12284            ! pod/perlmodinstall.pod
12285 ____________________________________________________________________________
12286 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
12287         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
12288              From: Autrijus Tang <autrijus@autrijus.org>           
12289              Date: Fri, 23 Nov 2001 23:55:53 +0800
12290              Message-ID: <20011123235553.A2310@not.autrijus.org>
12291      Branch: perl
12292            ! Porting/genlog
12293 ____________________________________________________________________________
12294 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
12295         Log: Subject: Re: regex oddness with \Z and $&
12296              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
12297              Date: Fri, 23 Nov 2001 15:15:24 +0000
12298              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
12299      Branch: perl
12300            ! regcomp.c t/op/re_tests
12301 ____________________________________________________________________________
12302 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
12303         Log: regen_headers.
12304      Branch: perl
12305            ! embed.h global.sym pod/perlapi.pod proto.h
12306 ____________________________________________________________________________
12307 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
12308         Log: Forgotten check-in.
12309      Branch: perl
12310            ! pod/perlapi.pod
12311 ____________________________________________________________________________
12312 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
12313         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
12314      Branch: perl
12315            ! lib/Test/Simple.pm
12316 ____________________________________________________________________________
12317 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
12318         Log: Retract #13173 (effectively retract Net::Ping 2.06,
12319              go back to 2.04, the 2.06 hasn't seen the patches
12320              that have gone to the blead version.)
12321      Branch: perl
12322            - lib/Net/Ping/CHANGES lib/Net/Ping/README
12323            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12324            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12325            - lib/Net/Ping/t/200_ping_tcp.t
12326            ! MANIFEST lib/Net/Ping.pm
12327 ____________________________________________________________________________
12328 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
12329         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
12330              From: Robin Barker <rmb1@cise.npl.co.uk>
12331              Date: Thu, 22 Nov 2001 11:00:38 GMT
12332              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
12333      Branch: perl
12334            ! utils/perldoc.PL
12335 ____________________________________________________________________________
12336 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
12337         Log: metaconfig unit change for #13191.
12338      Branch: metaconfig/U/perl
12339            ! d_procselfexe.U
12340 ____________________________________________________________________________
12341 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
12342         Log: procselfexe tweak: for some reason I had a ls in
12343              /proc/self/exe, not the ls Configure thought it
12344              would found.
12345      Branch: perl
12346            ! Configure
12347 ____________________________________________________________________________
12348 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
12349         Log: Corify the Net::Ping tests; skip the tests
12350              unless $ENV{PERL_TEST_Net_Ping} is true.
12351      Branch: perl
12352            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12353            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12354            ! lib/Net/Ping/t/200_ping_tcp.t
12355 ____________________________________________________________________________
12356 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
12357         Log: metaconfig units changes for #13188.
12358      Branch: metaconfig
12359            ! U/modified/Head.U
12360      Branch: metaconfig/U/perl
12361            ! issymlink.U
12362 ____________________________________________________________________________
12363 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
12364         Log: The #13182 didn't really help.  The real problem
12365              seems to be that 'sh' can in AIX mean at least three
12366              different things, and we can't know which one it is
12367              unless we export $newsh from an earlier run (and it's
12368              the 'bsh' aka 'sh' that has the the broken test -h).
12369      Branch: perl
12370            ! Configure
12371 ____________________________________________________________________________
12372 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
12373         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
12374      Branch: perl
12375            ! op.c t/op/override.t
12376 ____________________________________________________________________________
12377 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
12378         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
12379              From: PPrymmer@factset.com 
12380              Date: Wed, 21 Nov 2001 20:17:25 -0500
12381              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
12382      Branch: perl
12383            ! lib/Shell.t
12384 ____________________________________________________________________________
12385 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
12386         Log: Reapply perlmodinstall parts of #12897.
12387      Branch: perl
12388            ! pod/perlmodinstall.pod
12389 ____________________________________________________________________________
12390 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
12391         Log: perlmodinstall 2.01 from Jon Orwant.
12392      Branch: perl
12393            ! pod/perlmodinstall.pod
12394 ____________________________________________________________________________
12395 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
12396         Log: Subject: [PATCH @10907] REXX on OS/2
12397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12398              Date: Wed, 21 Nov 2001 15:26:11 -0500
12399              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
12400      Branch: perl
12401            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
12402            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
12403 ____________________________________________________________________________
12404 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
12405         Log: metaconfig unit change for #13181.
12406      Branch: metaconfig/U/perl
12407            ! issymlink.U
12408 ____________________________________________________________________________
12409 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
12410         Log: AIX has broken builtin 'test'.
12411      Branch: perl
12412            ! Configure
12413 ____________________________________________________________________________
12414 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
12415         Log: Subject: [PATCH 5.7.x] INSTALL size update
12416              From: Andy Dougherty <doughera@lafayette.edu>
12417              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
12418              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
12419      Branch: perl
12420            ! INSTALL
12421 ____________________________________________________________________________
12422 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
12423         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
12424              to pp_sort.c.  Includes the quicksort stabilizing layer
12425              from John P. Linderman.  -Msort=qsort or -Msort=fast is
12426              faster than without (or with -Msort=mergesort or -Msort=safe)
12427              for short random inputs, but for some reason not quite as fast
12428              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
12429              optimizing definitely needed.
12430      Branch: perl
12431            + lib/sort.pm lib/sort.t pp_sort.c
12432            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
12433            ! embed.pl global.sym perl.h pp_ctl.c proto.h
12434            ! vms/descrip_mms.template vos/build.cm win32/Makefile
12435            ! win32/makefile.mk wince/Makefile.ce
12436 ____________________________________________________________________________
12437 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
12438         Log: Sync file with libnet-1.0901-tobe
12439      Branch: perl
12440            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
12441            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
12442            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
12443            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
12444            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
12445 ____________________________________________________________________________
12446 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
12447         Log: Subject: [PATCH perldoc] problems with pod2man
12448              From: Robin Barker <rmb1@cise.npl.co.uk>
12449              Date: Wed, 21 Nov 2001 17:48:51 GMT
12450              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
12451      Branch: perl
12452            ! utils/perldoc.PL
12453 ____________________________________________________________________________
12454 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
12455         Log: debug_pad only visible when debugging.
12456      Branch: perl
12457            ! makedef.pl
12458 ____________________________________________________________________________
12459 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
12460         Log: metaconfig units changes for #13174.
12461      Branch: metaconfig/U/perl
12462            + d_procselfexe.U
12463            - procselfexe.U
12464 ____________________________________________________________________________
12465 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
12466         Log: procselfexe tweaks.
12467      Branch: perl
12468            ! Configure config_h.SH
12469 ____________________________________________________________________________
12470 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
12471         Log: Upgrade to Net::Ping 2.06.
12472      Branch: perl
12473            + lib/Net/Ping/CHANGES lib/Net/Ping/README
12474            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12475            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12476            + lib/Net/Ping/t/200_ping_tcp.t
12477            ! MANIFEST lib/Net/Ping.pm
12478 ____________________________________________________________________________
12479 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
12480         Log: Upgrade to Math::BigInt 1.47.
12481      Branch: perl
12482            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12483            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
12484            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
12485            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
12486            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
12487            ! lib/Math/BigInt/t/sub_mbi.t
12488 ____________________________________________________________________________
12489 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
12490         Log: Dynaloading for POSIX-BC from Thomas Dorner.
12491      Branch: perl
12492            ! hints/posix-bc.sh
12493 ____________________________________________________________________________
12494 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
12495         Log: Strange: the same mysterious regex study bug
12496              seems to be present both in OS/390 and POSIX-BC.
12497              Deep EBCDIC magic that regex engine gets wrong,
12498              or a bug in some compiler/library shared by the
12499              two platforms?  From Thomas Dorner.
12500      Branch: perl
12501            ! t/op/study.t
12502 ____________________________________________________________________________
12503 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
12504         Log: More lost and found.
12505      Branch: perl
12506            + lib/Test/Simple/README
12507            ! MANIFEST
12508 ____________________________________________________________________________
12509 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
12510         Log: MANIFESTly missing.
12511      Branch: perl
12512            ! MANIFEST
12513 ____________________________________________________________________________
12514 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
12515         Log: Subject: Re: PERFORCE change 13162 for review               
12516              From: Philip Newton <Philip.Newton@gmx.net> 
12517              Date: Wed, 21 Nov 2001 16:44:30 +0100
12518              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
12519      Branch: perl
12520            ! ext/Devel/PPPort/PPPort.pm
12521 ____________________________________________________________________________
12522 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
12523         Log: Update Changes.
12524      Branch: perl
12525            ! Changes patchlevel.h
12526 ____________________________________________________________________________
12527 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
12528         Log: Small doc tweaks.
12529      Branch: perl
12530            ! ext/PerlIO/Via/Via.pm
12531 ____________________________________________________________________________
12532 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
12533         Log: Redundant return.
12534      Branch: perl
12535            ! ext/MIME/Base64/QuotedPrint.pm
12536 ____________________________________________________________________________
12537 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
12538         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
12539              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
12540              Date: Wed, 21 Nov 2001 10:23:16 +0100
12541              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
12542      Branch: perl
12543            ! pp_pack.c t/op/pack.t
12544 ____________________________________________________________________________
12545 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
12546         Log: Add Devel::PPPort originally from Kenneth Albanowski,
12547              revigorated by Paul Marquess: gives h2xs a Perl version
12548              portability boost.
12549      Branch: perl
12550            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
12551            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
12552            + ext/Devel/PPPort/harness/Harness.pm
12553            + ext/Devel/PPPort/harness/Harness.xs
12554            + ext/Devel/PPPort/harness/Makefile.PL
12555            + ext/Devel/PPPort/harness/module2.c
12556            + ext/Devel/PPPort/harness/module3.c
12557            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
12558            ! MANIFEST lib/h2xs.t utils/h2xs.PL
12559 ____________________________________________________________________________
12560 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
12561         Log: Oops.
12562      Branch: perl
12563            ! lib/Test/Simple/t/filehandles.t
12564 ____________________________________________________________________________
12565 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
12566         Log: Subject: Re: PERFORCE change 13152 for review               
12567              From: Philip Newton <Philip.Newton@gmx.net> 
12568              Date: Wed, 21 Nov 2001 09:04:05 +0100
12569              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
12570      Branch: perl
12571            ! lib/Test/Builder.pm
12572 ____________________________________________________________________________
12573 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
12574         Log: Subject: Re: PERFORCE change 13142 for review
12575              From: Philip Newton <Philip.Newton@gmx.net>
12576              Date: Wed, 21 Nov 2001 09:04:03 +0100
12577              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
12578              
12579              plus rewrap few paragraphs.
12580      Branch: perl
12581            ! lib/Pod/LaTeX.pm
12582 ____________________________________________________________________________
12583 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
12584         Log: Integrate #13154 from macperl; Remove comments.
12585      Branch: perl
12586           !> lib/File/Spec/Mac.pm
12587 ____________________________________________________________________________
12588 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
12589         Log: Update the list of modules having tests.
12590      Branch: perl
12591            ! t/lib/1_compile.t
12592 ____________________________________________________________________________
12593 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
12594         Log: Slight doc changes.
12595      Branch: maint-5.6/macperl
12596            ! macos/macperl/MacPerl.podhelp
12597 ____________________________________________________________________________
12598 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
12599         Log: Add UTF-16 coercion.
12600      Branch: maint-5.6/macperl
12601            ! macos/lib/Mac/AppleEvents/Simple.pm
12602 ____________________________________________________________________________
12603 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
12604         Log: Remove comments.
12605      Branch: maint-5.6/macperl
12606            ! lib/File/Spec/Mac.pm
12607 ____________________________________________________________________________
12608 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
12609         Log: Fix FSpGetCatInfo (and other functions) corrupting
12610              memory with bad filespecs (bug #471867)
12611      Branch: maint-5.6/macperl
12612            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
12613 ____________________________________________________________________________
12614 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
12615         Log: Upgrade to Test::Simple 0.33.
12616      Branch: perl
12617            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
12618            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
12619            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
12620 ____________________________________________________________________________
12621 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
12622         Log: Upgrade to Test::Harness 1.26.
12623      Branch: perl
12624            ! lib/Test/Harness.pm lib/Test/Harness/Changes
12625 ____________________________________________________________________________
12626 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
12627         Log: Integrate change #13145 from maintperl;
12628              another compatibility tweak to change#12559: avoid quoting
12629              arguments that already have quotes; add test case
12630      Branch: perl
12631           !> t/op/system_tests win32/win32.c
12632 ____________________________________________________________________________
12633 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
12634         Log: integrate change#13147 from mainline (fixes nit in change#10091)
12635              
12636              Subject: [PATCH] spaceship and refs
12637      Branch: maint-5.6/perl
12638            ! pp.c pp_hot.c t/op/cmp.t
12639 ____________________________________________________________________________
12640 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
12641         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
12642              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
12643              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
12644              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
12645      Branch: perl
12646            + lib/Pod/t/utils.t
12647            ! MANIFEST
12648 ____________________________________________________________________________
12649 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
12650         Log: Subject: [PATCH] spaceship and refs
12651              From: Nicholas Clark <nick@ccl4.org>
12652              Date: Tue, 20 Nov 2001 21:59:51 +0000
12653              Message-ID: <20011120215951.U62891@plum.flirble.org> 
12654      Branch: perl
12655            ! pp.c pp_hot.c t/op/cmp.t
12656 ____________________________________________________________________________
12657 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
12658         Log: Try to clarify which I/O call operates on bytes,
12659              which on characters, which on either.
12660      Branch: perl
12661            ! pod/perlfunc.pod
12662 ____________________________________________________________________________
12663 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
12664         Log: another compatibility tweak to change#12559: avoid quoting
12665              arguments that already have quotes; add test case
12666      Branch: maint-5.6/perl
12667            ! t/op/system_tests win32/win32.c
12668 ____________________________________________________________________________
12669 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
12670         Log: Give a simple example of writing PerlIO::Via handlers
12671              in Perl.
12672      Branch: perl
12673            ! ext/PerlIO/Via/Via.pm
12674 ____________________________________________________________________________
12675 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
12676         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
12677      Branch: perl
12678            + lib/Pod/t/latex.t
12679            ! MANIFEST
12680 ____________________________________________________________________________
12681 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
12682         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
12683              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12684              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
12685              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
12686      Branch: perl
12687            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
12688 ____________________________________________________________________________
12689 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
12690         Log: Spread d_procselfexe to far-off lands (undefined).
12691      Branch: perl
12692            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
12693            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12694            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12695            ! win32/config.gc win32/config.vc win32/config.win64
12696            ! wince/config.ce
12697 ____________________________________________________________________________
12698 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
12699         Log: Integrate perlio; add detection and use of /proc/self/exe
12700              (Linuxism for finding the absolute path of the executable)
12701      Branch: perl
12702           !> Configure config_h.SH perl.c t/op/magic.t
12703 ____________________________________________________________________________
12704 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
12705         Log: Really define do_report_used() only if DEBUGGING.
12706      Branch: perl
12707            ! sv.c
12708 ____________________________________________________________________________
12709 [ 13138] By: nick                                  on 2001/11/20  20:01:05
12710         Log: perl.c change to use HAS_PROCSELFEXE, also
12711              tweak to $^X test to comprehend full path to real executable
12712              being returned (like Cygwin as it happens...)
12713      Branch: perlio
12714            ! perl.c t/op/magic.t
12715 ____________________________________________________________________________
12716 [ 13137] By: nick                                  on 2001/11/20  19:46:00
12717         Log: Integrate mainline
12718      Branch: perlio
12719           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
12720           +> lib/NEXT/t/unseen.t
12721            - lib/NEXT/test.pl
12722           !> (integrate 34 files)
12723 ____________________________________________________________________________
12724 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
12725         Log: Subject: [?PATCH] terser pp_eq
12726              From: Nicholas Clark <nick@ccl4.org>
12727              Date: Mon, 19 Nov 2001 23:09:02 +0000
12728              Message-ID: <20011119230901.O62891@plum.flirble.org>
12729      Branch: perl
12730            ! pp_hot.c
12731 ____________________________________________________________________________
12732 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
12733         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
12734      Branch: perl
12735            ! pod/perldelta.pod
12736 ____________________________________________________________________________
12737 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
12738         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
12739              From: Andy Dougherty <doughera@lafayette.edu>
12740              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
12741              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
12742      Branch: perl
12743            ! ext/re/Makefile.PL ext/re/re.xs
12744 ____________________________________________________________________________
12745 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
12746         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
12747              From: Andy Dougherty <doughera@lafayette.edu>
12748              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
12749              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
12750      Branch: perl
12751            ! ext/re/re.xs
12752 ____________________________________________________________________________
12753 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
12754         Log: Integrate change #13119 from macperl.
12755              (No changes since already applied the patch,
12756              just keep perforce happy and well-fed.)
12757      Branch: perl
12758           !> lib/Pod/Html.pm
12759 ____________________________________________________________________________
12760 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
12761         Log: Subject: [PATCH] filter-util.pl for Mac OS
12762              From: Chris Nandor <pudge@pobox.com>
12763              Date: Tue, 20 Nov 2001 00:16:11 -0500
12764              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
12765      Branch: perl
12766            ! t/lib/filter-util.pl
12767 ____________________________________________________________________________
12768 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
12769         Log: Subject: [PATCH] Portability fix for Pod::Html
12770              From: Chris Nandor <pudge@pobox.com>
12771              Date: Tue, 20 Nov 2001 00:01:05 -0500
12772              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
12773      Branch: perl
12774            ! lib/Pod/Html.pm
12775 ____________________________________________________________________________
12776 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
12777         Log: Need to skip more tests if not perlio.
12778      Branch: perl
12779            ! lib/open.t
12780 ____________________________________________________________________________
12781 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
12782         Log: Pass 3 at perldelta - sort the lists of new modules,
12783              module improvements, and new platforms.
12784      Branch: perl
12785            ! pod/perldelta.pod
12786 ____________________________________________________________________________
12787 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
12788         Log: Document ${^OPEN}.
12789      Branch: perl
12790            ! pod/perlvar.pod
12791 ____________________________________________________________________________
12792 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
12793         Log: Make configpm work with extra keys
12794      Branch: maint-5.6/macperl
12795            ! macos/configpm
12796 ____________________________________________________________________________
12797 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
12798         Log: Version and doc updates
12799      Branch: maint-5.6/macperl
12800            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
12801 ____________________________________________________________________________
12802 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
12803         Log: More fixes for error message parsing (bug #470316)
12804      Branch: maint-5.6/macperl
12805            ! macos/macish.c
12806 ____________________________________________________________________________
12807 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
12808         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
12809              remove obsolete function (bug #465225)
12810      Branch: maint-5.6/macperl
12811            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
12812            ! macos/macperl/MPScript.c
12813 ____________________________________________________________________________
12814 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
12815         Log: Add p2as droplet to distribution.
12816      Branch: maint-5.6/macperl
12817            + macos/macperl/Droplets/p2as.plx
12818 ____________________________________________________________________________
12819 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
12820         Log: Bundle File::Sort.
12821      Branch: maint-5.6/macperl
12822            + macos/bundled_lib/blib/lib/File/Sort.pm
12823 ____________________________________________________________________________
12824 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
12825         Log: Various bundled module fixes.
12826      Branch: maint-5.6/macperl
12827            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
12828            ! macos/bundled_ext/Digest/MD5/t/files.t
12829            ! macos/bundled_ext/Filter/t/filter-util.pl
12830            ! macos/bundled_lib/blib/lib/Net/Config.pm
12831            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
12832 ____________________________________________________________________________
12833 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
12834         Log: Portability fix for Pod::Html.
12835      Branch: maint-5.6/macperl
12836            ! lib/Pod/Html.pm
12837 ____________________________________________________________________________
12838 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
12839         Log: Upgrade to Text::Balanced 1.89.
12840      Branch: perl
12841            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
12842            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
12843            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
12844            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
12845            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
12846            ! lib/Text/Balanced/t/gentag.t
12847 ____________________________________________________________________________
12848 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
12849         Log: Upgrade to NEXT 0.50.
12850      Branch: perl
12851            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
12852            + lib/NEXT/t/unseen.t
12853            - lib/NEXT/test.pl
12854            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
12855 ____________________________________________________________________________
12856 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
12857         Log: Integrate with maint-5.6/perl.
12858      Branch: maint-5.6/macperl
12859           !> win32/win32.c
12860 ____________________________________________________________________________
12861 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
12862         Log: Update the README.threads scary header a bit.
12863      Branch: perl
12864            ! README.threads
12865 ____________________________________________________________________________
12866 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
12867         Log: Pass 2 at perldelta: add some changes since 5.7.2.
12868      Branch: perl
12869            ! pod/perldelta.pod
12870 ____________________________________________________________________________
12871 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
12872         Log: Subject: [DOC PATCH] perlfaq4.pod 
12873              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12874              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
12875              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
12876      Branch: perl
12877            ! pod/perlfaq4.pod
12878 ____________________________________________________________________________
12879 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
12880         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
12881              From: Michael G Schwern <schwern@pobox.com> 
12882              Date: Mon, 19 Nov 2001 19:53:12 -0500
12883              Message-ID: <20011119195311.I11883@blackrider>
12884      Branch: perl
12885            ! perl.c
12886 ____________________________________________________________________________
12887 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
12888         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
12889              From: PPrymmer@factset.com
12890              Date: Mon, 19 Nov 2001 17:08:59 -0500
12891              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
12892      Branch: perl
12893            ! vms/descrip_mms.template
12894 ____________________________________________________________________________
12895 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
12896         Log: Create a per-interpeter debug scratchpad container
12897              and use that for the regexec debugging.
12898      Branch: perl
12899            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
12900 ____________________________________________________________________________
12901 [ 13109] By: nick                                  on 2001/11/19  22:01:45
12902         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
12903              Configure unit detects the feature).
12904      Branch: metaconfig/U/perl
12905            + procselfexe.U
12906      Branch: perlio
12907            ! Configure config_h.SH
12908 ____________________________________________________________________________
12909 [ 13108] By: nick                                  on 2001/11/19  20:39:17
12910         Log: Integrate mainline
12911      Branch: perlio
12912           +> t/op/or.t
12913           !> (integrate 44 files)
12914 ____________________________________________________________________________
12915 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
12916         Log: sysseek tweak.
12917      Branch: perl
12918            ! pod/perlfunc.pod
12919 ____________________________________________________________________________
12920 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
12921         Log: Move the sysio tests from io/utf8 to lib/open.
12922      Branch: perl
12923            ! lib/open.t t/io/utf8.t
12924 ____________________________________________________________________________
12925 [ 13105] By: nick                                  on 2001/11/19  20:15:39
12926         Log: Add a .package and a README to //depot/metaconfig
12927      Branch: metaconfig
12928            + .package README
12929 ____________________________________________________________________________
12930 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
12931         Log: Thou shalt not mix stdio and sysio.
12932      Branch: perl
12933            ! t/io/utf8.t
12934 ____________________________________________________________________________
12935 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
12936         Log: Update Changes.
12937      Branch: perl
12938            ! Changes patchlevel.h
12939 ____________________________________________________________________________
12940 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
12941         Log: The runops_debug needs to be present always, otherwise
12942              places like AIX which need an explicit symbol export list
12943              will croak when trying to build Devel::Peek (which uses
12944              the runops_debug).
12945      Branch: perl
12946            ! makedef.pl
12947 ____________________________________________________________________________
12948 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
12949         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
12950              From: PPrymmer@factset.com 
12951              Date: Mon, 19 Nov 2001 11:34:22 -0500
12952              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
12953      Branch: perl
12954            ! lib/Memoize/t/tie_sdbm.t
12955 ____________________________________________________________________________
12956 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
12957         Log: Retract #13088: it seems that unless dump.c is extensively
12958              reorganized as to what symbols it shows, when, and to whom,
12959              we are stuck with having the dump.o symbols in the libperl
12960              and thusly in the main Perl binary.
12961      Branch: perl
12962            ! embedvar.h perlapi.h perlvars.h
12963 ____________________________________________________________________________
12964 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
12965         Log: The _uni_display should not be in dump.c since they
12966              are used under normal operation (S_not_a_number()).
12967      Branch: perl
12968            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
12969 ____________________________________________________________________________
12970 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
12971         Log: Protect sv_dump() from being included unless DEBUGGING,
12972              as noticed by Ilya.
12973      Branch: perl
12974            ! sv.c
12975 ____________________________________________________________________________
12976 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
12977         Log: Pending further investigation skip the tell() tests.
12978              The tell() is okay on Solaris, HP-UX and Tru64, but fails
12979              (by returning too much) in Linux.
12980      Branch: perl
12981            ! t/io/utf8.t
12982 ____________________________________________________________________________
12983 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
12984         Log: Retract #13082 until a better solution is found:
12985              statics break ithreads.
12986      Branch: perl
12987            ! regexec.c
12988 ____________________________________________________________________________
12989 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
12990         Log: Figures 1 and 2 for UTF-8.
12991      Branch: perl
12992            ! pod/perlunicode.pod
12993 ____________________________________________________________________________
12994 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
12995         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
12996              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12997              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
12998              Message-ID: <20011119132645.A15034@rafael>
12999      Branch: perl
13000            ! op.c pod/perldiag.pod t/lib/warnings/op
13001 ____________________________________________________________________________
13002 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
13003         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
13004              From: Michael G Schwern <schwern@pobox.com> 
13005              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
13006              Message-ID: <20011119031112.E786@blackrider>
13007      Branch: perl
13008            ! t/op/closure.t
13009 ____________________________________________________________________________
13010 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
13011         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
13012              From: Michael G Schwern <schwern@pobox.com>
13013              Date: Mon, 19 Nov 2001 03:42:56 -0500
13014              Message-ID: <20011119034256.I786@blackrider>
13015      Branch: perl
13016            + t/op/or.t
13017            ! MANIFEST
13018 ____________________________________________________________________________
13019 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
13020         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
13021              From: "Craig A. Berry" <craigberry@mac.com>
13022              Date: Sun, 18 Nov 2001 14:33:48 -0600
13023              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
13024      Branch: perl
13025            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
13026 ____________________________________________________________________________
13027 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
13028         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
13029              From: Dave Rolsky <autarch@urth.org>
13030              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
13031              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
13032      Branch: perl
13033            ! lib/ExtUtils/Manifest.pm
13034 ____________________________________________________________________________
13035 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
13036         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
13037              From: Dave Rolsky <autarch@urth.org>
13038              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
13039              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
13040      Branch: perl
13041            ! lib/ExtUtils/Install.pm
13042 ____________________________________________________________________________
13043 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
13044         Log: The runops_dbg should not be needed.
13045      Branch: perl
13046            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
13047 ____________________________________________________________________________
13048 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
13049         Log: do_spawn() cleanup from Charles Lane.
13050      Branch: perl
13051            ! vms/vms.c
13052 ____________________________________________________________________________
13053 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
13054         Log: Update the list of tests.
13055      Branch: perl
13056            ! t/lib/1_compile.t
13057 ____________________________________________________________________________
13058 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
13059         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
13060              From: Michael G Schwern <schwern@pobox.com> 
13061              Date: Fri, 16 Nov 2001 17:37:04 -0500
13062              Message-ID: <20011116173703.L30160@blackrider>
13063      Branch: perl
13064            ! t/lib/warnings/sv
13065 ____________________________________________________________________________
13066 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
13067         Log: FAQ sync.
13068      Branch: perl
13069            ! pod/perlfaq4.pod
13070 ____________________________________________________________________________
13071 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
13072         Log: Integrate perlio; win32 sync.
13073      Branch: perl
13074           !> perlio.c win32/win32io.c
13075 ____________________________________________________________________________
13076 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
13077         Log: (retracted by #13096)
13078              Debugging would be badly skewed by a malloc per regex dump.
13079      Branch: perl
13080            ! regexec.c
13081 ____________________________________________________________________________
13082 [ 13081] By: nick                                  on 2001/11/18  19:08:40
13083         Log: Win32 layer has a dup which needs to match new prototype.
13084      Branch: perlio
13085            ! win32/win32io.c
13086 ____________________________________________________________________________
13087 [ 13080] By: nick                                  on 2001/11/18  19:05:02
13088         Log: Wrong way to get stdio mode used.
13089      Branch: perlio
13090            ! perlio.c
13091 ____________________________________________________________________________
13092 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
13093         Log: Retract #13048: that introduced a malloc() (through savepvn())
13094              to *every* m//, which killed the performance quite badly.
13095      Branch: perl
13096            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
13097 ____________________________________________________________________________
13098 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
13099         Log: Pass 1 at perldelta.pod: sort the section contents
13100              together, drop all but the 5.7.2 known problems,
13101              leave the 5.7.1 security note since that's the
13102              fullest explanation (update the date on that).
13103      Branch: perl
13104            ! pod/perldelta.pod
13105 ____________________________________________________________________________
13106 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
13107         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
13108              
13109              Tiny problem in the test for 20011113.110: I hope
13110              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
13111      Branch: perl
13112            ! pp.c t/op/repeat.t
13113 ____________________________________________________________________________
13114 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
13115         Log: All of syswrite/send/sendto need to return character counts,
13116              and character counts from the offset, not the beginning of
13117              the scalar.
13118      Branch: perl
13119            ! pp_sys.c
13120 ____________________________________________________________________________
13121 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
13122         Log: Integrate PerlIO: duping fixes.
13123      Branch: perl
13124           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13125           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
13126           !> perliol.h sv.c
13127 ____________________________________________________________________________
13128 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
13129         Log: syswrite() was still returning byte counts, not character counts.
13130      Branch: perl
13131            ! pp_sys.c t/io/utf8.t
13132 ____________________________________________________________________________
13133 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
13134         Log: Add test for sysread().
13135      Branch: perl
13136            ! t/io/utf8.t
13137 ____________________________________________________________________________
13138 [ 13072] By: nick                                  on 2001/11/18  16:15:31
13139         Log: Allow dup'ing of PerlIO::Scalar etc.
13140      Branch: perlio
13141            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13142            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
13143            ! perliol.h sv.c
13144 ____________________________________________________________________________
13145 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
13146         Log: Prepend a null byte to the test set.
13147      Branch: perl
13148            ! t/io/utf8.t
13149 ____________________________________________________________________________
13150 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
13151         Log: Document how "no utf8;" can become handy.
13152      Branch: perl
13153            ! lib/utf8.pm
13154 ____________________________________________________________________________
13155 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
13156         Log: Integrate perlio; force the inclusion of the PL_runops_*
13157      Branch: perl
13158           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
13159 ____________________________________________________________________________
13160 [ 13068] By: nick                                  on 2001/11/18  13:23:33
13161         Log: embed.pl generated changes I forgot to include
13162      Branch: perlio
13163            ! embedvar.h perlapi.h pod/perlapi.pod
13164 ____________________________________________________________________________
13165 [ 13067] By: nick                                  on 2001/11/18  12:50:19
13166         Log: Force inclusion of both Perl_runops_* in perl itself,
13167              so they are available for Peek.xs etc.
13168      Branch: perlio
13169            ! perlvars.h
13170 ____________________________________________________________________________
13171 [ 13066] By: nick                                  on 2001/11/18  11:00:34
13172         Log: Integrate mainline - a few Devel::Peak fails.
13173      Branch: perlio
13174           +> (branch 29 files)
13175            - ext/Thread/Thread.pm lib/Benchmark.t
13176            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
13177            - lib/Lingua/KO/Hangul/Util/README
13178            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
13179            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
13180            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
13181            - vms/ext/vmsish.pm vms/ext/vmsish.t
13182            ! hv.c
13183           !> (integrate 389 files)
13184 ____________________________________________________________________________
13185 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
13186         Log: Start working on perldelta.  This is not yet any sort of
13187              editing; just concatenating perl570delta, perl571delta,
13188              and perl572delta.  Any sorting not done, any duplicate
13189              removal not done, any removal or update of obsolete items
13190              not done, any changes since 5.7.2 not included.  So there.
13191      Branch: perl
13192            ! pod/perldelta.pod
13193 ____________________________________________________________________________
13194 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
13195         Log: Banish "use utf8".
13196      Branch: perl
13197            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
13198 ____________________________________________________________________________
13199 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
13200         Log: Tweak from Charles Lane.
13201      Branch: perl
13202            ! vms/vms.c
13203 ____________________________________________________________________________
13204 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
13205         Log: Integrate change #13058 from maintperl;
13206              change#12559 breaks things on Win9x because command.com doesn't
13207              grok dquotes at all; disable all the system() smarts for
13208              command.com
13209      Branch: perl
13210           !> win32/win32.c
13211 ____________________________________________________________________________
13212 [ 13061] By: ams                                   on 2001/11/17  13:46:11
13213         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
13214              From: Jonathan Stowe <gellyfish@gellyfish.com>
13215              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
13216              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
13217      Branch: perl
13218            ! lib/Term/Cap.pm
13219 ____________________________________________________________________________
13220 [ 13060] By: ams                                   on 2001/11/17  09:49:10
13221         Log: Subject: [PATCH9 File/Find.pm doc nits
13222              From: Tels <perl_dummy@bloodgate.com>
13223              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
13224      Branch: perl
13225            ! lib/File/Find.pm
13226 ____________________________________________________________________________
13227 [ 13059] By: ams                                   on 2001/11/17  09:38:38
13228         Log: Subject: [PATCH] Benchmark.pm nit
13229              From: Tels <perl_dummy@bloodgate.com>
13230              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
13231      Branch: perl
13232            ! lib/Benchmark.pm
13233 ____________________________________________________________________________
13234 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
13235         Log: change#12559 breaks things on Win9x because command.com doesn't
13236              grok dquotes at all; disable all the system() smarts for
13237              command.com
13238      Branch: maint-5.6/perl
13239            ! win32/win32.c
13240 ____________________________________________________________________________
13241 [ 13057] By: ams                                   on 2001/11/16  20:30:03
13242         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
13243              From: Andy Dougherty <doughera@lafayette.edu>
13244              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
13245              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
13246      Branch: perl
13247            ! lib/Unicode/UCD.t
13248 ____________________________________________________________________________
13249 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
13250         Log: Subject: [Patch Perl@13023] VMS system() warning
13251              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13252              Date: Fri, 16 Nov 2001 15:20:11 EST
13253              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
13254      Branch: perl
13255            ! vms/vms.c
13256 ____________________________________________________________________________
13257 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
13258         Log: It's neither-nor, and protect against the impossible.
13259      Branch: perl
13260            ! lib/Thread.pm
13261 ____________________________________________________________________________
13262 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
13263         Log: 5005threads didn't work because $Thread::VERSION wasn't
13264              visible.  Oops.
13265      Branch: perl
13266            ! ext/Thread/Makefile.PL lib/Thread.pm
13267 ____________________________________________________________________________
13268 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
13269         Log: Robustness against Linux using something else than gcc;
13270              based on
13271              
13272              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
13273              From: Charles Randall <cfriv@yahoo.com>
13274              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
13275              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
13276      Branch: perl
13277            ! ext/Errno/Errno_pm.PL
13278 ____________________________________________________________________________
13279 [ 13052] By: ams                                   on 2001/11/16  16:46:39
13280         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
13281              From: Russ Allbery <rra@stanford.edu>
13282              Date: 16 Nov 2001 09:44:21 -0800
13283              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
13284      Branch: perl
13285            ! lib/Pod/ParseLink.pm
13286 ____________________________________________________________________________
13287 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
13288         Log: Update perluniintro on the UTF-8 output matters
13289              (that -w will warn unless the stream is explicitly UTF-8-ified).
13290      Branch: perl
13291            ! pod/perluniintro.pod
13292 ____________________________________________________________________________
13293 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
13294         Log: Adding new files to MANIFEST is nice.
13295      Branch: perl
13296            ! MANIFEST
13297 ____________________________________________________________________________
13298 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
13299         Log: Update Changes.
13300      Branch: perl
13301            ! Changes patchlevel.h
13302 ____________________________________________________________________________
13303 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
13304         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
13305              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
13306              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
13307              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
13308      Branch: perl
13309            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
13310 ____________________________________________________________________________
13311 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
13312         Log: Rename perlunintro to perluniintro; regen toc.
13313      Branch: perl
13314            + pod/perluniintro.pod
13315            - pod/perlunintro.pod
13316            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13317 ____________________________________________________________________________
13318 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
13319         Log: Document the negated lookahead trick to emulate
13320              character class subtraction.
13321      Branch: perl
13322            ! pod/perlunicode.pod
13323 ____________________________________________________________________________
13324 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
13325         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
13326              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13327              Date: Fri, 16 Nov 2001 23:31:04 +0900
13328              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
13329              
13330              (with the tweak that Cntrl is not C, it's Cc)
13331      Branch: perl
13332            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
13333            ! lib/unicore/mktables
13334 ____________________________________________________________________________
13335 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
13336         Log: Subject: [PATCH current] runtime runops switch
13337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13338              Date: Fri, 16 Nov 2001 00:48:09 -0500
13339              Message-ID: <20011116004809.A934@math.ohio-state.edu>
13340      Branch: perl
13341            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
13342            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
13343            ! pod/perlintern.pod proto.h run.c
13344 ____________________________________________________________________________
13345 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
13346         Log: Further discourage old Thread code; tell how to tell
13347              the difference.
13348      Branch: perl
13349            ! lib/Thread.pm
13350 ____________________________________________________________________________
13351 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
13352         Log: A missing return; from Charles Lane.
13353      Branch: perl
13354            ! vms/vms.c
13355 ____________________________________________________________________________
13356 [ 13041] By: ams                                   on 2001/11/16  12:11:14
13357         Log: Subject: [PATCH] Doc spellcheck + podcheck
13358              From: Autrijus Tang <autrijus@egb.elixus.org>
13359              Date: Thu, 15 Nov 2001 22:49:05 -0800
13360              Message-Id: <20011116064905.GA44092@egb.elixus.org>
13361              
13362              Subject: [PATCH] podcheck+spellcheck, the rest of the story
13363              From: Autrijus Tang <autrijus@egb.elixus.org>
13364              Date: Fri, 16 Nov 2001 00:42:20 -0800
13365              Message-Id: <20011116084220.GA44295@egb.elixus.org>
13366              
13367              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
13368              From: Nicholas Clark <nick@ccl4.org>
13369              Date: Fri, 16 Nov 2001 10:32:01 +0000
13370              Message-Id: <20011116103200.F62891@plum.flirble.org>
13371              (Applied after suitable de-mangling.)
13372      Branch: perl
13373            ! README.aix README.dgux README.dos README.epoc README.hpux
13374            ! README.mint README.mpeix README.netware README.os2
13375            ! README.os390 README.plan9 README.qnx README.solaris
13376            ! README.threads doio.c pod/perl571delta.pod
13377            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
13378            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
13379            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
13380            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
13381            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
13382            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
13383 ____________________________________________________________________________
13384 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
13385         Log: Avoid redefinedness warning for now.
13386      Branch: perl
13387            ! lib/Thread.pm
13388 ____________________________________________________________________________
13389 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
13390         Log: use strict.
13391      Branch: perl
13392            ! lib/Thread.pm
13393 ____________________________________________________________________________
13394 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
13395         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
13396              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
13397              Date: Thu, 15 Nov 2001 22:54:47 EST 
13398              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
13399      Branch: perl
13400            ! vms/vms.c vms/vmspipe.com
13401 ____________________________________________________________________________
13402 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
13403         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
13404              From: "chromatic" <chromatic@rmci.net>
13405              Date: Thu, 15 Nov 2001 19:54:23 -0700
13406              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
13407      Branch: perl
13408            ! lib/File/stat.t
13409 ____________________________________________________________________________
13410 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
13411         Log: Make Thread a wrapper for both ithreads and 5005threads.
13412              Needs a lot of work and Arthur's eyeballing (and finishing
13413              few missing odds and ends of threads.pm).  Now Thread
13414              is an extension without its own .pm.
13415              
13416              If there are people who have experience working with
13417              either the 5005threads or the ithreads: cleaning up
13418              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
13419              and porting the various Thread::* modules, like Thread::Queue,
13420              to work also with ithreads, is needed.
13421              
13422              Removed the 5005threads requirement from the 5005 tests
13423              for easier testing (not all of them work yet since
13424              they use the Thread::* modules that have not been made
13425              to work with ithreads).  Leave the 5005 tests named as
13426              *.tx so that they are not run by "make test".
13427      Branch: perl
13428            + lib/Thread.pm
13429            - ext/Thread/Thread.pm
13430            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
13431            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
13432            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
13433            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
13434            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
13435            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
13436            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
13437 ____________________________________________________________________________
13438 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
13439         Log: $VERSION "a5" doesn't quite work.
13440      Branch: perl
13441            ! ext/B/Makefile.PL
13442 ____________________________________________________________________________
13443 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
13444         Log: Add the fruits of Larry Shatzer's version verifying script.
13445              (There are some straddlers, but they will be fixed in the
13446              upcoming releases of the modules.)
13447      Branch: perl
13448            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
13449            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
13450            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
13451            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
13452            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
13453            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
13454            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13455            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
13456            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
13457            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
13458            ! wince/FindExt.pm
13459 ____________________________________________________________________________
13460 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
13461         Log: Add Larry Shatzer's VERSION verifying script.
13462      Branch: perl
13463            + Porting/checkVERSION.pl
13464            ! MANIFEST Porting/pumpkin.pod
13465 ____________________________________________________________________________
13466 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
13467         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
13468              From: Michael G Schwern <schwern@pobox.com>
13469              Date: Thu, 15 Nov 2001 19:26:40 -0500
13470              Message-ID: <20011115192640.R31399@blackrider>
13471      Branch: perl
13472            ! t/test.pl
13473 ____________________________________________________________________________
13474 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
13475         Log: Document the MY_CXT business; from Paul Marquess.
13476      Branch: perl
13477            ! pod/perlxs.pod
13478 ____________________________________________________________________________
13479 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
13480         Log: VMSCMD synch attempt.
13481      Branch: perl
13482            ! vms/vms.c vms/vmsish.h
13483 ____________________________________________________________________________
13484 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
13485         Log: Advise against -P as instructed by Schwern.
13486      Branch: perl
13487            ! pod/perlrun.pod
13488 ____________________________________________________________________________
13489 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
13490         Log: Subject: [PATCH] v-strings as Objects Step 1
13491              From: John Peacock <jpeacock@rowman.com>
13492              Date: Thu, 15 Nov 2001 12:41:04 -0500
13493              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
13494      Branch: perl
13495            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
13496            ! util.c
13497 ____________________________________________________________________________
13498 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
13499         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
13500              From: Michael G Schwern <schwern@pobox.com>
13501              Date: Thu, 15 Nov 2001 12:47:59 -0500
13502              Message-ID: <20011115124759.E31399@blackrider>
13503      Branch: perl
13504            + t/run/switchx.aux t/run/switchx.t
13505            ! MANIFEST t/run/switches.t
13506 ____________________________________________________________________________
13507 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
13508         Log: Upgrade to Getopt::Long 2.26_03.
13509      Branch: perl
13510            ! lib/Getopt/Long.pm
13511 ____________________________________________________________________________
13512 [ 13025] By: ams                                   on 2001/11/15  20:46:22
13513         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
13514              From: Michael G Schwern <schwern@pobox.com>
13515              Date: Thu, 15 Nov 2001 16:24:11 -0500
13516              Message-Id: <20011115162411.M31399@blackrider>
13517      Branch: perl
13518            ! vms/vms.c
13519 ____________________________________________________________________________
13520 [ 13024] By: ams                                   on 2001/11/15  19:32:06
13521         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
13522              From: rspier@pobox.com (Robert Spier)
13523              Date: Thu, 15 Nov 2001 11:19:21 -0800
13524              Message-Id: <15348.5433.732364.963687@rls.cx>
13525      Branch: perl
13526            ! op.c
13527 ____________________________________________________________________________
13528 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
13529         Log: Update Changes.
13530      Branch: perl
13531            ! Changes patchlevel.h
13532 ____________________________________________________________________________
13533 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
13534         Log: Subject: [PATCH] new tests for command-line switches
13535              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13536              Date: Thu, 15 Nov 2001 17:00:30 +0100
13537              Message-ID: <20011115170030.A14193@rafael>
13538      Branch: perl
13539            + t/run/switches.t
13540            ! MANIFEST
13541 ____________________________________________________________________________
13542 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
13543         Log: Upgrade to podlators 1.13.
13544      Branch: perl
13545            + lib/Pod/ParseLink.pm
13546            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
13547            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
13548            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
13549            ! t/pod/pod2usage.xr t/pod/podselect.xr
13550 ____________________________________________________________________________
13551 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
13552         Log: skip "might be used uninitialized".
13553      Branch: perl
13554            ! pp_sys.c
13555 ____________________________________________________________________________
13556 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
13557         Log: Fix for "perlio bug in koi8-r encoding".  The problem
13558              seemed to be that binmode() always flushed the handle,
13559              which is not so good when switching encodings.  Fixed,
13560              added Matt Sergeant's testcase, documented in perlfunc/binmode,
13561              also added a pointer about disciplines to perlfunc/open,
13562              and in general cleaned up and reformatted the open entry.
13563      Branch: perl
13564            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
13565 ____________________________________________________________________________
13566 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
13567         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
13568              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13569              Date: 15 Nov 2001 08:57:06 -0000
13570              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
13571              
13572              chop() and chomp() are not real list functions,
13573              so let's not have them overrideable.  (Casey will
13574              be confused since in #7071 he patched the other way.)
13575      Branch: perl
13576            ! pod/perlfunc.pod toke.c
13577 ____________________________________________________________________________
13578 [ 13017] By: ams                                   on 2001/11/15  12:56:49
13579         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
13580              From: Robin Barker <rmb1@cise.npl.co.uk>
13581              Date: Thu, 15 Nov 2001 13:48:34 GMT
13582              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
13583              (Applied with tweaks.)
13584      Branch: perl
13585            ! pod/perltrap.pod
13586 ____________________________________________________________________________
13587 [ 13016] By: ams                                   on 2001/11/15  09:12:48
13588         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
13589              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13590              Date: Thu, 15 Nov 2001 09:06:39 +0100
13591              Message-Id: <20011115090639.A13005@rafael>
13592      Branch: perl
13593            ! pod/perlrun.pod
13594 ____________________________________________________________________________
13595 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
13596         Log: "link =" from utils.lst was being processed oddly.
13597      Branch: perl
13598            ! installman
13599 ____________________________________________________________________________
13600 [ 13014] By: ams                                   on 2001/11/15  02:52:52
13601         Log: Subject: [PATCH current] CreateTTY in -d
13602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13603              Date: Wed, 14 Nov 2001 21:26:31 -0500
13604              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
13605      Branch: perl
13606            ! lib/perl5db.pl
13607 ____________________________________________________________________________
13608 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
13609         Log: Corify the Filter::Simple tests. 
13610      Branch: perl
13611            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
13612            ! lib/Filter/Simple/t/filter_only.t
13613 ____________________________________________________________________________
13614 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
13615         Log: Upgrade to Filter::Simple 0.70.
13616      Branch: perl
13617            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
13618            + t/lib/FilterOnlyTest.pm
13619            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
13620            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
13621            ! t/lib/FilterTest.pm
13622 ____________________________________________________________________________
13623 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
13624         Log: Cleanliness inspired by Cygwin.
13625      Branch: perl
13626            ! Makefile.SH x2p/Makefile.SH
13627 ____________________________________________________________________________
13628 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
13629         Log: Add perlunintro (formerly known as perlunitut); regen toc.
13630      Branch: perl
13631            + pod/perlunintro.pod
13632            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13633 ____________________________________________________________________________
13634 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
13635         Log: FAQ sync.
13636      Branch: perl
13637            ! pod/perlfaq6.pod
13638 ____________________________________________________________________________
13639 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
13640         Log: Quieten pgcc 2.91.66 worries.
13641      Branch: perl
13642            ! gv.c pp_ctl.c utf8.c
13643 ____________________________________________________________________________
13644 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
13645         Log: Upgrade to Switch 2.06.
13646      Branch: perl
13647            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
13648            ! lib/Switch/t/nested.t
13649 ____________________________________________________________________________
13650 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
13651         Log: Upgrade to Attribute::Handlers 0.76.
13652      Branch: perl
13653            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
13654            ! lib/Attribute/Handlers/README
13655            ! lib/Attribute/Handlers/demo/Demo.pm
13656            ! lib/Attribute/Handlers/demo/Descriptions.pm
13657            ! lib/Attribute/Handlers/demo/MyClass.pm
13658            ! lib/Attribute/Handlers/demo/demo_cycle.pl
13659            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
13660            ! lib/Attribute/Handlers/t/multi.t
13661 ____________________________________________________________________________
13662 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
13663         Log: Signedness nit.
13664      Branch: perl
13665            ! regexec.c
13666 ____________________________________________________________________________
13667 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
13668         Log: VERSIONize.
13669      Branch: perl
13670            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
13671            ! lib/integer.pm
13672 ____________________________________________________________________________
13673 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
13674         Log: No pod in internal Net::FTP classes.
13675      Branch: perl
13676            ! pod/buildtoc.PL
13677 ____________________________________________________________________________
13678 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
13679         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
13680              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13681              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
13682              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
13683      Branch: perl
13684            ! regexec.c
13685 ____________________________________________________________________________
13686 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
13687         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
13688              Pudge correctly).
13689      Branch: perl
13690            ! t/test.pl
13691 ____________________________________________________________________________
13692 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
13693         Log: Add comments to mark where $^X is being handled.
13694      Branch: perl
13695            ! perl.c toke.c
13696 ____________________________________________________________________________
13697 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
13698         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
13699              From: Michael G Schwern <schwern@pobox.com>
13700              Date: Wed, 14 Nov 2001 16:38:25 -0500
13701              Message-ID: <20011114163825.D6519@blackrider>
13702      Branch: perl
13703            ! t/op/repeat.t
13704 ____________________________________________________________________________
13705 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
13706         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
13707              From: Michael G Schwern <schwern@pobox.com>
13708              Date: Wed, 14 Nov 2001 13:19:15 -0500
13709              Message-ID: <20011114131915.K5096@blackrider>
13710      Branch: perl
13711            ! t/op/die_exit.t
13712 ____________________________________________________________________________
13713 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
13714         Log: Subject: Re: [PATCH] new version of runperl()
13715              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13716              Date: Wed, 14 Nov 2001 15:39:12 EST
13717              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
13718              
13719              "VMS $^X pipes etc" patch.
13720      Branch: perl
13721            ! vms/vms.c
13722 ____________________________________________________________________________
13723 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
13724         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
13725              and add "verbose" option to show the final command.
13726      Branch: perl
13727            ! t/test.pl
13728 ____________________________________________________________________________
13729 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
13730         Log: Goof in some of the comment fields of #12994.
13731      Branch: perl
13732            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
13733            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
13734            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
13735            ! lib/unicore/In/9.pl
13736 ____________________________________________________________________________
13737 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
13738         Log: The First, Last ranges in the Unicode data weren't
13739              getting their general categories added properly;
13740              noticed by Jeffrey Friedl.
13741      Branch: perl
13742            ! lib/unicore/Category.pl lib/unicore/In/0.pl
13743            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
13744            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
13745            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
13746            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
13747            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
13748            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
13749            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
13750            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
13751            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
13752            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
13753            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
13754            ! lib/unicore/mktables
13755 ____________________________________________________________________________
13756 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
13757         Log: Subject: [PATCH] new version of runperl()
13758              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13759              Date: Wed, 14 Nov 2001 12:23:01 +0100
13760              Message-ID: <20011114122301.A29384@rafael>
13761      Branch: perl
13762            ! t/io/argv.t t/test.pl
13763 ____________________________________________________________________________
13764 [ 12992] By: ams                                   on 2001/11/14  13:40:39
13765         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
13766              From: Michael G Schwern <schwern@pobox.com>
13767              Date: Tue, 13 Nov 2001 23:17:54 -0500
13768              Message-Id: <20011113231754.S32567@blackrider>
13769      Branch: perl
13770            ! perl.c
13771 ____________________________________________________________________________
13772 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
13773         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
13774              From: Philip Newton <Philip.Newton@gmx.net>
13775              Date: Wed, 14 Nov 2001 10:59:53 +0100
13776              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
13777              
13778              plus a lot of paragraph reformatting because of long lines.
13779      Branch: perl
13780            ! pod/perlapio.pod
13781 ____________________________________________________________________________
13782 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
13783         Log: A bool is not a pointer.
13784      Branch: perl
13785            ! pp_sys.c
13786 ____________________________________________________________________________
13787 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
13788         Log: AUTHORS updates.
13789      Branch: perl
13790            ! AUTHORS
13791 ____________________________________________________________________________
13792 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
13793         Log: There are several MIME RFCs.
13794      Branch: perl
13795            ! ext/Encode/Encode.pm
13796 ____________________________________________________________________________
13797 [ 12987] By: ams                                   on 2001/11/14  01:09:28
13798         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
13799              From: Michael G Schwern <schwern@pobox.com>
13800              Date: Tue, 13 Nov 2001 20:59:13 -0500
13801              Message-Id: <20011113205913.H32567@blackrider>
13802      Branch: perl
13803            ! t/op/groups.t vms/test.com
13804 ____________________________________________________________________________
13805 [ 12986] By: ams                                   on 2001/11/14  01:07:06
13806         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
13807              From: Michael G Schwern <schwern@pobox.com>
13808              Date: Tue, 13 Nov 2001 20:51:34 -0500
13809              Message-Id: <20011113205134.F32567@blackrider>
13810      Branch: perl
13811            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
13812 ____________________________________________________________________________
13813 [ 12985] By: ams                                   on 2001/11/14  00:43:59
13814         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
13815              From: Michael G Schwern <schwern@pobox.com>
13816              Date: Tue, 13 Nov 2001 20:38:42 -0500
13817              Message-Id: <20011113203842.E32567@blackrider>
13818      Branch: perl
13819            ! pod/perlport.pod
13820 ____________________________________________________________________________
13821 [ 12984] By: ams                                   on 2001/11/14  00:32:15
13822         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
13823              From: Michael G Schwern <schwern@pobox.com>
13824              Date: Tue, 13 Nov 2001 20:27:02 -0500
13825              Message-Id: <20011113202702.D32567@blackrider>
13826      Branch: perl
13827            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
13828            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
13829            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
13830            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
13831 ____________________________________________________________________________
13832 [ 12983] By: ams                                   on 2001/11/14  00:00:27
13833         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
13834              From: Michael G Schwern <schwern@pobox.com>
13835              Date: Tue, 13 Nov 2001 19:51:59 -0500
13836              Message-Id: <20011113195159.B32567@blackrider>
13837      Branch: perl
13838            ! pod/perlport.pod
13839 ____________________________________________________________________________
13840 [ 12982] By: ams                                   on 2001/11/13  23:53:11
13841         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
13842              From: Larry Shatzer <fugazi@zippy.zyx.net>
13843              Date: Tue, 13 Nov 2001 17:27:59 -0700
13844              Message-Id: <20011113172759.E27768@zippy.zyx.net>
13845      Branch: perl
13846            ! pod/perlapio.pod
13847 ____________________________________________________________________________
13848 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
13849         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
13850              "large enough" Unicode characters returned more than one
13851              as their "Unicode size".
13852      Branch: perl
13853            ! pp_sys.c t/io/utf8.t
13854 ____________________________________________________________________________
13855 [ 12980] By: ams                                   on 2001/11/13  19:32:33
13856         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
13857              From: "Craig A. Berry" <craigberry@mac.com>
13858              Date: Tue, 13 Nov 2001 14:33:25 -0600
13859              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
13860      Branch: perl
13861            ! vms/gen_shrfls.pl
13862 ____________________________________________________________________________
13863 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
13864         Log: Subject: Minor patch to Encode.pm (detypo)
13865              From: "Philip Newton" <Philip.Newton@gmx.net>
13866              Date: Tue, 13 Nov 2001 20:11:01 +0100
13867              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
13868      Branch: perl
13869            ! ext/Encode/Encode.pm
13870 ____________________________________________________________________________
13871 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
13872         Log: Evil tabulators.
13873      Branch: perl
13874            ! ext/Encode/Encode.pm
13875 ____________________________________________________________________________
13876 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
13877         Log: Document the available encodings.
13878      Branch: perl
13879            ! ext/Encode/Encode.pm
13880 ____________________________________________________________________________
13881 [ 12976] By: ams                                   on 2001/11/13  17:14:07
13882         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
13883              From: Barrie Slaymaker <barries@slaysys.com>
13884              Date: Tue, 13 Nov 2001 12:41:36 -0500
13885              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
13886      Branch: perl
13887            ! t/op/universal.t
13888 ____________________________________________________________________________
13889 [ 12975] By: ams                                   on 2001/11/13  16:24:21
13890         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
13891              From: Barrie Slaymaker <barries@slaysys.com>
13892              Date: Tue, 13 Nov 2001 10:56:20 -0500
13893              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
13894              (Test applied with minor tweaks and ->isa("HASH") omission.)
13895      Branch: perl
13896            ! lib/UNIVERSAL.pm t/op/universal.t
13897 ____________________________________________________________________________
13898 [ 12974] By: ams                                   on 2001/11/13  15:46:07
13899         Log: Subject: [PATCH Benchmark.pm] docco tweaks
13900              From: Barrie Slaymaker <barries@slaysys.com>
13901              Date: Tue, 13 Nov 2001 11:34:45 -0500
13902              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
13903      Branch: perl
13904            ! lib/Benchmark.pm
13905 ____________________________________________________________________________
13906 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
13907         Log: Subject: [PATCH] Attack of the C loops, round 1
13908              From: Richard Soderberg <rs@oregonnet.com>
13909              Date: Mon, 12 Nov 2001 12:07:29 -0800
13910              Message-Id: <200111122007.MAA01994@oregonnet.com>
13911              
13912              Subject: [PATCH] bytecode.pl (tiny patch)
13913              From: Richard Soderberg <rs@oregonnet.com>
13914              Date: Mon, 12 Nov 2001 12:53:24 -0800
13915              Message-Id: <200111122053.MAA06272@oregonnet.com>
13916      Branch: perl
13917            ! bytecode.pl installhtml
13918 ____________________________________________________________________________
13919 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
13920         Log: Subject: [PATCH] Update to Filter::Util::Call
13921              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
13922              Date: Sun, 11 Nov 2001 22:33:33 -0000
13923              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
13924              
13925              Use the new CXT* macros.
13926      Branch: perl
13927            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
13928 ____________________________________________________________________________
13929 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
13930         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
13931              From: Michael G Schwern <schwern@pobox.com>
13932              Date: Mon, 12 Nov 2001 20:50:34 -0500
13933              Message-ID: <20011112205034.H2888@blackrider>
13934      Branch: perl
13935            + lib/vmsish.pm lib/vmsish.t
13936            - vms/ext/vmsish.pm vms/ext/vmsish.t
13937            ! MANIFEST vms/descrip_mms.template
13938 ____________________________________________________________________________
13939 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
13940         Log: :utf8 works only with perlio.
13941      Branch: perl
13942            ! lib/open.t
13943 ____________________________________________________________________________
13944 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
13945         Log: Subject: Re: @Config -"des" not quite working on VMS
13946              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13947              Date: Tue, 13 Nov 2001 08:35:13 EST 
13948              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
13949      Branch: perl
13950            ! configure.com
13951 ____________________________________________________________________________
13952 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
13953         Log: Subject: [PATCH] lib/charnames.pm 
13954              From: Jeffrey Friedl <jfriedl@yahoo.com>
13955              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
13956              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
13957      Branch: perl
13958            ! lib/charnames.pm
13959 ____________________________________________________________________________
13960 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
13961         Log: Docs for Mac::err.
13962      Branch: maint-5.6/macperl
13963            ! macos/ext/Mac/err/err.pm
13964 ____________________________________________________________________________
13965 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
13966         Log: Some cleanup; change some globals to references for
13967              possible persistence later.
13968      Branch: maint-5.6/macperl
13969            ! macos/lib/Mac/Glue.pm
13970 ____________________________________________________________________________
13971 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
13972         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
13973      Branch: maint-5.6/macperl
13974            ! macos/ext/Mac/Files/Files.pm
13975 ____________________________________________________________________________
13976 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
13977         Log: Get Mac::Navigation to compile (bug #464684).
13978      Branch: maint-5.6/macperl
13979            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
13980            ! macos/ext/Mac/Navigation/Makefile.PL
13981            ! macos/ext/Mac/Navigation/Navigation.xs
13982            ! macos/macperl/Makefile.mk
13983 ____________________________________________________________________________
13984 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
13985         Log: Add in modules and POD to help menu.
13986      Branch: maint-5.6/macperl
13987            ! macos/macperl/MacPerl.podhelp
13988 ____________________________________________________________________________
13989 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
13990         Log: Update bundled modules.
13991      Branch: maint-5.6/macperl
13992            + macos/bundled_ext/Filter/t/FilterTest.pm
13993            + macos/bundled_ext/List/Util/t/shuffle.t
13994            + macos/bundled_ext/Storable/t/compat06.t
13995            + macos/bundled_ext/Storable/t/st-dump.pl
13996            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
13997            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
13998            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
13999            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
14000            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
14001            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
14002            + macos/bundled_lib/blib/lib/lwpcook.pod
14003            + macos/bundled_lib/t/Filter/Simple/filter.t
14004            + macos/bundled_lib/t/Switch/t/given.t
14005            + macos/bundled_lib/t/Switch/t/nested.t
14006            + macos/bundled_lib/t/Switch/t/switch.t
14007            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
14008            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
14009            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
14010            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
14011            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
14012            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
14013            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
14014            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
14015            + macos/bundled_lib/t/URI/rfc2732.t
14016            + macos/bundled_lib/t/libnet/config.t
14017            + macos/bundled_lib/t/libnet/libnet_t.pl
14018            + macos/bundled_lib/t/libwww-perl/live/google.t
14019            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
14020            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
14021            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
14022            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
14023            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
14024            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
14025            + macos/bundled_lib/t/libwww-perl/live/validator.t
14026            - macos/bundled_ext/Filter/t/MyFilter.pm
14027            - macos/bundled_ext/Storable/t/compat-0.6.t
14028            - macos/bundled_ext/Storable/t/dump.pl
14029            - macos/bundled_ext/Time/Piece/Makefile.PL
14030            - macos/bundled_ext/Time/Piece/Piece.pm
14031            - macos/bundled_ext/Time/Piece/Piece.t
14032            - macos/bundled_ext/Time/Piece/Piece.xs
14033            - macos/bundled_ext/Time/Piece/README
14034            - macos/bundled_ext/Time/Piece/Seconds.pm
14035            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
14036            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
14037            - macos/bundled_lib/blib/lib/Net/PH.pm
14038            - macos/bundled_lib/blib/lib/Net/SNPP.pm
14039            - macos/bundled_lib/blib/lib/Text/Balanced.pod
14040            - macos/bundled_lib/t/Filter/Simple/test.pl
14041            - macos/bundled_lib/t/Switch/test.pl
14042            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
14043            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
14044            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
14045            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
14046            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
14047            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
14048            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
14049            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
14050            - macos/bundled_lib/t/libnet/ph.t
14051            ! (edit 125 files)
14052 ____________________________________________________________________________
14053 [ 12961] By: ams                                   on 2001/11/13  00:45:08
14054         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
14055              From: Michael G Schwern <schwern@pobox.com>
14056              Date: Mon, 12 Nov 2001 20:16:45 -0500
14057              Message-Id: <20011112201644.G2888@blackrider>
14058      Branch: perl
14059            ! pod/perlport.pod
14060 ____________________________________________________________________________
14061 [ 12960] By: ams                                   on 2001/11/12  23:54:00
14062         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
14063              Recoving dup tests for VMS
14064              From: Michael G Schwern <schwern@pobox.com>
14065              Date: Mon, 12 Nov 2001 19:35:33 -0500
14066              Message-Id: <20011112193533.D2888@blackrider>
14067      Branch: perl
14068            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
14069 ____________________________________________________________________________
14070 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
14071         Log: Update Changes.
14072      Branch: perl
14073            ! Changes patchlevel.h
14074 ____________________________________________________________________________
14075 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
14076         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
14077              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
14078              Date: Mon, 12 Nov 2001 12:35:18 EST 
14079              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
14080      Branch: perl
14081            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
14082            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
14083 ____________________________________________________________________________
14084 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
14085         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
14086              From: Barrie Slaymaker <barries@slaysys.com>
14087              Date: Mon, 12 Nov 2001 11:19:52 -0500
14088              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
14089      Branch: perl
14090            ! lib/File/Spec.t lib/File/Spec/Win32.pm
14091 ____________________________________________________________________________
14092 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
14093         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
14094              From: Barrie Slaymaker <barries@slaysys.com>
14095              Date: Mon, 12 Nov 2001 11:07:36 -0500
14096              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
14097      Branch: perl
14098            ! lib/Benchmark.pm
14099 ____________________________________________________________________________
14100 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
14101         Log: Misplaced test, noticed by Barrie Slaymaker.
14102              (We are missing Benchmark tests, then.)
14103      Branch: perl
14104            + ext/Devel/DProf/DProf.t
14105            - lib/Benchmark.t
14106            ! MANIFEST
14107 ____________________________________________________________________________
14108 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
14109         Log: Subject: [PATCH] a few typo fixes 
14110              From: Jeffrey Friedl <jfriedl@yahoo.com>
14111              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
14112              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
14113              
14114              Patching README.foo instead of pod/perlfoo.pod,
14115              not patching Math::BigInt (Tels will take care of that),
14116              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
14117              and perldoc.PL instead of libnetcfg and perldoc, patching
14118              ext/Digest/MD5/t/files.t since MD5.pm was changed.
14119      Branch: perl
14120            ! (edit 109 files)
14121 ____________________________________________________________________________
14122 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
14123         Log: Add a note about the dangers of bad UTF-8.
14124      Branch: perl
14125            ! pod/perlunicode.pod
14126 ____________________________________________________________________________
14127 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
14128         Log: NetWare Nit from Ananth Kesari.
14129      Branch: perl
14130            ! NetWare/config.wc
14131 ____________________________________________________________________________
14132 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
14133         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
14134      Branch: perl
14135            ! ext/Encode/Encode.pm
14136 ____________________________________________________________________________
14137 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
14138         Log: (retracted by #12951)
14139      Branch: perl
14140            ! ext/Encode/Encode.pm
14141 ____________________________________________________________________________
14142 [ 12949] By: ams                                   on 2001/11/12  06:40:18
14143         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
14144              From: Robert Spier <rspier@pobox.com>
14145              Date: Sun, 11 Nov 2001 18:50:18 -0800
14146              Message-Id: <15343.14570.121505.233336@rls.cx>
14147              
14148              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
14149              From: Rick Delaney <rick.delaney@home.com>
14150              Date: 12 Nov 2001 00:15:52 -0500
14151              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
14152      Branch: perl
14153            ! pp_hot.c t/op/taint.t
14154 ____________________________________________________________________________
14155 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
14156         Log: It seems that we actually have this detail implemented
14157              as for as Level 1 Support of Unicode regex support is
14158              concerned: at Level 1 only 1:1 support for loose
14159              (aka caseless, aka caseigoring ) matching is required.
14160      Branch: perl
14161            ! pod/perlunicode.pod
14162 ____________________________________________________________________________
14163 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
14164         Log: (retracted by #12951)
14165      Branch: perl
14166            ! ext/Encode/Encode.pm
14167 ____________________________________________________________________________
14168 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
14169         Log: BOM, bom, Bom.
14170      Branch: perl
14171            ! pod/perlunicode.pod
14172 ____________________________________________________________________________
14173 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
14174         Log: Upgrade to Math::BigInt 1.46.
14175      Branch: perl
14176            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14177            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
14178            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
14179            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
14180            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14181 ____________________________________________________________________________
14182 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
14183         Log: Subject: Re: PERFORCE change 12943 for review
14184              From: "Philip Newton" <Philip.Newton@gmx.net>
14185              Date: Sun, 11 Nov 2001 20:53:36 +0100
14186              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
14187      Branch: perl
14188            ! pod/perlunicode.pod
14189 ____________________________________________________________________________
14190 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
14191         Log: Doc updates; make the Unicode discussions a little
14192              bit less alarming, and add information about encodings,
14193              surrogates, and BOMs.
14194      Branch: perl
14195            ! pod/perlunicode.pod
14196 ____________________________________________________________________________
14197 [ 12942] By: ams                                   on 2001/11/11  16:45:00
14198         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
14199              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
14200              Date: Mon, 12 Nov 2001 00:22:57 +0900
14201              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
14202      Branch: perl
14203            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
14204            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
14205 ____________________________________________________________________________
14206 [ 12941] By: ams                                   on 2001/11/11  13:01:40
14207         Log: Subject: Re: PERFORCE change 12929 for review
14208              From: "Philip Newton" <Philip.Newton@gmx.net>
14209              Date: Sun, 11 Nov 2001 14:27:44 +0100
14210              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
14211      Branch: perl
14212            ! MANIFEST
14213 ____________________________________________________________________________
14214 [ 12940] By: ams                                   on 2001/11/11  05:06:43
14215         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
14216              From: Michael G Schwern <schwern@pobox.com>
14217              Date: Thu, 8 Nov 2001 22:56:45 -0500
14218              Message-Id: <20011108225645.H5587@blackrider>
14219      Branch: perl
14220            ! t/op/chdir.t
14221 ____________________________________________________________________________
14222 [ 12939] By: ams                                   on 2001/11/11  05:01:00
14223         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
14224              From: Michael G Schwern <schwern@pobox.com>
14225              Date: Sun, 11 Nov 2001 00:54:43 -0500
14226              Message-Id: <20011111005443.A24450@blackrider>
14227      Branch: perl
14228            ! ext/Cwd/t/cwd.t
14229 ____________________________________________________________________________
14230 [ 12938] By: ams                                   on 2001/11/11  03:25:13
14231         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
14232              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
14233              From: "chromatic" <chromatic@rmci.net>
14234              Date: Sat, 10 Nov 2001 21:03:20 -0700
14235              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
14236      Branch: perl
14237            ! lib/File/stat.pm lib/File/stat.t
14238 ____________________________________________________________________________
14239 [ 12937] By: ams                                   on 2001/11/11  02:05:23
14240         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
14241              From: "Craig A. Berry" <craigberry@mac.com>
14242              Date: Sat, 10 Nov 2001 17:23:52 -0600
14243              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
14244      Branch: perl
14245            ! t/op/magic.t
14246 ____________________________________________________________________________
14247 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
14248         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
14249      Branch: perl
14250            ! lib/open.pm lib/open.t
14251 ____________________________________________________________________________
14252 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
14253         Log: The Official name of ASCII.
14254      Branch: perl
14255            ! ext/Encode/Encode.pm
14256 ____________________________________________________________________________
14257 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
14258         Log: The KOI8-R example wasn't quite right.
14259      Branch: perl
14260            ! lib/open.pm lib/open.t
14261 ____________________________________________________________________________
14262 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
14263         Log: Enhance the open pragma to support :utf8, :locale,
14264              and :encoding directly as special cases, and rename
14265              the INOUT to IO.
14266      Branch: perl
14267            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
14268 ____________________________________________________________________________
14269 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
14270         Log: Document the UTF-16 surrogate encoding and decoding.
14271      Branch: perl
14272            ! ext/Encode/Encode.pm
14273 ____________________________________________________________________________
14274 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
14275         Log: A potential recursion breaker.
14276      Branch: perl
14277            ! sv.c
14278 ____________________________________________________________________________
14279 [ 12930] By: ams                                   on 2001/11/10  07:46:53
14280         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
14281              (was Re: perl@12892)
14282              From: "chromatic" <chromatic@rmci.net>
14283              Date: Sat, 10 Nov 2001 01:28:09 -0700
14284              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
14285      Branch: perl
14286            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
14287            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
14288            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
14289            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
14290 ____________________________________________________________________________
14291 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
14292         Log: Add a test for the bytes pragma.
14293      Branch: perl
14294            + lib/bytes.t
14295            ! MANIFEST
14296 ____________________________________________________________________________
14297 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
14298         Log: Doc update.
14299      Branch: perl
14300            ! lib/bytes.pm
14301 ____________________________________________________________________________
14302 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
14303         Log: Cease to exist.
14304      Branch: perl
14305            - lib/Unicode/Normalize.pm
14306 ____________________________________________________________________________
14307 [ 12926] By: ams                                   on 2001/11/10  03:23:16
14308         Log: Subject: [patch] my_setenv speedup + fixes
14309              From: Doug MacEachern <dougm@covalent.net>
14310              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
14311              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
14312      Branch: perl
14313            ! util.c
14314 ____________________________________________________________________________
14315 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
14316         Log: Newline trouble.
14317      Branch: perl
14318            ! lib/ExtUtils/Embed.t
14319 ____________________________________________________________________________
14320 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
14321         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
14322              From: "Craig A. Berry" <craigberry@mac.com>
14323              Date: Fri, 09 Nov 2001 18:13:16 -0600
14324              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
14325      Branch: perl
14326            ! vms/munchconfig.c
14327 ____________________________________________________________________________
14328 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
14329         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
14330              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14331              Date: Sat, 10 Nov 2001 00:10:45 +0100
14332              Message-ID: <20011110001045.A11945@rafael>
14333      Branch: perl
14334            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
14335            + t/run/switchn.t t/run/switchp.t
14336            ! MANIFEST
14337 ____________________________________________________________________________
14338 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
14339         Log: Subject: [PATCH] some tests not cleaning up properly               
14340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
14341              Date: Fri, 9 Nov 2001 22:13:10 +0100
14342              Message-ID: <20011109221310.A11115@rafael>
14343      Branch: perl
14344            ! ext/Cwd/t/cwd.t t/io/argv.t
14345 ____________________________________________________________________________
14346 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
14347         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
14348              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14349              Date: Fri, 9 Nov 2001 15:07:19 EST
14350              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
14351      Branch: perl
14352            ! lib/ExtUtils/Embed.t
14353 ____________________________________________________________________________
14354 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
14355         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
14356              have been copied so it shouldn't be freed in perl_destruct()
14357      Branch: perl
14358            ! perl.c
14359 ____________________________________________________________________________
14360 [ 12919] By: ams                                   on 2001/11/09  15:36:22
14361         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
14362              From: Michael G Schwern <schwern@pobox.com>
14363              Date: Fri, 9 Nov 2001 00:38:59 -0500
14364              Message-Id: <20011109003859.K5587@blackrider>
14365              (Applied with directory name changes suggested by Craig Berry.)
14366      Branch: perl
14367            ! ext/Cwd/t/cwd.t
14368 ____________________________________________________________________________
14369 [ 12918] By: ams                                   on 2001/11/09  15:29:15
14370         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
14371              From: Michael G Schwern <schwern@pobox.com>
14372              Date: Fri, 9 Nov 2001 01:44:14 -0500
14373              Message-Id: <20011109014414.N5587@blackrider>
14374      Branch: perl
14375            ! vms/ext/filespec.t
14376 ____________________________________________________________________________
14377 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
14378         Log: Update Changes.
14379      Branch: perl
14380            ! Changes patchlevel.h
14381 ____________________________________________________________________________
14382 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
14383         Log: Regen toc.
14384      Branch: perl
14385            ! pod/perltoc.pod
14386 ____________________________________________________________________________
14387 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
14388         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
14389              see http://www.jepstone.net/bjepson//jpl/cvs.html
14390      Branch: perl
14391            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14392 ____________________________________________________________________________
14393 [ 12914] By: ams                                   on 2001/11/09  14:05:12
14394         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
14395              From: Michael G Schwern <schwern@pobox.com>
14396              Date: Thu, 8 Nov 2001 22:05:49 -0500
14397              Message-Id: <20011108220549.F5587@blackrider>
14398      Branch: perl
14399            ! vms/test.com
14400 ____________________________________________________________________________
14401 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
14402         Log: NetWare update from Ananth Kesari.
14403      Branch: perl
14404            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
14405 ____________________________________________________________________________
14406 [ 12912] By: ams                                   on 2001/11/09  13:40:26
14407         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
14408              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14409              Date: Fri, 9 Nov 2001 14:32:28 +0100
14410              Message-Id: <20011109143228.A18996@rafael>
14411      Branch: perl
14412            ! perl.c
14413 ____________________________________________________________________________
14414 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
14415         Log: FAQ sync.
14416      Branch: perl
14417            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14418            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14419            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
14420 ____________________________________________________________________________
14421 [ 12910] By: ams                                   on 2001/11/09  07:33:49
14422         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
14423              From: Michael G Schwern <schwern@pobox.com>
14424              Date: Fri, 9 Nov 2001 00:41:56 -0500
14425              Message-Id: <20011109004156.L5587@blackrider>
14426      Branch: perl
14427            ! lib/File/Find/t/find.t
14428 ____________________________________________________________________________
14429 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
14430         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
14431              The CPAN distribution has both pm and XS implementations,
14432              and for performance reasons we choose the XS.
14433              Another reason to choose the XS is that it doesn't
14434              require Lingua::KO::Hangul::Util, which means that
14435              we can delete that-- which in turn means that Unicode::UCD
14436              cannot expect that: support it, but don't expect.
14437              Ditto Unicode::Collate.
14438              
14439              Note that Unicode::Normalize Makefile.PL and
14440              Normalize.xs have been modified from the CPAN 0.10
14441              versions: the first one to be simpler (no pm) and
14442              clean up the generated unf*.h files, the second one
14443              to quench compiler grumblings.  Must notify Sadahiro
14444              about these changes.
14445      Branch: perl
14446            + ext/Unicode/Normalize/Changes
14447            + ext/Unicode/Normalize/Makefile.PL
14448            + ext/Unicode/Normalize/Normalize.pm
14449            + ext/Unicode/Normalize/Normalize.pod
14450            + ext/Unicode/Normalize/Normalize.xs
14451            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
14452            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14453            + ext/Unicode/Normalize/t/test.t
14454            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
14455            - lib/Lingua/KO/Hangul/Util/README
14456            - lib/Lingua/KO/Hangul/Util/t/test.t
14457            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
14458            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
14459            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
14460            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
14461            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
14462            ! win32/makefile.mk
14463 ____________________________________________________________________________
14464 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
14465         Log: Test miscounting.
14466      Branch: perl
14467            ! ext/POSIX/t/posix.t
14468 ____________________________________________________________________________
14469 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
14470         Log: Quote the variables in failures messages more nicely.
14471      Branch: perl
14472            ! t/test.pl
14473 ____________________________________________________________________________
14474 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
14475         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
14476              From: Michael G Schwern <schwern@pobox.com>
14477              Date: Thu, 8 Nov 2001 17:24:49 -0500
14478              Message-ID: <20011108172449.A5587@blackrider>
14479              
14480              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
14481              From: "Craig A. Berry" <craigberry@mac.com>
14482              Date: Thu, 8 Nov 2001 16:35:00 -0600
14483              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
14484      Branch: perl
14485            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
14486 ____________________________________________________________________________
14487 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
14488         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
14489              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
14490              Date: Thu, 8 Nov 2001 22:52:50 -0000
14491              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
14492      Branch: perl
14493            ! ext/DB_File/t/db-recno.t
14494 ____________________________________________________________________________
14495 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
14496         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
14497              (Probably not an EBCDIC issue the way one would think
14498              since no chr() et alia are used in UCD.pm.)
14499      Branch: perl
14500            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14501 ____________________________________________________________________________
14502 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
14503         Log: Whether overwriting the $self->{...} values (see #12902)
14504              is a good policy or not is debatable, but let's at least
14505              be consistent.
14506      Branch: perl
14507            ! lib/ExtUtils/MM_Unix.pm
14508 ____________________________________________________________________________
14509 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
14510         Log: The MakeMaker argument () quoting patch that sneaked
14511              in at #12883 didn't handle make macros like this $(...).
14512              Leaning toothpicks, we've got them.
14513      Branch: perl
14514            ! lib/ExtUtils/MM_Unix.pm
14515 ____________________________________________________________________________
14516 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
14517         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
14518              From: Michael G Schwern <schwern@pobox.com>
14519              Date: Wed, 7 Nov 2001 02:02:29 -0500
14520              Message-ID: <20011107020229.K2858@blackrider>
14521      Branch: perl
14522            ! t/io/argv.t t/test.pl vms/test.com
14523 ____________________________________________________________________________
14524 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
14525         Log: Subject: [PATCH 20011106.084] -s on #! line 
14526              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14527              Date: Wed, 7 Nov 2001 22:23:39 +0100
14528              Message-ID: <20011107222339.E729@rafael>
14529      Branch: perl
14530            ! embed.h embed.pl perl.c proto.h toke.c
14531 ____________________________________________________________________________
14532 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
14533         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
14534              From: Michael G Schwern <schwern@pobox.com>
14535              Date: Wed, 7 Nov 2001 16:52:49 -0500
14536              Message-ID: <20011107165249.I7346@blackrider>
14537      Branch: perl
14538            ! pod/perlhack.pod
14539 ____________________________________________________________________________
14540 [ 12898] By: ams                                   on 2001/11/08  13:02:19
14541         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
14542              From: Mark-Jason Dominus <mjd@plover.com>
14543              Date: Thu, 08 Nov 2001 08:59:02 -0500
14544              Message-Id: <20011108135902.2275.qmail@plover.com>
14545      Branch: perl
14546            ! INSTALL README README.amiga README.os2 README.vms
14547            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
14548            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
14549 ____________________________________________________________________________
14550 [ 12897] By: ams                                   on 2001/11/08  12:49:28
14551         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
14552              From: mjd@plover.com
14553              Date: 8 Nov 2001 13:33:18 -0000
14554              Message-Id: <20011108133318.1786.qmail@plover.com>
14555      Branch: perl
14556            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
14557            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14558            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14559            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14560            ! pod/perlport.pod pod/perlvar.pod
14561 ____________________________________________________________________________
14562 [ 12896] By: ams                                   on 2001/11/08  11:22:12
14563         Log: open(FH, $file) should strip leading and trailing whitespace.
14564      Branch: perl
14565            ! doio.c
14566 ____________________________________________________________________________
14567 [ 12895] By: ams                                   on 2001/11/08  10:17:14
14568         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
14569              From: "Craig A. Berry" <craigberry@mac.com>
14570              Date: Wed, 07 Nov 2001 13:41:50 -0600
14571              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
14572      Branch: perl
14573            ! t/op/glob.t
14574 ____________________________________________________________________________
14575 [ 12894] By: ams                                   on 2001/11/08  08:32:20
14576         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
14577              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
14578              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
14579              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
14580      Branch: perl
14581            ! makedepend.SH
14582 ____________________________________________________________________________
14583 [ 12893] By: ams                                   on 2001/11/08  08:26:31
14584         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
14585              From: mjd@plover.com
14586              Date: 8 Nov 2001 08:08:07 -0000
14587              Message-Id: <20011108080807.30147.qmail@plover.com>
14588              
14589              Subject: bleadperl perl.pod
14590              From: mjd@plover.com
14591              Date: 8 Nov 2001 08:10:47 -0000
14592              Message-Id: <20011108081047.30178.qmail@plover.com>
14593              
14594              Subject: more bleadperl perl.pod
14595              From: mjd@plover.com
14596              Date: 8 Nov 2001 08:16:28 -0000
14597              Message-Id: <20011108081628.30229.qmail@plover.com>
14598      Branch: perl
14599            ! pod/perl.pod pod/perldebug.pod
14600 ____________________________________________________________________________
14601 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
14602         Log: Tweak for Cray-friendliness from Nicholas Clark.
14603      Branch: perl
14604            ! sv.c
14605 ____________________________________________________________________________
14606 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
14607         Log: VMS patch redo from Charles Lane.
14608      Branch: perl
14609            ! vms/gen_shrfls.pl
14610 ____________________________________________________________________________
14611 [ 12890] By: ams                                   on 2001/11/07  15:16:10
14612         Log: Subject: [ID 20011107.088] two perl pod nits
14613              From: lvirden@cas.org
14614              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
14615              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
14616      Branch: perl
14617            ! pod/perl.pod pod/perlfaq3.pod
14618 ____________________________________________________________________________
14619 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
14620         Log: Update Changes.
14621      Branch: perl
14622            ! Changes patchlevel.h
14623 ____________________________________________________________________________
14624 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
14625         Log: The (emulated) "no utf8" must be in a BEGIN block
14626              to be effective.
14627      Branch: perl
14628            ! lib/CGI/t/html.t
14629 ____________________________________________________________________________
14630 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
14631         Log: "v-strings" is the right term.
14632      Branch: perl
14633            ! pod/perltodo.pod
14634 ____________________________________________________________________________
14635 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
14636         Log: Add vstrings-as-objects need to perltodo.
14637      Branch: perl
14638            ! pod/perltodo.pod
14639 ____________________________________________________________________________
14640 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
14641         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
14642              From: Nicholas Clark <nick@ccl4.org>
14643              Date: Wed, 7 Nov 2001 14:36:32 +0000
14644              Message-ID: <20011107143631.I24980@plum.flirble.org>
14645      Branch: perl
14646            ! t/op/pack.t
14647 ____________________________________________________________________________
14648 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
14649         Log: The Embed test requires a major rewrite for VMS
14650              (plus it reveals a couple of annoying glitches
14651              in buffering), so skip the test for now; from
14652              Charles Lane.
14653      Branch: perl
14654            ! lib/ExtUtils/Embed.t
14655 ____________________________________________________________________________
14656 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
14657         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
14658              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14659              Date: Wed, 7 Nov 2001 09:23:28 EST
14660              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
14661              
14662              (Also i seems that an unrelated experimental patch
14663              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
14664      Branch: perl
14665            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
14666 ____________________________________________________________________________
14667 [ 12882] By: ams                                   on 2001/11/07  05:14:04
14668         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
14669              From: Mark-Jason Dominus <mjd@plover.com>
14670              Date: Wed, 07 Nov 2001 00:43:46 -0500
14671              Message-Id: <20011107054346.14428.qmail@plover.com>
14672      Branch: perl
14673            ! gv.c op.c toke.c
14674 ____________________________________________________________________________
14675 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
14676         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
14677              From: Michael G Schwern <schwern@pobox.com>             
14678              Date: Tue, 6 Nov 2001 22:04:39 -0500
14679              Message-ID: <20011106220439.D2858@blackrider>              
14680      Branch: perl
14681            ! lib/perl5db.pl
14682 ____________________________________________________________________________
14683 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
14684         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
14685              stress))
14686              From: Jonathan Stowe <gellyfish@gellyfish.com>
14687              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
14688              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
14689              
14690              (except for one hunk where indentation differs)
14691      Branch: perl
14692            ! lib/Term/Cap.t
14693 ____________________________________________________________________________
14694 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
14695         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
14696              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14697              Date: Tue, 6 Nov 2001 21:45:01 +0100
14698              Message-ID: <20011106214501.A704@rafael>
14699      Branch: perl
14700            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
14701            ! lib/File/Spec/Win32.pm
14702 ____________________________________________________________________________
14703 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
14704         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
14705              From: Michael G Schwern <schwern@pobox.com>              
14706              Date: Tue, 6 Nov 2001 20:58:45 -0500
14707              Message-ID: <20011106205845.G29411@blackrider>
14708      Branch: perl
14709            ! t/test.pl
14710 ____________________________________________________________________________
14711 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
14712         Log: Subject: making do_sprintf public       
14713              From: Doug MacEachern <dougm@covalent.net>    
14714              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
14715              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
14716      Branch: perl
14717            ! embed.h embed.pl global.sym
14718 ____________________________________________________________________________
14719 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
14720         Log: Update to CGI.pm 2.78.
14721              
14722              TODO: the test suite needs to be merged so that
14723              when in core, the core version is tested, and when
14724              using the CPAN version, testing the CPAN version.
14725              (the changes need to be sent to Lincoln, too...)
14726      Branch: perl
14727            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
14728            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
14729            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
14730            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
14731            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
14732            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
14733 ____________________________________________________________________________
14734 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
14735         Log: Integrate with perlio; (strictly) readonly hashes via XS.
14736      Branch: perl
14737           +> t/lib/access.t
14738           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
14739 ____________________________________________________________________________
14740 [ 12874] By: nick                                  on 2001/11/06  21:05:16
14741         Log: Keep It Simple and Stupid version of readonly hash support.
14742              - Test for SvREAONLY(hv) at a few spots in hv.c
14743              - add the error message to perldiag.pod
14744              - (dubious) add access::readonly() to univeral.c
14745              - add test using above
14746              - fixup ext/B/t/stash.t to account for access:: existing
14747      Branch: perlio
14748            + t/lib/access.t
14749            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
14750 ____________________________________________________________________________
14751 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
14752         Log: Fix incorrect warnings about broken globbing;
14753              from Andy Dougherty.
14754      Branch: perl
14755            ! hints/linux.sh
14756 ____________________________________________________________________________
14757 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
14758         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
14759              toggle-on from the encoding pragma.
14760      Branch: perl
14761            ! regcomp.c regexec.c
14762 ____________________________________________________________________________
14763 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
14764         Log: Retract #12824, doesn't help and is ignored
14765              by Configure anyway.
14766      Branch: perl
14767            ! hints/beos.sh
14768 ____________________________________________________________________________
14769 [ 12870] By: ams                                   on 2001/11/06  10:40:37
14770         Log: Subject: Cosmetic change
14771              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14772              Date: Tue, 06 Nov 2001 12:30:52 +0100
14773              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
14774      Branch: perl
14775            ! README.hpux
14776 ____________________________________________________________________________
14777 [ 12869] By: nick                                  on 2001/11/06  08:26:40
14778         Log: Integrate mainline
14779      Branch: perlio
14780           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
14781           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
14782 ____________________________________________________________________________
14783 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
14784         Log: The parentheses are protected enough.
14785      Branch: perl
14786            ! hints/os390.sh
14787 ____________________________________________________________________________
14788 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
14789         Log: ccflags, not ldflags.
14790      Branch: perl
14791            ! hints/os390.sh
14792 ____________________________________________________________________________
14793 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
14794         Log: ... and the proto to go with #12865.
14795      Branch: perl
14796            ! proto.h
14797 ____________________________________________________________________________
14798 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
14799         Log: Oops.  Luckily nothing was using this symbol yet.
14800      Branch: perl
14801            ! global.sym
14802 ____________________________________________________________________________
14803 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
14804         Log: Implement the encoding pragma for regex literals.
14805      Branch: perl
14806            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
14807 ____________________________________________________________________________
14808 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
14809         Log: More UTF8 EXACT fixing.
14810      Branch: perl
14811            ! regexec.c
14812 ____________________________________________________________________________
14813 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
14814         Log: More re debugging.
14815      Branch: perl
14816            ! regexec.c
14817 ____________________________________________________________________________
14818 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
14819         Log: EXACT correction attempt.  Continued in #12863.
14820      Branch: perl
14821            ! regexec.c
14822 ____________________________________________________________________________
14823 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
14824         Log: Unterminated L<.
14825      Branch: perl
14826            ! ext/DB_File/DB_File.pm
14827 ____________________________________________________________________________
14828 [ 12859] By: nick                                  on 2001/11/05  19:15:17
14829         Log: Integrate mainline
14830      Branch: perlio
14831           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14832           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14833           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
14834           +> lib/Math/BigInt/t/sub_mbi.t
14835            - lib/Math/BigInt/t/Math/Subclass.pm
14836            - lib/Math/BigInt/t/subclass.t
14837           !> (integrate 30 files)
14838 ____________________________________________________________________________
14839 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
14840         Log: Regex debugging fixes from Hugo.
14841      Branch: perl
14842            ! regcomp.c regexec.c
14843 ____________________________________________________________________________
14844 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
14845         Log: IRIX: at some point the cc -version has started
14846              to output to stderr, not stdout any more.
14847      Branch: perl
14848            ! hints/irix_6.sh
14849 ____________________________________________________________________________
14850 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
14851         Log: Update Changes.
14852      Branch: perl
14853            ! Changes patchlevel.h
14854 ____________________________________________________________________________
14855 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
14856         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
14857      Branch: perl
14858            ! lib/File/Spec/Unix.pm
14859 ____________________________________________________________________________
14860 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
14861         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
14862              From: rgarciasuarez@free.fr
14863              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
14864              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
14865      Branch: perl
14866            ! lib/File/Spec/Unix.pm
14867 ____________________________________________________________________________
14868 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
14869         Log: Use config.arch in OS/390 where the combination of
14870              IEEE floats and ldflags is tricky.
14871      Branch: perl
14872            ! hints/os390.sh
14873 ____________________________________________________________________________
14874 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
14875         Log: Metaconfig unit change for #12851.
14876      Branch: metaconfig
14877            ! U/modified/Config_sh.U
14878 ____________________________________________________________________________
14879 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
14880         Log: Support a config.arch file, similar to config.over,
14881              but loaded just before it.
14882      Branch: perl
14883            ! Configure INSTALL
14884 ____________________________________________________________________________
14885 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
14886         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
14887              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14888              Date: Mon, 5 Nov 2001 14:26:24 +0100
14889              Message-ID: <20011105142624.C31977@rafael>
14890      Branch: perl
14891            ! lib/Symbol.pm lib/Symbol.t
14892 ____________________________________________________________________________
14893 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
14894         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
14895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14896              Date: Sun, 4 Nov 2001 22:28:57 +0100
14897              Message-ID: <20011104222857.C696@rafael>
14898      Branch: perl
14899            ! pod/perldebug.pod pod/perlpodspec.pod
14900 ____________________________________________________________________________
14901 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
14902         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
14903      Branch: perl
14904            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
14905 ____________________________________________________________________________
14906 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
14907         Log: Math::Big* test tweaks to work better with core:
14908              but the coast still not clear.
14909      Branch: perl
14910            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
14911            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14912 ____________________________________________________________________________
14913 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
14914         Log: Protect against high load: measure how much wall
14915              clock time went by while sleeping.  Avoids some
14916              false negatives, while may introduce some false
14917              positives.  Life is hard.
14918      Branch: perl
14919            ! ext/Time/HiRes/HiRes.t
14920 ____________________________________________________________________________
14921 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
14922         Log: More forgotten from #12843.
14923      Branch: perl
14924            ! lib/Math/BigInt/t/bigfltpm.inc
14925 ____________________________________________________________________________
14926 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
14927         Log: Forgot from #12843.
14928      Branch: perl
14929            + lib/Math/BigInt/t/bigintpm.inc
14930            ! MANIFEST
14931 ____________________________________________________________________________
14932 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
14933         Log: Upgrade to Math::BigInt 1.45; from Tels.
14934              NOTE: some of the tests are failing but that's because
14935              the core integration is not yet done.
14936      Branch: perl
14937            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14938            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14939            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14940            - lib/Math/BigInt/t/Math/Subclass.pm
14941            - lib/Math/BigInt/t/subclass.t
14942            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
14943            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
14944            ! lib/Math/BigInt/t/mbimbf.t
14945 ____________________________________________________________________________
14946 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
14947         Log: VMS: adds capability to control more configuration stuff with
14948              -D and -U switches; parsing config.sh to extract previous config
14949              info in VMS-form, and a rewrite of the "prompt/response" routine;
14950              from Charles Lane.
14951      Branch: perl
14952            ! configure.com
14953 ____________________________________________________________________________
14954 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
14955         Log: Subject: Typo correction in perldebguts.pod
14956              From: mjd@plover.com
14957              Date: 4 Nov 2001 16:20:05 -0000
14958              Message-ID: <20011104162005.16699.qmail@plover.com>
14959      Branch: perl
14960            ! pod/perldebguts.pod
14961 ____________________________________________________________________________
14962 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
14963         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
14964              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14965              Date: Sun, 4 Nov 2001 11:47:30 +0100
14966              Message-ID: <20011104114730.A715@rafael>
14967              
14968              Remove -T from the test, wrong place for that.
14969      Branch: perl
14970            ! lib/File/Temp/t/mktemp.t
14971 ____________________________________________________________________________
14972 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
14973         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
14974              From: Nicholas Clark <nick@ccl4.org>
14975              Date: Sun, 4 Nov 2001 10:41:24 +0000
14976              Message-ID: <20011104104123.U20123@plum.flirble.org>
14977      Branch: perl
14978            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
14979 ____________________________________________________________________________
14980 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
14981         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
14982              From: Michael G Schwern <schwern@pobox.com>
14983              Date: Sat, 3 Nov 2001 15:41:47 -0500
14984              Message-ID: <20011103154147.C600@blackrider>
14985      Branch: perl
14986            ! lib/Term/Cap.t
14987 ____________________________________________________________________________
14988 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
14989         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
14990              From: "Craig A. Berry" <craigberry@mac.com>     
14991              Date: Sat, 03 Nov 2001 16:02:28 -0600
14992              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
14993      Branch: perl
14994            ! ext/Time/HiRes/HiRes.t
14995 ____________________________________________________________________________
14996 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
14997         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
14998              From: "chromatic" <chromatic@rmci.net>
14999              Date: Sat, 03 Nov 2001 12:28:17 -0700
15000              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
15001      Branch: perl
15002            ! lib/Term/Cap.t
15003 ____________________________________________________________________________
15004 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
15005         Log: Don't bother doing POSIX charclass parsing if it
15006              possibly cannot be so.  Prepares way for charclass
15007              syntax like [[abc]||[def]] (or just [[abc][def]])
15008              for union, [[\w]&&[$a]] for intersection,
15009              and [[a-z]&&[^def]] for subtraction.
15010              
15011              Currently /[[a]/ (or /[a[]/) parses as a character
15012              class containing two characters, "[" and "a",
15013              this may have to be broken for the syntax described
15014              above, otherwise we would have to scan the whole pattern
15015              to find out whether the square brackets match pairwise.
15016              Luckily, the special case of "[" doesn't seem to be
15017              documented (as opposed to "]" and "-"), so we may have
15018              better story for breaking it...  One can always use \[
15019              if one wants a literal "[", so there.
15020      Branch: perl
15021            ! regcomp.c
15022 ____________________________________________________________________________
15023 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
15024         Log: Comment correction.
15025      Branch: perl
15026            ! regcomp.c
15027 ____________________________________________________________________________
15028 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
15029         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
15030              The latter is a RedHatism.
15031      Branch: perl
15032            ! lib/ExtUtils/MakeMaker.pm
15033 ____________________________________________________________________________
15034 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
15035         Log: Integrate perlio.
15036      Branch: perl
15037           !> perlio.c
15038 ____________________________________________________________________________
15039 [ 12831] By: nick                                  on 2001/11/03  11:42:15
15040         Log: Integrate mainline
15041      Branch: perlio
15042           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
15043           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
15044           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
15045           !> sv.c t/test.pl
15046 ____________________________________________________________________________
15047 [ 12830] By: nick                                  on 2001/11/03  10:27:34
15048         Log: Fix clone_leak problem.
15049              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
15050              as vestige of calling PerlLIO_dup().
15051      Branch: perlio
15052            ! perlio.c
15053 ____________________________________________________________________________
15054 [ 12829] By: nick                                  on 2001/11/03  09:40:46
15055         Log: Tweaks attempting to locate Doug's clone_leak leak.
15056              - add some PerlIO_debug()
15057              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
15058              - Even if it closing stdout etc. do a fflush()
15059      Branch: perlio
15060            ! perlio.c
15061 ____________________________________________________________________________
15062 [ 12828] By: nick                                  on 2001/11/03  08:34:31
15063         Log: Integrate mainline
15064      Branch: perlio
15065           !> (integrate 54 files)
15066 ____________________________________________________________________________
15067 [ 12827] By: ams                                   on 2001/11/03  03:45:19
15068         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
15069              remove this later). Based on a patch from Robert Spier in
15070              <15330.61459.14452.795263@rls.cx>.
15071      Branch: perl
15072            ! sv.c
15073 ____________________________________________________________________________
15074 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
15075         Log: microperl sync.
15076      Branch: perl
15077            ! doio.c perl.c perl.h perlio.c regexec.c
15078 ____________________________________________________________________________
15079 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
15080         Log: Definitions for the Unicode Newline Guidelines.
15081      Branch: perl
15082            ! perl.h
15083 ____________________________________________________________________________
15084 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
15085         Log: (retracted by #12871)
15086              
15087              There is no csh of any kind in default BeOS.
15088              For the purposes of miniperl globbing, bash
15089              will do.
15090      Branch: perl
15091            ! hints/beos.sh
15092 ____________________________________________________________________________
15093 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
15094         Log: Integrate change #12820 from macperl to maint and blead;
15095              
15096              Fix up (dynaloading) to work properly with multiplicity
15097      Branch: maint-5.6/perl
15098           !> ext/DynaLoader/dl_mac.xs
15099      Branch: perl
15100           !> ext/DynaLoader/dl_mac.xs
15101 ____________________________________________________________________________
15102 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
15103         Log: Several fixes for various exit problems and clearing out
15104              task queue, as well as another (incomplete) go at
15105              fixing error message handling
15106      Branch: maint-5.6/macperl
15107            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
15108 ____________________________________________________________________________
15109 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
15110         Log: Add source files for bleadperl builds
15111      Branch: maint-5.6/macperl
15112            ! macos/Makefile.mk
15113 ____________________________________________________________________________
15114 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
15115         Log: Fix up to work properly with multiplicity
15116      Branch: maint-5.6/macperl
15117            ! ext/DynaLoader/dl_mac.xs
15118 ____________________________________________________________________________
15119 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
15120         Log: Integrate with maintperl.
15121      Branch: maint-5.6/macperl
15122           +> t/op/system.t t/op/system_tests
15123           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
15124           !> pod/perltodo.pod util.c win32/win32.c
15125 ____________________________________________________________________________
15126 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
15127         Log: Locate _PATH_LOG if it's a socket even if not #defined
15128              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
15129              via Nick Clark.
15130      Branch: perl
15131            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
15132 ____________________________________________________________________________
15133 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
15134         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
15135              From: Michael G Schwern <schwern@pobox.com>
15136              Date: Fri, 2 Nov 2001 15:36:41 -0500
15137              Message-ID: <20011102153641.E23234@blackrider>
15138      Branch: perl
15139            ! t/test.pl
15140 ____________________________________________________________________________
15141 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
15142         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
15143              From: merlyn@stonehenge.com (Randal L. Schwartz)
15144              Date: 02 Nov 2001 09:33:34 -0800
15145              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
15146              
15147              (two of the changes)
15148              
15149              Better coexistence with extensions.
15150      Branch: perl
15151            ! ext/Errno/Errno_pm.PL hints/darwin.sh
15152 ____________________________________________________________________________
15153 [ 12815] By: ams                                   on 2001/11/02  16:47:43
15154         Log: Subject: Re: [PATCH] the the double double word word fix fix
15155              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15156              Date: Fri, 02 Nov 2001 19:43:07 +0100
15157              Message-Id: <3BE2E93B.627C198E@alcatel.at>
15158      Branch: perl
15159            ! pod/perldebug.pod
15160 ____________________________________________________________________________
15161 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
15162         Log: Update Changes.
15163      Branch: perl
15164            ! Changes patchlevel.h
15165 ____________________________________________________________________________
15166 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
15167         Log: More encoding testing.
15168      Branch: perl
15169            ! lib/encoding.pm lib/encoding.t
15170 ____________________________________________________________________________
15171 [ 12812] By: ams                                   on 2001/11/02  15:07:11
15172         Log: Slight modification of #12811.
15173      Branch: perl
15174            ! op.c
15175 ____________________________________________________________________________
15176 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
15177         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
15178              From: Radu Greab <radu@netsoft.ro>
15179              Date: Fri, 2 Nov 2001 15:28:58 +0200
15180              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
15181      Branch: perl
15182            ! op.c t/op/stat.t
15183 ____________________________________________________________________________
15184 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
15185         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
15186              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15187              Date: Thu, 1 Nov 2001 22:35:50 +0100
15188              Message-ID: <20011101223550.A10849@rafael>
15189      Branch: perl
15190            ! lib/ExtUtils/Embed.t
15191 ____________________________________________________________________________
15192 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
15193         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
15194              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15195              Date: 2 Nov 2001 14:48:51 -0000
15196              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
15197      Branch: perl
15198            ! lib/File/Find.pm
15199 ____________________________________________________________________________
15200 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
15201         Log: Add documentation.
15202      Branch: perl
15203            ! embed.pl pod/perlapi.pod utf8.c
15204 ____________________________________________________________________________
15205 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
15206         Log: Unicode: add ToFold mapping.  Not used yet; but basically
15207              a more useful mapping for caseless aka case-ignoring than
15208              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
15209              algorithm for creating the foldings uses equivalence classes,
15210              see http://www.unicode.org/unicode/reports/tr21/
15211              Hopefully this feature will be used in //i.
15212              (The folding tables were introduced by #12689.)
15213      Branch: perl
15214            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
15215            ! utf8.c
15216 ____________________________________________________________________________
15217 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
15218         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
15219              From: "Craig A. Berry" <craigberry@mac.com>
15220              Date: Fri, 02 Nov 2001 00:03:52 -0600
15221              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
15222      Branch: perl
15223            ! lib/AutoSplit.t
15224 ____________________________________________________________________________
15225 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
15226         Log: Subject: Trivial doc patch
15227              From: andreas.koenig@anima.de (Andreas J. Koenig)
15228              Date: 02 Nov 2001 06:11:35 +0100
15229              Message-ID: <m37kt94v08.fsf@anima.de>
15230      Branch: perl
15231            ! pod/perlport.pod
15232 ____________________________________________________________________________
15233 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
15234         Log: Make encoding and charnames pragmas coexist.
15235      Branch: perl
15236            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
15237 ____________________________________________________________________________
15238 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
15239         Log: The basic character classes seem to go untested with Unicode.
15240      Branch: perl
15241            ! t/op/pat.t
15242 ____________________________________________________________________________
15243 [ 12802] By: ams                                   on 2001/11/02  00:39:36
15244         Log: Subject: [PATCH] the the double double word word fix fix
15245              From: Richard Soderberg <rs@oregonnet.com>
15246              Date: Thu, 1 Nov 2001 13:12:03 -0800
15247              Message-Id: <200111012112.NAA23288@oregonnet.com>
15248              
15249              Subject: Re: [PATCH] the the double double word word fix fix
15250              From: Mark-Jason Dominus <mjd@plover.com>
15251              Date: Thu, 01 Nov 2001 16:43:40 -0500
15252              Message-Id: <20011101214340.2044.qmail@plover.com>
15253              
15254              Subject: Re: [PATCH] the the double double word word fix fix
15255              From: Mark-Jason Dominus <mjd@plover.com>
15256              Date: Thu, 01 Nov 2001 16:51:39 -0500
15257              Message-Id: <20011101215139.2196.qmail@plover.com>
15258      Branch: perl
15259            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
15260            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
15261            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
15262            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
15263            ! pod/perltodo.pod pod/perlxstut.pod
15264 ____________________________________________________________________________
15265 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
15266         Log: Comment tweaks.
15267      Branch: perl
15268            ! toke.c
15269 ____________________________________________________________________________
15270 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
15271         Log: FAQ sync.
15272      Branch: perl
15273            ! pod/perlfaq9.pod
15274 ____________________________________________________________________________
15275 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
15276         Log: If an encoding is set by -M/-m, it must be in
15277              effect only for the actual script, not any other
15278              required/-M/-m'ed module, otherwise we enter a nasty
15279              recursion in regexec.c while trying to init the simple
15280              UTF-8 charclasses like PL_utf8_alnum.
15281      Branch: perl
15282            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
15283 ____________________________________________________________________________
15284 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
15285         Log: A bit more descriptive name.
15286      Branch: perl
15287            ! mg.c
15288 ____________________________________________________________________________
15289 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
15290         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
15291              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15292              Date: Wed, 31 Oct 2001 13:47:04 EST
15293              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
15294      Branch: perl
15295            ! ext/Time/HiRes/HiRes.t
15296 ____________________________________________________________________________
15297 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
15298         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
15299              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15300              Date: Wed, 31 Oct 2001 13:43:29 EST
15301              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
15302      Branch: perl
15303            ! mg.c
15304 ____________________________________________________________________________
15305 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
15306         Log: Subject: [PATCH] Various test cleanups
15307              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15308              Date: Tue, 30 Oct 2001 21:56:26 +0100
15309              Message-ID: <20011030215626.A28503@rafael>
15310      Branch: perl
15311            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15312            ! ext/DB_File/t/db-recno.t ext/Encode.t
15313 ____________________________________________________________________________
15314 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
15315         Log: Update Changes.
15316      Branch: perl
15317            ! Changes patchlevel.h
15318 ____________________________________________________________________________
15319 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
15320         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
15321              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
15322              Date: Wed, 31 Oct 2001 17:16:39 +0100
15323              Message-ID: <20011031171639.A32511@rafael>
15324      Branch: perl
15325            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
15326 ____________________________________________________________________________
15327 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
15328         Log: Skip message nit.
15329      Branch: perl
15330            ! t/io/fs.t
15331 ____________________________________________________________________________
15332 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
15333         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
15334              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15335              Date: 31 Oct 2001 14:49:37 -0000
15336              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
15337      Branch: perl
15338            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
15339 ____________________________________________________________________________
15340 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
15341         Log: Extend the effect of the encoding pragma to chr() and ord().
15342              
15343              TODO: regex literals, reentrancy problems with the utf8
15344              and charnames pragmas.
15345      Branch: perl
15346            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
15347 ____________________________________________________________________________
15348 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
15349         Log: Doc tweaks.
15350      Branch: perl
15351            ! lib/encoding.pm
15352 ____________________________________________________________________________
15353 [ 12788] By: nick                                  on 2001/10/31  08:59:56
15354         Log: Integrate mainline
15355      Branch: perlio
15356           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
15357           !> (integrate 49 files)
15358 ____________________________________________________________________________
15359 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
15360         Log: Forgot new proto.
15361      Branch: perl
15362            ! proto.h
15363 ____________________________________________________________________________
15364 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
15365         Log: Clarification: use encoding cannot be used to
15366              change the default encoding of "your whole script";
15367              only the default encoding of the *data*.  Also, it
15368              seems that "use encoding" does not mix with "use utf8"
15369              (a coredumping recursion ensues).  Should not be a huge
15370              problem since "use utf8" is pretty marginal nowadays.
15371      Branch: perl
15372            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
15373 ____________________________________________________________________________
15374 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
15375         Log: More documentation for the encode pragma.
15376      Branch: perl
15377            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
15378            ! pod/perlapi.pod pod/perlunicode.pod sv.c
15379 ____________________________________________________________________________
15380 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
15381         Log: Thinko in #12783.
15382      Branch: perl
15383            ! sv.c
15384 ____________________________________________________________________________
15385 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
15386         Log: Make sv_recode_to_utf8() a real API: the encoding
15387              is a parameter, instead of a global.  Document the
15388              PERL_ENCODING.
15389      Branch: perl
15390            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
15391            ! toke.c
15392 ____________________________________________________________________________
15393 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
15394         Log: Enable -Mencoding=foobar also for string literals.
15395      Branch: perl
15396            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
15397            ! pod/perlapi.pod proto.h sv.c toke.c
15398 ____________________________________________________________________________
15399 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
15400         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
15401              From: Andy Dougherty <doughera@lafayette.edu>
15402              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
15403              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
15404      Branch: perl
15405            ! ext/POSIX/hints/svr4.pl
15406 ____________________________________________________________________________
15407 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
15408         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
15409              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15410              Date: Mon, 29 Oct 2001 23:11:58 -0000
15411              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
15412              
15413              Add compat.h.
15414      Branch: perl
15415            ! lib/h2xs.t utils/h2xs.PL
15416 ____________________________________________________________________________
15417 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
15418         Log: Subject: PerlIOBuf_dup
15419              From: Nicholas Clark <nick@ccl4.org>              
15420              Date: Mon, 29 Oct 2001 21:52:35 +0000             
15421              Message-ID: <20011029215235.K41204@plum.flirble.org>
15422              
15423              Add prototype.
15424      Branch: perl
15425            ! perliol.h
15426 ____________________________________________________________________________
15427 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
15428         Log: Subject: [PATCH] Make malloc.c errors more useful
15429              From: Richard Soderberg <rs@oregonnet.com>
15430              Date: Mon, 29 Oct 2001 22:28:02 -0800
15431              Message-Id: <200110300628.WAA11025@oregonnet.com>
15432      Branch: perl
15433            ! malloc.c
15434 ____________________________________________________________________________
15435 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
15436         Log: Retract #12776 - the bug 19990906.001 is still valid.
15437      Branch: perl
15438            ! t/run/kill_perl.t
15439 ____________________________________________________________________________
15440 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
15441         Log: (Retracted by #12777)
15442              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
15443              From: Michael G Schwern <schwern@pobox.com> 
15444              Date: Mon, 29 Oct 2001 23:01:08 -0500
15445              Message-ID: <20011029230108.G18053@blackrider>
15446      Branch: perl
15447            ! t/run/kill_perl.t
15448 ____________________________________________________________________________
15449 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
15450         Log: Comment nits.
15451      Branch: perl
15452            ! lib/encoding.t
15453 ____________________________________________________________________________
15454 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
15455         Log: integrate change#12772 from mainline
15456              
15457              Subject: [PATCH] Mommy, what's a pointer cast?
15458      Branch: maint-5.6/perl
15459            ! perl.h
15460 ____________________________________________________________________________
15461 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
15462         Log: Subject: [PATCH] Mommy, what's a pointer cast?
15463              From: Richard Soderberg <rs@oregonnet.com>
15464              Date: Mon, 29 Oct 2001 17:01:10 -0800
15465              Message-Id: <200110300101.RAA31561@oregonnet.com>
15466              
15467              (threads* parts)
15468      Branch: perl
15469            ! ext/threads/shared/shared.xs ext/threads/threads.xs
15470 ____________________________________________________________________________
15471 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
15472         Log: Subject: [PATCH] Mommy, what's a pointer cast?
15473              From: Richard Soderberg <rs@oregonnet.com>
15474              Date: Mon, 29 Oct 2001 17:01:10 -0800
15475              Message-Id: <200110300101.RAA31561@oregonnet.com>
15476              
15477              (the perl.h part)
15478      Branch: perl
15479            ! perl.h
15480 ____________________________________________________________________________
15481 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
15482         Log: Subject: [PATCH] OpenBSD likes signal.h 
15483              From: Richard Soderberg <rs@oregonnet.com>
15484              Date: Mon, 29 Oct 2001 17:00:31 -0800
15485              Message-Id: <200110300100.RAA31533@oregonnet.com>
15486      Branch: perl
15487            ! unixish.h
15488 ____________________________________________________________________________
15489 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
15490         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
15491              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15492              Date: Mon, 29 Oct 2001 23:04:23 -0000
15493              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
15494      Branch: perl
15495            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15496            ! ext/DB_File/t/db-recno.t
15497 ____________________________________________________________________________
15498 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
15499         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
15500              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15501              Date: Mon, 29 Oct 2001 12:34:07 -0600
15502              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
15503      Branch: perl
15504            ! ext/Time/HiRes/HiRes.t
15505 ____________________________________________________________________________
15506 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
15507         Log: Update Changes.
15508      Branch: perl
15509            ! Changes patchlevel.h
15510 ____________________________________________________________________________
15511 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
15512         Log: AIX needs an explicit symbol export list.
15513      Branch: perl
15514            ! lib/ExtUtils/Embed.t
15515 ____________________________________________________________________________
15516 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
15517         Log: The test (and the module) would require some
15518              quality hacking time to work on EBCDIC.  Based on
15519              the test results nothing seems to be majorly broken,
15520              the module just seems to have strange assumptions:
15521              got: ''\226\225\205'
15522              expected: ''one'
15523              The \226\225\205 being, of course, 'one', in EBCDIC.
15524      Branch: perl
15525            ! lib/Dumpvalue.t
15526 ____________________________________________________________________________
15527 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
15528         Log: Mark the test known to be failing in EBCDIC.
15529      Branch: perl
15530            ! t/op/tr.t
15531 ____________________________________________________________________________
15532 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
15533         Log: None of the libnet modules are going to work in
15534              EBCDIC without the Convert::EBCDIC.
15535      Branch: perl
15536            ! t/lib/1_compile.t
15537 ____________________________________________________________________________
15538 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
15539         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
15540      Branch: perl
15541            ! t/op/pack.t
15542 ____________________________________________________________________________
15543 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
15544         Log: UTF-EBCDIC ain't UTF-8.
15545      Branch: perl
15546            ! t/op/pack.t
15547 ____________________________________________________________________________
15548 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
15549         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
15550      Branch: perl
15551            ! t/lib/1_compile.t
15552 ____________________________________________________________________________
15553 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
15554         Log: Let's not assume ASCII.
15555      Branch: perl
15556            ! t/op/lc.t
15557 ____________________________________________________________________________
15558 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
15559         Log: Call the new perlio symbols differently.
15560      Branch: perl
15561            ! makedef.pl
15562 ____________________________________________________________________________
15563 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
15564         Log: Don't expect ASCII ordering.
15565      Branch: perl
15566            ! lib/ExtUtils/Manifest.t
15567 ____________________________________________________________________________
15568 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
15569         Log: Forgot from #12756.
15570      Branch: perl
15571            ! perlio.h
15572 ____________________________________________________________________________
15573 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
15574         Log: BeOS tweaks:
15575              - fseeko and ftello can be found by Configure but
15576              we do not seem to have prototypes for them so
15577              let's make up some
15578              - BeOS didn't use to have real sockets (sockets as
15579              filedescriptors) but the BONE package is supposed
15580              to fix this.  I do not know how to detect BONEness,
15581              see hints/beos.sh for a spot that needs to fixed.
15582              - BeOS has O_TEXT != O_BINARY but has no setmode()
15583      Branch: perl
15584            ! hints/beos.sh perlio.c
15585 ____________________________________________________________________________
15586 [ 12755] By: sky                                   on 2001/10/29  12:56:12
15587         Log: Ugly fix to not die when a thread creator is holding locks.
15588      Branch: perl
15589            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15590            ! ext/threads/threads.xs
15591 ____________________________________________________________________________
15592 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
15593         Log: Integrate change #12752 from maintperl;
15594              
15595              croak(Nullch) wasn't printing the contents of ERRSV if there was
15596              no outer eval (bug in change#6125)
15597      Branch: perl
15598           !> util.c
15599 ____________________________________________________________________________
15600 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
15601         Log: Subject: [PATCH h2xs] Use of static data in XS modules
15602              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15603              Date: Sun, 28 Oct 2001 21:19:07 -0000
15604              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
15605              
15606              with nits from Sarathy.
15607      Branch: perl
15608            ! utils/h2xs.PL
15609 ____________________________________________________________________________
15610 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
15611         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
15612              no outer eval (bug in change#6125)
15613      Branch: maint-5.6/perl
15614            ! util.c
15615 ____________________________________________________________________________
15616 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
15617         Log: More todo for the encoding pragma.
15618      Branch: perl
15619            ! lib/encoding.pm
15620 ____________________________________________________________________________
15621 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
15622         Log: Add the encoding pragma to control the "upgrade"
15623              from the native eight bit data to Unicode.
15624              
15625              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
15626      Branch: perl
15627            + lib/encoding.pm lib/encoding.t
15628            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
15629            ! pod/perlunicode.pod pod/perlvar.pod sv.c
15630 ____________________________________________________________________________
15631 [ 12749] By: sky                                   on 2001/10/28  21:02:33
15632         Log: Update documentation.
15633      Branch: perl
15634            ! ext/threads/shared/shared.pm
15635 ____________________________________________________________________________
15636 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
15637         Log: Integrate change #12747 from maintperl;
15638              
15639              finishing touches to system() fixes on windows:
15640              * detect cmd shell correctly even if it had full path in it
15641              * more quoting needed for single-arg system if the argument
15642              really had multiple quoted arguments within it
15643              * be smarter about not calling the shell when the executable
15644              has spaces, but otherwise does not need shell involvement
15645              * add a testsuite (windows-specific currently)
15646      Branch: perl
15647           +> t/op/system.t t/op/system_tests
15648            ! MANIFEST pod/perltodo.pod
15649           !> win32/win32.c
15650 ____________________________________________________________________________
15651 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
15652         Log: finishing touches to system() fixes on windows:
15653              * detect cmd shell correctly even if it had full path in it
15654              * more quoting needed for single-arg system if the argument
15655              really had multiple quoted arguments within it
15656              * be smarter about not calling the shell when the executable
15657              has spaces, but otherwise does not need shell involvement
15658              * add a testsuite (windows-specific currently)
15659      Branch: maint-5.6/perl
15660            + t/op/system.t t/op/system_tests
15661            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
15662 ____________________________________________________________________________
15663 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
15664         Log: Integrate perlio.
15665      Branch: perl
15666           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
15667 ____________________________________________________________________________
15668 [ 12745] By: nick                                  on 2001/10/28  16:08:14
15669         Log: Mingw32 fixup for Embed.t
15670      Branch: perlio
15671            ! lib/ExtUtils/Embed.t
15672 ____________________________________________________________________________
15673 [ 12744] By: nick                                  on 2001/10/28  15:54:14
15674         Log: GCC vs MS 64-bit constant syntax
15675      Branch: perlio
15676            ! ext/Time/HiRes/HiRes.xs
15677 ____________________________________________________________________________
15678 [ 12743] By: nick                                  on 2001/10/28  15:42:55
15679         Log: Integrate mainline
15680      Branch: perlio
15681           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
15682 ____________________________________________________________________________
15683 [ 12742] By: sky                                   on 2001/10/28  14:47:10
15684         Log: Manpage updates.
15685      Branch: perl
15686            ! ext/threads/threads.pm
15687 ____________________________________________________________________________
15688 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
15689         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
15690      Branch: perl
15691            ! lib/ExtUtils/Embed.t
15692 ____________________________________________________________________________
15693 [ 12740] By: nick                                  on 2001/10/28  14:14:24
15694         Log: Integrate mainline
15695      Branch: perlio
15696           !> lib/ExtUtils/Embed.t win32/win32.c
15697 ____________________________________________________________________________
15698 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
15699         Log: Need to be ./executed.
15700      Branch: perl
15701            ! lib/ExtUtils/Embed.t
15702 ____________________________________________________________________________
15703 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
15704         Log: Integrate perlio.
15705      Branch: perl
15706           !> perlio.c win32/win32.h
15707 ____________________________________________________________________________
15708 [ 12737] By: nick                                  on 2001/10/28  13:53:45
15709         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
15710              by gcc -xc++.
15711      Branch: perlio
15712            ! win32/win32.h
15713 ____________________________________________________________________________
15714 [ 12736] By: nick                                  on 2001/10/28  13:50:50
15715         Log: Have :stdio layer update an honour the fd refcnt table.
15716              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
15717      Branch: perlio
15718            ! perlio.c
15719 ____________________________________________________________________________
15720 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
15721         Log: Integrate changes #12724 and #12725 from maintperl;
15722              multiarg system now works.
15723      Branch: perl
15724           !> win32/win32.c
15725 ____________________________________________________________________________
15726 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
15727         Log: Integrate perlio.
15728      Branch: perl
15729           +> lib/ExtUtils/Embed.t
15730           !> MANIFEST perlio.c
15731 ____________________________________________________________________________
15732 [ 12733] By: nick                                  on 2001/10/28  13:07:16
15733         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
15734              least for PERLIO=perlio unthreaded case
15735      Branch: perlio
15736            ! perlio.c
15737 ____________________________________________________________________________
15738 [ 12732] By: nick                                  on 2001/10/28  11:10:24
15739         Log: Typo in exe name
15740      Branch: perlio
15741            ! lib/ExtUtils/Embed.t
15742 ____________________________________________________________________________
15743 [ 12731] By: nick                                  on 2001/10/28  11:09:59
15744         Log: Integrate Mainline
15745      Branch: perlio
15746           !> Changes configure.com ext/DB_File/DB_File.pm
15747           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
15748           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
15749           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
15750           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
15751           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
15752           !> t/TEST t/op/regexp.t win32/buildext.pl
15753 ____________________________________________________________________________
15754 [ 12730] By: nick                                  on 2001/10/28  11:05:35
15755         Log: Fixup Embed.t for Win32/VC++
15756      Branch: perlio
15757            ! lib/ExtUtils/Embed.t
15758 ____________________________________________________________________________
15759 [ 12729] By: nick                                  on 2001/10/28  09:36:20
15760         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
15761              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
15762              ExtUtils::Embed.
15763      Branch: perlio
15764            + lib/ExtUtils/Embed.t
15765            ! MANIFEST
15766 ____________________________________________________________________________
15767 [ 12728] By: sky                                   on 2001/10/28  08:12:53
15768         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
15769              line manually!
15770      Branch: perl
15771            ! lib/ExtUtils/xsubpp
15772 ____________________________________________________________________________
15773 [ 12727] By: sky                                   on 2001/10/28  08:02:09
15774         Log: And here we use the prototypes.
15775      Branch: perl
15776            ! ext/threads/shared/shared.xs
15777 ____________________________________________________________________________
15778 [ 12726] By: sky                                   on 2001/10/28  08:00:48
15779         Log: Support [] style prototypes.
15780      Branch: perl
15781            ! lib/ExtUtils/xsubpp
15782 ____________________________________________________________________________
15783 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
15784         Log: yet another multi-arg system() fix on windows: batch files as the
15785              first argument (i.e. directly executed by CreateProcess()) need
15786              extra quoting to escape shell-shock
15787      Branch: maint-5.6/perl
15788            ! win32/win32.c
15789 ____________________________________________________________________________
15790 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
15791         Log: another multi-arg system() fix on windows: passing empty arguments
15792              now works
15793      Branch: maint-5.6/perl
15794            ! win32/win32.c
15795 ____________________________________________________________________________
15796 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
15797         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
15798              No final #else #error because we do not seem to
15799              be using #error?
15800      Branch: perl
15801            ! op.h
15802 ____________________________________________________________________________
15803 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
15804         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
15805              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
15806              Date: Sat, 27 Oct 2001 23:28:44 EST 
15807              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
15808      Branch: perl
15809            ! ext/Time/HiRes/HiRes.xs
15810 ____________________________________________________________________________
15811 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
15812         Log: Regen perlapi, perltoc.
15813      Branch: perl
15814            ! pod/perlapi.pod pod/perltoc.pod
15815 ____________________________________________________________________________
15816 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
15817         Log: Subject: [PATCH] sv.h documentation
15818              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
15819              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
15820              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
15821      Branch: perl
15822            ! sv.h
15823 ____________________________________________________________________________
15824 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
15825         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
15826              system("nmake -nologo", "clean") and there is no executable
15827              called "nmake -nologo"; this used to "work" pre-change#12559 due
15828              to bugs in multiarg system() that have since been fixed
15829      Branch: perl
15830            ! win32/buildext.pl
15831 ____________________________________________________________________________
15832 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
15833         Log: Update Changes.
15834      Branch: perl
15835            ! Changes patchlevel.h
15836 ____________________________________________________________________________
15837 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
15838         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
15839              From: Richard.Foley@t-online.de (Richard Foley)            
15840              Date: Sun, 28 Oct 2001 00:48:32 +0200
15841              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
15842      Branch: perl
15843            ! pod/perlhack.pod
15844 ____________________________________________________________________________
15845 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
15846         Log: Must store pointers with the right width.
15847      Branch: perl
15848            ! op.h
15849 ____________________________________________________________________________
15850 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
15851         Log: Integrate change #12711 from perlio;
15852              
15853              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
15854              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
15855      Branch: perl
15856           !> perlio.c
15857 ____________________________________________________________________________
15858 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
15859         Log: Subject: [PATCH] make minitest
15860              From: Nicholas Clark <nick@ccl4.org>
15861              Date: Sat, 27 Oct 2001 22:56:16 +0100
15862              Message-ID: <20011027225616.L20275@plum.flirble.org>
15863      Branch: perl
15864            ! t/TEST
15865 ____________________________________________________________________________
15866 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
15867         Log: Patch #12661 missed this.
15868      Branch: perl
15869            ! ext/DB_File/DB_File.pm
15870 ____________________________________________________________________________
15871 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
15872         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
15873              From: "Craig A. Berry" <craigberry@mac.com>
15874              Date: Sat, 27 Oct 2001 16:07:47 -0500
15875              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
15876      Branch: perl
15877            ! configure.com perlio.c
15878 ____________________________________________________________________________
15879 [ 12711] By: nick                                  on 2001/10/27  19:49:25
15880         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
15881              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
15882      Branch: perlio
15883            ! perlio.c
15884 ____________________________________________________________________________
15885 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
15886         Log: Let's not replace reason if there's one already supplied.
15887      Branch: perl
15888            ! t/op/regexp.t
15889 ____________________________________________________________________________
15890 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
15891         Log: is not good.
15892      Branch: perl
15893            ! t/op/regexp.t
15894 ____________________________________________________________________________
15895 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
15896         Log: ldlibpth can exist but be unset.
15897      Branch: perl
15898            ! t/TEST
15899 ____________________________________________________________________________
15900 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
15901         Log: Unicode: property alias naming cleanup.
15902      Branch: perl
15903            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
15904 ____________________________________________________________________________
15905 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
15906         Log: FAQ sync.
15907      Branch: perl
15908            ! pod/perlfaq4.pod
15909 ____________________________________________________________________________
15910 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
15911         Log: Integrate change #12703 from maintperl;
15912              
15913              typemap stuff intervenes before declaration, move it to PREINIT
15914              section
15915              
15916              (an empty integrate, but now the files are in sync
15917              between the branches)
15918      Branch: perl
15919           !> ext/ODBM_File/ODBM_File.xs
15920 ____________________________________________________________________________
15921 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
15922         Log: More PerlIO symbols.
15923      Branch: perl
15924            ! makedef.pl
15925 ____________________________________________________________________________
15926 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
15927         Log: typemap stuff intervenes before declaration, move it to PREINIT
15928              section
15929      Branch: maint-5.6/perl
15930            ! ext/ODBM_File/ODBM_File.xs
15931 ____________________________________________________________________________
15932 [ 12702] By: nick                                  on 2001/10/27  14:09:35
15933         Log: Integrate mainline
15934      Branch: perlio
15935           +> ext/threads/shared/t/av_simple.t
15936           +> ext/threads/shared/t/hv_refs.t
15937           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
15938           !> (integrate 109 files)
15939 ____________________________________________________________________________
15940 [ 12700] By: ams                                   on 2001/10/26  21:22:23
15941         Log: Subject: [PATCH] tweak divide
15942              From: Nicholas Clark <nick@ccl4.org>
15943              Date: Fri, 26 Oct 2001 22:52:17 +0100
15944              Message-Id: <20011026225217.B20275@plum.flirble.org>
15945      Branch: perl
15946            ! pp.c
15947 ____________________________________________________________________________
15948 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
15949         Log: Integrate a buncha things from maintperl.
15950      Branch: maint-5.6/macperl
15951           !> (integrate 32 files)
15952 ____________________________________________________________________________
15953 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
15954         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
15955              From: Andy Dougherty <doughera@lafayette.edu>
15956              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
15957              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
15958      Branch: perl
15959            ! hints/svr4.sh
15960 ____________________________________________________________________________
15961 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
15962         Log: When you're root, many things become writable.
15963      Branch: perl
15964            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
15965 ____________________________________________________________________________
15966 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
15967         Log: Update Changes.
15968      Branch: perl
15969            ! Changes patchlevel.h
15970 ____________________________________________________________________________
15971 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
15972         Log: Term/Cap.t attempts to access the floppy drive for no good reason
15973              on dosish systems
15974      Branch: perl
15975            ! lib/Term/Cap.t
15976 ____________________________________________________________________________
15977 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
15978         Log: fix misleading comment on known inadequacy in B::Terse, and skip
15979              it correctly
15980      Branch: perl
15981            ! ext/B/t/terse.t
15982 ____________________________________________________________________________
15983 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
15984         Log: fix spurious AutoSplit.t failure under windows
15985      Branch: perl
15986            ! lib/AutoSplit.t
15987 ____________________________________________________________________________
15988 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
15989         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
15990      Branch: perl
15991            ! ext/Time/HiRes/HiRes.t
15992 ____________________________________________________________________________
15993 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
15994         Log: More logical to use %04"UVXf" than %"UVuf" since
15995              the Unicode standard prefers hex.
15996      Branch: perl
15997            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
15998            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
15999            ! lib/unicore/mktables utf8.c
16000 ____________________________________________________________________________
16001 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
16002         Log: change#12065 seems to have broken Encode build on windows; fix
16003      Branch: perl
16004            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
16005 ____________________________________________________________________________
16006 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
16007         Log: Unicode: add the case folding table.
16008      Branch: perl
16009            + lib/unicore/To/Fold.pl
16010            ! MANIFEST lib/unicore/mktables
16011 ____________________________________________________________________________
16012 [ 12688] By: sky                                   on 2001/10/26  13:51:29
16013         Log: Get the new functions right, do not export lock since we use builtin lock.
16014              TODO: fix xsubpp to support the new prototypes
16015      Branch: perl
16016            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16017 ____________________________________________________________________________
16018 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
16019         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
16020              as suggested by Sarathy.
16021      Branch: perl
16022            ! mg.c
16023 ____________________________________________________________________________
16024 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
16025         Log: avoid compiler warning
16026      Branch: perl
16027            ! win32/win32.c
16028 ____________________________________________________________________________
16029 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
16030         Log: WinCE update from Rainer Keuchel.
16031      Branch: perl
16032            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
16033            ! wince/wince.c
16034 ____________________________________________________________________________
16035 [ 12684] By: sky                                   on 2001/10/26  13:34:33
16036         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
16037      Branch: perl
16038            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16039 ____________________________________________________________________________
16040 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
16041         Log: More fixes that were made to the core and not in the libnet src
16042      Branch: perl
16043            ! lib/Net/Domain.pm
16044 ____________________________________________________________________________
16045 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
16046         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
16047              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
16048              Date: Fri, 26 Oct 2001 13:55:21 +0200
16049              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
16050              
16051              (plus make the db-recno.t#59 accept both \n and \r\n)
16052      Branch: perl
16053            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
16054            ! ext/DB_File/t/db-recno.t
16055 ____________________________________________________________________________
16056 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
16057         Log: Fix tests to be able to run in the core and the CPAN dist
16058      Branch: perl
16059            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
16060            ! lib/Net/t/require.t lib/Net/t/smtp.t
16061 ____________________________________________________________________________
16062 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
16063         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
16064              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16065              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
16066              Date: Fri, 26 Oct 2001 08:34:46 EDT
16067      Branch: perl
16068            ! ext/Time/HiRes/HiRes.t
16069 ____________________________________________________________________________
16070 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
16071         Log: Sync libnet modules with what will be libnet-1.08
16072      Branch: perl
16073            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
16074            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
16075            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
16076            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
16077 ____________________________________________________________________________
16078 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
16079         Log: Integrate maintperl changes #12268 and #12669;
16080              
16081              final touches to the audit for statics and thread-unsafe code
16082              * make DB_File, ODBM_File thread-safe 
16083              * remove unnecessary/dangerous statics and protect others
16084              from not getting accidentally enabled under threaded perls
16085              
16086              windows support functions get_childdir() et al aren't exported
16087              correctly under vanilla build
16088              
16089              Testing under win32 appreciated since changes there had
16090              to be manually merged and I cannot test how badly did I do.
16091      Branch: perl
16092           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
16093           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
16094           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
16095           !> win32/vmem.h win32/win32.c win32/win32iop.h
16096 ____________________________________________________________________________
16097 [ 12677] By: sky                                   on 2001/10/26  12:37:17
16098         Log: More Config::threads to threads::threads changes
16099      Branch: perl
16100            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
16101 ____________________________________________________________________________
16102 [ 12676] By: sky                                   on 2001/10/26  12:31:46
16103         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
16104      Branch: perl
16105            ! ext/threads/threads.pm ext/threads/threads.xs
16106 ____________________________________________________________________________
16107 [ 12675] By: sky                                   on 2001/10/26  12:06:30
16108         Log: Allocing a TLS in runtime is not too hot.
16109      Branch: perl
16110            ! ext/threads/threads.xs
16111 ____________________________________________________________________________
16112 [ 12674] By: sky                                   on 2001/10/26  11:59:09
16113         Log: Don't display debug data.
16114      Branch: perl
16115            ! ext/threads/threads.pm
16116 ____________________________________________________________________________
16117 [ 12673] By: sky                                   on 2001/10/26  11:35:47
16118         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
16119              complete bar support for blessed objects.
16120              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
16121      Branch: perl
16122            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
16123 ____________________________________________________________________________
16124 [ 12672] By: sky                                   on 2001/10/26  11:15:28
16125         Log: Fix case where shared reference does not exist in current thread.
16126      Branch: perl
16127            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
16128 ____________________________________________________________________________
16129 [ 12671] By: sky                                   on 2001/10/26  08:48:52
16130         Log: Support for references in shared arrays.
16131      Branch: perl
16132            ! ext/threads/shared/shared.xs
16133 ____________________________________________________________________________
16134 [ 12670] By: sky                                   on 2001/10/26  08:30:11
16135         Log: Add tests for references in hashes.
16136      Branch: perl
16137            + ext/threads/shared/t/hv_refs.t
16138            ! MANIFEST
16139 ____________________________________________________________________________
16140 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
16141         Log: windows support functions get_childdir() et al aren't exported
16142              correctly under vanilla build
16143      Branch: maint-5.6/perl
16144            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
16145 ____________________________________________________________________________
16146 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
16147         Log: final touches to the audit for statics and thread-unsafe code
16148              * make DB_File, ODBM_File thread-safe 
16149              * remove unnecessary/dangerous statics and protect others
16150              from not getting accidentally enabled under threaded perls
16151      Branch: maint-5.6/perl
16152            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
16153            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
16154            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
16155            ! win32/win32.c
16156 ____________________________________________________________________________
16157 [ 12667] By: ams                                   on 2001/10/26  03:48:36
16158         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
16159              From: "Richard Soderberg" <rs@crystalflame.net>
16160              Date: Thu, 25 Oct 2001 23:42:50 -0400
16161              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
16162      Branch: perl
16163            ! sharedsv.c
16164 ____________________________________________________________________________
16165 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
16166         Log: Integrate change #12664 from maintperl;
16167              
16168              the newest GCCs don't seem to like C<"string1"##STRING2>
16169              so keep it as C<"string1" STRING2> (latter appears to
16170              work everywhere)
16171      Branch: perl
16172           !> ext/DynaLoader/dlutils.c
16173 ____________________________________________________________________________
16174 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
16175         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
16176              From: Chris Nandor <pudge@pobox.com>
16177              Date: Thu, 25 Oct 2001 22:15:03 -0400
16178              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
16179      Branch: perl
16180            ! perl.h
16181 ____________________________________________________________________________
16182 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
16183         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
16184              C<"string1" STRING2> (latter appears to work everywhere)
16185      Branch: maint-5.6/perl
16186            ! ext/DynaLoader/dlutils.c
16187 ____________________________________________________________________________
16188 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
16189         Log: AUTHORS update.
16190      Branch: perl
16191            ! AUTHORS
16192 ____________________________________________________________________________
16193 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
16194         Log: Integrate change #12660 from maintperl;
16195              
16196              make the dMY_CXT stuff available under all of
16197              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
16198      Branch: perl
16199           !> perl.h
16200 ____________________________________________________________________________
16201 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
16202         Log: Subject: [PATCH] DB_File-1.79
16203              From: "Paul Marquess" <paul.marquess@openwave.com>
16204              Date: Fri, 26 Oct 2001 00:03:54 +0100
16205              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
16206      Branch: perl
16207            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
16208            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
16209 ____________________________________________________________________________
16210 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
16211         Log: make the dMY_CXT stuff available under all of
16212              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
16213      Branch: maint-5.6/perl
16214            ! perl.h
16215 ____________________________________________________________________________
16216 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
16217         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
16218              From: Michael G Schwern <schwern@pobox.com>
16219              Date: Thu, 25 Oct 2001 18:28:12 -0400
16220              Message-ID: <20011025182812.M4811@blackrider>
16221      Branch: perl
16222            ! t/run/kill_perl.t
16223 ____________________________________________________________________________
16224 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
16225         Log: STRLEN != int.
16226      Branch: perl
16227            ! regcomp.c regexec.c
16228 ____________________________________________________________________________
16229 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
16230         Log: Subject: [PATCH] remove small IVop redundancy
16231              From: Nicholas Clark <nick@ccl4.org>
16232              Date: Thu, 25 Oct 2001 22:48:28 +0100
16233              Message-ID: <20011025224827.M66471@plum.flirble.org>
16234      Branch: perl
16235            ! pp.c pp_hot.c
16236 ____________________________________________________________________________
16237 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
16238         Log: Metaconfig unit change for #12655.
16239      Branch: metaconfig/U/perl
16240            ! Extensions.U
16241 ____________________________________________________________________________
16242 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
16243         Log: Subject: Re: Not OK @12650
16244              From: Andy Dougherty <doughera@lafayette.edu>
16245              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
16246              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
16247      Branch: perl
16248            ! Configure
16249 ____________________________________________________________________________
16250 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
16251         Log: Integrate changes #12652 and #12653 from maintperl;
16252              
16253              more tweaks to change#12626
16254              * move the boilerplate code over to perl.h and make DynaLoader
16255              use it
16256              * make re, Opcode, File::Glob and B threadsafe
16257              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
16258              C<no re;> anywhere)
16259              
16260              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
16261              
16262              File::Glob required a bit more work in bleadperl
16263              because of ExtUtils::Constant (see the Makefile.PL change)
16264      Branch: perl
16265            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
16266           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
16267           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
16268 ____________________________________________________________________________
16269 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
16270         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
16271      Branch: maint-5.6/perl
16272            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
16273            ! ext/Opcode/Opcode.xs ext/re/re.xs
16274 ____________________________________________________________________________
16275 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
16276         Log: more tweaks to change#12626
16277              * move the boilerplate code over to perl.h and make DynaLoader
16278              use it
16279              * make re, Opcode, File::Glob and B threadsafe
16280              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
16281              C<no re;> anywhere)
16282      Branch: maint-5.6/perl
16283            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
16284            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
16285 ____________________________________________________________________________
16286 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
16287         Log: Metaconfig unit change for #12650.
16288      Branch: metaconfig/U/perl
16289            ! Extensions.U
16290 ____________________________________________________________________________
16291 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
16292         Log: Subject: Re: ithreads doesn't like usedl=n
16293              From: Andy Dougherty <doughera@lafayette.edu>
16294              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
16295              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
16296              
16297              Special-case threads::shared.
16298      Branch: perl
16299            ! Configure
16300 ____________________________________________________________________________
16301 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
16302         Log: Getting fancier...
16303      Branch: perl
16304            ! t/TEST
16305 ____________________________________________________________________________
16306 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
16307         Log: csh - what a pain.
16308      Branch: perl
16309            ! t/TEST
16310 ____________________________________________________________________________
16311 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
16312         Log: Update Changes.
16313      Branch: perl
16314            ! Changes patchlevel.h
16315 ____________________________________________________________________________
16316 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
16317         Log: Allow resetting the locale system for the duration
16318              of the build (Mac OS X default setting LANG=En_US
16319              ist kaputt)
16320      Branch: perl
16321            ! Makefile.SH
16322 ____________________________________________________________________________
16323 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
16324         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
16325      Branch: perl
16326            ! ext/Digest/MD5/t/files.t
16327 ____________________________________________________________________________
16328 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
16329         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
16330              From: Andy Dougherty <doughera@lafayette.edu>
16331              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
16332              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
16333      Branch: perl
16334            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
16335            ! ext/threads/shared/Makefile.PL
16336 ____________________________________________________________________________
16337 [ 12643] By: sky                                   on 2001/10/25  12:28:26
16338         Log: Add support for reference members of hashes.
16339      Branch: perl
16340            ! ext/threads/shared/shared.xs
16341 ____________________________________________________________________________
16342 [ 12642] By: ams                                   on 2001/10/25  12:21:13
16343         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
16344              From: "Norton Allen" <nort@qnx.com>
16345              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
16346              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
16347      Branch: perl
16348            ! ext/Digest/MD5/MD5.xs
16349 ____________________________________________________________________________
16350 [ 12641] By: sky                                   on 2001/10/25  10:27:39
16351         Log: Tests shared hashes.
16352      Branch: perl
16353            + ext/threads/shared/t/hv_simple.t
16354            ! MANIFEST
16355 ____________________________________________________________________________
16356 [ 12640] By: sky                                   on 2001/10/25  10:18:23
16357         Log: Fix threadcounts for arrays and hashes.
16358      Branch: perl
16359            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16360 ____________________________________________________________________________
16361 [ 12639] By: sky                                   on 2001/10/25  10:17:26
16362         Log: Note to self, doing *src_ary++ in a macro that evaluates
16363              the value more than once is a good way to dump core.
16364      Branch: perl
16365            ! sharedsv.c
16366 ____________________________________________________________________________
16367 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
16368         Log: Integrate change #12636 from maintperl; more dl fixups.
16369      Branch: perl
16370           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
16371           !> ext/DynaLoader/dl_vms.xs
16372 ____________________________________________________________________________
16373 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
16374         Log: Like dl_hpux, like dl_dld.
16375      Branch: perl
16376            ! ext/DynaLoader/dl_dld.xs
16377 ____________________________________________________________________________
16378 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
16379         Log: followups to change#12635
16380      Branch: maint-5.6/perl
16381            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
16382            ! ext/DynaLoader/dl_vms.xs
16383 ____________________________________________________________________________
16384 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
16385         Log: add part of change#12634 to the two files that need it; dl_aix.xs
16386              in maint-5.6 doesn't have the branch that had the problem in
16387              mainline
16388      Branch: maint-5.6/perl
16389            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
16390 ____________________________________________________________________________
16391 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
16392         Log: Fixes for #12627.
16393      Branch: perl
16394            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
16395 ____________________________________________________________________________
16396 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
16397         Log: Since pv_uni_display and sv_uni_display are now used
16398              in the re extension, their symbols have to be exported.
16399      Branch: perl
16400            ! embed.pl global.sym
16401 ____________________________________________________________________________
16402 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
16403         Log: Subject:  Re: [PATCH Perl@12567] debug /list
16404              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16405              Date: Tue, 23 Oct 2001 21:40:33 EDT
16406              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
16407      Branch: perl
16408            ! configure.com
16409 ____________________________________________________________________________
16410 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
16411         Log: This takes care of some of the re 'debug' cases but
16412              not all cases since the information whether the pattern
16413              or the target are utf8 seems to be either lost or not
16414              spread widely enough, sigh.
16415      Branch: perl
16416            ! regcomp.c
16417 ____________________________________________________________________________
16418 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
16419         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
16420              From: John Peacock <jpeacock@rowman.com>
16421              Date: Wed, 24 Oct 2001 16:53:29 -0400
16422              Message-ID: <3BD72A49.1508D152@rowman.com>
16423      Branch: perl
16424            ! configure.com
16425 ____________________________________________________________________________
16426 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
16427         Log: Upgrade NetWare and WinCE as in #12626.
16428      Branch: perl
16429            ! NetWare/dl_netware.xs wince/dl_win32.xs
16430 ____________________________________________________________________________
16431 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
16432         Log: Tru64 compiler nit.
16433      Branch: perl
16434            ! ext/threads/shared/shared.xs
16435 ____________________________________________________________________________
16436 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
16437         Log: Integrate change #12626 from maintperl;
16438              make DynaLoader threadsafe by moving all statics into
16439              interpreter-local space
16440              
16441              TODO: Netware, OS/2, WinCE
16442      Branch: perl
16443           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16444           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
16445           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
16446           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
16447           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
16448           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16449           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
16450 ____________________________________________________________________________
16451 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
16452         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
16453              space
16454      Branch: maint-5.6/perl
16455            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16456            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
16457            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
16458            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
16459            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
16460            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16461            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
16462 ____________________________________________________________________________
16463 [ 12625] By: sky                                   on 2001/10/24  20:05:26
16464         Log: Change #12623 inflicted an infinite hang. Fixed.
16465      Branch: perl
16466            ! ext/threads/shared/shared.xs
16467 ____________________________________________________________________________
16468 [ 12624] By: sky                                   on 2001/10/24  19:06:55
16469         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
16470      Branch: perl
16471            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16472 ____________________________________________________________________________
16473 [ 12623] By: sky                                   on 2001/10/24  18:06:34
16474         Log: We need to do sharedsv_find in the original perl context.
16475      Branch: perl
16476            ! ext/threads/shared/shared.xs
16477 ____________________________________________________________________________
16478 [ 12622] By: sky                                   on 2001/10/24  17:26:51
16479         Log: Add support for basic support for AVs, references not supported yet.
16480              Add test for AVs.
16481              Add more tests to sv_refs
16482              Fix documentation issues.  
16483      Branch: perl
16484            + ext/threads/shared/t/av_simple.t
16485            ! MANIFEST ext/threads/shared/shared.pm
16486            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
16487 ____________________________________________________________________________
16488 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
16489         Log: Dump Unicode better for re 'debug'.  The regprop()
16490              is unfinished since have to figure out how to detect
16491              Unicodeness in there.
16492      Branch: perl
16493            ! regcomp.c regexec.c
16494 ____________________________________________________________________________
16495 [ 12620] By: sky                                   on 2001/10/24  13:18:07
16496         Log: Add support for finding shared arrays and hashes.
16497      Branch: perl
16498            ! sharedsv.c
16499 ____________________________________________________________________________
16500 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
16501         Log: Rewrite sv_uni_display() as pv_uni_display() as
16502              reimplement sv_uni_display() using that.
16503      Branch: perl
16504            ! dump.c embed.h embed.pl proto.h
16505 ____________________________________________________________________________
16506 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
16507         Log: Integrate change #12615 from maintperl;
16508              on Windows, IO::File::new_tmpfile() fails after being called
16509              32767 times because MSVCRT thinks stdio's TMP_MAX is a
16510              process-wide limit
16511      Branch: perl
16512           !> win32/win32.c
16513 ____________________________________________________________________________
16514 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
16515         Log: Don't try to print ints as IVs.
16516      Branch: perl
16517            ! ext/Time/HiRes/HiRes.xs
16518 ____________________________________________________________________________
16519 [ 12616] By: sky                                   on 2001/10/24  11:06:35
16520         Log: We only need to fetch the SV from the backend if the index
16521              is not the same as mg_private.     In theory this could be
16522              a problem if there are an exact multiple of U16 changes
16523              of a shared variable between two access in a given thread,
16524              we choose to avoid theory for now.
16525      Branch: perl
16526            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
16527 ____________________________________________________________________________
16528 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
16529         Log: on Windows, IO::File::new_tmpfile() fails after being called
16530              32767 times because MSVCRT thinks stdio's TMP_MAX is a
16531              process-wide limit
16532      Branch: maint-5.6/perl
16533            ! win32/win32.c
16534 ____________________________________________________________________________
16535 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
16536         Log: Negation and Unicode: sort of solves 20010303.010,
16537              except not quite like reported in the Subject
16538              (Perl_warner is still utf8-ignorant).
16539      Branch: perl
16540            ! pp.c t/lib/warnings/sv
16541 ____________________________________________________________________________
16542 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
16543         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
16544      Branch: perl
16545            ! sv.c t/lib/warnings/sv
16546 ____________________________________________________________________________
16547 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
16548         Log: sv_uni_display(): do not add the "...", let the caller
16549              do it if wanted, and be prepared for more display options.
16550      Branch: perl
16551            ! dump.c embed.h embed.pl proto.h
16552 ____________________________________________________________________________
16553 [ 12611] By: nick                                  on 2001/10/23  20:28:07
16554         Log: Integrate mainline
16555      Branch: perlio
16556           !> Changes configure.com cygwin/cygwin.c
16557           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
16558           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
16559           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
16560           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
16561           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
16562           !> utils/h2xs.PL utils/perldoc.PL
16563 ____________________________________________________________________________
16564 [ 12610] By: sky                                   on 2001/10/23  19:39:24
16565         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
16566              don't call themselves READONLY but still die with modification
16567              attempt. We only call bless for ext and umagic.
16568      Branch: perl
16569            ! sv.c
16570 ____________________________________________________________________________
16571 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
16572         Log: Croak() on negative time; doc tweaks.
16573      Branch: perl
16574            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
16575            ! ext/Time/HiRes/HiRes.xs
16576 ____________________________________________________________________________
16577 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
16578         Log: FAQ sync.
16579      Branch: perl
16580            ! pod/perlfaq4.pod pod/perlfaq7.pod
16581 ____________________________________________________________________________
16582 [ 12607] By: sky                                   on 2001/10/23  18:27:27
16583         Log: Call setmagic on the referent we are blessing.
16584      Branch: perl
16585            ! sv.c
16586 ____________________________________________________________________________
16587 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
16588         Log: Small test nits.
16589      Branch: perl
16590            ! t/op/lc.t
16591 ____________________________________________________________________________
16592 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
16593         Log: Update Changes.
16594      Branch: perl
16595            ! Changes patchlevel.h
16596 ____________________________________________________________________________
16597 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
16598         Log: Make the PerlIO_init() prototypes consistent.
16599      Branch: perl
16600            ! perlio.c
16601 ____________________________________________________________________________
16602 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
16603         Log: Upping the test count is a good idea.
16604      Branch: perl
16605            ! t/op/lc.t
16606 ____________________________________________________________________________
16607 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
16608         Log: Document the final sigma spot.
16609      Branch: perl
16610            ! pp.c
16611 ____________________________________________________________________________
16612 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
16613         Log: Fix multicharacter titlecase (ucfirst).
16614      Branch: perl
16615            ! pod/perlunicode.pod pp.c t/op/lc.t
16616 ____________________________________________________________________________
16617 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
16618         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
16619              From: Mikhail Zabaluev <mhz@alt-linux.org>
16620              Date: Tue, 23 Oct 2001 10:40:37 +0400
16621              Message-ID: <20011023104037.A12761@localhost.localdomain>
16622              
16623              (#12406 replaced with this)
16624      Branch: perl
16625            ! utils/perldoc.PL
16626 ____________________________________________________________________________
16627 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
16628         Log: MacOS Classic updates from Pudge.
16629      Branch: perl
16630            ! lib/File/Spec.t lib/File/Spec/Mac.pm
16631 ____________________________________________________________________________
16632 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
16633         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
16634              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16635              Date: Sun, 14 Oct 2001 23:14:46 +0200
16636              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
16637              
16638              except for the 2->4 changes.
16639      Branch: perl
16640            ! lib/AutoSplit.t
16641 ____________________________________________________________________________
16642 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
16643         Log: integrate macperl contents into maint-5.6
16644      Branch: maint-5.6/perl
16645            ! mg.c
16646           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
16647           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
16648           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
16649           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16650           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
16651           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
16652           !> t/lib/filefind.t t/lib/filespec.t
16653 ____________________________________________________________________________
16654 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
16655         Log: At some point the #6234 has been lost from the mainline
16656              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
16657      Branch: perl
16658            ! lib/File/Spec/Win32.pm
16659 ____________________________________________________________________________
16660 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
16661         Log: Cygwin seems to round up (or closest, but not down)
16662              for time(), so half of the time (bad pun intended)
16663              Time::HiRes::time() is less than time(), half of
16664              the time it's more.  So let's try harder in the loop.
16665      Branch: perl
16666            ! ext/Time/HiRes/HiRes.t
16667 ____________________________________________________________________________
16668 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
16669         Log: MacOS Classic timeofday(), from Chris Nandor. 
16670      Branch: perl
16671            ! ext/Time/HiRes/HiRes.xs
16672 ____________________________________________________________________________
16673 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
16674         Log: Integrate changes #12580 and #12581 from macperl;
16675              
16676              Fix path construction.
16677              
16678              (Copyright) Nit.
16679      Branch: perl
16680           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
16681 ____________________________________________________________________________
16682 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
16683         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
16684              doesn't seem to help (the error being output to console, maybe?)
16685      Branch: perl
16686            ! lib/Net/Domain.pm
16687 ____________________________________________________________________________
16688 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
16689         Log: Taint the getcwd() result also in Cygwin.
16690              (TODO: which other platforms need the same thing?)
16691      Branch: perl
16692            ! cygwin/cygwin.c
16693 ____________________________________________________________________________
16694 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
16695         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
16696      Branch: perl
16697            ! t/op/taint.t
16698 ____________________________________________________________________________
16699 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
16700         Log: getpwuid() fragility continues.
16701      Branch: perl
16702            ! utils/h2xs.PL
16703 ____________________________________________________________________________
16704 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
16705         Log: getpwuid() might succeed but that's no guarantee
16706              that the $home will be defined.
16707      Branch: perl
16708            ! ext/File/Glob/t/basic.t
16709 ____________________________________________________________________________
16710 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
16711         Log: It's safer to to expand the variable, too... (see #12571)
16712      Branch: perl
16713            ! t/TEST
16714 ____________________________________________________________________________
16715 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
16716         Log: Integrate with maintperl.
16717      Branch: maint-5.6/macperl
16718           !> win32/bin/pl2bat.pl win32/win32.c
16719 ____________________________________________________________________________
16720 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
16721         Log: Oops, forgot to include Win32 ... just as well, since it
16722              seems in bleadperl, change #7764 was not included
16723              (adding C:\temp).  Re-added.  Rip it back out if it
16724              doesn't belong.  :-)
16725      Branch: maint-5.6/macperl
16726            ! lib/File/Spec/Win32.pm
16727 ____________________________________________________________________________
16728 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
16729         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
16730              From: "Craig A. Berry" <craigberry@mac.com>
16731              Date: Mon, 22 Oct 2001 15:25:19 -0500
16732              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
16733      Branch: perl
16734            ! configure.com
16735 ____________________________________________________________________________
16736 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
16737         Log: Add in lots of File::Spec changes, from Thomas Wegner,
16738              and sync with changes from bleadperl.
16739      Branch: maint-5.6/macperl
16740            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
16741            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16742            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16743            ! lib/File/Spec/Win32.pm t/lib/filespec.t
16744 ____________________________________________________________________________
16745 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
16746         Log: Sync with latest File::Find and tests from bleadperl.
16747      Branch: maint-5.6/macperl
16748            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
16749 ____________________________________________________________________________
16750 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
16751         Log: Nit.
16752      Branch: maint-5.6/macperl
16753            ! perl.c
16754 ____________________________________________________________________________
16755 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
16756         Log: Fix path construction.
16757      Branch: maint-5.6/macperl
16758            ! ext/DynaLoader/DynaLoader_pm.PL
16759 ____________________________________________________________________________
16760 [ 12579] By: nick                                  on 2001/10/22  19:08:35
16761         Log: Integrate mainline (for Arthurs thread.xs fix)
16762      Branch: perlio
16763           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
16764 ____________________________________________________________________________
16765 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
16766         Log: Fix up exported symbols, move relevant docs
16767              over from macperl.pod.
16768      Branch: maint-5.6/macperl
16769            ! macos/ext/MacPerl/MacPerl.pm
16770 ____________________________________________________________________________
16771 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
16772         Log: Make ADDRESS called optionally as a method.
16773      Branch: maint-5.6/macperl
16774            ! macos/lib/Mac/Glue.pm
16775 ____________________________________________________________________________
16776 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
16777         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
16778              Apple event.
16779      Branch: maint-5.6/macperl
16780            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
16781            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
16782            ! macos/macperl/MPTerminology.aete
16783 ____________________________________________________________________________
16784 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
16785         Log: Clean up some build utilities. Change Entab to Duplicate;
16786              fix docs and error reporting; improve macify() of paths;
16787              remove requirement for Exporter.pm presence.
16788      Branch: maint-5.6/macperl
16789            ! macos/InstallBLIB macos/MacPerlTests.cmd
16790            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
16791 ____________________________________________________________________________
16792 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
16793         Log: Sync Time::HiRes with bleadperl
16794      Branch: maint-5.6/macperl
16795            ! macos/bundled_ext/Time/HiRes/HiRes.pm
16796            ! macos/bundled_ext/Time/HiRes/HiRes.t
16797            ! macos/bundled_ext/Time/HiRes/HiRes.xs
16798 ____________________________________________________________________________
16799 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
16800         Log: Fix up Changes
16801      Branch: maint-5.6/macperl
16802            ! macos/Changes
16803 ____________________________________________________________________________
16804 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
16805         Log: A user might belong to only a single group
16806              (the group equal to the group id).
16807      Branch: perl
16808            ! t/op/groups.t
16809 ____________________________________________________________________________
16810 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
16811         Log: Prepending (instead of replacing with) the pwd is safer. 
16812      Branch: perl
16813            ! t/TEST
16814 ____________________________________________________________________________
16815 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
16816         Log: Be more robust if no hostname or domainname
16817              (especially the latter)
16818      Branch: perl
16819            ! lib/Net/Domain.pm
16820 ____________________________________________________________________________
16821 [ 12569] By: sky                                   on 2001/10/22  17:41:07
16822         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
16823      Branch: perl
16824            ! ext/threads/threads.xs
16825 ____________________________________________________________________________
16826 [ 12568] By: nick                                  on 2001/10/22  16:31:24
16827         Log: Integrate mainline
16828      Branch: perlio
16829           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
16830           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16831           +> ext/threads/shared/t/sv_refs.t
16832           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
16833            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
16834            - lib/unicore/To/SpecUpper.pl
16835           !> (integrate 42 files)
16836 ____________________________________________________________________________
16837 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
16838         Log: Update Changes.
16839      Branch: perl
16840            ! Changes patchlevel.h
16841 ____________________________________________________________________________
16842 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
16843         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
16844              From: Michael G Schwern <schwern@pobox.com>
16845              Date: Mon, 22 Oct 2001 03:48:38 -0400
16846              Message-ID: <20011022034838.B1676@blackrider>
16847      Branch: perl
16848            ! pod/perlvar.pod
16849 ____________________________________________________________________________
16850 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
16851         Log: Pod nits, as suggested by Stas Bekman.
16852      Branch: perl
16853            ! ext/threads/shared/shared.pm ext/threads/threads.pm
16854 ____________________________________________________________________________
16855 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
16856         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
16857              From: "Paul Marquess" <paul.marquess@openwave.com> 
16858              Date: Sun, 21 Oct 2001 21:11:15 +0100
16859              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
16860      Branch: perl
16861            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
16862            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
16863            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
16864            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
16865            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
16866            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
16867            ! ext/SDBM_File/sdbm.t
16868 ____________________________________________________________________________
16869 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
16870         Log: Integrate change #12559 from maintperl;
16871              various fixes for system() and backticks under windows
16872      Branch: perl
16873           !> win32/win32.c
16874 ____________________________________________________________________________
16875 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
16876         Log: Integrate change #12560 from maintperl;
16877              make pl2bat use %0 rather than "%0" (the latter fails to work
16878              in a lot of common cases)
16879      Branch: perl
16880           !> win32/bin/pl2bat.pl
16881 ____________________________________________________________________________
16882 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
16883         Log: Integrate changes #12549 and #12550 from maintperl;
16884              
16885              readline() doesn't work with our variables; it confuses them with
16886              my variables (change#4227 was incomplete)
16887      Branch: perl
16888            ! t/lib/strict/vars
16889           !> t/base/rs.t toke.c
16890 ____________________________________________________________________________
16891 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
16892         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
16893              in a lot of common cases)
16894      Branch: maint-5.6/perl
16895            ! win32/bin/pl2bat.pl
16896 ____________________________________________________________________________
16897 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
16898         Log: various fixes for system() and backticks under windows:
16899              
16900              * avoid munging whitespace that is passed within quotes
16901              * work around a cmd.exe misfeature that made multi-arg
16902              system() unreliable when there is more than one quoted
16903              argument
16904              * make multi-arg system() autoquote arguments as needed
16905              before passing them to the shell (this avoids having to
16906              second guess the shell quoting)
16907              * perl's -Dp switch can be used to trace the innards
16908      Branch: maint-5.6/perl
16909            ! win32/win32.c
16910 ____________________________________________________________________________
16911 [ 12558] By: nick                                  on 2001/10/22  08:58:42
16912         Log: Integrate ithreads buffer flush fix from perlio
16913      Branch: perl
16914           !> ext/threads/t/basic.t perl.c
16915 ____________________________________________________________________________
16916 [ 12557] By: nick                                  on 2001/10/22  08:35:09
16917         Log: All tests pass (legitimately) on ithreads
16918      Branch: perlio
16919            ! ext/threads/t/basic.t perl.c
16920 ____________________________________________________________________________
16921 [ 12556] By: nick                                  on 2001/10/22  06:51:22
16922         Log: Integrate non-ithreads fix to mainline
16923      Branch: perl
16924           !> perlio.c
16925 ____________________________________________________________________________
16926 [ 12555] By: nick                                  on 2001/10/22  06:48:33
16927         Log: Restore non-ithreads build. Interestingly binmode test passes
16928              non-ithreads - so crlf layer is not damaged and ithreads fail
16929              is a symptom ...
16930      Branch: perlio
16931            ! perlio.c
16932 ____________________________________________________________________________
16933 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
16934         Log: Integrate from perlio; restructuring.
16935      Branch: perl
16936           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
16937           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
16938           !> win32/perlhost.h
16939 ____________________________________________________________________________
16940 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
16941         Log: Integrate from maintperl
16942              (Changes 12350, 12496, 12548, 12549, 12550)
16943      Branch: maint-5.6/macperl
16944           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
16945           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
16946 ____________________________________________________________________________
16947 [ 12552] By: nick                                  on 2001/10/21  19:18:12
16948         Log: Win32 PerlIO_cleanup special cases should no longer be required.
16949      Branch: perlio
16950            ! perl.c
16951 ____________________________________________________________________________
16952 [ 12551] By: nick                                  on 2001/10/21  19:16:56
16953         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
16954      Branch: perlio
16955            ! win32/makefile.mk
16956 ____________________________________________________________________________
16957 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
16958         Log: change#12549 wasn't aware of strictures
16959      Branch: maint-5.6/perl
16960            ! t/pragma/strict-vars toke.c
16961 ____________________________________________________________________________
16962 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
16963         Log: readline() doesn't work with our variables; it confuses them with
16964              my variables (change#4227 was incomplete)
16965      Branch: maint-5.6/perl
16966            ! t/base/rs.t toke.c
16967 ____________________________________________________________________________
16968 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
16969         Log: change#12220 appears to have pulled in a mainline change that
16970              isn't applicable to maint-5.6 (some platforms don't taint
16971              cwd)
16972      Branch: maint-5.6/perl
16973            ! t/lib/filefind-taint.t
16974 ____________________________________________________________________________
16975 [ 12547] By: nick                                  on 2001/10/21  17:15:54
16976         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
16977              for them. Call explicit cleanup during destruct process.
16978              - one binmode test is failing
16979              - also ext/threads/t/basic.t fails under make test, and is noisy under
16980              harness. (Threads results are intermingled and don't match order expected.)
16981      Branch: perlio
16982            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
16983            ! perlio.h perliol.h pod/perlapi.pod sv.c
16984 ____________________________________________________________________________
16985 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
16986         Log: Implement multicharacter case mappings where a single
16987              Unicode character can be mapped into several.
16988      Branch: perl
16989            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
16990            - lib/unicore/To/SpecUpper.pl
16991            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
16992            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
16993            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
16994            ! proto.h t/op/lc.t utf8.c
16995 ____________________________________________________________________________
16996 [ 12545] By: sky                                   on 2001/10/21  15:25:16
16997         Log: First support of threads::shared, support shared svs and references.
16998      Branch: perl
16999            + ext/threads/shared/Makefile.PL ext/threads/shared/README
17000            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17001            + ext/threads/shared/t/sv_refs.t
17002            + ext/threads/shared/t/sv_simple.t
17003            ! MANIFEST sharedsv.c
17004 ____________________________________________________________________________
17005 [ 12544] By: nick                                  on 2001/10/21  14:52:35
17006         Log: PerlIO layer table as PL_perlio (per-interpreter)
17007      Branch: perlio
17008            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
17009            ! pod/perlapi.pod sv.c
17010 ____________________________________________________________________________
17011 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
17012         Log: Prettyprinting.
17013      Branch: perl
17014            ! pod/perlunicode.pod
17015 ____________________________________________________________________________
17016 [ 12542] By: ams                                   on 2001/10/21  03:50:25
17017         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
17018              From: "Sean M. Burke" <sburke@cpan.org>
17019              Date: Sat, 20 Oct 2001 17:51:09 -0600
17020              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
17021      Branch: perl
17022            + pod/perlpodspec.pod
17023            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
17024            ! pod/perltoc.pod
17025 ____________________________________________________________________________
17026 [ 12541] By: nick                                  on 2001/10/20  22:23:53
17027         Log: Fix typos in new locking on MemShared
17028              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
17029              - seems to make segfaults more deterministic - suspect they are 
17030              attempt to free() after Interp and Host have gone.
17031      Branch: perlio
17032            ! perlio.c win32/perlhost.h
17033 ____________________________________________________________________________
17034 [ 12540] By: nick                                  on 2001/10/20  21:50:46
17035         Log: Remove the MemShared re-#define (again)
17036      Branch: perlio
17037            ! perlio.c
17038 ____________________________________________________________________________
17039 [ 12539] By: nick                                  on 2001/10/20  21:49:06
17040         Log: Use locks on MemShared
17041      Branch: perlio
17042            ! win32/perlhost.h
17043 ____________________________________________________________________________
17044 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
17045         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
17046              From: "chromatic" <chromatic@rmci.net>
17047              Date: Sat, 20 Oct 2001 11:13:47 -0600
17048              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
17049      Branch: perl
17050            ! installhtml
17051 ____________________________________________________________________________
17052 [ 12537] By: nick                                  on 2001/10/20  16:44:03
17053         Log: Integrate mainline
17054      Branch: perlio
17055           !> (integrate 48 files)
17056 ____________________________________________________________________________
17057 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
17058         Log: Update Changes.
17059      Branch: perl
17060            ! Changes patchlevel.h
17061 ____________________________________________________________________________
17062 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
17063         Log: Upgrade to podlators 1.11, from Russ Allbery.
17064      Branch: perl
17065            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
17066            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
17067            ! pod/pod2man.PL pod/pod2text.PL
17068 ____________________________________________________________________________
17069 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
17070         Log: Integrate perlio change #12532:
17071              introduce and use PerlIO_intmod2str().
17072      Branch: perl
17073           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
17074 ____________________________________________________________________________
17075 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
17076         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
17077      Branch: perl
17078            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
17079 ____________________________________________________________________________
17080 [ 12532] By: nick                                  on 2001/10/20  14:25:37
17081         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
17082              Use for non-PERLIO fdupopen().
17083      Branch: perlio
17084            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
17085 ____________________________________________________________________________
17086 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
17087         Log: Integrate perlio: PerlIO win32 fixes.
17088      Branch: perl
17089           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
17090           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
17091           !> proto.h sv.h win32/win32io.c
17092 ____________________________________________________________________________
17093 [ 12530] By: nick                                  on 2001/10/20  12:53:30
17094         Log: Fixed in two places - p4 resolve
17095      Branch: perlio
17096            ! perlsdio.h
17097 ____________________________________________________________________________
17098 [ 12529] By: nick                                  on 2001/10/20  12:51:05
17099         Log: Fix for ithreads/stdio build
17100      Branch: perlio
17101            ! perlio.c perlsdio.h
17102 ____________________________________________________________________________
17103 [ 12528] By: ams                                   on 2001/10/20  12:13:25
17104         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
17105              From: Michael G Schwern <schwern@pobox.com>
17106              Date: Sat, 20 Oct 2001 01:41:21 -0400
17107              Message-Id: <20011020014121.I3681@blackrider>
17108      Branch: perl
17109            ! installman
17110 ____________________________________________________________________________
17111 [ 12527] By: ams                                   on 2001/10/20  12:09:41
17112         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
17113              From: Michael G Schwern <schwern@pobox.com>
17114              Date: Sat, 20 Oct 2001 02:04:21 -0400
17115              Message-Id: <20011020020421.A11732@blackrider>
17116      Branch: perl
17117            ! lib/Pod/Checker.pm
17118 ____________________________________________________________________________
17119 [ 12526] By: ams                                   on 2001/10/20  11:59:41
17120         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
17121              From: "chromatic" <chromatic@rmci.net>
17122              Date: Fri, 19 Oct 2001 22:46:39 -0600
17123              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
17124      Branch: perl
17125            ! lib/Net/Config.pm
17126 ____________________________________________________________________________
17127 [ 12525] By: nick                                  on 2001/10/20  11:16:18
17128         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
17129              Perl_sv_setsv_flags directly.
17130      Branch: perlio
17131            ! ext/threads/threads.xs
17132 ____________________________________________________________________________
17133 [ 12524] By: nick                                  on 2001/10/20  10:28:17
17134         Log: Add a new flag character 'm' to embed.pl set to represent
17135              "functions" which are really macros. Use it foe the troublesome
17136              sv_setsv() etc. macros in sv.h - changing latter to define
17137              sv_setsv rather than sv_setsv_macro etc.
17138      Branch: perlio
17139            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
17140            ! pod/perlapi.pod proto.h sv.h
17141 ____________________________________________________________________________
17142 [ 12523] By: nick                                  on 2001/10/20  09:17:17
17143         Log: Add comments explaining why win32.h/embed.h are included where they are
17144              in perl.h 
17145      Branch: perlio
17146            ! perl.h
17147 ____________________________________________________________________________
17148 [ 12522] By: nick                                  on 2001/10/20  08:27:44
17149         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
17150              being used yet.
17151      Branch: perlio
17152            ! win32/win32io.c
17153 ____________________________________________________________________________
17154 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
17155         Log: Wording tweaks.
17156      Branch: perl
17157            ! t/TEST
17158 ____________________________________________________________________________
17159 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
17160         Log: Subject: IO module with nonblocking socket connect patch 
17161              From: Raul Dias <raul@dias.com.br>
17162              Date: Fri, 19 Oct 2001 22:45:32 -0300
17163              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
17164      Branch: perl
17165            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
17166 ____________________________________________________________________________
17167 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
17168         Log: Test vertical whitespace combined with /x in \p{}.
17169      Branch: perl
17170            ! t/op/pat.t
17171 ____________________________________________________________________________
17172 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
17173         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
17174              From: Gisle Aas <gisle@ActiveState.com> 
17175              Date: 19 Oct 2001 16:46:02 -0700
17176              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
17177      Branch: perl
17178            ! lib/ExtUtils/MakeMaker.pm
17179 ____________________________________________________________________________
17180 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
17181         Log: No more this symbol.
17182      Branch: perl
17183            ! makedef.pl
17184 ____________________________________________________________________________
17185 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
17186         Log: Integrate change #12511; fix gross win32 build issues.
17187      Branch: perl
17188           !> makedef.pl sv.c
17189 ____________________________________________________________________________
17190 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
17191         Log: Unpack in scalar context should return the first value
17192              returned in list context, as pointed out by Ton Hospel
17193              in 2001-05-21 (this is how it works already in blead,
17194              just adding the test).
17195      Branch: perl
17196            ! t/op/pack.t
17197 ____________________________________________________________________________
17198 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
17199         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
17200              From: "Craig A. Berry" <craigberry@mac.com>
17201              Date: Fri, 19 Oct 2001 16:59:30 -0500
17202              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
17203      Branch: perl
17204            ! utils/perldoc.PL
17205 ____________________________________________________________________________
17206 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
17207         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
17208              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17209              Date: Fri, 19 Oct 2001 17:45:23 EDT
17210              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
17211      Branch: perl
17212            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
17213            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
17214            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
17215            ! vms/vmsish.h
17216 ____________________________________________________________________________
17217 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
17218         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
17219              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17220              Date: Fri, 19 Oct 2001 17:26:35 EDT
17221              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
17222      Branch: perl
17223            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
17224 ____________________________________________________________________________
17225 [ 12511] By: nick                                  on 2001/10/19  19:55:36
17226         Log: Fix gross win32 build issues
17227      Branch: perlio
17228            ! makedef.pl sv.c
17229 ____________________________________________________________________________
17230 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
17231         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
17232              From: David Dyck <dcd@tc.fluke.com>
17233              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
17234              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
17235      Branch: perl
17236            ! lib/File/Find.pm
17237 ____________________________________________________________________________
17238 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
17239         Log: Subject: Re: PerlIO and Encode
17240              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17241              Date: Tue, 16 Oct 2001 01:50:16 +0900
17242              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
17243      Branch: perl
17244            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
17245            ! ext/Encode/Encode/Tcl.t
17246 ____________________________________________________________________________
17247 [ 12508] By: ams                                   on 2001/10/19  17:59:16
17248         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
17249              (See #12499)
17250      Branch: perl
17251            ! pod/perlintro.pod
17252 ____________________________________________________________________________
17253 [ 12507] By: nick                                  on 2001/10/19  16:30:43
17254         Log: Integrate mainline
17255      Branch: perlio
17256           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
17257           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
17258           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
17259           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
17260           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
17261           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
17262           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
17263           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
17264           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
17265           +> win32/config_H.win64
17266            - lib/Test/Utils.pm lib/unicore/mktables.PL
17267            - t/lib/Test/Simple/Catch/More.pm
17268           !> (integrate 84 files)
17269 ____________________________________________________________________________
17270 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
17271         Log: Retract the #10451 which seems to be the cause
17272              of the major leakage from while(){eval"sub{}"}
17273      Branch: perl
17274            ! op.c t/run/kill_perl.t
17275 ____________________________________________________________________________
17276 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
17277         Log: Regen toc.
17278      Branch: perl
17279            ! pod/perltoc.pod
17280 ____________________________________________________________________________
17281 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
17282         Log: Tiny tweaks.
17283      Branch: perl
17284            ! pod/perl.pod
17285 ____________________________________________________________________________
17286 [ 12503] By: ams                                   on 2001/10/19  13:34:24
17287         Log: Subject: Re: perlintro.pod
17288              From: Abe Timmerman <abe@ztreet.demon.nl>
17289              Date: Fri, 19 Oct 2001 14:12:40 +0200
17290              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
17291      Branch: perl
17292            ! pod/perlintro.pod
17293 ____________________________________________________________________________
17294 [ 12502] By: ams                                   on 2001/10/19  13:24:12
17295         Log: Slight reorganisation of references.
17296      Branch: perl
17297            ! pod/perl.pod
17298 ____________________________________________________________________________
17299 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
17300         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
17301              From: Kay Röpke <kroepke@dolphin-services.de>
17302              Date: Fri, 19 Oct 2001 14:04:01 +0200 
17303              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
17304      Branch: perl
17305            ! lib/ExtUtils/MakeMaker.pm
17306 ____________________________________________________________________________
17307 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
17308         Log: Unicode categories continue:
17309              implement Category=, Script=, Block=
17310              (these are based on an upcoming update of TR#18)
17311              Fix a bug where we got two In categories named "old italic",
17312              and another where shortcut for the Is categories wasn't taken.
17313      Branch: perl
17314            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
17315            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
17316            ! pod/perlunicode.pod t/op/pat.t
17317 ____________________________________________________________________________
17318 [ 12499] By: ams                                   on 2001/10/19  01:42:29
17319         Log: Subject: a small patch to perlintro.pod.
17320              From: Autrijus Tang <autrijus@autrijus.org>
17321              Date: Fri, 19 Oct 2001 01:45:51 +0800
17322              Message-Id: <20011019014551.A35625@not.autrijus.org>
17323              (Applied by hand with nits.)
17324      Branch: perl
17325            ! pod/perlintro.pod
17326 ____________________________________________________________________________
17327 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
17328         Log: Subject: [PATCH] OpenBSD hints for ithreads
17329              From: Andy Dougherty <doughera@lafayette.edu>
17330              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
17331              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
17332      Branch: perl
17333            ! hints/openbsd.sh
17334 ____________________________________________________________________________
17335 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
17336         Log: Retract #12446; the problem solved by #12474.
17337      Branch: perl
17338            ! hints/aix.sh
17339 ____________________________________________________________________________
17340 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
17341         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
17342              message and suppress line number info (from Steve Hay
17343              <Steve.Hay@uk.radan.com>)
17344      Branch: maint-5.6/perl
17345            ! lib/Carp/Heavy.pm
17346 ____________________________________________________________________________
17347 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
17348         Log: More documented In categories.
17349      Branch: perl
17350            ! pod/perlunicode.pod
17351 ____________________________________________________________________________
17352 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
17353         Log: Update Changes.
17354      Branch: perl
17355            ! Changes patchlevel.h
17356 ____________________________________________________________________________
17357 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
17358         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
17359      Branch: perl
17360            ! MANIFEST
17361 ____________________________________________________________________________
17362 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
17363         Log: Wrong skip() arguments.
17364      Branch: perl
17365            ! ext/B/t/terse.t
17366 ____________________________________________________________________________
17367 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
17368         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
17369              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17370              Date: Wed, 17 Oct 2001 09:10:53 EDT 
17371              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
17372      Branch: perl
17373            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
17374            ! pod/perlapi.pod vms/vms.c
17375 ____________________________________________________________________________
17376 [ 12490] By: ams                                   on 2001/10/18  09:31:00
17377         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
17378              From: Mark-Jason Dominus <mjd@plover.com>
17379              Date: Thu, 18 Oct 2001 06:25:35 -0400
17380              Message-Id: <20011018102535.19264.qmail@plover.com>
17381      Branch: perl
17382            ! pod/perl.pod
17383 ____________________________________________________________________________
17384 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
17385         Log: Prettyprinting.
17386      Branch: perl
17387            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
17388 ____________________________________________________________________________
17389 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
17390         Log: Regen toc.
17391      Branch: perl
17392            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17393 ____________________________________________________________________________
17394 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
17395         Log: Add perlintro, from Skud.
17396      Branch: perl
17397            + pod/perlintro.pod
17398            ! MANIFEST
17399 ____________________________________________________________________________
17400 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
17401         Log: FAQ sync.
17402      Branch: perl
17403            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
17404            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
17405            ! pod/perlfaq8.pod pod/perlfaq9.pod
17406 ____________________________________________________________________________
17407 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
17408         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
17409              in speed (upto 20% speedup in certain operations) but meanwhile
17410              regexps and arithmetics got slower (5-10%) (according to
17411              perlbench average speedup is negligible, and within measuring
17412              flutter, 1%).  Therefore retracting all the changes
17413              aimed at getting -std1 to compile cleanly:  #12475, #12476,
17414              #12479, #12480, #12481, #12482, #12483, #12484.
17415      Branch: perl
17416            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
17417            ! pp_hot.c pp_sys.c toke.c
17418 ____________________________________________________________________________
17419 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
17420         Log: (retracted by #12485)
17421              Strict ANSI doesn't like the third argument of main()
17422              so enable ignoring it if using ultra picky compiler.
17423      Branch: perl
17424            ! miniperlmain.c
17425 ____________________________________________________________________________
17426 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
17427         Log: (retracted by #12485)
17428              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
17429      Branch: perl
17430            ! perl.h
17431 ____________________________________________________________________________
17432 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
17433         Log: (retracted by #12485)
17434              Add explanatory comment.
17435      Branch: perl
17436            ! mg.c
17437 ____________________________________________________________________________
17438 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
17439         Log: (retracted by #12485)
17440              More dollar$hiding.
17441      Branch: perl
17442            ! doio.c perl.h pp_sys.c
17443 ____________________________________________________________________________
17444 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
17445         Log: (retracted by #12485)
17446              KISS.
17447      Branch: perl
17448            ! mg.c
17449 ____________________________________________________________________________
17450 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
17451         Log: (retracted by #12485)
17452              Thou shalt not #ifdef inside macro invocations,
17453              noticed by Rafael Garcia-Suarez.
17454      Branch: perl
17455            ! mg.c
17456 ____________________________________________________________________________
17457 [ 12478] By: ams                                   on 2001/10/17  18:50:55
17458         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
17459              From: Anton Berezin <tobez@tobez.org>
17460              Date: Wed, 17 Oct 2001 18:25:48 +0200
17461              Message-Id: <20011017182548.A12082@heechee.tobez.org>
17462      Branch: perl
17463            ! pp_sys.c
17464 ____________________________________________________________________________
17465 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
17466         Log: (retracted by #12485)
17467              Unterminated #ifdef.
17468      Branch: perl
17469            ! mg.c
17470 ____________________________________________________________________________
17471 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
17472         Log: (retracted by #12485)
17473              Avoid dollar signs in identifiers (in non-VMS) to
17474              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
17475      Branch: perl
17476            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
17477            ! toke.c
17478 ____________________________________________________________________________
17479 [ 12474] By: ams                                   on 2001/10/17  15:14:50
17480         Log: Subject: Two AIX patches
17481              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17482              Date: Wed, 17 Oct 2001 18:04:35 +0200
17483              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
17484      Branch: perl
17485            ! hints/aix.sh makedef.pl
17486 ____________________________________________________________________________
17487 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
17488         Log: Limiting the Time::HiRes::sleep and usleep to
17489              one second is not a good policy if drop-in
17490              replacement is still a goal.
17491      Branch: perl
17492            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
17493            ! ext/Time/HiRes/HiRes.xs
17494 ____________________________________________________________________________
17495 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
17496         Log: Subject: [PATCH] Test::Simple 0.32
17497              From: Michael G Schwern <schwern@pobox.com> 
17498              Date: Wed, 17 Oct 2001 03:42:41 -0400
17499              Message-ID: <20011017034241.A25038@blackrider>
17500      Branch: perl
17501            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
17502            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
17503            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
17504            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
17505            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
17506            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
17507            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
17508            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
17509            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
17510            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17511            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17512            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17513            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17514            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
17515            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
17516            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
17517            ! t/lib/Test/Simple/Catch.pm
17518            ! t/lib/Test/Simple/sample_tests/five_fail.plx
17519 ____________________________________________________________________________
17520 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
17521         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
17522              From: Michael G Schwern <schwern@pobox.com> 
17523              Date: Wed, 17 Oct 2001 04:04:13 -0400
17524              Message-ID: <20011017040413.C25550@blackrider>
17525      Branch: perl
17526            ! t/TEST t/harness vms/test.com
17527 ____________________________________________________________________________
17528 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
17529         Log: Regen doc with perlmodstyle added.
17530      Branch: perl
17531            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17532 ____________________________________________________________________________
17533 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
17534         Log: Pod cleanup.
17535      Branch: perl
17536            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
17537 ____________________________________________________________________________
17538 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
17539         Log: Subject: perlmodstyle as a patch
17540              From: Kirrily Robert <skud@infotrope.net>
17541              Date: Tue, 16 Oct 2001 22:47:23 -0400
17542              Message-ID: <20011016224723.A20673@infotrope.net>
17543      Branch: perl
17544            + pod/perlmodstyle.pod
17545            ! MANIFEST
17546 ____________________________________________________________________________
17547 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
17548         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
17549              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17550              Date: Thu, 6 Sep 2001 11:09:40 +0100
17551              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
17552              
17553              Mention also the develooper p5p archive.
17554      Branch: perl
17555            ! pod/perlhack.pod
17556 ____________________________________________________________________________
17557 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
17558         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
17559              From: Kay Röpke <kroepke@dolphin-services.de>
17560              Date: Tue, 16 Oct 2001 17:23:52 +0200
17561              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
17562      Branch: perl
17563            ! lib/ExtUtils/MakeMaker.pm
17564 ____________________________________________________________________________
17565 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
17566         Log: Add the special casing mappings (from SpecCase.txt)
17567              (except for the hyper special case mappings that have
17568              the condition list); the special casing mappings are
17569              unused for now.  Small tidying up on mktables.
17570      Branch: perl
17571            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
17572            + lib/unicore/To/SpecUpper.pl
17573            ! lib/unicore/mktables
17574 ____________________________________________________________________________
17575 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
17576         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
17577              From: "David H. Adler" <dha@panix.com>       
17578              Date: Tue, 16 Oct 2001 11:59:35 -0400
17579              Message-ID: <20011016115935.A13078@panix.com>
17580              
17581              Subject: [ PATCH ] perldata patch, revised
17582              From: "David H. Adler" <dha@panix.com>     
17583              Date: Tue, 16 Oct 2001 18:26:49 -0400
17584              Message-ID: <20011016182649.C23970@panix.com>
17585      Branch: perl
17586            ! pod/perldata.pod pod/perlop.pod
17587 ____________________________________________________________________________
17588 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
17589         Log: Integrate perlio: PerlIO_dup (for all but Win32).
17590      Branch: perl
17591           !> embed.h embed.pl ext/Encode/Encode.xs
17592           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
17593           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
17594           !> win32/win32io.c
17595 ____________________________________________________________________________
17596 [ 12462] By: nick                                  on 2001/10/16  19:11:30
17597         Log: PerlIOXxxx_dups for all but Win32
17598      Branch: perlio
17599            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17600            ! ext/PerlIO/Via/Via.xs
17601 ____________________________________________________________________________
17602 [ 12461] By: nick                                  on 2001/10/16  18:28:48
17603         Log: Implement PerlIOStdio_dup (explains core dumps - dup
17604              was not setting up a FILE * to be fclosed()).
17605      Branch: perlio
17606            ! perlio.c
17607 ____________________________________________________________________________
17608 [ 12460] By: nick                                  on 2001/10/16  17:31:47
17609         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
17610              overflow.
17611      Branch: perlio
17612            ! perlio.c
17613 ____________________________________________________________________________
17614 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
17615         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
17616              From: "Craig A. Berry" <craigberry@mac.com>
17617              Date: Tue, 16 Oct 2001 13:08:38 -0500
17618              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
17619      Branch: perl
17620            ! configure.com
17621 ____________________________________________________________________________
17622 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
17623         Log: Can't expect too much accuracy from a sleep of one second.
17624              (I think this will also fail with high load.)
17625      Branch: perl
17626            ! ext/Time/HiRes/HiRes.t
17627 ____________________________________________________________________________
17628 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
17629         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
17630              From: "Werner, Randolf" <randolf.werner@sap.com>
17631              Date: Tue, 16 Oct 2001 18:33:02 +0200
17632              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
17633      Branch: perl
17634            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
17635            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
17636 ____________________________________________________________________________
17637 [ 12456] By: nick                                  on 2001/10/16  14:08:16
17638         Log: Builds under ithreads (but fails all threads tests)
17639      Branch: perlio
17640            ! hv.c perlio.c sv.c
17641 ____________________________________________________________________________
17642 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
17643         Log: I think the Perl_sortsv needs *not* be skipped?
17644      Branch: perl
17645            ! makedef.pl
17646 ____________________________________________________________________________
17647 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
17648         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
17649              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
17650              Date: Tue, 16 Oct 2001 15:32:44 +0200
17651              Message-ID: <3BCC531C.11494.3E433F@localhost>
17652      Branch: perl
17653            ! t/op/groups.t
17654 ____________________________________________________________________________
17655 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
17656         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
17657              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
17658              Date: Tue, 16 Oct 2001 15:01:04 +0200
17659              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
17660      Branch: perl
17661            ! t/io/fs.t
17662 ____________________________________________________________________________
17663 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
17664         Log: A forgotten deletion.
17665      Branch: perl
17666            - lib/unicore/mktables.PL
17667 ____________________________________________________________________________
17668 [ 12451] By: nick                                  on 2001/10/16  11:32:48
17669         Log: Skeleton of "PerlIO_dup" coded.
17670              Still-passes all tests non-threaded (well it would wouldn't it!)
17671      Branch: perlio
17672            ! embed.h embed.pl ext/Encode/Encode.xs
17673            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
17674            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
17675            ! win32/win32io.c
17676 ____________________________________________________________________________
17677 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
17678         Log: Document the problem with the swash_fetch() API that affects
17679              more complex case conversions.
17680      Branch: perl
17681            ! lib/utf8_heavy.pl utf8.c
17682 ____________________________________________________________________________
17683 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
17684         Log: Make Time::HiRes::sleep() and usleep() to return
17685              the number of seconds (a floating point value) and 
17686              microseconds (an integer) actually slept (well,
17687              modulo the time spent in measuring the time actually
17688              slept...), to be a better drop-in replacement for
17689              the builtin sleep().  Noticed by Chris Nandor.
17690              
17691              Also make usleep() to croak if fed illegal number
17692              of useconds (anything greater than 1_000_000).
17693      Branch: perl
17694            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
17695            ! ext/Time/HiRes/HiRes.xs
17696 ____________________________________________________________________________
17697 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
17698         Log: A missing SvREFCNT_dec.
17699      Branch: perl
17700            ! perl.c
17701 ____________________________________________________________________________
17702 [ 12447] By: nick                                  on 2001/10/15  20:27:53
17703         Log: Beginings of PerlIO_dup support (unstable)
17704      Branch: perlio
17705            ! perlio.c perliol.h
17706 ____________________________________________________________________________
17707 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
17708         Log: (retracted by #12497)
17709              In AIX vac 5 just can't seem to get regcomp right.
17710      Branch: perl
17711            ! hints/aix.sh
17712 ____________________________________________________________________________
17713 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
17714         Log: Bump the version number to agree with the maintperl one.
17715      Branch: perl
17716            ! lib/Tie/RefHash.pm
17717 ____________________________________________________________________________
17718 [ 12444] By: nick                                  on 2001/10/15  15:59:57
17719         Log: Integrate mainline
17720      Branch: perlio
17721           +> lib/Math/BigInt/t/Math/Subclass.pm
17722           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
17723           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
17724           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
17725           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
17726           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
17727           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
17728           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
17729           +> lib/unicore/mktables
17730            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
17731            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
17732            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
17733            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
17734            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
17735            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
17736            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
17737            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
17738            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
17739            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
17740            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
17741            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
17742            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
17743            - lib/unicore/syllables.txt
17744           !> (integrate 344 files)
17745 ____________________________________________________________________________
17746 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
17747         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
17748      Branch: perl
17749            ! ext/DB_File/DB_File.xs
17750 ____________________________________________________________________________
17751 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
17752         Log: Sync the skip() amounts with the number of tests.
17753      Branch: perl
17754            ! lib/Term/Complete.t
17755 ____________________________________________________________________________
17756 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
17757         Log: Update Changes.
17758      Branch: perl
17759            ! Changes patchlevel.h
17760 ____________________________________________________________________________
17761 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
17762         Log: MacOS Classic catdir() rewrite from Thomas Wegner
17763              (backward incompatibility, but a deliberate one,
17764              the old version simply is broken in its logic),
17765              also documentation updates, and as suggested replicated
17766              the File::Spec::Unix documentation updates also on the
17767              File::Spec documentation.
17768              
17769              TODO: there seems to be duplication of documentation
17770              between File::Spec and File::Spec::Unix.  I think
17771              the ::Unix should be left only with specific UNIXisms,
17772              and all the generic documentation should be in ::Spec.
17773      Branch: perl
17774            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17775            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
17776            ! lib/File/Spec/Unix.pm
17777 ____________________________________________________________________________
17778 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
17779         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
17780              From: Blair Zajac <blair@orcaware.com>
17781              Date: Mon, 24 Sep 2001 11:48:58 -0700
17782              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
17783              
17784              (the skip() messages)
17785      Branch: perl
17786            ! t/op/magic.t
17787 ____________________________________________________________________________
17788 [ 12438] By: ams                                   on 2001/10/14  23:43:59
17789         Log: Subject: [PATCH] make PerlIO default on VMS
17790              From: "Craig A. Berry" <craigberry@mac.com>
17791              Date: Sun, 14 Oct 2001 15:27:18 -0500
17792              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
17793      Branch: perl
17794            ! configure.com
17795 ____________________________________________________________________________
17796 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
17797         Log: Retract #12436 (Abhijit already did this at #12426)
17798      Branch: perl
17799            ! lib/ExtUtils/MM_Unix.pm
17800 ____________________________________________________________________________
17801 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
17802         Log: (retracted by #12437)
17803              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
17804              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
17805              Date: Sat, 13 Oct 2001 20:33:55 +0200
17806              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
17807      Branch: perl
17808            ! lib/ExtUtils/MM_Unix.pm
17809 ____________________________________________________________________________
17810 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
17811         Log: Subject: h2xs grammar nit
17812              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17813              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
17814              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
17815      Branch: perl
17816            ! utils/h2xs.PL
17817 ____________________________________________________________________________
17818 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
17819         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
17820              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17821              Date: Sun, 14 Oct 2001 11:25:08 +0100
17822              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
17823      Branch: perl
17824            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
17825            ! warnings.pl
17826 ____________________________________________________________________________
17827 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
17828         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
17829              for File::Spec::Mac::catfile)
17830      Branch: perl
17831            ! lib/h2xs.t
17832 ____________________________________________________________________________
17833 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
17834         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
17835              From: Nicholas Clark <nick@ccl4.org>
17836              Date: Sat, 13 Oct 2001 00:07:31 +0100
17837              Message-ID: <20011013000731.D67535@plum.flirble.org>
17838      Branch: perl
17839            ! lib/h2xs.t utils/h2xs.PL
17840 ____________________________________________________________________________
17841 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
17842         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
17843              before DEFINE and INC), and repent by taking DEFINE and
17844              INC away from PASTHRU.
17845      Branch: perl
17846            ! lib/ExtUtils/MM_Unix.pm
17847 ____________________________________________________________________________
17848 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
17849         Log: More MANIFEST anomalies.
17850      Branch: perl
17851            ! MANIFEST
17852 ____________________________________________________________________________
17853 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
17854         Log: Not that many.
17855      Branch: perl
17856            ! MANIFEST
17857 ____________________________________________________________________________
17858 [ 12428] By: sky                                   on 2001/10/13  20:59:27
17859         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
17860              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17861              Date: Sat, 13 Oct 2001 23:15:55 +0200
17862              Message-ID: <20011013231555.A18071@rafael>
17863      Branch: perl
17864            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
17865            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
17866 ____________________________________________________________________________
17867 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
17868         Log: Rewrite mktables from scratch.
17869              - Cleaner.
17870              - Faster: 15-20 seconds as opposed to several minutes.
17871              - More dynamic: the names of the various categories
17872              such as the linebreak ones are dynamic, not static.
17873              - Is.pl: long names for the general category properties
17874              are now available.
17875              - Ranges (<... ,First>, <..., Last>) from the general
17876              categories work now.
17877              - No more mktables.PL because the mktables.PL is not
17878              and never has been run to create a mktables.
17879              - syllables.txt and Is/Syl*.pl removed: non-standard
17880              (not part of the Unicode), and the whole concept is
17881              being reworked (http://syllabary.sourceforge.net/),
17882              the old way wouldn't even work with the new Syllables.txt
17883              (it would result in 1000+ new categories)
17884      Branch: perl
17885            + lib/unicore/In/163.pl lib/unicore/In/164.pl
17886            + lib/unicore/In/165.pl lib/unicore/In/166.pl
17887            + lib/unicore/In/167.pl lib/unicore/In/168.pl
17888            + lib/unicore/In/169.pl lib/unicore/In/170.pl
17889            + lib/unicore/In/171.pl lib/unicore/Is.pl
17890            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
17891            + lib/unicore/mktables
17892            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
17893            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
17894            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
17895            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
17896            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
17897            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
17898            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
17899            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
17900            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
17901            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
17902            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
17903            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
17904            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
17905            - lib/unicore/syllables.txt
17906            ! (edit 304 files)
17907 ____________________________________________________________________________
17908 [ 12426] By: ams                                   on 2001/10/13  18:05:36
17909         Log: ExtUtils::MM_Unix should ignore comments when searching for
17910              $VERSION.
17911      Branch: perl
17912            ! lib/ExtUtils/MM_Unix.pm
17913 ____________________________________________________________________________
17914 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
17915         Log: Subject: Re: New module XML::Clean
17916              From: andreas.koenig@anima.de (Andreas J. Koenig)
17917              Date: 13 Oct 2001 10:17:09 +0200
17918              Message-ID: <m37ku0t0my.fsf@anima.de>
17919      Branch: perl
17920            ! pod/perlnewmod.pod
17921 ____________________________________________________________________________
17922 [ 12424] By: sky                                   on 2001/10/13  09:39:59
17923         Log: Set thread stack size if needed.
17924      Branch: perl
17925            ! ext/threads/threads.xs
17926 ____________________________________________________________________________
17927 [ 12423] By: sky                                   on 2001/10/13  09:36:49
17928         Log: We do want to set the attribute to joinable even on modern posix
17929              platforms.
17930      Branch: perl
17931            ! ext/threads/threads.xs
17932 ____________________________________________________________________________
17933 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
17934         Log: Subject: [PATCH ext/Data/Dumper.xs]
17935              From: Brian Ingerson <ingy@ttul.org>
17936              Date: Fri, 12 Oct 2001 19:32:35 -0700
17937              Message-ID: <20011012193235.B889@ttul.org>
17938      Branch: perl
17939            ! ext/Data/Dumper/Dumper.xs
17940 ____________________________________________________________________________
17941 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
17942         Log: Update Changes.
17943      Branch: perl
17944            ! Changes patchlevel.h
17945 ____________________________________________________________________________
17946 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
17947         Log: FAQ sync.
17948      Branch: perl
17949            ! pod/perlfaq3.pod pod/perlfaq4.pod
17950 ____________________________________________________________________________
17951 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
17952         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
17953              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
17954              Date: Fri, 12 Oct 2001 11:51:05 -0700
17955              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
17956      Branch: perl
17957            ! lib/File/Copy.pm
17958 ____________________________________________________________________________
17959 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
17960         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
17961              From: "chromatic" <chromatic@rmci.net>     
17962              Date: Thu, 11 Oct 2001 10:57:55 -0600
17963              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
17964              
17965              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
17966              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17967              Date: Thu, 11 Oct 2001 22:34:21 +0200
17968              Message-ID: <20011011223421.A693@rafael>     
17969              
17970              plus undef $Term::Complete::stty as suggested by Rafael.
17971      Branch: perl
17972            ! lib/Term/Complete.pm lib/Term/Complete.t
17973 ____________________________________________________________________________
17974 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
17975         Log: UUnndduupplleexx..
17976      Branch: perl
17977            ! perl.h
17978 ____________________________________________________________________________
17979 [ 12416] By: sky                                   on 2001/10/12  20:16:19
17980         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
17981              From: Andy Dougherty <doughera@lafayette.edu>
17982              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
17983              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
17984              (Potentially only band-aid)
17985      Branch: perl
17986            ! sv.c
17987 ____________________________________________________________________________
17988 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
17989         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
17990              mishandles kill(), and therefore the sigaction test
17991              should be skipped, from Charles Lane.
17992      Branch: perl
17993            ! ext/POSIX/t/sigaction.t
17994 ____________________________________________________________________________
17995 [ 12414] By: sky                                   on 2001/10/12  18:47:49
17996         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
17997      Branch: perl
17998            ! op.h
17999 ____________________________________________________________________________
18000 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
18001         Log: Upgrade to Math::BigInt 1.44 from Tels and
18002              further fixes from John Peacock.
18003      Branch: perl
18004            + lib/Math/BigInt/t/Math/Subclass.pm
18005            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
18006            + lib/Math/BigInt/t/subclass.t
18007            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18008            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18009            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18010            ! lib/Math/BigInt/t/mbimbf.t
18011 ____________________________________________________________________________
18012 [ 12412] By: sky                                   on 2001/10/12  18:28:23
18013         Log: perhaps pthread_attr_t really needs to be set for the old api
18014      Branch: perl
18015            ! ext/threads/threads.xs
18016 ____________________________________________________________________________
18017 [ 12411] By: sky                                   on 2001/10/12  18:11:45
18018         Log: pthread_keycreate not pthread_key_create under the here be dragons API
18019      Branch: perl
18020            ! ext/threads/threads.h
18021 ____________________________________________________________________________
18022 [ 12410] By: sky                                   on 2001/10/12  18:07:37
18023         Log: Apperently OLD PTHREADS API is a bit retarded.
18024              This should fix another set of compile failures in HP-UX 10.20.
18025      Branch: perl
18026            ! ext/threads/threads.h ext/threads/threads.xs
18027 ____________________________________________________________________________
18028 [ 12409] By: nick                                  on 2001/10/12  15:30:01
18029         Log: Blind integrate of mainline
18030      Branch: perlio
18031           +> (branch 32 files)
18032            - lib/unicode/README
18033           !> (integrate 121 files)
18034 ____________________________________________________________________________
18035 [ 12408] By: sky                                   on 2001/10/12  14:55:08
18036         Log: Let us avoid being smart for now.
18037      Branch: perl
18038            ! ext/threads/threads.h
18039 ____________________________________________________________________________
18040 [ 12407] By: sky                                   on 2001/10/12  14:38:12
18041         Log: (void*) the argument to make sure we work with picky compilers
18042      Branch: perl
18043            ! ext/threads/threads.xs
18044 ____________________________________________________________________________
18045 [ 12406] By: ams                                   on 2001/10/12  13:26:04
18046         Log: (replaced with #12600)
18047              
18048              Subject: [PATCH 5.6.1 perldoc] use File::Temp
18049              From: Mikhail Zabaluev <mhz@alt-linux.org>
18050              Date: Fri, 12 Oct 2001 12:47:47 +0400
18051              Message-Id: <20011012124747.E13918@localhost.localdomain>
18052      Branch: perl
18053            ! utils/perldoc.PL
18054 ____________________________________________________________________________
18055 [ 12405] By: ams                                   on 2001/10/12  13:05:32
18056         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
18057              From: andreas.koenig@anima.de (Andreas J. Koenig)
18058              Date: 12 Oct 2001 11:12:07 +0200
18059              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
18060      Branch: perl
18061            ! lib/Memoize/t/speed.t
18062 ____________________________________________________________________________
18063 [ 12404] By: sky                                   on 2001/10/12  12:46:15
18064         Log: A) Support OLD_PTHREADS_API
18065              B) Change from using pthread_t to using a TLS to store the
18066              index of the thread in an hash, this is to avoid problems when
18067              in fact pthread_t was not a seralizable type.
18068              Both these changes are because of HP-UX 10.20
18069              This has not been tested on win32 but should work there.
18070              Need to add support for NetWare.
18071      Branch: perl
18072            ! ext/threads/threads.h ext/threads/threads.xs
18073 ____________________________________________________________________________
18074 [ 12403] By: ams                                   on 2001/10/12  07:34:19
18075         Log: Subject: Re: New module XML::Clean
18076              From: andreas.koenig@anima.de (Andreas J. Koenig)
18077              Date: 12 Oct 2001 10:20:35 +0200
18078              Message-Id: <m3elo9uv58.fsf@anima.de>
18079      Branch: perl
18080            ! pod/perlnewmod.pod
18081 ____________________________________________________________________________
18082 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
18083         Log: More HP model tweaks from Merijn.
18084      Branch: perl
18085            ! README.hpux
18086 ____________________________________________________________________________
18087 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
18088         Log: Update Changes.
18089      Branch: perl
18090            ! Changes patchlevel.h
18091 ____________________________________________________________________________
18092 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
18093         Log: HP-UX update from H.Merijn Brand.
18094      Branch: perl
18095            ! README.hpux
18096 ____________________________________________________________________________
18097 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
18098         Log: Subject: [PATCH] fix link rot in README.vms
18099              From: "Craig A. Berry" <craigberry@mac.com>
18100              Date: Wed, 10 Oct 2001 17:17:00 -0500
18101              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
18102      Branch: perl
18103            ! README.vms
18104 ____________________________________________________________________________
18105 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
18106         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
18107              From: "chromatic" <chromatic@rmci.net>
18108              Date: Wed, 10 Oct 2001 15:50:30 -0600
18109              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
18110      Branch: perl
18111            ! lib/Term/Complete.t
18112 ____________________________________________________________________________
18113 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
18114         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
18115              From: "chromatic" <chromatic@rmci.net>
18116              Date: Wed, 10 Oct 2001 15:45:42 -0600
18117              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
18118      Branch: perl
18119            + lib/ExtUtils/Packlist.t
18120            ! MANIFEST
18121 ____________________________________________________________________________
18122 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
18123         Log: VMS needs quotes around the -I option to keep it from
18124              being downcased, from Charles Lane.
18125      Branch: perl
18126            ! t/run/kill_perl.t
18127 ____________________________________________________________________________
18128 [ 12395] By: ams                                   on 2001/10/10  16:22:32
18129         Log: Subject: [PATCH lib/FindBin.pm]
18130              From: Stas Bekman <stas@stason.org>
18131              Date: Tue, 09 Oct 2001 23:57:10 +0800
18132              Message-Id: <3BC31E56.60805@stason.org>
18133      Branch: perl
18134            ! lib/FindBin.pm
18135 ____________________________________________________________________________
18136 [ 12394] By: ams                                   on 2001/10/10  16:09:53
18137         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
18138              From: Abhijit Menon-Sen <ams@wiw.org>
18139              Date: Wed, 10 Oct 2001 21:59:33 +0530
18140              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
18141      Branch: perl
18142            ! ext/Data/Dumper/Dumper.xs
18143 ____________________________________________________________________________
18144 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
18145         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
18146              from Charles Lane.
18147      Branch: perl
18148            ! lib/File/Spec/VMS.pm
18149 ____________________________________________________________________________
18150 [ 12392] By: ams                                   on 2001/10/10  14:49:43
18151         Log: Subject: [PATCH] two s/// bugfixes
18152              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18153              Date: Wed, 10 Oct 2001 17:23:44 +0200
18154              Message-Id: <20011010172344.C22440@rafael>
18155      Branch: perl
18156            ! pp_ctl.c regexec.c t/op/subst.t
18157 ____________________________________________________________________________
18158 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
18159         Log: Fix/improve handling of the [000000] special "root"
18160              directory, by putting cwd in canonical form when doing
18161              abs2rel, and prepending a 000000 to directory "chunks"
18162              if missing from base or path.  Also adjust test to
18163              reflect the (improved) output from abs2rel.
18164              From Charles Lane.
18165      Branch: perl
18166            ! lib/File/Spec.t lib/File/Spec/VMS.pm
18167 ____________________________________________________________________________
18168 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
18169         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
18170              all of the extra VMSish attributes (such as "treat this logical
18171              as a device name") that are necessary to make programs run.
18172              A tainted %ENV does not hinder VMS.  From Charles Lane.
18173      Branch: perl
18174            ! lib/File/Find/t/taint.t
18175 ____________________________________________________________________________
18176 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
18177         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
18178              
18179              o  VMS is case-insensitive, RTL downcases filenames read
18180              by perl... so need to re-upcase filenames like MANIFEST
18181              and MANIFEST.SKIP
18182              
18183              o  Need to convert VMS-style to Unix-style filenames when comparing
18184              names in MANIFEST to names in filesystem.
18185              
18186              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
18187              since VMS won't let you (easily) delete non-empty directories.
18188              
18189              From Charles Lane.
18190      Branch: perl
18191            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
18192 ____________________________________________________________________________
18193 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
18194         Log: Unix and VMS agree on "*" as a "match any number of any chars"
18195              wildcards, but differ ("?"  vs.  "%") for their "match any single
18196              char" wildcard.  This patch changes "?"  chars to "%" before doing a
18197              VMS glob...at no loss of functionality, since "?"  isn't a valid
18198              filename char on VMS.  From Charles Lane.
18199      Branch: perl
18200            ! doio.c
18201 ____________________________________________________________________________
18202 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
18203         Log: (accidentally empty submit; new life as #12390)
18204      Branch: perl
18205            ! lib/File/Find/t/taint.t
18206 ____________________________________________________________________________
18207 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
18208         Log: Even more VMS tweakage from Charles Lane:
18209              
18210              Tweak #1:  splitdir only works on directory part of filespec,
18211              split off volume first
18212              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
18213              (it's a horrible kludge in the run-time library,
18214              improved in later versions). Check the
18215              $Config{'d_setenv'} flag before attempting to set it.
18216      Branch: perl
18217            ! t/op/chdir.t
18218 ____________________________________________________________________________
18219 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
18220         Log: VMS tweakage from Charles Lane.
18221              
18222              . command.com doubles an output line when prompting for extensions
18223              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
18224              . perl5db doesn't clean up after itself
18225      Branch: perl
18226            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
18227 ____________________________________________________________________________
18228 [ 12384] By: sky                                   on 2001/10/09  19:16:11
18229         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
18230              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18231              Date: Tue, 9 Oct 2001 22:10:26 +0200
18232              Message-ID: <20011009221026.A8579@rafael>
18233      Branch: perl
18234            ! pod/perldata.pod
18235 ____________________________________________________________________________
18236 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
18237         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
18238              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18239              Date: 9 Oct 2001 15:15:06 -0000
18240              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
18241      Branch: perl
18242            ! t/op/subst.t
18243 ____________________________________________________________________________
18244 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
18245         Log: Update Changes.
18246      Branch: perl
18247            ! Changes patchlevel.h
18248 ____________________________________________________________________________
18249 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
18250         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
18251              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
18252              when a NULL is passed for the filename string pointer.
18253              From Charles Lane.
18254      Branch: perl
18255            ! vms/vms.c
18256 ____________________________________________________________________________
18257 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
18258         Log: Subject: HP systems update
18259              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18260              Date: Tue, 09 Oct 2001 15:59:22 +0200
18261              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
18262      Branch: perl
18263            ! README.hpux
18264 ____________________________________________________________________________
18265 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
18266         Log: CPAN::Nox does now have a test.
18267      Branch: perl
18268            ! t/lib/1_compile.t
18269 ____________________________________________________________________________
18270 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
18271         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
18272              From: David Dyck <dcd@tc.fluke.com>
18273              Date: Mon, 1 Oct 2001 12:17:36 -0700
18274              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
18275      Branch: perl
18276            ! installperl
18277 ____________________________________________________________________________
18278 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
18279         Log: NetWare update from Ananth Kesari.
18280      Branch: perl
18281            ! NetWare/nwperlsys.h makedef.pl
18282 ____________________________________________________________________________
18283 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
18284         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
18285              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18286              Date: Tue, 9 Oct 2001 08:40:57 EDT
18287              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
18288      Branch: perl
18289            ! lib/File/Find/t/find.t
18290 ____________________________________________________________________________
18291 [ 12374] By: ams                                   on 2001/10/09  05:31:45
18292         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
18293              ExtUtils::Mkbootstrap
18294              From: "chromatic" <chromatic@rmci.net>
18295              Date: Tue, 09 Oct 2001 00:08:37 -0600
18296              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
18297      Branch: perl
18298            + lib/ExtUtils/Mkbootstrap.t
18299            ! MANIFEST
18300 ____________________________________________________________________________
18301 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
18302         Log: Enable more debugging.
18303      Branch: perl
18304            ! lib/utf8_heavy.pl
18305 ____________________________________________________________________________
18306 [ 12372] By: ams                                   on 2001/10/09  02:11:59
18307         Log: #12370 forgot to modify is_gv_magical().
18308      Branch: perl
18309            ! gv.c
18310 ____________________________________________________________________________
18311 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
18312         Log: Make the toupper/lower/title API for Unicode not right
18313              but at least less wrong: prepare for the mapping being
18314              more than just one-character-to-one-character.
18315      Branch: perl
18316            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
18317            ! regexec.c utf8.c
18318 ____________________________________________________________________________
18319 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
18320         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
18321              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18322              Date: Mon, 8 Oct 2001 22:18:23 -0400
18323              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
18324      Branch: perl
18325            ! pod/perlvar.pod t/op/taint.t
18326 ____________________________________________________________________________
18327 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
18328         Log: FAQ sync.
18329      Branch: perl
18330            ! pod/perlfaq3.pod pod/perlfaq4.pod
18331 ____________________________________________________________________________
18332 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
18333         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
18334              From: "chromatic" <chromatic@rmci.net>
18335              Date: Mon, 08 Oct 2001 14:05:32 -0600
18336              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
18337      Branch: perl
18338            ! lib/Term/Cap.t
18339 ____________________________________________________________________________
18340 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
18341         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
18342              From: Michael G Schwern <schwern@pobox.com>
18343              Date: Mon, 8 Oct 2001 17:00:14 -0400
18344              Message-ID: <20011008170014.L17083@blackrider>
18345      Branch: perl
18346            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
18347 ____________________________________________________________________________
18348 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
18349         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
18350              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18351              Date: Mon, 8 Oct 2001 16:01:33 EDT
18352              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
18353      Branch: perl
18354            ! ext/Time/HiRes/HiRes.xs
18355 ____________________________________________________________________________
18356 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
18357         Log: Subject: [PATCH] Autosplit patch for VMS
18358              From: "Craig A. Berry" <craigberry@mac.com>
18359              Date: Mon, 08 Oct 2001 15:40:43 -0500
18360              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
18361      Branch: perl
18362            ! lib/AutoSplit.pm lib/AutoSplit.t
18363 ____________________________________________________________________________
18364 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
18365         Log: Don't assume that everybody is running OS X 10.1 yet;
18366              from Kay Röpke.
18367      Branch: perl
18368            ! hints/darwin.sh
18369 ____________________________________________________________________________
18370 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
18371         Log: Update Changes.
18372      Branch: perl
18373            ! Changes patchlevel.h
18374 ____________________________________________________________________________
18375 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
18376         Log: Retract #12358 for now.
18377      Branch: perl
18378            ! lib/Term/Cap.t
18379 ____________________________________________________________________________
18380 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
18381         Log: Can't figure out what this is testing.
18382              (If it is trying to catch SIGKILL, it should stop
18383              trying because that is by definition impossible.)
18384      Branch: perl
18385            ! lib/sigtrap.t
18386 ____________________________________________________________________________
18387 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
18388         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
18389              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18390              Date: Sun, 30 Sep 2001 21:15:13 +0200
18391              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
18392      Branch: perl
18393            ! lib/ExtUtils/MM_Win32.pm
18394 ____________________________________________________________________________
18395 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
18396         Log: Clarify the ldlibpth part and condense the overall text.
18397      Branch: perl
18398            ! t/TEST
18399 ____________________________________________________________________________
18400 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
18401         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
18402              From: "chromatic" <chromatic@rmci.net>
18403              Date: Sun, 07 Oct 2001 16:59:26 -0600
18404              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
18405      Branch: perl
18406            ! lib/Term/Cap.t
18407 ____________________________________________________________________________
18408 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
18409         Log: Update the list because fo #12265.
18410      Branch: perl
18411            ! t/lib/1_compile.t
18412 ____________________________________________________________________________
18413 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
18414         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
18415              From: Nicholas Clark <nick@ccl4.org>
18416              Date: Sun, 7 Oct 2001 20:53:33 +0100
18417              Message-ID: <20011007205333.S38756@plum.flirble.org>   
18418      Branch: perl
18419            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
18420            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18421            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
18422            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
18423            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
18424            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
18425            ! lib/Switch/t/switch.t lib/Term/Complete.t
18426            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
18427            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
18428            ! t/op/my_stash.t
18429 ____________________________________________________________________________
18430 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
18431         Log: Integrate patch #12350 from maintperl; typo in
18432              IO::Seekable doc.
18433      Branch: perl
18434           !> ext/IO/lib/IO/Seekable.pm
18435 ____________________________________________________________________________
18436 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
18437         Log: Detypo.
18438      Branch: perl
18439            ! hints/darwin.sh
18440 ____________________________________________________________________________
18441 [ 12353] By: sky                                   on 2001/10/07  17:16:14
18442         Log: Change 12349 didn't really get it right.
18443      Branch: perl
18444            ! lib/Unicode/README
18445 ____________________________________________________________________________
18446 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
18447         Log: If running the harness the dynamic library search path
18448              may need setting.
18449      Branch: perl
18450            ! t/TEST
18451 ____________________________________________________________________________
18452 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
18453         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
18454              in ldflags.
18455      Branch: perl
18456            ! hints/darwin.sh
18457 ____________________________________________________________________________
18458 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
18459         Log: typo in IO::Seekable doc
18460      Branch: maint-5.6/perl
18461            ! ext/IO/lib/IO/Seekable.pm
18462 ____________________________________________________________________________
18463 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
18464         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
18465              doesn't work on Mac OS X 10.1 (when unpacking the tar the
18466              latter gets renamed as lib/unicode:1, assumedly for security
18467              reasons not to overwrite stuff)
18468      Branch: perl
18469            + lib/Unicode/README
18470            - lib/unicode/README
18471            ! MANIFEST
18472 ____________________________________________________________________________
18473 [ 12348] By: ams                                   on 2001/10/07  05:33:40
18474         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
18475              From: "chromatic" <chromatic@rmci.net>
18476              Date: Sat, 06 Oct 2001 21:42:03 -0600
18477              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
18478      Branch: perl
18479            + lib/CPAN/t/Nox.t
18480            ! MANIFEST
18481 ____________________________________________________________________________
18482 [ 12347] By: ams                                   on 2001/10/07  00:48:10
18483         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
18484              From: "chromatic" <chromatic@rmci.net>
18485              Date: Sat, 06 Oct 2001 18:52:10 -0600
18486              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
18487      Branch: perl
18488            + lib/sigtrap.t
18489            ! MANIFEST
18490 ____________________________________________________________________________
18491 [ 12346] By: ams                                   on 2001/10/06  23:14:01
18492         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
18493              h2xs write?)
18494              From: Nicholas Clark <nick@ccl4.org>
18495              Date: Sat, 6 Oct 2001 21:46:43 +0100
18496              Message-Id: <20011006214643.L38756@plum.flirble.org>
18497      Branch: perl
18498            ! utils/h2xs.PL
18499 ____________________________________________________________________________
18500 [ 12345] By: ams                                   on 2001/10/06  17:39:53
18501         Log: Subject: [PATCH] Memoize tests
18502              From: Nicholas Clark <nick@ccl4.org>
18503              Date: Sat, 6 Oct 2001 18:04:21 +0100
18504              Message-Id: <20011006180421.J38756@plum.flirble.org>
18505      Branch: perl
18506            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
18507            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
18508            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
18509            ! lib/Memoize/t/expire_module_n.t
18510            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
18511            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
18512            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
18513            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
18514            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
18515            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
18516 ____________________________________________________________________________
18517 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
18518         Log: Retract the latter part of #12343.
18519      Branch: perl
18520            ! ext/IO/lib/IO/Socket/INET.pm
18521 ____________________________________________________________________________
18522 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
18523         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
18524              From: David Dyck <dcd@tc.fluke.com>
18525              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
18526              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
18527              
18528              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
18529              From: David Dyck <dcd@tc.fluke.com>
18530              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
18531              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
18532      Branch: perl
18533            ! ext/IO/lib/IO/Socket/INET.pm
18534 ____________________________________________________________________________
18535 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
18536         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
18537              From: Robin Barker <rmb1@cise.npl.co.uk>
18538              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
18539              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
18540      Branch: perl
18541            ! t/TEST
18542 ____________________________________________________________________________
18543 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
18544         Log: Don't assume that %x is good for displaying UVs.
18545      Branch: perl
18546            ! dump.c
18547 ____________________________________________________________________________
18548 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
18549         Log: Update Changes.
18550      Branch: perl
18551            ! Changes patchlevel.h
18552 ____________________________________________________________________________
18553 [ 12339] By: ams                                   on 2001/10/05  10:22:34
18554         Log: Subject: [PATCH] perlfunc/select
18555              From: Nicholas Clark <nick@ccl4.org>
18556              Date: Fri, 5 Oct 2001 11:33:58 +0100
18557              Message-Id: <20011005113358.Z38756@plum.flirble.org>
18558      Branch: perl
18559            ! pod/perlfunc.pod
18560 ____________________________________________________________________________
18561 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
18562         Log: Retract #12313 and #12249.
18563      Branch: perl
18564            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
18565            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
18566            ! pod/perlebcdic.pod
18567 ____________________________________________________________________________
18568 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
18569         Log: Subject: [PATCH] perlvms.pod update
18570              From: "Craig A. Berry" <craigberry@mac.com>
18571              Date: Thu, 04 Oct 2001 12:55:52 -0500
18572              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
18573      Branch: perl
18574            ! vms/perlvms.pod
18575 ____________________________________________________________________________
18576 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
18577         Log: Subject: PATCH: Tie::SubstrHash
18578              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18579              Date: Thu, 04 Oct 2001 12:12:41 +0100
18580              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
18581      Branch: perl
18582            ! lib/Tie/SubstrHash.pm
18583 ____________________________________________________________________________
18584 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
18585         Log: Unicode properties saga continues.
18586      Branch: perl
18587            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
18588            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
18589 ____________________________________________________________________________
18590 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
18591         Log: Yet more Unicode properties.
18592      Branch: perl
18593            + lib/unicore/In/137.pl lib/unicore/In/138.pl
18594            + lib/unicore/In/139.pl lib/unicore/In/140.pl
18595            + lib/unicore/In/141.pl lib/unicore/In/142.pl
18596            + lib/unicore/In/143.pl lib/unicore/In/144.pl
18597            + lib/unicore/In/145.pl lib/unicore/In/146.pl
18598            + lib/unicore/In/147.pl lib/unicore/In/148.pl
18599            + lib/unicore/In/149.pl lib/unicore/In/150.pl
18600            + lib/unicore/In/151.pl lib/unicore/In/152.pl
18601            + lib/unicore/In/153.pl lib/unicore/In/154.pl
18602            + lib/unicore/In/155.pl lib/unicore/In/156.pl
18603            + lib/unicore/In/157.pl lib/unicore/In/158.pl
18604            + lib/unicore/In/159.pl lib/unicore/In/160.pl
18605            + lib/unicore/In/161.pl lib/unicore/In/162.pl
18606            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
18607            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
18608            ! pod/perlunicode.pod
18609 ____________________________________________________________________________
18610 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
18611         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
18612              From: "Craig A. Berry" <craigberry@mac.com>
18613              Date: Wed, 03 Oct 2001 17:45:25 -0500
18614              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
18615              
18616              (the lib/Term/Complete.t patched differently by #12332)
18617      Branch: perl
18618            ! lib/ExtUtils/Command.t
18619 ____________________________________________________________________________
18620 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
18621         Log: Restore only if something to restore.
18622      Branch: perl
18623            ! lib/Term/Complete.t
18624 ____________________________________________________________________________
18625 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
18626         Log: Update various resources for credits,
18627              minor icons fixes, and versions.
18628      Branch: maint-5.6/macperl
18629            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
18630            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
18631            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
18632 ____________________________________________________________________________
18633 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
18634         Log: Quiet the warnings about using undef value
18635      Branch: maint-5.6/macperl
18636            ! lib/File/Temp.pm
18637 ____________________________________________________________________________
18638 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
18639         Log: Fix up Ballon Help and Help menu docs (first pass);
18640              remove balloon rez file, and autogenerate with
18641              Balloon2Rez instead.
18642      Branch: maint-5.6/macperl
18643            + macos/macperl/macscripts/Balloon2Rez
18644            - macos/macperl/MPBalloons.r
18645            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
18646 ____________________________________________________________________________
18647 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
18648         Log: Allow overriding of defaults, for change #12327.
18649      Branch: maint-5.6/macperl
18650            ! perl.h
18651 ____________________________________________________________________________
18652 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
18653         Log: Override PerlProc_exit.
18654      Branch: maint-5.6/macperl
18655            ! macos/macish.h
18656 ____________________________________________________________________________
18657 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
18658         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
18659      Branch: maint-5.6/macperl
18660            + macos/bundled_lib/blib/lib/MD5.pm
18661            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
18662            + macos/lib/Mac/AETE/Dialect.pm
18663            + macos/lib/Mac/AETE/Format/Converter.pm
18664            + macos/lib/Mac/AETE/Format/Dictionary.pm
18665            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
18666            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
18667            + macos/lib/Mac/Toolbox.pod
18668            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
18669 ____________________________________________________________________________
18670 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
18671         Log: Sync up silly CVS headers ... I should commit CVS
18672              first to avoid this ...
18673      Branch: maint-5.6/macperl
18674            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
18675            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
18676            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
18677            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
18678 ____________________________________________________________________________
18679 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
18680         Log: Fix Matthias' address, and attributions.
18681      Branch: maint-5.6/macperl
18682            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
18683            ! pod/perlport.pod
18684 ____________________________________________________________________________
18685 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
18686         Log: Fix Matthias' address, and attributions.
18687      Branch: maint-5.6/macperl
18688            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
18689            ! macos/ext/Mac/Components/Components.pm
18690            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
18691            ! macos/ext/Mac/Dialogs/Dialogs.pm
18692            ! macos/ext/Mac/Events/Events.pm
18693            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
18694            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
18695            ! macos/ext/Mac/Gestalt/Gestalt.pm
18696            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
18697            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
18698            ! macos/ext/Mac/Menus/Menus.pm
18699            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
18700            ! macos/ext/Mac/Movies/Movies.pm
18701            ! macos/ext/Mac/Navigation/Navigation.pm
18702            ! macos/ext/Mac/Notification/Notification.pm
18703            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
18704            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
18705            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
18706            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
18707            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
18708            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
18709            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
18710            ! macos/ext/Mac/StandardFile/StandardFile.pm
18711            ! macos/ext/Mac/TextEdit/TextEdit.pm
18712            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
18713            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
18714            ! macos/lib/Mac/LowMem.pm
18715 ____________________________________________________________________________
18716 [ 12322] By: sky                                   on 2001/10/03  18:41:07
18717         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
18718              From: "Craig A. Berry" <craigberry@mac.com>
18719              Date: Wed, 03 Oct 2001 14:30:55 -0500
18720              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
18721      Branch: perl
18722            ! vms/vms.c
18723 ____________________________________________________________________________
18724 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
18725         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
18726              From: "Craig A. Berry" <craigberry@mac.com>
18727              Date: Wed, 03 Oct 2001 14:30:55 -0500
18728              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
18729      Branch: perl
18730            ! vms/vms.c
18731 ____________________________________________________________________________
18732 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
18733         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
18734              only IsL&) and Inherited (negative lookahead good);
18735              add tests for Common, Inherited, and L&.
18736      Branch: perl
18737            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
18738 ____________________________________________________________________________
18739 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
18740         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
18741              (The Unicode standard uses L& quite often.)
18742      Branch: perl
18743            ! lib/utf8_heavy.pl
18744 ____________________________________________________________________________
18745 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
18746         Log: Add the 'Common' Unicode property (code points not
18747              explicitly assigned to any other script).
18748      Branch: perl
18749            + lib/unicore/In/136.pl
18750            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
18751 ____________________________________________________________________________
18752 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
18753         Log: Skip the RV printing test under threads until fixed.
18754      Branch: perl
18755            ! ext/B/t/terse.t
18756 ____________________________________________________________________________
18757 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
18758         Log: Subject: 12309 / cygwin / win2k
18759              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18760              Date: Wed, 03 Oct 2001 15:25:15 +0200
18761              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
18762      Branch: perl
18763            ! makedef.pl
18764 ____________________________________________________________________________
18765 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
18766         Log: Metaconfig unit change for #12314.
18767      Branch: metaconfig
18768            ! U/modified/Head.U
18769 ____________________________________________________________________________
18770 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
18771         Log: Subject: Both cygwin and djgpp on one machine
18772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18773              Date: Wed, 03 Oct 2001 15:02:59 +0200
18774              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
18775      Branch: perl
18776            ! Configure
18777 ____________________________________________________________________________
18778 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
18779         Log: (retracted by #12338)
18780              
18781              Subject: [PATCH] Code clean up for perlboot.pod
18782              From: Casey West <casey@geeknest.com>
18783              Date: Tue, 2 Oct 2001 19:24:43 -0400
18784              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
18785              
18786              Subject: [PATCH] Code clean up for perlbot.diff
18787              From: Casey West <casey@geeknest.com>
18788              Date: Tue, 2 Oct 2001 19:25:22 -0400
18789              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
18790              
18791              Subject: [PATCH] Code clean up for perlcall.pod
18792              From: Casey West <casey@geeknest.com>
18793              Date: Tue, 2 Oct 2001 19:25:57 -0400
18794              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
18795              
18796              Subject: [PATCH] Code clean up for perldata.pod
18797              From: Casey West <casey@geeknest.com>
18798              Date: Tue, 2 Oct 2001 19:26:29 -0400
18799              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
18800              
18801              Subject: [PATCH] Code clean up for perldbmfilter.pod
18802              From: Casey West <casey@geeknest.com>
18803              Date: Tue, 2 Oct 2001 19:26:59 -0400
18804              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
18805              
18806              Subject: [PATCH] Code clean up for perlebcdic.pod
18807              From: Casey West <casey@geeknest.com>
18808              Date: Tue, 2 Oct 2001 19:27:37 -0400
18809              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
18810      Branch: perl
18811            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
18812            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
18813 ____________________________________________________________________________
18814 [ 12312] By: ams                                   on 2001/10/02  23:43:55
18815         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
18816              From: Michael G Schwern <schwern@pobox.com>
18817              Date: Tue, 2 Oct 2001 17:00:49 -0400
18818              Message-Id: <20011002170049.A9955@blackrider>
18819      Branch: perl
18820            ! lib/ExtUtils/MakeMaker.pm
18821 ____________________________________________________________________________
18822 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
18823         Log: FAQ sync.
18824      Branch: perl
18825            ! pod/perlfaq3.pod
18826 ____________________________________________________________________________
18827 [ 12310] By: nick                                  on 2001/10/02  16:09:49
18828         Log: Integrate mainline
18829      Branch: perlio
18830           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
18831           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
18832           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
18833           !> patchlevel.h t/op/pat.t
18834 ____________________________________________________________________________
18835 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
18836         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
18837              not just one single space.
18838      Branch: perl
18839            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
18840 ____________________________________________________________________________
18841 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
18842         Log: AUTHORS updates.
18843      Branch: perl
18844            ! AUTHORS
18845 ____________________________________________________________________________
18846 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
18847         Log: Update Changes.
18848      Branch: perl
18849            ! Changes patchlevel.h
18850 ____________________________________________________________________________
18851 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
18852         Log: Work around old buggy glibcs for langinfo constants,
18853              from Nicholas Clark and David Dyck.
18854      Branch: perl
18855            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
18856 ____________________________________________________________________________
18857 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
18858         Log: Eradicate Time::Piece; add an example.
18859      Branch: perl
18860            ! ext/I18N/Langinfo/Langinfo.pm
18861 ____________________________________________________________________________
18862 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
18863         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
18864              From: Robert Spier <rspier@pobox.com>
18865              Date: Mon, 1 Oct 2001 23:20:16 -0700
18866              Message-ID: <15289.23712.422087.878224@rls.cx>
18867      Branch: perl
18868            ! lib/Pod/Html.pm
18869 ____________________________________________________________________________
18870 [ 12303] By: sky                                   on 2001/10/02  10:40:57
18871         Log: Fixes obscure bug that manifests itself by.
18872              local $!=0;undef*STDOUT;#segfaults
18873              Has been around for a while. Possible other magic IO vars are
18874              possibly affected as well. Reported by Jos Boumans.
18875      Branch: perl
18876            ! mg.c
18877 ____________________________________________________________________________
18878 [ 12302] By: nick                                  on 2001/10/02  09:00:52
18879         Log: Integrate mainline
18880      Branch: perlio
18881           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
18882           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
18883           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
18884 ____________________________________________________________________________
18885 [ 12301] By: nick                                  on 2001/10/02  08:40:57
18886         Log: Integrate mainline + lib/open.t patch from Chromatic
18887      Branch: perlio
18888           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
18889            ! lib/open.t
18890           !> (integrate 29 files)
18891 ____________________________________________________________________________
18892 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
18893         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
18894              Until it has, better stop early if someone requests threads.
18895      Branch: perl
18896            ! hints/darwin.sh
18897 ____________________________________________________________________________
18898 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
18899         Log: Subject: [ID 20011001.011] redundant code in t/TEST
18900              From: David Dyck <dcd@tc.fluke.com>
18901              Date: Mon, 1 Oct 2001 12:56:24 -0700
18902              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
18903      Branch: perl
18904            ! t/TEST
18905 ____________________________________________________________________________
18906 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
18907         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
18908              From: "chromatic" <chromatic@rmci.net>
18909              Date: Mon, 01 Oct 2001 12:27:12 -0600
18910              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
18911      Branch: perl
18912            ! lib/Term/Cap.t
18913 ____________________________________________________________________________
18914 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
18915         Log: UNICOS testing patches from Nicholas Clark.
18916      Branch: perl
18917            ! t/op/arith.t t/op/pack.t
18918 ____________________________________________________________________________
18919 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
18920         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
18921              From: "chromatic" <chromatic@rmci.net>
18922              Date: Mon, 01 Oct 2001 10:21:51 -0600
18923              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
18924      Branch: perl
18925            ! lib/open.t
18926 ____________________________________________________________________________
18927 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
18928         Log: Make missing the RADIXCHAR a softer, gentler error.
18929      Branch: perl
18930            ! ext/I18N/Langinfo/Langinfo.t
18931 ____________________________________________________________________________
18932 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
18933         Log: Nuke also the LANG because of glibc.
18934      Branch: perl
18935            ! lib/open.t
18936 ____________________________________________________________________________
18937 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
18938         Log: Also the ^Is is optional.
18939      Branch: perl
18940            ! pod/perlunicode.pod t/op/pat.t
18941 ____________________________________________________________________________
18942 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
18943         Log: Be careful to pull chars from the varargs stack when
18944              formatting chars.
18945      Branch: perl
18946            ! regcomp.c
18947 ____________________________________________________________________________
18948 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
18949         Log: sortsv not in place anymore, noticed by John P. Linderman.
18950      Branch: perl
18951            ! pod/perlapi.pod pp_ctl.c
18952 ____________________________________________________________________________
18953 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
18954         Log: Make the diagnostic messages more neutral.
18955      Branch: perl
18956            ! ext/B/t/terse.t
18957 ____________________________________________________________________________
18958 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
18959         Log: Forgotten from #12288.
18960      Branch: perl
18961            ! ext/Data/Dumper/Dumper.pm
18962 ____________________________________________________________________________
18963 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
18964         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
18965              From: Brian Ingerson <ingy@ttul.org>
18966              Date: Sun, 30 Sep 2001 21:45:56 -0700
18967              Message-ID: <20010930214556.D26392@ttul.org>
18968              
18969              (remember also the #12289)
18970      Branch: perl
18971            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
18972 ____________________________________________________________________________
18973 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
18974         Log: More Unicode property tests for the abbreviated
18975              general properties.
18976      Branch: perl
18977            ! t/op/pat.t
18978 ____________________________________________________________________________
18979 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
18980         Log: Further tweaks to the Unicode properties.
18981      Branch: perl
18982            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
18983 ____________________________________________________________________________
18984 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
18985         Log: Retract #12284.
18986      Branch: perl
18987            ! lib/Term/Cap.t
18988 ____________________________________________________________________________
18989 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
18990         Log: (Retracted by #12285)
18991      Branch: perl
18992            ! lib/Term/Cap.t
18993 ____________________________________________________________________________
18994 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
18995         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
18996              From: "chromatic" <chromatic@rmci.net>  
18997              Date: Sun, 30 Sep 2001 16:10:02 -0600
18998              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
18999      Branch: perl
19000            + lib/Term/Cap.t
19001            ! MANIFEST
19002 ____________________________________________________________________________
19003 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
19004         Log: Use stty -g to restore the terminal state, do not even
19005              try to run the tests if stty -g is not available.
19006      Branch: perl
19007            ! lib/Term/Complete.t
19008 ____________________________________________________________________________
19009 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
19010         Log: Cleanup utf8_heavy; allow dropping the In prefix from
19011              Unicode script/block properties.
19012      Branch: perl
19013            ! lib/utf8_heavy.pl
19014 ____________________________________________________________________________
19015 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
19016         Log: Retract the #12259 for now.
19017      Branch: perl
19018            ! embed.h embed.pl sv.h
19019 ____________________________________________________________________________
19020 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
19021         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
19022      Branch: perl
19023            + lib/Text/TabsWrap/CHANGELOG
19024            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
19025 ____________________________________________________________________________
19026 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
19027         Log: #12272 wasn't right, it introduced an extra ().
19028      Branch: perl
19029            ! lib/utf8_heavy.pl
19030 ____________________________________________________________________________
19031 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
19032         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
19033              From: Jonathan Stowe <gellyfish@gellyfish.com>
19034              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
19035              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
19036      Branch: perl
19037            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
19038 ____________________________________________________________________________
19039 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
19040         Log: Subject: Patch to put qsortsv in the public API
19041              From: Brian Ingerson <ingy@ttul.org>
19042              Date: Sat, 29 Sep 2001 17:41:13 -0700
19043              Message-ID: <20010929174113.A30223@ttul.org>
19044      Branch: perl
19045            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
19046 ____________________________________________________________________________
19047 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
19048         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
19049              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19050              Date: Sat, 29 Sep 2001 23:54:48 +0200
19051              Message-ID: <20010929235448.A5017@rafael>
19052      Branch: perl
19053            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
19054 ____________________________________________________________________________
19055 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
19056         Log: FAQ sync.
19057      Branch: perl
19058            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19059            ! pod/perlfaq9.pod
19060 ____________________________________________________________________________
19061 [ 12273] By: bailey                                on 2001/09/29  23:43:46
19062         Log: Resync with mainline
19063      Branch: vmsperl
19064           +> (branch 1207 files)
19065            - (delete 324 files)
19066           !> (integrate 866 files)
19067 ____________________________________________________________________________
19068 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
19069         Log: Nasty recursion trap if one would match Unicode.
19070      Branch: perl
19071            ! lib/utf8_heavy.pl
19072 ____________________________________________________________________________
19073 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
19074         Log: More Unicode todo.
19075      Branch: perl
19076            ! pod/perltodo.pod
19077 ____________________________________________________________________________
19078 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
19079         Log: Explain a bit the new more flexible \p\P syntax.
19080      Branch: perl
19081            ! pod/perlunicode.pod
19082 ____________________________________________________________________________
19083 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
19084         Log: More leniency to the \p and \P: now can have whitespace
19085              between the property definition and the curlies; now can
19086              invert the property by having a caret between the open
19087              curly and the property.
19088      Branch: perl
19089            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
19090 ____________________________________________________________________________
19091 [ 12268] By: nick                                  on 2001/09/29  17:39:26
19092         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
19093              one test (lib/open.t) fails
19094      Branch: perlio
19095           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
19096           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
19097           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
19098           +> lib/Tie/Scalar.t lib/open.t
19099            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
19100            - ext/B/Stash.t
19101           !> (integrate 62 files)
19102 ____________________________________________________________________________
19103 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
19104         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
19105      Branch: perl
19106            ! t/op/chdir.t
19107 ____________________________________________________________________________
19108 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
19109         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
19110              From: "Craig A. Berry" <craigberry@mac.com> 
19111              Date: Sat, 29 Sep 2001 09:35:33 -0500
19112              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
19113      Branch: perl
19114            ! t/op/chdir.t
19115 ____________________________________________________________________________
19116 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
19117         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
19118              From: "chromatic" <chromatic@rmci.net>
19119              Date: Fri, 28 Sep 2001 21:20:12 -0600
19120              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
19121      Branch: perl
19122            + lib/Tie/Scalar.t
19123            ! MANIFEST lib/Tie/Scalar.pm
19124 ____________________________________________________________________________
19125 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
19126         Log: Allow for more flexibility in the \p{In...} names, now
19127              case doesn't matter, and any space or dash can be
19128              matched by any space, dash, underbar, or empty.
19129              (may be going too far on leniency)
19130      Branch: perl
19131            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
19132            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
19133            ! t/op/pat.t
19134 ____________________________________________________________________________
19135 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
19136         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
19137              From: "chromatic" <chromatic@rmci.net>
19138              Date: Fri, 28 Sep 2001 17:39:50 -0600
19139              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
19140      Branch: perl
19141            + lib/open.t
19142            ! MANIFEST
19143 ____________________________________________________________________________
19144 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
19145         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
19146              From: "Craig A. Berry" <craigberry@mac.com>
19147              Date: Fri, 28 Sep 2001 16:24:51 -0500
19148              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
19149      Branch: perl
19150            ! ext/File/Glob/t/basic.t
19151 ____________________________________________________________________________
19152 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
19153         Log: Subject: [DOC PATCH] Carp.pm pod typo
19154              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19155              Date: Fri, 28 Sep 2001 23:14:51 +0200
19156              Message-ID: <20010928231451.E16889@rafael>
19157      Branch: perl
19158            ! lib/Carp.pm
19159 ____________________________________________________________________________
19160 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
19161         Log: Subject: [PATCH] Allow an @INC hook to set %INC
19162              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19163              Date: Fri, 28 Sep 2001 22:18:13 +0200
19164              Message-ID: <20010928221813.A16889@rafael>
19165      Branch: perl
19166            ! pp_ctl.c
19167 ____________________________________________________________________________
19168 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
19169         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
19170              From: Nicholas Clark <nick@ccl4.org>
19171              Date: Fri, 28 Sep 2001 23:39:33 +0100
19172              Message-ID: <20010928233933.C23673@plum.flirble.org>
19173      Branch: perl
19174            ! embed.h embed.pl sv.h
19175 ____________________________________________________________________________
19176 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
19177         Log: Update Changes.
19178      Branch: perl
19179            ! Changes patchlevel.h
19180 ____________________________________________________________________________
19181 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
19182         Log: Move the B tests to B/t.
19183      Branch: perl
19184            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
19185            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
19186            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
19187            - ext/B/Showlex.t ext/B/Stash.t
19188            ! MANIFEST
19189 ____________________________________________________________________________
19190 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
19191         Log: Forgot from #12254.
19192      Branch: perl
19193            + ext/B/B/Terse.t
19194 ____________________________________________________________________________
19195 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
19196         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
19197              From: "chromatic" <chromatic@rmci.net>
19198              Date: Thu, 27 Sep 2001 23:22:17 -0600
19199              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
19200      Branch: perl
19201            ! MANIFEST
19202 ____________________________________________________________________________
19203 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
19204         Log: Test numbering mismatch.
19205      Branch: perl
19206            ! t/op/chdir.t
19207 ____________________________________________________________________________
19208 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
19209         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
19210              From: "Craig A. Berry" <craigberry@mac.com>
19211              Date: Wed, 26 Sep 2001 17:43:14 -0500
19212              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
19213      Branch: perl
19214            ! iperlsys.h t/op/chdir.t
19215 ____________________________________________________________________________
19216 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
19217         Log: Subject: [PATCH gv.c] make __ANON__ global
19218              From: Robin Barker <rmb1@cise.npl.co.uk>
19219              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
19220              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
19221      Branch: perl
19222            ! gv.c t/op/anonsub.t t/op/runlevel.t
19223 ____________________________________________________________________________
19224 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
19225         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
19226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19227              Date: Thu, 27 Sep 2001 22:34:32 +0200
19228              Message-ID: <20010927223432.A1485@rafael>
19229      Branch: perl
19230            ! ext/B/B/Terse.pm
19231 ____________________________________________________________________________
19232 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
19233         Log: (retracted by #12338)
19234              
19235              Subject: [PATCH] Cleanup of perldsc.pod      
19236              From: Casey West <casey@geeknest.com>
19237              Date: Thu, 27 Sep 2001 11:13:17 -0400
19238              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
19239      Branch: perl
19240            ! pod/perldsc.pod
19241 ____________________________________________________________________________
19242 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
19243         Log: Not everyone is using ithreads...
19244      Branch: perl
19245            ! ext/Devel/Peek/Peek.t
19246 ____________________________________________________________________________
19247 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
19248         Log: Document the nss_delete core dump workaround for HP-UX
19249              and Solaris, bug IDs 20010805.018 and 20010629.004.
19250      Branch: perl
19251            ! README.hpux README.solaris
19252 ____________________________________________________________________________
19253 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
19254         Log: Dump Unicode hash keys also as Unicode,
19255              not just as a byte string.
19256      Branch: perl
19257            ! dump.c ext/Devel/Peek/Peek.t
19258 ____________________________________________________________________________
19259 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
19260         Log: Integrate changes #12241 and #12242 from macperl:
19261              
19262              Remove unneeded disabling of umask() calls
19263              
19264              Note (get|set)sockopt are available.
19265      Branch: perl
19266           !> lib/File/Temp.pm pod/perlport.pod
19267 ____________________________________________________________________________
19268 [ 12244] By: sky                                   on 2001/09/27  08:53:00
19269         Log: Flush buffers on thread closedown.
19270      Branch: perl
19271            ! ext/threads/threads.xs
19272 ____________________________________________________________________________
19273 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
19274         Log: Dump SvUTF8(sv)s also as \x{...}.
19275              
19276              TODO: dump the SvUTF8() hash keys similarly. 
19277      Branch: perl
19278            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
19279 ____________________________________________________________________________
19280 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
19281         Log: Note (get|set)sockopt are available.
19282      Branch: maint-5.6/macperl
19283            ! pod/perlport.pod
19284 ____________________________________________________________________________
19285 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
19286         Log: Remove unneeded disabling of umask() calls
19287      Branch: maint-5.6/macperl
19288            ! lib/File/Temp.pm
19289 ____________________________________________________________________________
19290 [ 12240] By: sky                                   on 2001/09/26  18:44:56
19291         Log: Documention update
19292      Branch: perl
19293            ! ext/threads/threads.pm
19294 ____________________________________________________________________________
19295 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
19296         Log: Update Changes.
19297      Branch: perl
19298            ! Changes patchlevel.h
19299 ____________________________________________________________________________
19300 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
19301         Log: Check that all environment variables are tainted.
19302      Branch: perl
19303            ! t/op/taint.t
19304 ____________________________________________________________________________
19305 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
19306         Log: Manual integration error in #12235.
19307      Branch: perl
19308            ! lib/File/DosGlob.t
19309 ____________________________________________________________________________
19310 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
19311         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
19312              From: "chromatic" <chromatic@rmci.net>
19313              Date: Tue, 25 Sep 2001 23:57:07 -0600
19314              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
19315      Branch: perl
19316            ! perlio.c
19317 ____________________________________________________________________________
19318 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
19319         Log: Integrate macperl changes from Chris Nandor:
19320              12192 11817 11815 11813 11778 11775
19321              
19322              Update CPAN.pm to work with new Mac::BuildTools instead
19323              of ExtUtils::MM_MacOS "orphan" functions
19324              
19325              Fix test
19326              
19327              Make syntax check report in MPW style, fix tests
19328              to use Mac::err=unix to get normal-style error
19329              messages.
19330              
19331              More module and test ports from Thomas Wegner et al
19332              
19333              Fix open of /dev/null for Mac OS
19334              
19335              Allow for platforms to override formatting of errors
19336              on output from Matthias Neeracher (core files)
19337      Branch: perl
19338            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
19339            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
19340            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
19341           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
19342           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
19343           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
19344 ____________________________________________________________________________
19345 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
19346         Log: grrr.
19347      Branch: perl
19348            ! t/op/gv.t
19349 ____________________________________________________________________________
19350 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
19351         Log: Retract #12232.
19352      Branch: perl
19353            ! t/op/gv.t
19354 ____________________________________________________________________________
19355 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
19356         Log: (Retracted by #12233.)
19357      Branch: perl
19358            ! t/op/gv.t
19359 ____________________________________________________________________________
19360 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
19361         Log: Detypo.
19362      Branch: perl
19363            ! ext/Encode/Makefile.PL
19364 ____________________________________________________________________________
19365 [ 12230] By: sky                                   on 2001/09/26  11:36:23
19366         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
19367              We are using a "delay" here because we do not want to depend on thread synchronization issues.
19368      Branch: perl
19369            + ext/threads/t/stress_cv.t
19370            ! MANIFEST ext/threads/t/stress_string.t
19371 ____________________________________________________________________________
19372 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
19373         Log: NetWare tweak from Ananth Kesari.
19374      Branch: perl
19375            ! NetWare/t/Readme.txt
19376 ____________________________________________________________________________
19377 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
19378         Log: Trick to fool case-blind filesystems.
19379      Branch: perl
19380            ! ext/Encode/Makefile.PL
19381 ____________________________________________________________________________
19382 [ 12227] By: sky                                   on 2001/09/26  11:06:50
19383         Log: Threads can start executing in a different order than they were
19384              created.... so we cannot ok() inside the threadstarter.
19385      Branch: perl
19386            ! ext/threads/t/stress_string.t
19387 ____________________________________________________________________________
19388 [ 12226] By: sky                                   on 2001/09/26  07:41:45
19389         Log: Add in stress_string.t to stress test threads a bit more.
19390      Branch: perl
19391            + ext/threads/t/stress_string.t
19392            ! MANIFEST
19393 ____________________________________________________________________________
19394 [ 12225] By: sky                                   on 2001/09/26  07:04:21
19395         Log: Fix negative refcount introduced by #12223.
19396      Branch: perl
19397            ! ext/threads/threads.xs
19398 ____________________________________________________________________________
19399 [ 12224] By: sky                                   on 2001/09/26  06:57:58
19400         Log: Update documentation to match change #12223
19401      Branch: perl
19402            ! sharedsv.c
19403 ____________________________________________________________________________
19404 [ 12223] By: sky                                   on 2001/09/26  06:54:32
19405         Log: Use a separate interpreter for the sharedsv space. Another
19406              negative sv leak. Sigh.
19407      Branch: perl
19408            ! sharedsv.c
19409 ____________________________________________________________________________
19410 [ 12222] By: sky                                   on 2001/09/26  05:58:35
19411         Log: Do the environ assignment in perl_contruct to match perl_destruct.
19412              Now we don't need to perl_parse/perl_run. However environ is a
19413              global....
19414      Branch: perl
19415            ! perl.c
19416 ____________________________________________________________________________
19417 [ 12221] By: sky                                   on 2001/09/26  05:41:02
19418         Log: Move the creation of PL_strtab to perl_construct so we can work
19419              with HV and HEs without running perl_parse.
19420      Branch: perl
19421            ! perl.c
19422 ____________________________________________________________________________
19423 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
19424         Log: integrate macperl changes into maint-5.6
19425      Branch: maint-5.6/perl
19426           !> (integrate 26 files)
19427 ____________________________________________________________________________
19428 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
19429         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
19430              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
19431      Branch: maint-5.6/macperl
19432            ! macos/ext/Mac/Fonts/Fonts.xs
19433            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
19434 ____________________________________________________________________________
19435 [ 12218] By: ams                                   on 2001/09/25  23:31:33
19436         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
19437              From: Nicholas Clark <nick@ccl4.org>
19438              Date: Wed, 26 Sep 2001 01:20:20 +0100
19439              Message-Id: <20010926012020.B48092@plum.flirble.org>
19440      Branch: perl
19441            ! lib/AutoSplit.t
19442 ____________________________________________________________________________
19443 [ 12217] By: ams                                   on 2001/09/25  22:33:05
19444         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
19445              From: "Craig A. Berry" <craigberry@mac.com>
19446              Date: Tue, 25 Sep 2001 18:08:42 -0500
19447              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
19448      Branch: perl
19449            ! vms/vms.c
19450 ____________________________________________________________________________
19451 [ 12216] By: ams                                   on 2001/09/25  21:41:01
19452         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
19453              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
19454              From: Michael G Schwern <schwern@pobox.com>
19455              Date: Wed, 26 Sep 2001 00:38:21 -0400
19456              Message-Id: <20010926003821.A627@blackrider>
19457      Branch: perl
19458            ! lib/AutoSplit.t
19459 ____________________________________________________________________________
19460 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
19461         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
19462              From: Michael G Schwern <schwern@pobox.com>
19463              Date: Tue, 25 Sep 2001 17:43:49 -0400
19464              Message-ID: <20010925174349.B19534@blackrider>
19465      Branch: perl
19466            ! lib/Test/Simple.pm lib/Test/Utils.pm
19467 ____________________________________________________________________________
19468 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
19469         Log: Integrate changes from bleadperl.
19470      Branch: maint-5.6/macperl
19471           !> pod/perlport.pod
19472 ____________________________________________________________________________
19473 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
19474         Log: skip($mess) should result in one skip.
19475      Branch: perl
19476            ! t/test.pl
19477 ____________________________________________________________________________
19478 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
19479         Log: Integrate change #12200 from maintperl.
19480      Branch: maint-5.6/macperl
19481           !> win32/perlhost.h
19482 ____________________________________________________________________________
19483 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
19484         Log: Fix file types to "apple"
19485      Branch: maint-5.6/macperl
19486            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
19487            ! macos/ext/Mac/SAT/t/Collision.rsrc
19488 ____________________________________________________________________________
19489 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
19490         Log: Fix rsrc file as snd file; fix path in t file.
19491      Branch: maint-5.6/macperl
19492            ! macos/ext/Mac/Notification/t/Notification.rsrc
19493            ! macos/ext/Mac/Notification/t/Notification.t
19494 ____________________________________________________________________________
19495 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
19496         Log: Sync up with File::Find from bleadperl.
19497      Branch: maint-5.6/macperl
19498            ! lib/File/Find.pm t/lib/filefind-taint.t
19499 ____________________________________________________________________________
19500 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
19501         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
19502              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
19503              of hundreds)
19504      Branch: maint-5.6/macperl
19505            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
19506            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
19507            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
19508 ____________________________________________________________________________
19509 [ 12207] By: nick                                  on 2001/09/25  19:04:36
19510         Log: Integrate mainline (untested while modem is up)
19511      Branch: perlio
19512           +> lib/AutoSplit.t t/test.pl
19513            - lib/warnings/register.t
19514           !> (integrate 28 files)
19515 ____________________________________________________________________________
19516 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
19517         Log: perldiag entry for #12205.
19518      Branch: perl
19519            ! pod/perldiag.pod
19520 ____________________________________________________________________________
19521 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
19522         Log: Subject: [PATCH] warning on v-string in use/require
19523              From: John Peacock <jpeacock@rowman.com>
19524              Date: Mon, 24 Sep 2001 17:29:03 -0400
19525              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
19526      Branch: perl
19527            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
19528 ____________________________________________________________________________
19529 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
19530         Log: perltooc et al updates.
19531      Branch: perl
19532            ! plan9/mkfile pod/roffitall
19533 ____________________________________________________________________________
19534 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
19535         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
19536              From: Michael G Schwern <schwern@pobox.com>
19537              Date: Sun, 23 Sep 2001 00:07:12 -0400
19538              Message-ID: <20010923000712.A7005@blackrider>
19539      Branch: perl
19540            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
19541 ____________________________________________________________________________
19542 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
19543         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
19544              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19545              Date: Wed, 26 Sep 2001 01:25:10 +0900
19546              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
19547      Branch: perl
19548            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
19549            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
19550            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
19551 ____________________________________________________________________________
19552 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
19553         Log: Integrate change #12200 from maintperl;
19554              on windows, virtualized environment could propagate deleted variables
19555              into children if they happen to be at the very end of the table
19556      Branch: perl
19557           !> win32/perlhost.h
19558 ____________________________________________________________________________
19559 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
19560         Log: on windows, virtualized environment could propagate deleted variables
19561              into children if they happen to be at the very end of the table
19562              (thanks for succinct test case from Johan Holmberg, and fix from
19563              Doug Lankshear)
19564      Branch: maint-5.6/perl
19565            ! win32/perlhost.h
19566 ____________________________________________________________________________
19567 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
19568         Log: avoid the use of ftime() (it does a useless, potentially
19569              expensive call to GetTimeZoneInformation()); this potentially
19570              also results in three more digits of precision from
19571              Time::HiRes::time()
19572      Branch: perl
19573            ! ext/Time/HiRes/HiRes.xs
19574 ____________________________________________________________________________
19575 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
19576         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
19577              
19578              Note: io/binmode is failing, have to figure out why.
19579      Branch: perl
19580            + t/test.pl
19581            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
19582            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
19583            ! t/run/exit.t
19584 ____________________________________________________________________________
19585 [ 12197] By: ams                                   on 2001/09/25  13:48:55
19586         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
19587              From: Nicholas Clark <nick@ccl4.org>
19588              Date: Tue, 25 Sep 2001 00:37:40 +0100
19589              Message-Id: <20010925003740.S4971@plum.flirble.org>
19590              (Further changes expected.)
19591      Branch: perl
19592            + lib/AutoSplit.t
19593            ! MANIFEST
19594 ____________________________________________________________________________
19595 [ 12196] By: sky                                   on 2001/09/25  13:37:12
19596         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
19597              _ftime to try and be more robust.
19598      Branch: perl
19599            ! ext/Time/HiRes/HiRes.xs
19600 ____________________________________________________________________________
19601 [ 12194] By: ams                                   on 2001/09/25  11:40:00
19602         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
19603              From: "Craig A. Berry" <craigberry@mac.com>
19604              Date: Mon, 24 Sep 2001 17:54:20 -0500
19605              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
19606      Branch: perl
19607            ! vms/descrip_mms.template
19608 ____________________________________________________________________________
19609 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
19610         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
19611              not working, cursor not spinning (Bug #422129); external
19612              editor problems (Bug #456329); escape/cmd-. not activating
19613              "Cancel" in Save dialog box (Bug #446960); Runtimes not
19614              executing on launch (Bug #464441).
19615      Branch: maint-5.6/macperl
19616            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
19617            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
19618            ! macos/macperl/MacPerl.r
19619 ____________________________________________________________________________
19620 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
19621         Log: Update CPAN.pm to work with new Mac::BuildTools instead
19622              of ExtUtils::MM_MacOS "orphan" functions
19623      Branch: maint-5.6/macperl
19624            ! lib/CPAN.pm
19625 ____________________________________________________________________________
19626 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
19627         Log: Fix up another xsubpp problem (Matthias Neeracher)
19628      Branch: maint-5.6/macperl
19629            ! macos/xsubpp
19630 ____________________________________________________________________________
19631 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
19632         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
19633      Branch: maint-5.6/macperl
19634            ! macos/lib/ExtUtils/MM_MacOS.pm
19635 ____________________________________________________________________________
19636 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
19637         Log: Fix up Makefiles for more Mac:: modules (and prepare for
19638              static build ...?)
19639      Branch: maint-5.6/macperl
19640            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
19641            ! macos/macperl/Makefile.mk
19642 ____________________________________________________________________________
19643 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
19644         Log: Fix up tests
19645      Branch: maint-5.6/macperl
19646            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
19647 ____________________________________________________________________________
19648 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
19649         Log: Make malloc smarter, fix bugs.  (Bug #404030)
19650      Branch: maint-5.6/macperl
19651            ! macos/icemalloc.c macos/icemalloc.h
19652 ____________________________________________________________________________
19653 [ 12186] By: nick                                  on 2001/09/24  19:18:17
19654         Log: Integrate mainline
19655      Branch: perlio
19656           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
19657           +> lib/filetest.t
19658           !> (integrate 30 files)
19659 ____________________________________________________________________________
19660 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
19661         Log: Retract #12136, the warnings::register is already
19662              tested by t/lib/warnings/9enabled, as pointed out
19663              by Paul Marquess.
19664      Branch: perl
19665            - lib/warnings/register.t
19666            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
19667 ____________________________________________________________________________
19668 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
19669         Log: fix Time::HiRes implementation of gettimeofday() on windows
19670              (HiRes.t#14 now passes)
19671      Branch: perl
19672            ! ext/Time/HiRes/HiRes.xs
19673 ____________________________________________________________________________
19674 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
19675         Log: File::Spec::catfile() canonifies everything to blackslashes on
19676              windows :-(
19677      Branch: perl
19678            ! lib/ExtUtils/Manifest.t
19679 ____________________________________________________________________________
19680 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
19681         Log: test number mismatch
19682      Branch: perl
19683            ! t/op/magic.t
19684 ____________________________________________________________________________
19685 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
19686         Log: ok().
19687      Branch: perl
19688            ! t/op/pack.t
19689 ____________________________________________________________________________
19690 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
19691         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
19692              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19693      Branch: perl
19694            ! pp_pack.c t/op/pack.t
19695 ____________________________________________________________________________
19696 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
19697         Log: Update Changes.
19698      Branch: perl
19699            ! Changes patchlevel.h
19700 ____________________________________________________________________________
19701 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
19702         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
19703              From: Michael G Schwern <schwern@pobox.com>
19704              Date: Mon, 24 Sep 2001 11:12:13 -0400
19705              Message-ID: <20010924111213.G27885@blackrider>
19706      Branch: perl
19707            ! lib/ExtUtils/Manifest.pm
19708 ____________________________________________________________________________
19709 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
19710         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
19711              From: Michael G Schwern <schwern@pobox.com> 
19712              Date: Mon, 24 Sep 2001 11:02:07 -0400
19713              Message-ID: <20010924110207.E27885@blackrider>
19714      Branch: perl
19715            ! vms/test.com
19716 ____________________________________________________________________________
19717 [ 12176] By: ams                                   on 2001/09/24  14:01:59
19718         Log: Update Changes.
19719      Branch: perl
19720            ! Changes
19721 ____________________________________________________________________________
19722 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
19723         Log: Various cleanups.
19724      Branch: perl
19725            ! ext/threads/Makefile.PL ext/threads/threads.xs
19726 ____________________________________________________________________________
19727 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
19728         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
19729      Branch: maint-5.6/macperl
19730           !> (integrate 33 files)
19731 ____________________________________________________________________________
19732 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
19733         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
19734              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19735              Date: Mon, 24 Sep 2001 20:04:58 +0900
19736              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
19737      Branch: perl
19738            ! ext/Encode/Encode/gb2312.enc
19739 ____________________________________________________________________________
19740 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
19741         Log: Clarifying comment to #12164.
19742      Branch: perl
19743            ! lib/Cwd.pm
19744 ____________________________________________________________________________
19745 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
19746         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
19747              From: Nicholas Clark <nick@ccl4.org>
19748              Date: Sun, 23 Sep 2001 23:00:56 +0100
19749              Message-ID: <20010923230055.Y4971@plum.flirble.org>
19750              
19751              (with "sample_constants" changed to "fallback")
19752      Branch: perl
19753            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
19754            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
19755            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
19756            ! lib/h2xs.t utils/h2xs.PL
19757 ____________________________________________________________________________
19758 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
19759         Log: Metaconfig unit change for #12167.
19760      Branch: metaconfig
19761            ! U/modified/Cppsym.U
19762 ____________________________________________________________________________
19763 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
19764         Log: Add a few glibc cpp symbols to probe for.
19765      Branch: perl
19766            ! Configure
19767 ____________________________________________________________________________
19768 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
19769         Log: DJGPP tweaks for Laszlo Molnar.
19770      Branch: perl
19771            ! djgpp/djgppsed.sh dosish.h
19772 ____________________________________________________________________________
19773 [ 12165] By: ams                                   on 2001/09/24  10:07:08
19774         Log: Subject: [PATCH t/op/inccode.t] More tests
19775              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19776              Date: 24 Sep 2001 10:01:44 -0000
19777              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
19778      Branch: perl
19779            ! t/op/inccode.t
19780 ____________________________________________________________________________
19781 [ 12164] By: ams                                   on 2001/09/24  09:43:29
19782         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
19783              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
19784              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
19785              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
19786      Branch: perl
19787            ! lib/Cwd.pm
19788 ____________________________________________________________________________
19789 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
19790         Log: 1_compile updates.
19791      Branch: perl
19792            ! t/lib/1_compile.t
19793 ____________________________________________________________________________
19794 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
19795         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
19796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19797              Date: Wed, 19 Sep 2001 22:47:14 +0200
19798              Message-ID: <20010919224714.A6382@rafael>
19799      Branch: perl
19800            ! pod/perlvar.pod pp_ctl.c
19801 ____________________________________________________________________________
19802 [ 12161] By: ams                                   on 2001/09/23  17:40:02
19803         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
19804              filetest Pragma
19805              From: "chromatic" <chromatic@rmci.net>
19806              Date: Sun, 23 Sep 2001 12:07:25 -0600
19807              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
19808      Branch: perl
19809            + lib/filetest.t
19810            ! MANIFEST t/lib/1_compile.t
19811 ____________________________________________________________________________
19812 [ 12160] By: ams                                   on 2001/09/23  16:32:11
19813         Log: Additional minor chdir() tweak.
19814      Branch: perl
19815            ! pod/perlfunc.pod
19816 ____________________________________________________________________________
19817 [ 12159] By: ams                                   on 2001/09/23  16:25:01
19818         Log: Subject: PATCH lib/ExtUtils/Command.t
19819              From: Abe Timmerman <abe@ztreet.demon.nl>
19820              Date: Sun, 23 Sep 2001 19:11:44 +0200
19821              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
19822      Branch: perl
19823            ! lib/ExtUtils/Command.t
19824 ____________________________________________________________________________
19825 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
19826         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
19827              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19828              Date: Sun, 23 Sep 2001 02:02:26 +0200
19829              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
19830      Branch: perl
19831            ! makedef.pl
19832 ____________________________________________________________________________
19833 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
19834         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
19835              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
19836              Date: Sat, 22 Sep 2001 12:54:39 -0500
19837              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
19838      Branch: perl
19839            ! t/op/study.t
19840 ____________________________________________________________________________
19841 [ 12156] By: nick                                  on 2001/09/23  07:48:44
19842         Log: Integrate mainline
19843      Branch: perlio
19844            - check83.pl
19845           !> ext/Encode/Encode/2022-cn.enc
19846 ____________________________________________________________________________
19847 [ 12155] By: nick                                  on 2001/09/23  07:48:01
19848         Log: Integrate mainline
19849      Branch: perlio
19850           +> (branch 64 files)
19851            - ext/Encode/Encode/cns11643-1.enc
19852            - ext/Encode/Encode/cns11643-2.enc
19853            - ext/Encode/Encode/iso2022-cn.enc
19854            - ext/Encode/Encode/iso2022-jp.enc
19855            - ext/Encode/Encode/iso2022-jp1.enc
19856            - ext/Encode/Encode/iso2022-jp2.enc
19857            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
19858            - ext/Encode/Encode/iso8859-1.enc
19859            - ext/Encode/Encode/iso8859-1.ucm
19860            - ext/Encode/Encode/iso8859-10.enc
19861            - ext/Encode/Encode/iso8859-10.ucm
19862            - ext/Encode/Encode/iso8859-13.enc
19863            - ext/Encode/Encode/iso8859-13.ucm
19864            - ext/Encode/Encode/iso8859-14.enc
19865            - ext/Encode/Encode/iso8859-14.ucm
19866            - ext/Encode/Encode/iso8859-15.enc
19867            - ext/Encode/Encode/iso8859-15.ucm
19868            - ext/Encode/Encode/iso8859-16.enc
19869            - ext/Encode/Encode/iso8859-16.ucm
19870            - ext/Encode/Encode/iso8859-2.enc
19871            - ext/Encode/Encode/iso8859-2.ucm
19872            - ext/Encode/Encode/iso8859-3.enc
19873            - ext/Encode/Encode/iso8859-3.ucm
19874            - ext/Encode/Encode/iso8859-4.enc
19875            - ext/Encode/Encode/iso8859-4.ucm
19876            - ext/Encode/Encode/iso8859-5.enc
19877            - ext/Encode/Encode/iso8859-5.ucm
19878            - ext/Encode/Encode/iso8859-6.enc
19879            - ext/Encode/Encode/iso8859-6.ucm
19880            - ext/Encode/Encode/iso8859-7.enc
19881            - ext/Encode/Encode/iso8859-7.ucm
19882            - ext/Encode/Encode/iso8859-8.enc
19883            - ext/Encode/Encode/iso8859-8.ucm
19884            - ext/Encode/Encode/iso8859-9.enc
19885            - ext/Encode/Encode/iso8859-9.ucm
19886            - ext/Encode/Encode/isoir-197.enc
19887            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
19888            - t/lib/sample-tests/header_at_end
19889            - t/lib/sample-tests/header_at_end_fail
19890           !> (integrate 174 files)
19891 ____________________________________________________________________________
19892 [ 12154] By: ams                                   on 2001/09/23  07:11:46
19893         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
19894              by Blair Zajac.
19895      Branch: perl
19896            ! pod/perlfunc.pod
19897 ____________________________________________________________________________
19898 [ 12153] By: ams                                   on 2001/09/23  06:56:32
19899         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
19900              Forgotten deprecation of *glob{FILEHANDLE}?
19901              From: "chromatic" <chromatic@rmci.net>
19902              Date: Sat, 22 Sep 2001 21:27:56 -0600
19903              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
19904      Branch: perl
19905            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
19906 ____________________________________________________________________________
19907 [ 12152] By: ams                                   on 2001/09/23  06:42:58
19908         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
19909              From: Michael G Schwern <schwern@pobox.com>
19910              Date: Sun, 23 Sep 2001 03:34:39 -0400
19911              Message-Id: <20010923033439.E7005@blackrider>
19912      Branch: perl
19913            ! lib/File/Find.pm
19914 ____________________________________________________________________________
19915 [ 12151] By: ams                                   on 2001/09/23  06:37:57
19916         Log: Subject: Re: t/op/magic.t missing tests on Win32
19917              From: Michael G Schwern <schwern@pobox.com>
19918              Date: Sat, 22 Sep 2001 20:29:09 -0400
19919              Message-Id: <20010922202909.I18223@blackrider>
19920      Branch: perl
19921            ! t/op/magic.t
19922 ____________________________________________________________________________
19923 [ 12150] By: ams                                   on 2001/09/23  06:36:26
19924         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
19925              Dumpvalue.pm
19926              From: "chromatic" <chromatic@rmci.net>
19927              Date: Sat, 22 Sep 2001 19:41:31 -0600
19928              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
19929      Branch: perl
19930            + lib/Dumpvalue.t
19931            ! MANIFEST lib/Dumpvalue.pm
19932 ____________________________________________________________________________
19933 [ 12149] By: ams                                   on 2001/09/23  06:25:35
19934         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
19935              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19936              Date: Sun, 23 Sep 2001 15:27:56 +0900
19937              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
19938      Branch: perl
19939            ! ext/Encode/Encode/2022-cn.enc
19940 ____________________________________________________________________________
19941 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
19942         Log: Manual eror in #12147.
19943      Branch: perl
19944            ! win32/win32.c
19945 ____________________________________________________________________________
19946 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
19947         Log: Integrate change #12146 from maintperl;
19948              win32_chdir() et al don't handle a NULL argument gracefully
19949      Branch: perl
19950           !> win32/perlhost.h win32/win32.c
19951 ____________________________________________________________________________
19952 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
19953         Log: win32_chdir() et al don't handle a NULL argument gracefully
19954      Branch: maint-5.6/perl
19955            ! win32/perlhost.h win32/win32.c
19956 ____________________________________________________________________________
19957 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
19958         Log: typo in change#12026
19959      Branch: maint-5.6/perl
19960            ! op.c
19961 ____________________________________________________________________________
19962 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
19963         Log: Subject: [PATCH] Re: scalar context unpack bugs
19964              From: Nicholas Clark <nick@ccl4.org>
19965              Date: Sat, 22 Sep 2001 23:07:56 +0100
19966              Message-ID: <20010922230755.O4971@plum.flirble.org>
19967      Branch: perl
19968            ! pp_pack.c t/op/pack.t
19969 ____________________________________________________________________________
19970 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
19971         Log: Try ExtUtils::Command.t everywhere, not just on Win32
19972              (as suggested by NI-S).  Also allow running it either
19973              in t/ or in the main directory.
19974      Branch: perl
19975            ! lib/ExtUtils/Command.t
19976 ____________________________________________________________________________
19977 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
19978         Log: Update the test on warnings/register.t.
19979      Branch: perl
19980            ! t/lib/1_compile.t
19981 ____________________________________________________________________________
19982 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
19983         Log: The code is now almost tidy enough to keep the IRIX cc happy.
19984      Branch: perl
19985            ! hints/irix_6.sh
19986 ____________________________________________________________________________
19987 [ 12140] By: ams                                   on 2001/09/22  17:26:32
19988         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
19989              use_ithreads
19990              From: "Craig A. Berry" <craigberry@mac.com>
19991              Date: Sat, 22 Sep 2001 13:15:32 -0500
19992              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
19993      Branch: perl
19994            ! configure.com
19995 ____________________________________________________________________________
19996 [ 12139] By: ams                                   on 2001/09/22  16:44:08
19997         Log: Do what perl_clone() does for sharedsv functions.
19998      Branch: perl
19999            ! embed.pl proto.h
20000 ____________________________________________________________________________
20001 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
20002         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
20003              (suggested by Sarathy, extensions shouldn't be dabbling with
20004              op structures, so binary backward compatibility should not be
20005              an issue.)
20006      Branch: perl
20007            ! hints/irix_6.sh op.h
20008 ____________________________________________________________________________
20009 [ 12137] By: ams                                   on 2001/09/22  16:21:05
20010         Log: More cleanups. (What's PERL_DECL_PROT?)
20011      Branch: perl
20012            ! embed.pl proto.h sharedsv.h
20013 ____________________________________________________________________________
20014 [ 12136] By: ams                                   on 2001/09/22  15:14:34
20015         Log: (Retracted by #12185)
20016              
20017              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
20018              Add Tests for warnings::register, Doc Update
20019              From: "chromatic" <chromatic@rmci.net>
20020              Date: Sat, 22 Sep 2001 09:43:20 -0600
20021              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
20022      Branch: perl
20023            + lib/warnings/register.t
20024            ! MANIFEST lib/warnings/register.pm
20025 ____________________________________________________________________________
20026 [ 12135] By: ams                                   on 2001/09/22  15:07:50
20027         Log: `@foo' should be @foo for consistency.
20028      Branch: perl
20029            ! pod/perldiag.pod
20030 ____________________________________________________________________________
20031 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
20032         Log: (Retracted by #12138)
20033              
20034              Add -woff (turn warning off) 3187:
20035              "A pointer is converted to a smaller integer."
20036              This happens when your pointers are 64-bit: then every case
20037              of converting pointers to PADOFFSETs (explicitly 32-bit)
20038              faces truncation (even explicit use of INT2PTR doesn't help).
20039              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
20040              Changing PADOFFSET from U32 to UV would help, but that
20041              would break binary backward compatibility of BASEOP and padop
20042              (assuming you have been using 64-bit pointers).
20043      Branch: perl
20044            ! hints/irix_6.sh
20045 ____________________________________________________________________________
20046 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
20047         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
20048              but the name comes from the inside the file, not from the file
20049              name, and Rumanian is the name of the language.
20050      Branch: perl
20051            + ext/Encode/Encode/macRumanian.enc
20052            - ext/Encode/Encode/macRomania.enc
20053            ! MANIFEST
20054 ____________________________________________________________________________
20055 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
20056         Log: Rename perltootc as perltooc for 8.3-friedliness.
20057      Branch: perl
20058            + pod/perltooc.pod
20059            - pod/perltootc.pod
20060            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
20061            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
20062            ! pod/perltoot.pod
20063 ____________________________________________________________________________
20064 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
20065         Log: Find more conflicts by lowercasing.
20066      Branch: perl
20067            + Porting/check83.pl
20068            - check83.pl
20069            ! MANIFEST
20070 ____________________________________________________________________________
20071 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
20072         Log: The AIX cc 5.0.0.0 is simply too buggy.
20073      Branch: perl
20074            ! hints/aix.sh
20075 ____________________________________________________________________________
20076 [ 12129] By: ams                                   on 2001/09/22  12:35:38
20077         Log: Uninteresting cleanup.
20078      Branch: perl
20079            ! form.h
20080 ____________________________________________________________________________
20081 [ 12128] By: ams                                   on 2001/09/22  12:28:48
20082         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
20083              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20084              Date: Sat, 22 Sep 2001 14:29:13 +0100
20085              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
20086      Branch: perl
20087            ! cv.h
20088 ____________________________________________________________________________
20089 [ 12127] By: ams                                   on 2001/09/22  12:04:28
20090         Log: What's a backet?
20091      Branch: perl
20092            ! dump.c
20093 ____________________________________________________________________________
20094 [ 12126] By: ams                                   on 2001/09/22  10:02:34
20095         Log: Removed duplicated tests #19 and #20.
20096      Branch: perl
20097            ! t/op/do.t
20098 ____________________________________________________________________________
20099 [ 12125] By: ams                                   on 2001/09/22  03:58:41
20100         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
20101              From: Michael Carman <mjcarman@home.com>
20102              Date: Fri, 21 Sep 2001 17:54:05 -0500
20103              Message-Id: <3BABC50D.6040202@home.com>
20104              (Applied with some changes.)
20105      Branch: perl
20106            ! pod/perlmod.pod
20107 ____________________________________________________________________________
20108 [ 12124] By: ams                                   on 2001/09/22  03:44:19
20109         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
20110              From: Michael G Schwern <schwern@pobox.com>
20111              Date: Fri, 21 Sep 2001 19:20:40 -0400
20112              Message-Id: <20010921192040.E5494@blackrider>
20113      Branch: perl
20114            ! t/op/chdir.t
20115 ____________________________________________________________________________
20116 [ 12123] By: ams                                   on 2001/09/22  03:41:08
20117         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
20118              From: Blair Zajac <blair@orcaware.com>
20119              Date: Fri, 21 Sep 2001 15:13:04 -0700
20120              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
20121      Branch: perl
20122            ! t/op/chdir.t
20123 ____________________________________________________________________________
20124 [ 12122] By: ams                                   on 2001/09/22  03:37:07
20125         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
20126              20010920.007
20127              From: Michael G Schwern <schwern@pobox.com>
20128              Date: Fri, 21 Sep 2001 17:59:03 -0400
20129              Message-Id: <20010921175903.V5494@blackrider>
20130      Branch: perl
20131            ! t/op/do.t
20132 ____________________________________________________________________________
20133 [ 12121] By: ams                                   on 2001/09/22  03:30:38
20134         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
20135              suite on WinCE)
20136              From: Michael G Schwern <schwern@pobox.com>
20137              Date: Fri, 21 Sep 2001 19:41:03 -0400
20138              Message-Id: <20010921194103.G5494@blackrider>
20139      Branch: perl
20140            ! pod/perlport.pod
20141 ____________________________________________________________________________
20142 [ 12120] By: ams                                   on 2001/09/22  03:28:06
20143         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
20144              From: Michael G Schwern <schwern@pobox.com>
20145              Date: Fri, 21 Sep 2001 17:33:35 -0400
20146              Message-Id: <20010921173335.T5494@blackrider>
20147              ($ENV{FOO}=undef hunk not applied.)
20148      Branch: perl
20149            ! t/op/magic.t
20150 ____________________________________________________________________________
20151 [ 12119] By: ams                                   on 2001/09/22  03:02:26
20152         Log: Subject: [PATCH] perldiag.pod
20153              From: Peter Scott <Peter@PSDT.com>
20154              Date: Fri, 21 Sep 2001 18:54:50 -0700
20155              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
20156              (Moved to the right place.)
20157      Branch: perl
20158            ! pod/perldiag.pod
20159 ____________________________________________________________________________
20160 [ 12118] By: ams                                   on 2001/09/21  20:05:29
20161         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
20162              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20163              Date: Fri, 21 Sep 2001 22:36:54 +0200
20164              Message-Id: <20010921223654.A12742@rafael>
20165      Branch: perl
20166            ! t/op/do.t
20167 ____________________________________________________________________________
20168 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
20169         Log: Restore things as they were before
20170              the backward compatibility police notices.
20171      Branch: perl
20172            ! lib/Cwd.pm
20173 ____________________________________________________________________________
20174 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
20175         Log: More Cwd from Schwern: make also OS/2 and DOS
20176              Cwd agree with File::Spec (that is, native path
20177              syntax using \ instead of / -- backward compatibility
20178              polic warning) and stop Win32 from using bsd_realpath().
20179      Branch: perl
20180            ! lib/Cwd.pm
20181 ____________________________________________________________________________
20182 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
20183         Log: Subject: [PATCH @12110] RE: Untested libraries update
20184              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20185              Date: Fri, 21 Sep 2001 18:21:07 +0100
20186              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
20187      Branch: perl
20188            ! lib/warnings/register.pm
20189 ____________________________________________________________________________
20190 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
20191         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
20192              From: Michael G Schwern <schwern@pobox.com>
20193              Date: Thu, 20 Sep 2001 22:54:02 -0400
20194              Message-ID: <20010920225402.A3611@blackrider>
20195      Branch: perl
20196            ! lib/Cwd.pm
20197 ____________________________________________________________________________
20198 [ 12113] By: ams                                   on 2001/09/21  17:08:24
20199         Log: Subject: [PATCH] avoid v-strings with require/use
20200              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20201              Date: Fri, 21 Sep 2001 12:34:40 -0400
20202              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
20203      Branch: perl
20204            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
20205            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
20206            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
20207            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20208            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
20209            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
20210            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
20211            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20212            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
20213            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
20214            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
20215            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
20216            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
20217            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
20218            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
20219            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
20220            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
20221            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
20222            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
20223 ____________________________________________________________________________
20224 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
20225         Log: Update Changes.
20226      Branch: perl
20227            ! Changes patchlevel.h
20228 ____________________________________________________________________________
20229 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
20230         Log: Make AIX and Tru64 compilers happy.  
20231      Branch: perl
20232            ! ext/threads/threads.h ext/threads/threads.xs
20233 ____________________________________________________________________________
20234 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
20235         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
20236              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20237              Date: 21 Sep 2001 09:16:37 -0000
20238              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
20239      Branch: perl
20240            ! toke.c
20241 ____________________________________________________________________________
20242 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
20243         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
20244              From: Michael G Schwern <schwern@pobox.com>
20245              Date: Thu, 20 Sep 2001 21:21:34 -0400
20246              Message-ID: <20010920212134.Y28291@blackrider>
20247      Branch: perl
20248            ! pp_sys.c
20249 ____________________________________________________________________________
20250 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
20251         Log: Subject: Re: GDB Debugging Macros from mod_perl
20252              From: rspier@pobox.com (Robert Spier)
20253              Date: Thu, 20 Sep 2001 22:45:03 -0700
20254              Message-ID: <15274.54239.413929.49430@rls.cx>
20255      Branch: perl
20256            ! pod/perltodo.pod
20257 ____________________________________________________________________________
20258 [ 12105] By: sky                                   on 2001/09/21  10:33:34
20259         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
20260              timezone! GetSystemTime should be available on all Win32 
20261              platforms we support. Perhaps Time::HiRes should be extended to
20262              support WinCE and Novell?
20263      Branch: perl
20264            ! ext/Time/HiRes/HiRes.xs
20265 ____________________________________________________________________________
20266 [ 12104] By: sky                                   on 2001/09/21  08:12:39
20267         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
20268      Branch: perl
20269            ! ext/threads/threads.h ext/threads/threads.xs
20270 ____________________________________________________________________________
20271 [ 12103] By: sky                                   on 2001/09/21  07:57:41
20272         Log: Rename the *thread* functions to Perl_* to avoid clashes.
20273              Notably on AIX but could become a problem on other platforms.
20274      Branch: perl
20275            ! ext/threads/threads.h ext/threads/threads.xs
20276 ____________________________________________________________________________
20277 [ 12102] By: sky                                   on 2001/09/21  07:35:30
20278         Log: Add the shared sv space to the global vars.
20279              Fix problems compiling on win32.
20280      Branch: perl
20281            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
20282            ! sharedsv.c sharedsv.h
20283 ____________________________________________________________________________
20284 [ 12101] By: ams                                   on 2001/09/21  00:19:55
20285         Log: Subject: [PATCH] win32/Makefile warning fix
20286              From: Blair Zajac <blair@orcaware.com>
20287              Date: Thu, 20 Sep 2001 18:15:43 -0700
20288              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
20289      Branch: perl
20290            ! win32/Makefile
20291 ____________________________________________________________________________
20292 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
20293         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
20294              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20295              Date: Thu, 20 Sep 2001 18:36:22 +0200
20296              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
20297      Branch: perl
20298            ! lib/ExtUtils/Command.t
20299 ____________________________________________________________________________
20300 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
20301         Log: Cant spl wirth a dam.
20302      Branch: perl
20303            ! intrpvar.h
20304 ____________________________________________________________________________
20305 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
20306         Log: Don't use C++ comments.
20307      Branch: perl
20308            ! ext/threads/threads.xs
20309 ____________________________________________________________________________
20310 [ 12097] By: ams                                   on 2001/09/20  21:42:07
20311         Log: Change #12044 didn't.
20312      Branch: perl
20313            ! lib/constant.pm
20314 ____________________________________________________________________________
20315 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
20316         Log: Metaconfig unit changes for #12095.
20317      Branch: metaconfig
20318            ! U/modified/Myinit.U U/modified/libs.U
20319 ____________________________________________________________________________
20320 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
20321         Log: Remove iconv references since we are not using it
20322              and not going to; regen perltoc, perlmodlib.
20323              (Some references still linger in perltoc, have to figure
20324              out where they are coming from.)
20325      Branch: perl
20326            ! Configure NetWare/config.wc NetWare/config_H.wc
20327            ! Porting/Glossary Porting/config.sh Porting/config_H
20328            ! config_h.SH configure.com epoc/config.sh perl.h
20329            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
20330            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20331            ! vos/config.ga.h win32/config.bc win32/config.gc
20332            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20333            ! win32/config_H.vc wince/config.ce wince/config.h
20334            ! wince/config_H.ce
20335 ____________________________________________________________________________
20336 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
20337         Log: Subject: [PATCH docs] Re: ARGV and read
20338              From: Dave Mitchell <davem@fdgroup.co.uk>
20339              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
20340              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
20341      Branch: perl
20342            ! pod/perltodo.pod pod/perlvar.pod
20343 ____________________________________________________________________________
20344 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
20345         Log: Fresh copies from the cvs.perl.org perlfaq repository.
20346      Branch: perl
20347            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20348            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20349            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20350            ! pod/perlfaq9.pod
20351 ____________________________________________________________________________
20352 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
20353         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
20354              From: Nicholas Clark <nick@ccl4.org>
20355              Date: Thu, 20 Sep 2001 14:27:08 +0100
20356              Message-ID: <20010920142708.X4971@plum.flirble.org>
20357      Branch: perl
20358            ! pp_pack.c t/op/pack.t
20359 ____________________________________________________________________________
20360 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
20361         Log: The sharedsv_space* are variables, not code.  Duh.
20362      Branch: perl
20363            ! intrpvar.h makedef.pl
20364 ____________________________________________________________________________
20365 [ 12090] By: ams                                   on 2001/09/20  11:26:06
20366         Log: Subject: [patch lib/lib_pm.PL]
20367              From: Stas Bekman <stas@stason.org>
20368              Date: Thu, 20 Sep 2001 18:48:53 +0800
20369              Message-Id: <3BA9C995.6010302@stason.org>
20370              (Applied by hand.)
20371      Branch: perl
20372            ! lib/lib_pm.PL
20373 ____________________________________________________________________________
20374 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
20375         Log: Only 21 tests, skipping or not.
20376      Branch: perl
20377            ! lib/ExtUtils/Command.t
20378 ____________________________________________________________________________
20379 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
20380         Log: New exported symbols.
20381      Branch: perl
20382            ! makedef.pl
20383 ____________________________________________________________________________
20384 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
20385         Log: Update Changes.
20386      Branch: perl
20387            ! Changes patchlevel.h
20388 ____________________________________________________________________________
20389 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
20390         Log: Correct numbering of the tests is useful.
20391      Branch: perl
20392            ! ext/threads/t/basic.t
20393 ____________________________________________________________________________
20394 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
20395         Log: More tests now too.
20396      Branch: perl
20397            ! lib/ExtUtils/Command.t
20398 ____________________________________________________________________________
20399 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
20400         Log: More tests now.
20401      Branch: perl
20402            ! ext/threads/t/basic.t
20403 ____________________________________________________________________________
20404 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
20405         Log: The test assumed 7-bit ASCII.  Now it "just"
20406              assumes 8-bit whatever.
20407      Branch: perl
20408            ! t/op/crypt.t
20409 ____________________________________________________________________________
20410 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
20411         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
20412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20413              Date: Wed, 19 Sep 2001 11:45:28 +0200
20414              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
20415              
20416              Lvalue casts are not portable.
20417      Branch: perl
20418            ! ext/threads/threads.xs
20419 ____________________________________________________________________________
20420 [ 12081] By: sky                                   on 2001/09/19  10:17:52
20421         Log: Make the basic test contain only realy basic API tests
20422              Seems to be a problem with detach.
20423      Branch: perl
20424            ! ext/threads/t/basic.t
20425 ____________________________________________________________________________
20426 [ 12080] By: ams                                   on 2001/09/19  01:23:55
20427         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
20428              From: Michael G Schwern <schwern@pobox.com>
20429              Date: Tue, 18 Sep 2001 19:53:48 -0400
20430              Message-Id: <20010918195348.M585@blackrider>
20431              
20432              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
20433              From: Michael G Schwern <schwern@pobox.com>
20434              Date: Tue, 18 Sep 2001 22:07:13 -0400
20435              Message-Id: <20010918220713.B19616@blackrider>
20436      Branch: perl
20437            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
20438            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
20439            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
20440            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
20441            ! lib/Test/Tutorial.pod
20442 ____________________________________________________________________________
20443 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
20444         Log: Indent the test a bit.
20445      Branch: perl
20446            ! ext/threads/t/basic.t
20447 ____________________________________________________________________________
20448 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
20449         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
20450              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20451              Date: Tue, 18 Sep 2001 18:06:44 +0200
20452              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
20453      Branch: perl
20454            ! win32/win32.c
20455 ____________________________________________________________________________
20456 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
20457         Log: Subject: stat access time is wrong on Win95
20458              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20459              Date: Tue, 18 Sep 2001 21:59:24 +0200
20460              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
20461      Branch: perl
20462            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
20463 ____________________________________________________________________________
20464 [ 12076] By: ams                                   on 2001/09/18  22:11:25
20465         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
20466              From: Michael G Schwern <schwern@pobox.com>
20467              Date: Tue, 18 Sep 2001 18:47:14 -0400
20468              Message-Id: <20010918184714.I585@blackrider>
20469      Branch: perl
20470            ! t/op/crypt.t
20471 ____________________________________________________________________________
20472 [ 12075] By: sky                                   on 2001/09/18  19:29:37
20473         Log: two test failures
20474              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20475              Message-ID: <20010918221702.A17408@rafael>
20476              partly applied, #12074 already fixed half the patch
20477      Branch: perl
20478            ! ext/threads/t/basic.t
20479 ____________________________________________________________________________
20480 [ 12074] By: sky                                   on 2001/09/18  18:49:03
20481         Log: Fixes test case failure introduced by #12071, the warning is
20482              now correctly spelled :-)
20483      Branch: perl
20484            ! ext/IO/lib/IO/t/io_sel.t
20485 ____________________________________________________________________________
20486 [ 12073] By: sky                                   on 2001/09/18  18:46:22
20487         Log: Make the test behave properly!
20488      Branch: perl
20489            ! ext/threads/t/basic.t
20490 ____________________________________________________________________________
20491 [ 12072] By: ams                                   on 2001/09/18  18:44:59
20492         Log: OP_RCATLINE is an SVOP, not a BASEOP.
20493      Branch: perl
20494            ! opcode.h opcode.pl
20495 ____________________________________________________________________________
20496 [ 12071] By: ams                                   on 2001/09/18  18:06:27
20497         Log: Deprecate != Depreciate.
20498      Branch: perl
20499            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
20500            ! lib/Pod/ParseUtils.pm
20501 ____________________________________________________________________________
20502 [ 12070] By: ams                                   on 2001/09/18  15:14:58
20503         Log: Subject: [PATCH] Getopt::Std cleanup
20504              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20505              Date: Tue, 18 Sep 2001 17:32:13 +0200
20506              Message-Id: <20010918173213.C777@rafael>
20507      Branch: perl
20508            ! lib/Getopt/Std.pm lib/Getopt/Std.t
20509 ____________________________________________________________________________
20510 [ 12069] By: sky                                   on 2001/09/18  14:56:33
20511         Log: Forgot the makefile
20512      Branch: perl
20513            + ext/threads/Makefile.PL
20514 ____________________________________________________________________________
20515 [ 12068] By: sky                                   on 2001/09/18  14:13:26
20516         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
20517              The test will fail because of Test.pm not knowing about threads. 
20518              basic needs to be manually tested
20519              compile time warnings on IV2PTR conversions need to be fixed
20520      Branch: perl
20521            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
20522            + ext/threads/threads.h ext/threads/threads.pm
20523            + ext/threads/threads.xs
20524            ! MANIFEST
20525 ____________________________________________________________________________
20526 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
20527         Log: DJGPP tweak from Laszlo Molnar.
20528      Branch: perl
20529            ! djgpp/config.over
20530 ____________________________________________________________________________
20531 [ 12066] By: sky                                   on 2001/09/18  10:24:31
20532         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
20533      Branch: perl
20534            ! sharedsv.c sharedsv.h
20535 ____________________________________________________________________________
20536 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
20537         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
20538              ditto ^cns.
20539      Branch: perl
20540            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
20541            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
20542            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
20543            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
20544            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
20545            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
20546            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
20547            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
20548            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
20549            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
20550            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
20551            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
20552            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
20553            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
20554            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
20555            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
20556            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
20557            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
20558            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
20559            + ext/Encode/Encode/ir-197.enc
20560            - ext/Encode/Encode/cns11643-1.enc
20561            - ext/Encode/Encode/cns11643-2.enc
20562            - ext/Encode/Encode/iso2022-cn.enc
20563            - ext/Encode/Encode/iso2022-jp.enc
20564            - ext/Encode/Encode/iso2022-jp1.enc
20565            - ext/Encode/Encode/iso2022-jp2.enc
20566            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
20567            - ext/Encode/Encode/iso8859-1.enc
20568            - ext/Encode/Encode/iso8859-1.ucm
20569            - ext/Encode/Encode/iso8859-10.enc
20570            - ext/Encode/Encode/iso8859-10.ucm
20571            - ext/Encode/Encode/iso8859-11.enc
20572            - ext/Encode/Encode/iso8859-11.ucm
20573            - ext/Encode/Encode/iso8859-13.enc
20574            - ext/Encode/Encode/iso8859-13.ucm
20575            - ext/Encode/Encode/iso8859-14.enc
20576            - ext/Encode/Encode/iso8859-14.ucm
20577            - ext/Encode/Encode/iso8859-15.enc
20578            - ext/Encode/Encode/iso8859-15.ucm
20579            - ext/Encode/Encode/iso8859-16.enc
20580            - ext/Encode/Encode/iso8859-16.ucm
20581            - ext/Encode/Encode/iso8859-2.enc
20582            - ext/Encode/Encode/iso8859-2.ucm
20583            - ext/Encode/Encode/iso8859-3.enc
20584            - ext/Encode/Encode/iso8859-3.ucm
20585            - ext/Encode/Encode/iso8859-4.enc
20586            - ext/Encode/Encode/iso8859-4.ucm
20587            - ext/Encode/Encode/iso8859-5.enc
20588            - ext/Encode/Encode/iso8859-5.ucm
20589            - ext/Encode/Encode/iso8859-6.enc
20590            - ext/Encode/Encode/iso8859-6.ucm
20591            - ext/Encode/Encode/iso8859-7.enc
20592            - ext/Encode/Encode/iso8859-7.ucm
20593            - ext/Encode/Encode/iso8859-8.enc
20594            - ext/Encode/Encode/iso8859-8.ucm
20595            - ext/Encode/Encode/iso8859-9.enc
20596            - ext/Encode/Encode/iso8859-9.ucm
20597            - ext/Encode/Encode/isoir-197.enc
20598            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
20599 ____________________________________________________________________________
20600 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
20601         Log: Must Uppercase.
20602      Branch: perl
20603            ! ext/Encode/Encode.pm
20604 ____________________________________________________________________________
20605 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
20606         Log: Add various encodings.
20607      Branch: perl
20608            + ext/Encode/Encode/iso8859-11.enc
20609            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
20610            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
20611            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
20612            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
20613            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
20614            + ext/Encode/Encode/viscii.ucm
20615            ! MANIFEST ext/Encode/Encode.pm
20616 ____________________________________________________________________________
20617 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
20618         Log: lib/unicode relic.
20619      Branch: perl
20620            ! ext/Encode/compile
20621 ____________________________________________________________________________
20622 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
20623         Log: Subject: [PATCH] Re: filename problems
20624              From: Michael G Schwern <schwern@pobox.com>
20625              Date: Mon, 17 Sep 2001 17:26:26 -0400
20626              Message-ID: <20010917172626.Q585@blackrider>
20627      Branch: perl
20628            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
20629            - t/lib/sample-tests/header_at_end
20630            - t/lib/sample-tests/header_at_end_fail
20631            ! MANIFEST lib/Test/Harness/t/test-harness.t
20632 ____________________________________________________________________________
20633 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
20634         Log: Explicitly explain the 1e9 seconds, not everybody
20635              is a C geek.
20636      Branch: perl
20637            ! ext/Time/HiRes/HiRes.pm
20638 ____________________________________________________________________________
20639 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
20640         Log: Explain an apparent bug reported by
20641              Richard J. Barbalace <rjbarbal@MIT.EDU>,
20642              with additional explanation from Gisle Aas.
20643      Branch: perl
20644            ! ext/Time/HiRes/HiRes.pm
20645 ____________________________________________________________________________
20646 [ 12058] By: ams                                   on 2001/09/17  19:52:01
20647         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
20648              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20649              Date: Mon, 17 Sep 2001 22:48:05 +0200
20650              Message-Id: <20010917224805.C11744@rafael>
20651      Branch: perl
20652            ! t/lib/warnings/op t/lib/warnings/pp
20653 ____________________________________________________________________________
20654 [ 12057] By: ams                                   on 2001/09/17  16:51:18
20655         Log: Its a nit!
20656      Branch: perl
20657            ! sv.h
20658 ____________________________________________________________________________
20659 [ 12056] By: ams                                   on 2001/09/17  16:47:55
20660         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
20661              From: "Craig A. Berry" <craigberry@mac.com>
20662              Date: Mon, 17 Sep 2001 12:34:20 -0500
20663              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
20664      Branch: perl
20665            ! vms/vms.c
20666 ____________________________________________________________________________
20667 [ 12055] By: ams                                   on 2001/09/17  16:05:15
20668         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
20669              From: Gisle Aas <gisle@ActiveState.com>
20670              Date: 16 Apr 2001 16:20:34 -0700
20671              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
20672              (Applied by hand.)
20673      Branch: perl
20674            ! lib/CPAN.pm lib/CPAN/Nox.pm
20675 ____________________________________________________________________________
20676 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
20677         Log: Update Changes.
20678      Branch: perl
20679            ! Changes patchlevel.h
20680 ____________________________________________________________________________
20681 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
20682         Log: Adding new files to the MANIFEST is always nice.
20683      Branch: perl
20684            ! MANIFEST
20685 ____________________________________________________________________________
20686 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
20687         Log: Reindent the PerlIO files (suggested by NI-S), used
20688              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
20689              (GNU indent).  Note that wholesale re-indenting might
20690              be nice, but that would break nice formatting/alignment
20691              of assignments, equality testing, and complex boolean
20692              expressions with lots of &s and |s.
20693      Branch: perl
20694            ! perlio.c perlio.h perliol.h
20695 ____________________________________________________________________________
20696 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
20697         Log: Add a script for being 8.3-polite.
20698              The found conflicts are being worked on.
20699      Branch: perl
20700            + check83.pl
20701            ! MANIFEST Porting/pumpkin.pod
20702 ____________________________________________________________________________
20703 [ 12050] By: sky                                   on 2001/09/17  12:44:36
20704         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
20705              finding it.
20706      Branch: perl
20707            ! sv.c
20708 ____________________________________________________________________________
20709 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
20710         Log: Bump up versions because of #12041.
20711      Branch: perl
20712            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
20713            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
20714            ! lib/Time/localtime.pm
20715 ____________________________________________________________________________
20716 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
20717         Log: Bump the version number because of #12042.
20718      Branch: perl
20719            ! lib/CPAN/FirstTime.pm
20720 ____________________________________________________________________________
20721 [ 12047] By: ams                                   on 2001/09/17  11:21:40
20722         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
20723              From: Abhijit Menon-Sen <ams@wiw.org>
20724              Date: Mon, 17 Sep 2001 17:44:12 +0530
20725              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
20726      Branch: perl
20727            ! op.c
20728 ____________________________________________________________________________
20729 [ 12046] By: sky                                   on 2001/09/17  07:14:17
20730         Log: Subject: Re: t/op/ver.t using skip() improperly
20731              From: "chromatic" <chromatic@rmci.net>
20732              Date: Mon, 17 Sep 2001 00:22:29 -0600
20733              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
20734      Branch: perl
20735            ! t/op/ver.t
20736 ____________________________________________________________________________
20737 [ 12045] By: nick                                  on 2001/09/17  07:12:14
20738         Log: Integrate mainline
20739      Branch: perlio
20740           +> t/op/chdir.t
20741           !> (integrate 117 files)
20742 ____________________________________________________________________________
20743 [ 12044] By: ams                                   on 2001/09/17  05:49:53
20744         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
20745              From: Ilmari Karonen <iltzu@sci.fi>
20746              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
20747              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
20748              (And $VERSION = '1.05'.)
20749      Branch: perl
20750            ! lib/constant.pm
20751 ____________________________________________________________________________
20752 [ 12043] By: ams                                   on 2001/09/17  05:44:50
20753         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
20754              From: Michael G Schwern <schwern@pobox.com>
20755              Date: Mon, 17 Sep 2001 07:49:04 +0200
20756              Message-Id: <20010917074904.V1588@blackrider>
20757              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
20758      Branch: perl
20759            + t/op/chdir.t
20760            ! MANIFEST pp_sys.c
20761 ____________________________________________________________________________
20762 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
20763         Log: Subject: Re: CPAN.pm needs some hacking 
20764              From: "chromatic" <chromatic@rmci.net>
20765              Date: Sun, 16 Sep 2001 16:46:29 -0600
20766              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
20767      Branch: perl
20768            ! lib/CPAN/FirstTime.pm
20769 ____________________________________________________________________________
20770 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
20771         Log: Change use|require 5.005_64 to use|require 5.6.1.
20772      Branch: perl
20773            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
20774            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
20775            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20776            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
20777            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
20778            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20779            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
20780            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
20781            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
20782            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
20783            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
20784            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
20785            ! lib/base.pm lib/fields.pm
20786 ____________________________________________________________________________
20787 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
20788         Log: Bump up version numbers.
20789              
20790              TODO 1: double check that pre-5.6.1 CPAN.pm:s
20791              don't try to download 5.8.0 because of the
20792              version numbers.  Mainly this means using _00
20793              in the core version numbers.
20794              
20795              TODO 2: the "use 5.005_64" in many modules
20796              needs to be changed to, say, "use 5.6.1".
20797      Branch: perl
20798            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
20799            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
20800            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
20801            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
20802            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
20803            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
20804            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
20805            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
20806            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
20807            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
20808            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
20809 ____________________________________________________________________________
20810 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
20811         Log: Use UCHARAT() as suggested by Inaba Hiroto.
20812      Branch: perl
20813            ! regexec.c
20814 ____________________________________________________________________________
20815 [ 12038] By: ams                                   on 2001/09/16  15:16:24
20816         Log: Subject: [PATCH] Re: Core module version numbers review
20817              From: Peter Scott <Peter@PSDT.com>
20818              Date: Sun, 16 Sep 2001 09:09:58 -0700
20819              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
20820      Branch: perl
20821            ! lib/perl5db.pl
20822 ____________________________________________________________________________
20823 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
20824         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
20825              not yet fully implemented.
20826      Branch: perl
20827            ! pod/perlfunc.pod pod/perlunicode.pod
20828 ____________________________________________________________________________
20829 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
20830         Log: Subject: [patch] plug PL_beginav_save leak
20831              From: Doug MacEachern <dougm@covalent.net>
20832              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
20833              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
20834      Branch: perl
20835            ! perl.c
20836 ____________________________________________________________________________
20837 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
20838         Log: (accidentally empty checkin)
20839      Branch: perl
20840            ! sv.c
20841 ____________________________________________________________________________
20842 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
20843         Log: Subject: [patch] ithreads+PL_beginav_save
20844              From: Doug MacEachern <dougm@covalent.net>
20845              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
20846              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
20847      Branch: perl
20848            ! sv.c
20849 ____________________________________________________________________________
20850 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
20851         Log: Subject: [PATCH] h2xs.PL with C::Scan
20852              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20853              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
20854              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
20855      Branch: perl
20856            ! utils/h2xs.PL
20857 ____________________________________________________________________________
20858 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
20859         Log: Elaborate (well, make more vague, really) #12030.
20860      Branch: perl
20861            ! pod/perltodo.pod pod/perlunicode.pod
20862 ____________________________________________________________________________
20863 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
20864         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
20865              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20866              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
20867              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
20868      Branch: perl
20869            ! regexec.c
20870 ____________________________________________________________________________
20871 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
20872         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
20873              are not yet complete.
20874      Branch: perl
20875            ! pod/perltodo.pod pod/perlunicode.pod
20876 ____________________________________________________________________________
20877 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
20878         Log: Document what's still to be done on the regular expression
20879              Unicode support, based on the UTR#18.
20880      Branch: perl
20881            ! pod/perltodo.pod pod/perlunicode.pod
20882 ____________________________________________________________________________
20883 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
20884         Log: Regen headers.
20885      Branch: perl
20886            ! embedvar.h perlapi.h
20887 ____________________________________________________________________________
20888 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
20889         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
20890              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20891              Date: Sun, 09 Sep 2001 18:41:54 +0100
20892              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
20893      Branch: perl
20894            ! Porting/findvars ext/ByteLoader/bytecode.h
20895            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
20896            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
20897 ____________________________________________________________________________
20898 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
20899         Log: enable most warnings for windows build; fix the various typecasting
20900              nits that showed up (no bugfixes here)
20901      Branch: maint-5.6/perl
20902            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
20903            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
20904            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
20905            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
20906            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
20907            ! x2p/walk.c
20908 ____________________________________________________________________________
20909 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
20910         Log: Integrate change #12024 from maintperl
20911              (a local() precedence bug)
20912      Branch: perl
20913           !> lib/ExtUtils/Install.pm
20914 ____________________________________________________________________________
20915 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
20916         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
20917              change#8642
20918      Branch: maint-5.6/perl
20919            ! lib/ExtUtils/Install.pm
20920 ____________________________________________________________________________
20921 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
20922         Log: Update Changes.
20923      Branch: perl
20924            ! Changes patchlevel.h
20925 ____________________________________________________________________________
20926 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
20927         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
20928              From: "chromatic" <chromatic@rmci.net>
20929              Date: Fri, 14 Sep 2001 09:44:57 -0600 
20930              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
20931      Branch: perl
20932            ! lib/ExtUtils/Manifest.t
20933 ____________________________________________________________________________
20934 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
20935         Log: Hopefully better skipping of the Complete.t tests
20936              in case of not a tty. 
20937      Branch: perl
20938            ! lib/Term/Complete.t t/op/stat.t
20939 ____________________________________________________________________________
20940 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
20941         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
20942              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20943              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
20944              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
20945      Branch: perl
20946            ! regexec.c t/op/pat.t
20947 ____________________________________________________________________________
20948 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
20949         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
20950              From: Robin Barker <rmb1@cise.npl.co.uk>
20951              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
20952              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
20953      Branch: perl
20954            ! pod/perlport.pod
20955 ____________________________________________________________________________
20956 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
20957         Log: NetWare tweaks from Ananth Kesari.
20958      Branch: perl
20959            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
20960            ! NetWare/nwutil.h
20961 ____________________________________________________________________________
20962 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
20963         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
20964              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20965              Date: Fri, 14 Sep 2001 10:51:13 +0200
20966              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
20967      Branch: perl
20968            ! pod/perlport.pod
20969 ____________________________________________________________________________
20970 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
20971         Log: Subject: Re: [PATCH 2 pl2pm.PL]
20972              From: Joe Smith <Joe.Smith@inwap.com>
20973              Date: Fri, 14 Sep 2001 00:13:32 -0700
20974              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
20975              
20976              Eradicate qu.
20977      Branch: perl
20978            ! keywords.h keywords.pl utils/pl2pm.PL
20979 ____________________________________________________________________________
20980 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
20981         Log: Retract #12013, didn't go over too well in Tru64.
20982      Branch: perl
20983            ! embed.h embed.pl sv.h
20984 ____________________________________________________________________________
20985 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
20986         Log: Subject: [PATCH] Execute files of debugger commands
20987              From: Peter Scott <Peter@PSDT.com>
20988              Date: Thu, 13 Sep 2001 15:26:31 -0700
20989              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
20990      Branch: perl
20991            ! lib/perl5db.pl pod/perldebug.pod
20992 ____________________________________________________________________________
20993 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
20994         Log: (Retracted by #12015)
20995              Subject: [proposed PATCH] Re: perl@11920
20996              From: Nicholas Clark <nick@ccl4.org>
20997              Date: Wed, 12 Sep 2001 23:46:09 +0100
20998              Message-ID: <20010912234609.H4971@plum.flirble.org>     
20999      Branch: perl
21000            ! embed.h embed.pl sv.h
21001 ____________________________________________________________________________
21002 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
21003         Log: ucblib shouldn't be linked against in nonstop-ux,
21004              from Tom Bates.
21005      Branch: perl
21006            ! hints/nonstopux.sh
21007 ____________________________________________________________________________
21008 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
21009         Log: Do stty only if we have stty.
21010              
21011              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
21012      Branch: perl
21013            ! lib/Term/Complete.pm
21014 ____________________________________________________________________________
21015 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
21016         Log: Skip the test if not running on a tty.
21017      Branch: perl
21018            ! lib/Term/Complete.t
21019 ____________________________________________________________________________
21020 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
21021         Log: Regen headers.
21022      Branch: perl
21023            ! embed.h opcode.h pod/perlapi.pod proto.h
21024 ____________________________________________________________________________
21025 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
21026         Log: Subject: [PATCH op.c] Re: perl@12003
21027              From: Robin Barker <rmb1@cise.npl.co.uk>
21028              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
21029              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
21030      Branch: perl
21031            ! op.c
21032 ____________________________________________________________________________
21033 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
21034         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
21035              From: Robin Barker <rmb1@cise.npl.co.uk>
21036              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
21037              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
21038      Branch: perl
21039            ! sv.c
21040 ____________________________________________________________________________
21041 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
21042         Log: Upgrade to Memoize 0.66.
21043      Branch: perl
21044            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
21045            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
21046            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
21047 ____________________________________________________________________________
21048 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
21049         Log: Subject: [ID 20010912.007] substr reference core dump
21050              From: me-01@ton.iguana.be
21051              Date: 12 Sep 2001 14:11:16 -0000
21052              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
21053      Branch: perl
21054            ! mg.c
21055 ____________________________________________________________________________
21056 [ 12004] By: ams                                   on 2001/09/12  01:13:49
21057         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
21058              From: Ilmari Karonen <iltzu@sci.fi>
21059              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
21060              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
21061      Branch: perl
21062            ! pod/perlfaq4.pod
21063 ____________________________________________________________________________
21064 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
21065         Log: Update Changes.
21066      Branch: perl
21067            ! Changes patchlevel.h
21068 ____________________________________________________________________________
21069 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
21070         Log: NetWare update from Ananth Kesari.
21071      Branch: perl
21072            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
21073            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
21074 ____________________________________________________________________________
21075 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
21076         Log: Retract #11984: div() being redefined, and 1397
21077              failing on 64-bit platforms.
21078      Branch: perl
21079            ! lib/Math/BigInt/Calc.pm
21080 ____________________________________________________________________________
21081 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
21082         Log: Metaconfig unit change for #11999.
21083      Branch: metaconfig
21084            ! U/protos/d_lseekproto.U
21085 ____________________________________________________________________________
21086 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
21087         Log: The lseek fix (#11991) was no fix.
21088      Branch: perl
21089            ! Configure
21090 ____________________________________________________________________________
21091 [ 11998] By: sky                                   on 2001/09/11  07:52:06
21092         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
21093              From: Matt Sergeant <MSergeant@star.net.uk>
21094              Date: Tue, 11 Sep 2001 09:22:32 +0100
21095              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
21096      Branch: perl
21097            ! ext/Encode/Encode.pm
21098 ____________________________________________________________________________
21099 [ 11997] By: sky                                   on 2001/09/11  06:35:29
21100         Log: Sometimes dTHX is added because it is needed on non 
21101              gnuc platforms, but not needed there. This uses GCC
21102              to silence GCC specific warnings by marking pTHX as 
21103              unused.
21104      Branch: perl
21105            ! perl.h
21106 ____________________________________________________________________________
21107 [ 11996] By: nick                                  on 2001/09/11  06:25:27
21108         Log: Integrate mainline
21109      Branch: perlio
21110            - ext/POSIX/sigaction.t lib/File/Find/taint.t
21111           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
21112 ____________________________________________________________________________
21113 [ 11995] By: nick                                  on 2001/09/11  06:23:39
21114         Log: Part Integrate mainline
21115      Branch: perlio
21116           +> (branch 69 files)
21117            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
21118            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
21119            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
21120            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
21121            - lib/Switch/t/switch_case.t lib/Test/Harness.t
21122            - lib/Test/More/Changes lib/Test/More/t/More.t
21123            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21124            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21125            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
21126            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
21127            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
21128            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
21129            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
21130            - t/lib/Test/More/Catch.pm wince/perl.ico
21131           !> (integrate 197 files)
21132 ____________________________________________________________________________
21133 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
21134         Log: Subject: Re: [PATCH] Encode.pm docs fix
21135              From: Gisle Aas <gisle@ActiveState.com>
21136              Date: 10 Sep 2001 11:27:02 -0700
21137              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
21138      Branch: perl
21139            ! ext/Encode/Encode.pm
21140 ____________________________________________________________________________
21141 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
21142         Log: Fix unpack U to be the reverse of pack U
21143              (but implement unpack U0U as a backdoor to get
21144              the UTF-8 malformed warnings from un-UTF-8 data)
21145      Branch: perl
21146            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
21147 ____________________________________________________________________________
21148 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
21149         Log: Metaconfig unit change for #11991;
21150              delete an unused unit (d_strtoull.U is the one used)
21151      Branch: metaconfig
21152            ! U/protos/d_lseekproto.U
21153      Branch: metaconfig/U/perl
21154            - strtoull.U
21155 ____________________________________________________________________________
21156 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
21157         Log: Subject: [PATCH] Configure not recording lseek proto
21158              From: Blair Zajac <blair@orcaware.com>
21159              Date: Mon, 10 Sep 2001 17:52:37 -0700
21160              Message-ID: <3B9D6055.BA334A31@orcaware.com>
21161              
21162              plus regen Configure.
21163      Branch: perl
21164            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21165            ! config_h.SH uconfig.h
21166 ____________________________________________________________________________
21167 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
21168         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?)))                  
21169              From: Nicholas Clark <nick@ccl4.org>
21170              Date: Tue, 11 Sep 2001 00:00:31 +0100
21171              Message-ID: <20010911000031.G1512@plum.flirble.org>
21172      Branch: perl
21173            + t/op/qq.t
21174            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
21175 ____________________________________________________________________________
21176 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
21177         Log: Subject: [PATCH] Building on win32 w/o perlio
21178              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
21179              Date: Mon, 10 Sep 2001 23:38:46 +0200
21180              Message-ID: <3B9D4F06.14433.2C37644@localhost>
21181      Branch: perl
21182            ! perl.c win32/Makefile win32/makefile.mk
21183 ____________________________________________________________________________
21184 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
21185         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
21186              From: "chromatic" <chromatic@rmci.net>
21187              Date: Mon, 10 Sep 2001 15:14:01 -0600
21188              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
21189      Branch: perl
21190            + lib/CGI/t/push.t
21191            ! MANIFEST
21192 ____________________________________________________________________________
21193 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
21194         Log: Subject: avoiding hoardes of zombies
21195              From: Nicholas Clark <nick@ccl4.org>
21196              Date: Mon, 10 Sep 2001 22:00:40 +0100
21197              Message-ID: <20010910220040.C1512@plum.flirble.org>
21198      Branch: perl
21199            ! pod/perlipc.pod
21200 ____________________________________________________________________________
21201 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
21202         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
21203              From: John Peacock <jpeacock@rowman.com>
21204              Date: Mon, 10 Sep 2001 16:34:30 -0400
21205              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
21206      Branch: perl
21207            ! sv.c t/op/ver.t utf8.h
21208 ____________________________________________________________________________
21209 [ 11985] By: ams                                   on 2001/09/10  23:20:13
21210         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
21211      Branch: perl
21212            ! MANIFEST
21213 ____________________________________________________________________________
21214 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
21215         Log: (Retracted by #12001)
21216              Subject: Calc with USE_MUL/USE_DIV
21217              From: Tels <perl_dummy@bloodgate.com>
21218              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
21219              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
21220      Branch: perl
21221            ! lib/Math/BigInt/Calc.pm
21222 ____________________________________________________________________________
21223 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
21224         Log: Subject: [PATCH op.c] Re: perl@11978
21225              From: Robin Barker <rmb1@cise.npl.co.uk>
21226              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
21227              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
21228              
21229              Format errors.
21230      Branch: perl
21231            ! op.c
21232 ____________________________________________________________________________
21233 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
21234         Log: Switch PADOFFSET back to U32 both because of binary backward
21235              compatibility and because Arthur seems to have been fixing the
21236              problems with naughty integer-pointer casting.
21237      Branch: perl
21238            ! op.h
21239 ____________________________________________________________________________
21240 [ 11981] By: ams                                   on 2001/09/10  16:31:43
21241         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
21242              Fix Pod Typo, Add Test for ExtUtils::Command
21243              From: "chromatic" <chromatic@rmci.net>
21244              Date: Mon, 10 Sep 2001 11:20:56 -0600
21245              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
21246      Branch: perl
21247            + lib/ExtUtils/Command.t
21248            ! MANIFEST lib/ExtUtils/Command.pm
21249 ____________________________________________________________________________
21250 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
21251         Log: Subject: [PATCH] Encode.pm docs fix
21252              From: Matt Sergeant <MSergeant@star.net.uk>
21253              Date: Mon, 10 Sep 2001 15:24:01 +0100
21254              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
21255      Branch: perl
21256            ! ext/Encode/Encode.pm
21257 ____________________________________________________________________________
21258 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
21259         Log: Update Changes.
21260      Branch: perl
21261            ! Changes patchlevel.h
21262 ____________________________________________________________________________
21263 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
21264         Log: Revert #11973, the dTHX seems to be needed in there
21265              for threaded builds.
21266      Branch: perl
21267            ! perlio.c
21268 ____________________________________________________________________________
21269 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
21270         Log: Detypo.
21271      Branch: perl
21272            ! pod/perlguts.pod
21273 ____________________________________________________________________________
21274 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
21275         Log: Further Class::Struct patching from Damian.
21276              
21277              The new new semantics are:
21278              
21279              * If you pass an initializer for a nested object, it has to be:
21280              a) a reference to an object of that class, or      
21281              b) a reference to an object of a subclass of that class, or
21282              c) a reference to a hash of arguments to be passed to the
21283              class's constructor
21284              * If you pass no initializer for a nested object, the attribute
21285              is initialized to C<undef>
21286      Branch: perl
21287            ! lib/Class/Struct.pm
21288 ____________________________________________________________________________
21289 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
21290         Log: Skip the crypt test if no crypt.
21291      Branch: perl
21292            ! t/op/crypt.t
21293 ____________________________________________________________________________
21294 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
21295         Log: Warn against using bare v-strings as IP addresses
21296              (okay if using the wrappers from Socket)
21297      Branch: perl
21298            ! pod/perldata.pod pod/perlport.pod
21299 ____________________________________________________________________________
21300 [ 11973] By: sky                                   on 2001/09/10  11:57:58
21301         Log: Remove unused dTHX. Silenced another warning.
21302      Branch: perl
21303            ! perlio.c
21304 ____________________________________________________________________________
21305 [ 11972] By: sky                                   on 2001/09/10  11:54:25
21306         Log: Silence some more warnings INT2PTR.
21307      Branch: perl
21308            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
21309 ____________________________________________________________________________
21310 [ 11971] By: sky                                   on 2001/09/10  11:21:50
21311         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
21312      Branch: perl
21313            ! cop.h
21314 ____________________________________________________________________________
21315 [ 11970] By: sky                                   on 2001/09/10  11:17:25
21316         Log: Apply INT2PTR with force to silence warnings from
21317              PM_GETRE and friends. No more warnings with 64bit 
21318              IVs and 32bit pointers.    
21319      Branch: perl
21320            ! op.c op.h perl.c
21321 ____________________________________________________________________________
21322 [ 11969] By: sky                                   on 2001/09/10  10:13:02
21323         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
21324      Branch: perl
21325            ! pod/perlguts.pod
21326 ____________________________________________________________________________
21327 [ 11968] By: sky                                   on 2001/09/10  10:02:51
21328         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
21329              Rename to custop_op_name to Perl_custom_op_name to match perlapi
21330              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
21331              perl_clone.
21332      Branch: perl
21333            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
21334 ____________________________________________________________________________
21335 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
21336         Log: Using strlen() not good on embedded nul bytes.
21337      Branch: perl
21338            ! regcomp.c
21339 ____________________________________________________________________________
21340 [ 11966] By: ams                                   on 2001/09/09  21:06:13
21341         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
21342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21343              Date: Mon, 13 Aug 2001 22:51:59 +0200
21344              Message-ID: <20010813225159.C6681@rafael>
21345              (Applied with several tweaks.)
21346      Branch: perl
21347            ! embed.h embed.pl proto.h toke.c
21348 ____________________________________________________________________________
21349 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
21350         Log: The exact error message is system-dependent.
21351      Branch: perl
21352            ! lib/ExtUtils/Manifest.t
21353 ____________________________________________________________________________
21354 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
21355         Log: Add Windows and Mac Sami support to Encode
21356              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
21357      Branch: perl
21358            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
21359            ! MANIFEST
21360 ____________________________________________________________________________
21361 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
21362         Log: Use the tried method.
21363      Branch: perl
21364            ! pod/perlport.pod
21365 ____________________________________________________________________________
21366 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
21367         Log: Can't count parentheses.
21368      Branch: perl
21369            ! ext/IO/lib/IO/Socket/INET.pm
21370 ____________________________________________________________________________
21371 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
21372         Log: perlport additions: 1 while unlink, add/delete directory
21373              entries and permissions, cygwin stat funkiness (from Michael
21374              Schwern and Nicholas Clark)
21375      Branch: perl
21376            ! pod/perlport.pod
21377 ____________________________________________________________________________
21378 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
21379         Log: blib does have a detectable test.
21380      Branch: perl
21381            ! t/lib/1_compile.t
21382 ____________________________________________________________________________
21383 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
21384         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
21385              From: "chromatic" <chromatic@rmci.net>
21386              Date: Sat, 08 Sep 2001 19:33:42 -0600
21387              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
21388      Branch: perl
21389            + lib/Term/Complete.t
21390            ! MANIFEST
21391 ____________________________________________________________________________
21392 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
21393         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
21394              From: Michael G Schwern <schwern@pobox.com> 
21395              Date: Sat, 8 Sep 2001 02:40:26 -0400
21396              Message-ID: <20010908024026.A26283@blackrider>
21397      Branch: perl
21398            + lib/Test/Tutorial.pod
21399            ! MANIFEST
21400 ____________________________________________________________________________
21401 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
21402         Log: Try to look up protocol (by name) only iff it has non-numbers:
21403              nice if the server is in a chrooted environment (no /etc/protocols,
21404              server code using hardcorded protocol numbers like 6 for tcp),
21405              suggested by John Holdsworth <coldwave@bigfoot.com>.
21406              In other words, if we are given a number, why look it up again
21407              (by number)?
21408      Branch: perl
21409            ! ext/IO/lib/IO/Socket/INET.pm
21410 ____________________________________________________________________________
21411 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
21412         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
21413              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21414              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
21415              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
21416              
21417              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
21418              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21419              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
21420              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
21421              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
21422              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21423              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
21424              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
21425      Branch: perl
21426            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
21427 ____________________________________________________________________________
21428 [ 11955] By: ams                                   on 2001/09/09  02:54:21
21429         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
21430              From: "Craig A. Berry" <craigberry@mac.com>
21431              Date: Sat, 08 Sep 2001 19:02:16 -0500
21432              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
21433      Branch: perl
21434            ! lib/CGI/t/carp.t
21435 ____________________________________________________________________________
21436 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
21437         Log: Documentation tweaks; think the IP address as an opaque string.
21438      Branch: perl
21439            ! ext/Socket/Socket.pm
21440 ____________________________________________________________________________
21441 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
21442         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
21443              From: Michael G Schwern <schwern@pobox.com>
21444              Date: Sat, 8 Sep 2001 19:45:46 -0400
21445              Message-ID: <20010908194546.C9193@blackrider>
21446      Branch: perl
21447            + lib/blib.t
21448            ! MANIFEST lib/blib.pm t/lib/1_compile.t
21449 ____________________________________________________________________________
21450 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
21451         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
21452              From: "chromatic" <chromatic@rmci.net>
21453              Date: Sat, 08 Sep 2001 12:31:44 -0600
21454              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
21455      Branch: perl
21456            + lib/CGI/t/fast.t
21457            ! MANIFEST
21458 ____________________________________________________________________________
21459 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
21460         Log: The Socket tests were wrong: they were assuming too much.
21461      Branch: perl
21462            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
21463 ____________________________________________________________________________
21464 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
21465         Log: Retract the portability changes since they
21466              seem to have opened a can of worms... will
21467              go back to UNICOS/mk and do the bare minimum
21468              required to get the tests working.
21469      Branch: perl
21470            ! ext/Socket/Socket.xs
21471 ____________________________________________________________________________
21472 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
21473         Log: PADOFFSET is used to cast pointers into integers,
21474              if pointers are 64 bits and U32 32 bits,
21475              bad things may happen, or at least warnings issued.
21476      Branch: perl
21477            ! op.h
21478 ____________________________________________________________________________
21479 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
21480         Log: Still more Socket portability tweaking.
21481              Now Socket.t seems to be happy in all of
21482              Linux/x86, Tru64/alpha, Solaris/sparc,
21483              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
21484              
21485              Addendum: it seems that io_multihomed, io_sock, and hostent
21486              were broken in little-endians (linux/x86 and tru64/alpha)
21487              because of this change.  Argh.
21488      Branch: perl
21489            ! ext/Socket/Socket.xs
21490 ____________________________________________________________________________
21491 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
21492         Log: More portability kicking on inet_ntoa().
21493      Branch: perl
21494            ! ext/Socket/Socket.xs
21495 ____________________________________________________________________________
21496 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
21497         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
21498              From: Michael G Schwern <schwern@pobox.com> 
21499              Date: Fri, 7 Sep 2001 23:06:51 -0400
21500              Message-ID: <20010907230651.R606@blackrider>
21501      Branch: perl
21502            + lib/ExtUtils/Manifest.t
21503            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
21504 ____________________________________________________________________________
21505 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
21506         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
21507              From: "chromatic" <chromatic@rmci.net>
21508              Date: Fri, 07 Sep 2001 17:53:15 -0600      
21509              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
21510      Branch: perl
21511            + lib/ExtUtils/testlib.t
21512            ! MANIFEST
21513 ____________________________________________________________________________
21514 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
21515         Log: Thinko.
21516      Branch: perl
21517            ! lib/integer.t
21518 ____________________________________________________________________________
21519 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
21520         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
21521              From: "Craig A. Berry" <craigberry@mac.com>
21522              Date: Fri, 07 Sep 2001 15:30:03 -0500
21523              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
21524      Branch: perl
21525            ! lib/CGI/Carp.pm
21526 ____________________________________________________________________________
21527 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
21528         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
21529              From: Michael G Schwern <schwern@pobox.com>
21530              Date: Fri, 7 Sep 2001 15:38:13 -0400
21531              Message-ID: <20010907153813.K606@blackrider>
21532      Branch: perl
21533            ! lib/ExtUtils/MM_Unix.pm
21534 ____________________________________________________________________________
21535 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
21536         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
21537              From: Robin Barker <rmb1@cise.npl.co.uk>
21538              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
21539              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
21540      Branch: perl
21541            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
21542 ____________________________________________________________________________
21543 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
21544         Log: Clean up 1_compile.t; move tests to more consistent
21545              places (t/ subdirectories); add integer.t (much of
21546              the pragma is tested elsewhere but there is no one
21547              centralized place)
21548      Branch: perl
21549            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
21550            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
21551            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
21552            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
21553            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
21554            - lib/File/Find/find.t lib/File/Find/taint.t
21555            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
21556 ____________________________________________________________________________
21557 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
21558         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
21559              From: "chromatic" <chromatic@rmci.net>
21560              Date: Fri, 07 Sep 2001 10:17:40 -0600
21561              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
21562      Branch: perl
21563            ! lib/File/Find/taint.t
21564 ____________________________________________________________________________
21565 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
21566         Log: Update Changes.
21567      Branch: perl
21568            ! Changes patchlevel.h
21569 ____________________________________________________________________________
21570 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
21571         Log: Rename the old threading tutorial, start a new one,
21572              regen toc.
21573      Branch: perl
21574            + pod/perlothrtut.pod
21575            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
21576            ! pod/perltoc.pod
21577 ____________________________________________________________________________
21578 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
21579         Log: vars very much has a test.
21580      Branch: perl
21581            ! t/lib/1_compile.t
21582 ____________________________________________________________________________
21583 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
21584         Log: Subject: Re: wince/perl.ico marked as binary
21585              From: Nicholas Clark <nick@ccl4.org>
21586              Date: Fri, 7 Sep 2001 13:54:40 +0100
21587              Message-ID: <20010907135439.D39150@plum.flirble.org>
21588              
21589              and wince/Makefile.ce change from Rainer Keuchel.
21590      Branch: perl
21591            + wince/makeico.pl
21592            ! MANIFEST wince/Makefile.ce
21593 ____________________________________________________________________________
21594 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
21595         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
21596              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21597              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
21598              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
21599      Branch: perl
21600            ! regexec.c
21601 ____________________________________________________________________________
21602 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
21603         Log: (Replaced by #11934)
21604              Subject: Re: [PATCH regexec.c] more general .* and .*?
21605              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21606              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
21607              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
21608      Branch: perl
21609            ! regexec.c
21610 ____________________________________________________________________________
21611 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
21612         Log: The #11931 patching misbehaved.
21613      Branch: perl
21614            ! lib/Test/Harness/t/test-harness.t
21615 ____________________________________________________________________________
21616 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
21617         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
21618              From: Michael G Schwern <schwern@pobox.com>
21619              Date: Fri, 7 Sep 2001 03:30:41 -0400
21620              Message-ID: <20010907033041.A2796@blackrider>
21621      Branch: perl
21622            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
21623            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
21624            + t/lib/sample-tests/header_at_end_fail
21625            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
21626            - lib/Test/Harness.t
21627            ! MANIFEST lib/Test/Harness.pm t/TEST
21628 ____________________________________________________________________________
21629 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
21630         Log: Subject: [PATCH] Digest::MD5 update
21631              From: Gisle Aas <gisle@ActiveState.com>
21632              Date: 06 Sep 2001 23:32:56 -0700
21633              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
21634      Branch: perl
21635            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21636            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
21637 ____________________________________________________________________________
21638 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
21639         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
21640              From: "chromatic" <chromatic@rmci.net>
21641              Date: Thu, 06 Sep 2001 23:11:44 -0600
21642              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
21643      Branch: perl
21644            + lib/less.t
21645            ! MANIFEST t/lib/1_compile.t
21646 ____________________________________________________________________________
21647 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
21648         Log: The binary file must somehow differently stored.
21649      Branch: perl
21650            - wince/perl.ico
21651            ! MANIFEST
21652 ____________________________________________________________________________
21653 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
21654         Log: Add more modules to the list of modules that have tests,
21655              Schwern's wallet is getting more nervous.
21656              (Run t/lib/1_compile.t manually to see which modules
21657              are lacking tests, or the tests can't be run for some
21658              reason or another, such as the Net:: modules)
21659      Branch: perl
21660            ! t/lib/1_compile.t
21661 ____________________________________________________________________________
21662 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
21663         Log: Try to make Socket::inet_ntoa() more robust.
21664      Branch: perl
21665            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
21666 ____________________________________________________________________________
21667 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
21668         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
21669              From: chromatic <chromatic@rmci.net>       
21670              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
21671              Message-Id: <01090522580506.19590@firewheel>           
21672      Branch: perl
21673            ! lib/English.t
21674 ____________________________________________________________________________
21675 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
21676         Log: Subject: Re: perlvar manpage and localizing special vars
21677              From: Stas Bekman <stas@stason.org>
21678              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
21679              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
21680      Branch: perl
21681            ! pod/perlvar.pod
21682 ____________________________________________________________________________
21683 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
21684         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
21685              From: Robin Barker <rmb1@cise.npl.co.uk>
21686              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
21687              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
21688      Branch: perl
21689            ! lib/ExtUtils/MakeMaker.pm
21690 ____________________________________________________________________________
21691 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
21692         Log: Symbol missing; AIX unhappy.
21693      Branch: perl
21694            ! makedef.pl
21695 ____________________________________________________________________________
21696 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
21697         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
21698              Reported in 5.61, seems to work okay in blead.
21699      Branch: perl
21700            ! t/run/kill_perl.t
21701 ____________________________________________________________________________
21702 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
21703         Log: Update Changes.
21704      Branch: perl
21705            ! Changes patchlevel.h
21706 ____________________________________________________________________________
21707 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
21708         Log: Document the bad assumptions currently breaking
21709              the Socket.t tests 10, 11, and 13 in UNICOS.
21710      Branch: perl
21711            ! ext/Socket/Socket.xs
21712 ____________________________________________________________________________
21713 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
21714         Log: Subject: [PATCH x2p] make OPTIMIZE=...
21715              From: Robin Barker <rmb1@cise.npl.co.uk>
21716              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
21717              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
21718      Branch: perl
21719            ! x2p/Makefile.SH x2p/cflags.SH
21720 ____________________________________________________________________________
21721 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
21722         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
21723              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
21724              Date: Thu, 6 Sep 2001 11:09:40 +0100
21725              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
21726              
21727              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
21728              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
21729              Date: 6 Sep 2001 10:14:38 -0000
21730              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
21731      Branch: perl
21732            ! pod/perlfaq1.pod pod/perlhack.pod
21733 ____________________________________________________________________________
21734 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
21735         Log: Subject: Extra NUL is Data::Dumper output - patch
21736              From: Tony Cook <tony@develop-help.com>
21737              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
21738              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
21739      Branch: perl
21740            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
21741 ____________________________________________________________________________
21742 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
21743         Log: Avoid redefinition warning
21744              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
21745              from
21746              perl -w -Ilib -MCwd -e ''
21747      Branch: perl
21748            ! lib/Cwd.pm
21749 ____________________________________________________________________________
21750 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
21751         Log: Update the is_tainted() example implementation.
21752      Branch: perl
21753            ! pod/perlsec.pod
21754 ____________________________________________________________________________
21755 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
21756         Log: Missing) in #11912.
21757      Branch: perl
21758            ! lib/Test/Simple/t/fail.t
21759 ____________________________________________________________________________
21760 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
21761         Log: Rewhack Test-Simple into core harness.
21762      Branch: perl
21763            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21764            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
21765            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
21766            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
21767            ! lib/Test/Simple/t/skipall.t
21768 ____________________________________________________________________________
21769 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
21770         Log: Workaround for the new Exporter 'feature'.
21771      Branch: perl
21772            ! lib/Test/More.pm
21773 ____________________________________________________________________________
21774 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
21775         Log: Re-introduce pure-Perl fall-back for abs_path,
21776              re-introduce #11898.
21777      Branch: perl
21778            ! lib/Cwd.pm lib/File/Find.pm
21779 ____________________________________________________________________________
21780 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
21781         Log: More tests.
21782      Branch: perl
21783            ! lib/Exporter.t
21784 ____________________________________________________________________________
21785 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
21786         Log: Retract #11898 for now because it introduces
21787              a rather nasty depencency: when B is being built,
21788              MakeMaker is used.  MakeMaker uses File::Find.
21789              File::Find uses Cwd::getcwd()...which doesn't
21790              exist yet.
21791      Branch: perl
21792            ! lib/File/Find.pm
21793 ____________________________________________________________________________
21794 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
21795         Log: New test welcome.
21796      Branch: perl
21797            + lib/Test/Simple/t/simple.t
21798 ____________________________________________________________________________
21799 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
21800         Log: Old test begone.
21801      Branch: perl
21802            - lib/Attribute/Handlers/test.pl
21803 ____________________________________________________________________________
21804 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
21805         Log: Test-Simple syncup from Schwern.
21806      Branch: perl
21807            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
21808            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
21809            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
21810            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
21811            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
21812            - lib/Test/More/Changes lib/Test/More/t/More.t
21813            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21814            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21815            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
21816            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
21817            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
21818            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
21819            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21820            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
21821            ! t/lib/Test/Simple/sample_tests/death.plx
21822            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
21823            ! t/lib/Test/Simple/sample_tests/extras.plx
21824            ! t/lib/Test/Simple/sample_tests/five_fail.plx
21825            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
21826            ! t/lib/Test/Simple/sample_tests/one_fail.plx
21827            ! t/lib/Test/Simple/sample_tests/require.plx
21828            ! t/lib/Test/Simple/sample_tests/success.plx
21829            ! t/lib/Test/Simple/sample_tests/too_few.plx
21830            ! t/lib/Test/Simple/sample_tests/two_fail.plx
21831 ____________________________________________________________________________
21832 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
21833         Log: Integrate File::Find changes from bleadperl
21834      Branch: maint-5.6/macperl
21835            ! lib/File/Find.pm t/lib/filefind-taint.t
21836 ____________________________________________________________________________
21837 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
21838         Log: Integrate 11847 from maint-5.6/perl
21839      Branch: maint-5.6/macperl
21840           !> sv.c
21841 ____________________________________________________________________________
21842 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
21843         Log: In UNICOS division yada yada.
21844      Branch: perl
21845            ! t/op/override.t
21846 ____________________________________________________________________________
21847 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
21848         Log: In UNICOS division is really lossy, better use
21849              a tolerance test.
21850      Branch: perl
21851            ! ext/Time/HiRes/HiRes.t
21852 ____________________________________________________________________________
21853 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
21854         Log: In UNICOS sigaction() sets an extra flag
21855              ("the signal has been registered for all the processes in
21856              a multitasking group.")
21857      Branch: perl
21858            ! ext/POSIX/sigaction.t
21859 ____________________________________________________________________________
21860 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
21861         Log: Documentation micropatch from Damian.
21862      Branch: perl
21863            ! lib/Attribute/Handlers.pm
21864 ____________________________________________________________________________
21865 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
21866         Log: (Retracted by #11908)
21867              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
21868              From: Michael G Schwern <schwern@pobox.com>
21869              Date: Wed, 5 Sep 2001 15:58:21 -0400
21870              Message-ID: <20010905155821.I632@blackrider>
21871      Branch: perl
21872            ! lib/File/Find.pm lib/File/Find/taint.t
21873 ____________________________________________________________________________
21874 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
21875         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
21876              From: Michael G Schwern <schwern@pobox.com>
21877              Date: Wed, 5 Sep 2001 19:16:31 -0400
21878              Message-ID: <20010905191631.E11386@blackrider>
21879      Branch: perl
21880            + lib/CGI/t/carp.t
21881            ! MANIFEST
21882 ____________________________________________________________________________
21883 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
21884         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
21885              From: chromatic <chromatic@rmci.net>
21886              Date: Wed, 5 Sep 2001 18:08:07 -0600
21887              Message-Id: <01090518080700.19590@firewheel>
21888      Branch: perl
21889            ! lib/English.pm
21890 ____________________________________________________________________________
21891 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
21892         Log: Fix a typo #11889 and add a test for the same.
21893      Branch: perl
21894            ! ext/Socket/Socket.t ext/Socket/Socket.xs
21895 ____________________________________________________________________________
21896 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
21897         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
21898              From: "Craig A. Berry" <craigberry@mac.com>
21899              Date: Wed, 05 Sep 2001 17:48:54 -0500
21900              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
21901      Branch: perl
21902            ! lib/warnings.t t/run/kill_perl.t
21903 ____________________________________________________________________________
21904 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
21905         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
21906              From: Michael G Schwern <schwern@pobox.com>
21907              Date: Wed, 5 Sep 2001 17:22:25 -0400
21908              Message-ID: <20010905172225.C11386@blackrider>
21909      Branch: perl
21910            ! t/run/kill_perl.t
21911 ____________________________________________________________________________
21912 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
21913         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
21914              From: Nicholas Clark <nick@ccl4.org>
21915              Date: Wed, 5 Sep 2001 20:54:24 +0100
21916              Message-ID: <20010905205424.C25120@plum.flirble.org>
21917      Branch: perl
21918            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
21919 ____________________________________________________________________________
21920 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
21921         Log: Forgotten thing.
21922      Branch: perl
21923            ! uconfig.h
21924 ____________________________________________________________________________
21925 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
21926         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
21927              From: chromatic <chromatic@rmci.net>               
21928              Date: Wed, 5 Sep 2001 13:22:08 -0600
21929              Message-Id: <01090513220807.10587@firewheel> 
21930      Branch: perl
21931            ! lib/English.pm
21932 ____________________________________________________________________________
21933 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
21934         Log: inet_ntoa() tweaks:
21935              - don't allow addresses with > 255 characters
21936              - indent the HP-UX workaround
21937              - don't leak memory
21938      Branch: perl
21939            ! ext/Socket/Socket.xs
21940 ____________________________________________________________________________
21941 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
21942         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
21943              <xwu@theeducationcenter.com>
21944      Branch: perl
21945            ! lib/File/Find.pm
21946 ____________________________________________________________________________
21947 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
21948         Log: Typo nits.
21949      Branch: perl
21950            ! lib/File/Find.pm
21951 ____________________________________________________________________________
21952 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
21953         Log: -Wall nit.
21954      Branch: perl
21955            ! op.c
21956 ____________________________________________________________________________
21957 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
21958         Log: Update to Scalar-List-Utils 1.05
21959      Branch: perl
21960            ! ext/List/Util/ChangeLog ext/List/Util/README
21961            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
21962 ____________________________________________________________________________
21963 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
21964         Log: Update Changes.
21965      Branch: perl
21966            ! Changes patchlevel.h
21967 ____________________________________________________________________________
21968 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
21969         Log: Update to Scalar-List-Utils 1.04
21970      Branch: perl
21971            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
21972            ! ext/List/Util/lib/List/Util.pm
21973            ! ext/List/Util/lib/Scalar/Util.pm
21974 ____________________________________________________________________________
21975 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
21976         Log: Metaconfigify #11724.
21977      Branch: metaconfig
21978            ! U/threads/archname.U
21979 ____________________________________________________________________________
21980 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
21981         Log: The MacOS reference is okay, no reason to hide it.
21982      Branch: perl
21983            ! lib/Cwd.pm
21984 ____________________________________________________________________________
21985 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
21986         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
21987              From: Michael G Schwern <schwern@pobox.com>
21988              Date: Tue, 4 Sep 2001 15:30:10 -0400
21989              Message-ID: <20010904153010.H26466@blackrider> 
21990              
21991              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
21992      Branch: perl
21993            ! ext/Cwd/Makefile.PL lib/Cwd.pm
21994 ____________________________________________________________________________
21995 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
21996         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.))
21997              From: Michael G Schwern <schwern@pobox.com>
21998              Date: Tue, 4 Sep 2001 17:39:13 -0400
21999              Message-ID: <20010904173913.C626@blackrider>
22000      Branch: perl
22001            ! lib/Cwd.pm
22002 ____________________________________________________________________________
22003 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
22004         Log: Subject: Re: Perl_pp_* in public API?
22005              From: "Craig A. Berry" <craigberry@mac.com>
22006              Date: Tue, 4 Sep 2001 21:51:29 -0500
22007              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
22008      Branch: perl
22009            ! ext/List/Util/Util.xs
22010 ____________________________________________________________________________
22011 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
22012         Log: From Damian: Class::Struct was unable to define
22013              recursive classes.  After the patch an object reference
22014              (rather than a hash) is required to initialize
22015              an object attribute.  If no such initializer is given to
22016              the constructor, object attributes are now default
22017              initialized to C<undef>.
22018      Branch: perl
22019            ! lib/Class/Struct.pm lib/Class/Struct.t
22020 ____________________________________________________________________________
22021 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
22022         Log: Subject: Re: sv_catpvfn and sv_setpvfn
22023              From: Richard Soderberg <rs@oregonnet.com>
22024              Date: Tue, 4 Sep 2001 15:16:47 -0700
22025              Message-Id: <200109042216.PAA17858@oregonnet.com>
22026      Branch: perl
22027            ! pod/perlclib.pod pod/perlguts.pod
22028 ____________________________________________________________________________
22029 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
22030         Log: NetWare updates from Ananth Kesari.
22031      Branch: perl
22032            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
22033            ! NetWare/nw5thread.h
22034 ____________________________________________________________________________
22035 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
22036         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?))
22037              From: Nicholas Clark <nick@ccl4.org>
22038              Date: Tue, 4 Sep 2001 22:42:50 +0100
22039              Message-ID: <20010904224250.P25120@plum.flirble.org>
22040      Branch: perl
22041            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
22042            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
22043            ! t/op/oct.t toke.c
22044 ____________________________________________________________________________
22045 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
22046         Log: Fix Cwd::getcwd() not being tainted, as noticed
22047              by Schwern.
22048      Branch: perl
22049            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
22050            - ext/Cwd/Cwd.t
22051            ! MANIFEST ext/Cwd/Cwd.xs util.c
22052 ____________________________________________________________________________
22053 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
22054         Log: Retract #11870 and volatilize the right destruct_level.
22055              Silly thinko pointed out by Sarathy.
22056      Branch: perl
22057            ! intrpvar.h perl.c
22058 ____________________________________________________________________________
22059 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
22060         Log: At least a temporary fix for the mysterious scope core dumps
22061              in Tru64 from Graham.
22062      Branch: perl
22063            ! ext/List/Util/Util.xs
22064 ____________________________________________________________________________
22065 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
22066         Log: (Retracted by #11872)
22067      Branch: perl
22068            ! intrpvar.h
22069 ____________________________________________________________________________
22070 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
22071         Log: Quench a -Wall gripe noticed by Robin Barker.
22072      Branch: perl
22073            ! op.c
22074 ____________________________________________________________________________
22075 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
22076         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
22077              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22078              Date: Wed, 05 Sep 2001 02:01:32 +0900
22079              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
22080      Branch: perl
22081            ! lib/Unicode/UCD.pm
22082 ____________________________________________________________________________
22083 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
22084         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
22085              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22086              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
22087              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
22088      Branch: perl
22089            ! gv.c
22090 ____________________________________________________________________________
22091 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
22092         Log: Update Changes.
22093      Branch: perl
22094            ! Changes patchlevel.h
22095 ____________________________________________________________________________
22096 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
22097         Log: Add the \[$@%&*] prototype support.
22098      Branch: perl
22099            ! op.c pod/perlsub.pod t/comp/proto.t
22100 ____________________________________________________________________________
22101 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
22102         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
22103              From: Michael G Schwern <schwern@pobox.com>
22104              Date: Mon, 3 Sep 2001 18:59:01 -0400
22105              Message-ID: <20010903185901.Z9233@blackrider>
22106      Branch: perl
22107            ! lib/CGI/t/form.t
22108 ____________________________________________________________________________
22109 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
22110         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
22111              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22112              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
22113              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
22114      Branch: perl
22115            ! gv.c
22116 ____________________________________________________________________________
22117 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
22118         Log: More srand entry tweakage based on Randal's suggestion.
22119      Branch: perl
22120            ! pod/perlfunc.pod
22121 ____________________________________________________________________________
22122 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
22123         Log: Subject: [PATCH] 'main' *is* a reserved word
22124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22125              Date: Mon, 3 Sep 2001 22:55:41 +0200
22126              Message-ID: <20010903225541.A24097@rafael>
22127      Branch: perl
22128            ! toke.c
22129 ____________________________________________________________________________
22130 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
22131         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
22132              From: Peter Prymmer <pvhp@best.com>
22133              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
22134              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
22135      Branch: perl
22136            ! README.vms configure.com
22137 ____________________________________________________________________________
22138 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
22139         Log: Subject: Re: A slightly better default seed?   
22140              From: Michael G Schwern <schwern@pobox.com>
22141              Date: Mon, 3 Sep 2001 18:08:15 -0400 
22142              Message-ID: <20010903180815.W9233@blackrider>
22143      Branch: perl
22144            ! t/op/srand.t
22145 ____________________________________________________________________________
22146 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
22147         Log: Add sharedsv.o to microperl object files.
22148      Branch: perl
22149            ! Makefile.micro
22150 ____________________________________________________________________________
22151 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
22152         Log: AUTHORS updates and
22153              
22154              Subject: [PATCH] Just some preening :-)        
22155              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
22156              Date: Tue, 4 Sep 2001 14:16:59 +0100
22157              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
22158      Branch: perl
22159            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
22160 ____________________________________________________________________________
22161 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
22162         Log: Typo fix and slight rewording.
22163      Branch: perl
22164            ! pod/perlfunc.pod
22165 ____________________________________________________________________________
22166 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
22167         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
22168      Branch: perl
22169            ! pod/perlfaq4.pod
22170 ____________________________________________________________________________
22171 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
22172         Log: The helper file changed name.
22173      Branch: perl
22174            ! MANIFEST
22175 ____________________________________________________________________________
22176 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
22177         Log: Update to Scalar-List-Utils 1.03
22178      Branch: perl
22179            + ext/List/Util/t/shuffle.t
22180            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
22181            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
22182            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
22183            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
22184            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
22185            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
22186            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
22187            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
22188 ____________________________________________________________________________
22189 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
22190         Log: Make crypt() do something more sane for Unicode
22191              (take crypt() of the low eight bits of the characters,
22192              instead of taking crypt() of the UTF-8 of the scalar);
22193              add a test for crypt().
22194      Branch: perl
22195            + t/op/crypt.t
22196            ! MANIFEST pod/perlfunc.pod pp.c
22197 ____________________________________________________________________________
22198 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
22199         Log: Reorganize the srand entry.
22200      Branch: perl
22201            ! pod/perlfunc.pod
22202 ____________________________________________________________________________
22203 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
22204         Log: Remove the tests that assume something about
22205              calling srand() without arguments multiple times.
22206      Branch: perl
22207            ! t/op/srand.t
22208 ____________________________________________________________________________
22209 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
22210         Log: Upgrade to Math::BigInt 1.42.
22211      Branch: perl
22212            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22213            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
22214            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
22215            ! lib/Math/BigInt/t/mbimbf.t
22216 ____________________________________________________________________________
22217 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
22218         Log: integrate change#11847 from maint-5.6
22219              
22220              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
22221      Branch: perl
22222            ! sv.c
22223 ____________________________________________________________________________
22224 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
22225         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
22226      Branch: maint-5.6/perl
22227            ! sv.c
22228 ____________________________________________________________________________
22229 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
22230         Log: As far as I can tell these functions have been Unicodified.
22231      Branch: perl
22232            ! doop.c
22233 ____________________________________________________________________________
22234 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
22235         Log: Update to Storable 1.0.13.
22236      Branch: perl
22237            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22238            ! ext/Storable/Storable.xs
22239 ____________________________________________________________________________
22240 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
22241         Log: Patch the Filter::Simple test to work with
22242              the core test suite (since the FilterTest.pm
22243              is in t/lib, not in lib).
22244      Branch: perl
22245            ! lib/Filter/Simple/t/filter.t
22246 ____________________________________________________________________________
22247 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
22248         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
22249      Branch: perl
22250            + t/lib/FilterTest.pm
22251            - t/lib/MyFilter.pm
22252 ____________________________________________________________________________
22253 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
22254         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
22255              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
22256              Text::Balanced 1.86.
22257      Branch: perl
22258            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
22259            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
22260            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
22261            + lib/Switch/t/nested.t lib/Switch/t/switch.t
22262            + lib/Text/Balanced/Changes lib/Text/Balanced/README
22263            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
22264            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
22265            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
22266            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
22267            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
22268            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
22269            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
22270            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
22271            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
22272            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
22273            ! MANIFEST lib/Attribute/Handlers.pm
22274            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
22275            ! lib/Attribute/Handlers/demo/Demo.pm
22276            ! lib/Attribute/Handlers/demo/Descriptions.pm
22277            ! lib/Attribute/Handlers/demo/MyClass.pm
22278            ! lib/Attribute/Handlers/demo/demo.pl
22279            ! lib/Attribute/Handlers/demo/demo2.pl
22280            ! lib/Attribute/Handlers/demo/demo3.pl
22281            ! lib/Attribute/Handlers/demo/demo4.pl
22282            ! lib/Attribute/Handlers/demo/demo_call.pl
22283            ! lib/Attribute/Handlers/demo/demo_chain.pl
22284            ! lib/Attribute/Handlers/demo/demo_cycle.pl
22285            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
22286            ! lib/Attribute/Handlers/demo/demo_phases.pl
22287            ! lib/Attribute/Handlers/demo/demo_range.pl
22288            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
22289            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
22290            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
22291            ! lib/Text/Balanced.pm
22292 ____________________________________________________________________________
22293 [ 11841] By: sky                                   on 2001/09/03  11:04:15
22294         Log: Forgot to add a file with Change #11840
22295      Branch: perl
22296            + t/op/srand.t
22297 ____________________________________________________________________________
22298 [ 11840] By: sky                                   on 2001/09/03  11:02:04
22299         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
22300              From: Michael G Schwern <schwern@pobox.com>
22301              Date: Mon, 3 Sep 2001 07:43:00 -0400
22302              Message-ID: <20010903074300.E9233@blackrider>
22303      Branch: perl
22304            ! MANIFEST pod/perlfunc.pod t/op/rand.t
22305 ____________________________________________________________________________
22306 [ 11839] By: sky                                   on 2001/09/03  10:47:11
22307         Log: Document the changes with regards to running of END blocks.
22308              And DESTROY on global objects are called in perl_destruct()!
22309      Branch: perl
22310            ! pod/perl572delta.pod pod/perlembed.pod
22311 ____________________________________________________________________________
22312 [ 11838] By: sky                                   on 2001/09/03  09:34:44
22313         Log: Subject: [PATCH t/op/time.t] Partial cleanup
22314              From: Michael G Schwern <schwern@pobox.com>
22315              Date: Mon, 3 Sep 2001 06:29:42 -0400
22316              Message-ID: <20010903062942.C9233@blackrider>
22317      Branch: perl
22318            ! t/op/time.t
22319 ____________________________________________________________________________
22320 [ 11837] By: sky                                   on 2001/09/03  09:30:02
22321         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
22322              From: Michael G Schwern <schwern@pobox.com>
22323              Date: Mon, 3 Sep 2001 06:24:13 -0400
22324              Message-ID: <20010903062413.B9233@blackrider>
22325      Branch: perl
22326            ! t/op/rand.t
22327 ____________________________________________________________________________
22328 [ 11836] By: sky                                   on 2001/09/03  07:56:47
22329         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
22330              From: Michael G Schwern <schwern@pobox.com>
22331              Date: Sun, 2 Sep 2001 21:38:43 -0400
22332              Message-ID: <20010902213843.L2711@blackrider>
22333      Branch: perl
22334            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
22335            ! MANIFEST
22336 ____________________________________________________________________________
22337 [ 11835] By: nick                                  on 2001/09/03  06:20:06
22338         Log: Integrate mainline
22339      Branch: perlio
22340           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
22341            - t/op/misc.t
22342           !> (integrate 187 files)
22343 ____________________________________________________________________________
22344 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
22345         Log: Update Changes.
22346      Branch: perl
22347            ! Changes patchlevel.h
22348 ____________________________________________________________________________
22349 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
22350         Log: Slight tweaks.
22351      Branch: perl
22352            ! t/run/kill_perl.t
22353 ____________________________________________________________________________
22354 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
22355         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
22356      Branch: perl
22357            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22358 ____________________________________________________________________________
22359 [ 11831] By: sky                                   on 2001/09/02  12:10:42
22360         Log: Change #11828 wasn't complete, this updates to intest path
22361      Branch: perl
22362            ! t/run/kill_perl.t
22363 ____________________________________________________________________________
22364 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
22365         Log: 's's's.
22366      Branch: perl
22367            ! Changes
22368 ____________________________________________________________________________
22369 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
22370         Log: Update Changes.
22371      Branch: perl
22372            ! Changes patchlevel.h
22373 ____________________________________________________________________________
22374 [ 11828] By: sky                                   on 2001/09/02  11:53:56
22375         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
22376              From: Michael G Schwern <schwern@pobox.com>
22377              Date: Sat, 1 Sep 2001 20:18:58 -0400
22378              Message-ID: <20010901201858.X606@blackrider>
22379              +MANIFEST Fix
22380      Branch: perl
22381            + t/run/kill_perl.t
22382            - t/op/misc.t t/run/segfault.t
22383            ! MANIFEST
22384 ____________________________________________________________________________
22385 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
22386         Log: Subject: [PATCH] lib/Time/Local.pm
22387              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22388              Date: Sun, 2 Sep 2001 06:50:01 -0500
22389              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
22390      Branch: perl
22391            ! lib/Time/Local.pm
22392 ____________________________________________________________________________
22393 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
22394         Log: Tick off Unicode collation and the normalization from
22395              the todo list.
22396      Branch: perl
22397            ! pod/perltodo.pod
22398 ____________________________________________________________________________
22399 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
22400         Log: Update to Unicode 3.1.1.
22401      Branch: perl
22402            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
22403            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
22404            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
22405            ! lib/unicore/PropList.txt lib/unicore/README.perl
22406            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
22407            ! lib/unicore/rename lib/unicore/version
22408 ____________________________________________________________________________
22409 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
22410         Log: Slight doc tweaks for the module.
22411      Branch: perl
22412            ! lib/Unicode/UCD.pm
22413 ____________________________________________________________________________
22414 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
22415         Log: Rename the variable: it *used* to be (wrongly) that the
22416              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
22417              but that is no more the case: PL_reg_match_utf8 is better.
22418      Branch: perl
22419            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
22420            ! regexec.c sv.c thrdvar.h
22421 ____________________________________________________________________________
22422 [ 11822] By: ams                                   on 2001/09/02  02:54:50
22423         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
22424              From: Ilmari Karonen <iltzu@sci.fi>
22425              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
22426              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
22427              (op/sub_lval.t updated to take new error message into account.)
22428      Branch: perl
22429            ! op.c t/op/sub_lval.t
22430 ____________________________________________________________________________
22431 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
22432         Log: remove stray CRs in files; keep all files with UNIX line-ends
22433              (Porting/makerel adds CRs to the files that need it in the
22434              distribution)
22435      Branch: perl
22436            ! NetWare/t/NWScripts.pl README.dos
22437            ! ext/Encode/Encode/cns11643-1.enc
22438            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
22439            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22440 ____________________________________________________________________________
22441 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
22442         Log: some remnants of change#11803
22443      Branch: perl
22444            ! ext/ByteLoader/byterun.h perl.h
22445 ____________________________________________________________________________
22446 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
22447         Log: Update to Unicode::Collate 0.08.
22448      Branch: perl
22449            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22450            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22451 ____________________________________________________________________________
22452 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
22453         Log: Test tweaks.
22454      Branch: perl
22455            ! t/op/pat.t
22456 ____________________________________________________________________________
22457 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
22458         Log: Fix test
22459      Branch: maint-5.6/macperl
22460            ! t/lib/b.t
22461 ____________________________________________________________________________
22462 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
22463         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
22464              warnings in Config.pm with -W; increase default and
22465              minimum RAM; bump version number.
22466      Branch: maint-5.6/macperl
22467            + macos/lib/Mac/LowMem.pm
22468            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
22469            ! macos/configpm macos/macperl/MacPerl.r
22470 ____________________________________________________________________________
22471 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
22472         Log: Make syntax check report in MPW style, fix tests
22473              to use Mac::err=unix to get normal-style error
22474              messages.
22475      Branch: maint-5.6/macperl
22476            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
22477            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
22478 ____________________________________________________________________________
22479 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
22480         Log: Make MPW-style errors optional (but the default); add
22481              MacPerl::ErrorFormat() function and Mac::err pragma
22482      Branch: maint-5.6/macperl
22483            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
22484            + macos/ext/Mac/err/err.xs
22485            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
22486            ! macos/macish.c macos/macish.h macos/macperl.sym
22487 ____________________________________________________________________________
22488 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
22489         Log: More module and test ports from Thomas Wegner et al
22490      Branch: maint-5.6/macperl
22491            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22492            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
22493            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
22494            ! t/op/magic.t
22495 ____________________________________________________________________________
22496 [ 11812] By: sky                                   on 2001/09/01  17:19:30
22497         Log: Subject: [PATCH t/op/concat.t] cleanup
22498              From: Michael G Schwern <schwern@pobox.com>
22499              Date: Sat, 1 Sep 2001 14:06:28 -0400
22500              Message-ID: <20010901140628.C606@blackrider>
22501      Branch: perl
22502            ! t/op/concat.t
22503 ____________________________________________________________________________
22504 [ 11811] By: sky                                   on 2001/09/01  12:25:29
22505         Log: Change #11805 didn't update the MANIFEST
22506      Branch: perl
22507            ! MANIFEST
22508 ____________________________________________________________________________
22509 [ 11810] By: sky                                   on 2001/09/01  11:52:44
22510         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
22511              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22512              Date: Sat, 1 Sep 2001 14:50:14 +0200
22513              Message-ID: <20010901145014.A691@rafael>
22514      Branch: perl
22515            ! t/op/inccode.t
22516 ____________________________________________________________________________
22517 [ 11809] By: sky                                   on 2001/09/01  11:49:22
22518         Log: Subject: PATCH: ExtUtils::MakeMaker
22519              From: Tony Bowden <tony@kasei.com>
22520              Date: Sat, 1 Sep 2001 10:33:53 +0100
22521              Message-ID: <20010901103353.A13863@soto.kasei.com>
22522              Manually applied
22523      Branch: perl
22524            ! lib/ExtUtils/MakeMaker.pm
22525 ____________________________________________________________________________
22526 [ 11808] By: sky                                   on 2001/09/01  11:39:13
22527         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
22528              From: mike808@users.sourceforge.net
22529              Date: Sat, 1 Sep 101 11:27:50 GMT
22530              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
22531              With little tweak
22532      Branch: perl
22533            ! lib/Term/Cap.pm
22534 ____________________________________________________________________________
22535 [ 11807] By: ams                                   on 2001/09/01  11:31:16
22536         Log: Subject: oct() and hex()
22537              From: Nicholas Clark <nick@ccl4.org>
22538              Date: Fri, 31 Aug 2001 23:14:13 +0100
22539              Message-Id: <20010831231413.J4950@plum.flirble.org>
22540      Branch: perl
22541            ! pod/perlclib.pod
22542 ____________________________________________________________________________
22543 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
22544         Log: Integrate change 11801 from maintperl
22545      Branch: maint-5.6/macperl
22546            ! perl.c
22547 ____________________________________________________________________________
22548 [ 11805] By: sky                                   on 2001/08/31  21:35:10
22549         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
22550              From: Michael G Schwern <schwern@pobox.com>
22551              Date: Fri, 31 Aug 2001 15:36:28 -0400
22552              Message-ID: <20010831153628.B598@blackrider>
22553              Check for things which used to segfault
22554      Branch: perl
22555            + t/run/segfault.t
22556 ____________________________________________________________________________
22557 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
22558         Log: integrate change#11801 from maint-5.6
22559              
22560              remove age-old UNICOS "workaround" that introduces a static, and
22561              hence an egregious race condition for threaded builds (*sigh*
22562              beats me why this kludge wasn't guarded by a UNICOS-specific
22563              #define *sigh*)
22564      Branch: perl
22565            ! perl.c
22566 ____________________________________________________________________________
22567 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
22568         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
22569              working in 5.7.x
22570      Branch: perl
22571            - objXSUB.h
22572            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
22573            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
22574            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
22575            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
22576            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
22577            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
22578            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
22579            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
22580            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
22581            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
22582            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
22583            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22584            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
22585            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
22586            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
22587            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
22588            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
22589            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
22590            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
22591            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
22592            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
22593            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
22594 ____________________________________________________________________________
22595 [ 11802] By: ams                                   on 2001/08/31  18:11:32
22596         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
22597              From: "Philip Newton" <Philip.Newton@gmx.net>
22598              Date: Fri, 31 Aug 2001 21:12:56 +0200
22599              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
22600      Branch: perl
22601            ! pod/perldiag.pod
22602 ____________________________________________________________________________
22603 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
22604         Log: remove age-old UNICOS "workaround" that introduces a static, and
22605              hence an egregious race condition for threaded builds (*sigh*
22606              beats me why this kludge wasn't guarded by a UNICOS-specific
22607              #define *sigh*)
22608      Branch: maint-5.6/perl
22609            ! perl.c
22610 ____________________________________________________________________________
22611 [ 11800] By: sky                                   on 2001/08/31  17:30:26
22612         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
22613              Might break on platforms where bool is larger than 8 bites ???
22614      Branch: perl
22615            ! regcomp.c
22616 ____________________________________________________________________________
22617 [ 11799] By: ams                                   on 2001/08/31  12:15:44
22618         Log: Integrate 11778 into mainline.
22619      Branch: perl
22620            ! t/base/term.t
22621 ____________________________________________________________________________
22622 [ 11798] By: sky                                   on 2001/08/31  11:31:44
22623         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
22624              supposed to happen.
22625      Branch: perl
22626            ! regcomp.c
22627 ____________________________________________________________________________
22628 [ 11797] By: sky                                   on 2001/08/31  11:28:17
22629         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
22630              From: "John P. Linderman" <jpl@research.att.com>
22631              Date: Fri, 31 Aug 2001 08:20:35 -0400
22632              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
22633              Fixes test 14 which could fail randomly in rare cases.
22634      Branch: perl
22635            ! ext/Time/HiRes/HiRes.t regcomp.c
22636 ____________________________________________________________________________
22637 [ 11796] By: ams                                   on 2001/08/31  01:13:07
22638         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
22639              From: Nicholas Clark <nick@ccl4.org>
22640              Date: Thu, 30 Aug 2001 23:21:50 +0100
22641              Message-Id: <20010830232150.D4950@plum.flirble.org>
22642      Branch: perl
22643            ! ext/Sys/Syslog/Makefile.PL
22644 ____________________________________________________________________________
22645 [ 11795] By: ams                                   on 2001/08/30  23:53:23
22646         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
22647              patching example
22648              From: Michael G Schwern <schwern@pobox.com>
22649              Date: Thu, 30 Aug 2001 17:02:08 -0400
22650              Message-Id: <20010830170208.M2318@blackrider>
22651      Branch: perl
22652            ! pod/perlhack.pod
22653 ____________________________________________________________________________
22654 [ 11794] By: ams                                   on 2001/08/30  19:35:36
22655         Log: Subject: [PATCH] pp_modulo
22656              From: Nicholas Clark <nick@ccl4.org>
22657              Date: Thu, 30 Aug 2001 18:20:54 +0100
22658              Message-Id: <20010830182053.A4950@plum.flirble.org>
22659      Branch: perl
22660            ! pp.c t/op/64bitint.t
22661 ____________________________________________________________________________
22662 [ 11793] By: sky                                   on 2001/08/30  13:02:48
22663         Log: 11792 wasn't complete
22664      Branch: perl
22665            ! makedef.pl regcomp.c
22666 ____________________________________________________________________________
22667 [ 11792] By: sky                                   on 2001/08/30  12:21:11
22668         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
22669      Branch: perl
22670            ! makedef.pl
22671 ____________________________________________________________________________
22672 [ 11791] By: sky                                   on 2001/08/30  10:08:02
22673         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
22674      Branch: perl
22675            ! config_h.SH
22676 ____________________________________________________________________________
22677 [ 11790] By: sky                                   on 2001/08/30  08:22:31
22678         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
22679              on the pad. Fixes coredumps in cleanups introduced by
22680              Change 11755  
22681      Branch: perl
22682            ! op.c perl.c sv.h
22683 ____________________________________________________________________________
22684 [ 11789] By: sky                                   on 2001/08/29  19:01:47
22685         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
22686              This is a replacement implmentation that works on HPUX.
22687              This bug should probably be fixed in GCC.
22688      Branch: perl
22689            ! ext/Socket/Socket.xs
22690 ____________________________________________________________________________
22691 [ 11788] By: ams                                   on 2001/08/29  17:35:33
22692         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
22693              From: Nicholas Clark <nick@ccl4.org>
22694              Date: Wed, 29 Aug 2001 18:21:56 +0100
22695              Message-Id: <20010829182156.O4950@plum.flirble.org>
22696      Branch: perl
22697            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
22698 ____________________________________________________________________________
22699 [ 11787] By: sky                                   on 2001/08/29  10:42:54
22700         Log: Added test for pack_addr_in and unpack_addr_in
22701              Nitpik in test 10
22702      Branch: perl
22703            ! ext/Socket/Socket.t
22704 ____________________________________________________________________________
22705 [ 11786] By: sky                                   on 2001/08/29  10:28:14
22706         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
22707              Trying to catch errors on HP-UX
22708      Branch: perl
22709            ! ext/Socket/Socket.t
22710 ____________________________________________________________________________
22711 [ 11785] By: sky                                   on 2001/08/29  09:07:03
22712         Log: make sure USE_THREADS is defined so external apps work
22713      Branch: perl
22714            ! config_h.SH
22715 ____________________________________________________________________________
22716 [ 11784] By: sky                                   on 2001/08/29  08:06:12
22717         Log: Subject: Re: The hitlist of untested modules.
22718              From: Jonathan Stowe <gellyfish@gellyfish.com>
22719              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
22720              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
22721              Start of tests for Shell.pm (make Schwern poorer!)
22722      Branch: perl
22723            + lib/Shell.t
22724            ! MANIFEST
22725 ____________________________________________________________________________
22726 [ 11783] By: sky                                   on 2001/08/29  07:37:50
22727         Log: END{} can change the return value even if we die from BEGIN{}
22728      Branch: perl
22729            ! miniperlmain.c
22730 ____________________________________________________________________________
22731 [ 11782] By: ams                                   on 2001/08/29  06:32:17
22732         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
22733              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22734              Date: Wed, 29 Aug 2001 09:18:17 +0200
22735              Message-Id: <20010829091817.A4453@rafael>
22736      Branch: perl
22737            ! t/op/inccode.t
22738 ____________________________________________________________________________
22739 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
22740         Log: Delete xsubpp.patch, as full copy exists now
22741      Branch: maint-5.6/macperl
22742            - macos/xsubpp.patch
22743 ____________________________________________________________________________
22744 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
22745         Log: Add Changes file
22746      Branch: maint-5.6/macperl
22747            + macos/Changes
22748 ____________________________________________________________________________
22749 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
22750         Log: Add Mac version of xsubpp as separate file
22751      Branch: maint-5.6/macperl
22752            + macos/xsubpp
22753            ! macos/Makefile.mk
22754 ____________________________________________________________________________
22755 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
22756         Log: Fix open of /dev/null for Mac OS
22757      Branch: maint-5.6/macperl
22758            ! t/base/term.t
22759 ____________________________________________________________________________
22760 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
22761         Log: Various patches: enable more tests; skip CVS in PerlInstall;
22762              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
22763      Branch: maint-5.6/macperl
22764            ! macos/MacPerlTests.cmd macos/PerlInstall
22765            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
22766 ____________________________________________________________________________
22767 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
22768         Log: Allow for platforms to override formatting of errors
22769              on output from Matthias Neeracher (Mac files)
22770      Branch: maint-5.6/macperl
22771            ! macos/macish.c macos/macish.h
22772 ____________________________________________________________________________
22773 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
22774         Log: Allow for platforms to override formatting of errors
22775              on output from Matthias Neeracher (core files)
22776      Branch: maint-5.6/macperl
22777            ! perl.h pp_ctl.c util.c
22778 ____________________________________________________________________________
22779 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
22780         Log: Add some param checking, from reports by Kevin Reid.
22781      Branch: maint-5.6/macperl
22782            ! macos/ext/Mac/Controls/Controls.pm
22783            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
22784 ____________________________________________________________________________
22785 [ 11773] By: ams                                   on 2001/08/28  23:54:57
22786         Log: Subject: [PATCH] make coretest
22787              From: Paul Johnson <paul@pjcj.net>
22788              Date: Wed, 29 Aug 2001 00:11:38 +0200
22789              Message-Id: <20010829001138.B12169@pjcj.net>
22790              (Applied without the change to perlhack.pod. This should
22791              probably stay undocumented.)
22792      Branch: perl
22793            ! Makefile.SH t/TEST
22794 ____________________________________________________________________________
22795 [ 11772] By: sky                                   on 2001/08/28  13:01:20
22796         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
22797              From: Michael G Schwern <schwern@pobox.com>
22798              Date: Tue, 28 Aug 2001 09:57:39 -0400
22799              Message-ID: <20010828095738.E17775@blackrider>
22800      Branch: perl
22801            ! pod/perlhack.pod t/op/pack.t
22802 ____________________________________________________________________________
22803 [ 11771] By: sky                                   on 2001/08/28  11:20:13
22804         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
22805              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22806              Date: Tue, 28 Aug 2001 14:23:43 +0200
22807              Message-ID: <20010828142343.A19299@rafael>
22808      Branch: perl
22809            ! pod/perlvar.pod pp_ctl.c
22810 ____________________________________________________________________________
22811 [ 11770] By: ams                                   on 2001/08/28  10:13:21
22812         Log: Subject: [PATCH] odd typo in op.h
22813              From: Nicholas Clark <nick@ccl4.org>
22814              Date: Tue, 28 Aug 2001 12:10:26 +0100
22815              Message-Id: <20010828121026.V4950@plum.flirble.org>
22816      Branch: perl
22817            ! op.h
22818 ____________________________________________________________________________
22819 [ 11769] By: sky                                   on 2001/08/28  08:09:16
22820         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
22821              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
22822              Date: Tue, 28 Aug 2001 02:22:20 +0300
22823              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
22824      Branch: perl
22825            ! ext/B/B/Lint.pm
22826 ____________________________________________________________________________
22827 [ 11768] By: ams                                   on 2001/08/28  00:47:35
22828         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
22829              From: Michael G Schwern <schwern@pobox.com>
22830              Date: Mon, 27 Aug 2001 21:24:44 -0400
22831              Message-Id: <20010827212444.F12582@blackrider>
22832      Branch: perl
22833            ! pod/perlhack.pod t/op/pack.t
22834 ____________________________________________________________________________
22835 [ 11767] By: ams                                   on 2001/08/27  23:59:48
22836         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
22837              From: Michael G Schwern <schwern@pobox.com>
22838              Date: Mon, 27 Aug 2001 20:12:29 -0400
22839              Message-Id: <20010827201229.D12582@blackrider>
22840      Branch: perl
22841            ! pod/perlhack.pod t/op/pack.t
22842 ____________________________________________________________________________
22843 [ 11766] By: ams                                   on 2001/08/27  23:39:40
22844         Log: Update Changes.
22845      Branch: perl
22846            ! Changes
22847 ____________________________________________________________________________
22848 [ 11765] By: ams                                   on 2001/08/27  22:53:10
22849         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
22850              From: Michael G Schwern <schwern@pobox.com>
22851              Date: Mon, 27 Aug 2001 19:47:30 -0400
22852              Message-Id: <20010827194730.C12582@blackrider>
22853      Branch: perl
22854            ! t/op/inccode.t
22855 ____________________________________________________________________________
22856 [ 11764] By: ams                                   on 2001/08/27  22:46:21
22857         Log: Subject: [PATCH] new tests for the coderef-in-@INC
22858              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22859              Date: Mon, 27 Aug 2001 22:36:27 +0200
22860              Message-Id: <20010827223627.C690@rafael>
22861              
22862              Subject: Re: [PATCH] new tests for the coderef-in-@INC
22863              From: Nicholas Clark <nick@ccl4.org>
22864              Date: Tue, 28 Aug 2001 00:02:46 +0100
22865              Message-Id: <20010828000245.R4950@plum.flirble.org>
22866      Branch: perl
22867            + t/op/inccode.t
22868            ! MANIFEST
22869 ____________________________________________________________________________
22870 [ 11763] By: ams                                   on 2001/08/27  22:41:09
22871         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
22872              bleadperl on fire, Win95+4NT)
22873              From: Michael G Schwern <schwern@pobox.com>
22874              Date: Mon, 27 Aug 2001 16:54:42 -0400
22875              Message-Id: <20010827165442.F9436@blackrider>
22876      Branch: perl
22877            ! lib/warnings.t
22878 ____________________________________________________________________________
22879 [ 11762] By: sky                                   on 2001/08/27  19:19:17
22880         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
22881              avaible at compile time. This broke the compilation of 
22882              Net/Ping.pm
22883      Branch: perl
22884            ! lib/Net/Ping.pm
22885 ____________________________________________________________________________
22886 [ 11761] By: sky                                   on 2001/08/27  18:34:48
22887         Log: Removed tripple definitions of CUSTOM_OP functions.
22888      Branch: perl
22889            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
22890 ____________________________________________________________________________
22891 [ 11760] By: sky                                   on 2001/08/27  18:21:27
22892         Log: Regen headers
22893      Branch: perl
22894            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
22895            ! perlapi.h proto.h
22896 ____________________________________________________________________________
22897 [ 11759] By: ams                                   on 2001/08/27  16:31:53
22898         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
22899              From: "chromatic" <chromatic@rmci.net>
22900              Date: Mon, 27 Aug 2001 11:17:09 -0600
22901              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
22902      Branch: perl
22903            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
22904 ____________________________________________________________________________
22905 [ 11758] By: sky                                   on 2001/08/27  15:16:42
22906         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
22907              Thanks to H. Merijn Brand for the patch.
22908              Some of the comments and or guards might be removable in perl.h now.
22909      Branch: perl
22910            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
22911            ! Porting/Glossary Porting/config_H README.threads config_h.SH
22912            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
22913            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
22914            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
22915            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
22916            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
22917            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
22918            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
22919            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
22920            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
22921            ! win32/config_H.vc win32/perllib.c win32/win32.h
22922            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
22923            ! wince/config.h wince/config_H.ce wince/win32.h
22924            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
22925 ____________________________________________________________________________
22926 [ 11757] By: sky                                   on 2001/08/27  13:39:16
22927         Log: Subject: GNU ld parses arguments different
22928              From: H.Merijn Brand <h.m.brand@hccnet.nl>
22929              Date: Mon, 27 Aug 2001 16:25:51 +0200
22930              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
22931      Branch: perl
22932            ! hints/hpux.sh
22933 ____________________________________________________________________________
22934 [ 11756] By: sky                                   on 2001/08/27  13:18:45
22935         Log: Subject: Custom Ops
22936              From: Simon Cozens <simon@netthink.co.uk>
22937              Date: Sat, 25 Aug 2001 17:45:09 +0100
22938              Message-ID: <20010825174509.A5752@netthink.co.uk>
22939              I also added a fix to Opcode.pm to quite test cases.
22940      Branch: perl
22941            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
22942            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
22943 ____________________________________________________________________________
22944 [ 11755] By: sky                                   on 2001/08/27  05:37:17
22945         Log: Plugs a memory leak on destruction of regular expressions
22946              introcued by #11274.
22947              PL_regex_padav now has an AV as it's first entry with a list
22948              of freed regex_padav slots that it will reuse on creating
22949              new PMOPs.
22950      Branch: perl
22951            ! op.c perl.c
22952 ____________________________________________________________________________
22953 [ 11754] By: ams                                   on 2001/08/26  14:38:52
22954         Log: Subject: [PATCH] t/io/binmode.t
22955              From: Nicholas Clark <nick@ccl4.org>
22956              Date: Sun, 26 Aug 2001 12:03:05 +0100
22957              Message-Id: <20010826120305.C4950@plum.flirble.org>
22958              
22959              (Also a nitpick in #11752 to t/op/universal.t)
22960      Branch: perl
22961            ! t/io/binmode.t t/op/universal.t
22962 ____________________________________________________________________________
22963 [ 11753] By: ams                                   on 2001/08/26  08:19:34
22964         Log: Subject: [PATCH] op/universal.t failing
22965              From: Nicholas Clark <nick@ccl4.org>
22966              Date: Sun, 26 Aug 2001 09:48:22 +0100
22967              Message-Id: <20010826094822.B4950@plum.flirble.org>
22968      Branch: perl
22969            ! t/op/universal.t
22970 ____________________________________________________________________________
22971 [ 11752] By: ams                                   on 2001/08/25  22:46:13
22972         Log: Subject: Re: 'can' with undefined subs
22973              From: Tony Bowden <tony@kasei.com>
22974              Date: Sat, 25 Aug 2001 14:58:17 +0100
22975              Message-Id: <20010825145817.A11788@soto.kasei.com>
22976              (Applied with minor modifications.)
22977      Branch: perl
22978            ! t/op/universal.t
22979 ____________________________________________________________________________
22980 [ 11751] By: ams                                   on 2001/08/25  18:28:43
22981         Log: Subject: Re: 'can' with undefined subs
22982              From: Tony Bowden <tony@kasei.com>
22983              Date: Sat, 25 Aug 2001 15:13:14 +0100
22984              Message-Id: <20010825151314.B11788@soto.kasei.com>
22985      Branch: perl
22986            ! lib/UNIVERSAL.pm
22987 ____________________________________________________________________________
22988 [ 11750] By: nick                                  on 2001/08/25  15:24:15
22989         Log: Integrate mainline
22990      Branch: perlio
22991           +> t/io/binmode.t
22992           !> (integrate 26 files)
22993 ____________________________________________________________________________
22994 [ 11749] By: nick                                  on 2001/08/25  14:55:41
22995         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
22996              From:  John Peacock <jpeacock@rowman.com>
22997              Date:  Wed, 22 Aug 2001 12:05:28 -0400
22998              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
22999      Branch: perl
23000            ! pod/perlhack.pod
23001 ____________________________________________________________________________
23002 [ 11748] By: nick                                  on 2001/08/25  14:53:04
23003         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
23004              From:  Michael G Schwern <schwern@pobox.com>
23005              Date:  Wed, 22 Aug 2001 19:22:45 -0400
23006              Message-Id:  <20010822192245.U619@blackrider>
23007      Branch: perl
23008            ! MANIFEST
23009 ____________________________________________________________________________
23010 [ 11747] By: nick                                  on 2001/08/25  14:52:33
23011         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
23012              From:  Nicholas Clark <nick@ccl4.org>
23013              Date:  Wed, 22 Aug 2001 23:29:06 +0100
23014              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
23015      Branch: perl
23016            + t/io/binmode.t
23017            ! perlio.c pod/perlfunc.pod
23018 ____________________________________________________________________________
23019 [ 11744] By: nick                                  on 2001/08/25  14:37:33
23020         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
23021              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23022              Date:  Fri, 24 Aug 2001 22:10:42 +0200
23023              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
23024      Branch: perl
23025            ! x2p/a2py.c x2p/walk.c
23026 ____________________________________________________________________________
23027 [ 11743] By: nick                                  on 2001/08/25  14:32:47
23028         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
23029              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23030              Date:  Fri, 24 Aug 2001 23:34:13 +0200
23031              Message-Id:  <20010824233413.A1285@rafael>
23032      Branch: perl
23033            ! pod/perlfunc.pod pod/perlvar.pod
23034 ____________________________________________________________________________
23035 [ 11742] By: ams                                   on 2001/08/25  13:16:02
23036         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
23037              From: Nicholas Clark <nick@ccl4.org>
23038              Date: Sat, 25 Aug 2001 14:50:07 +0100
23039              Message-Id: <20010825145007.L41464@plum.flirble.org>
23040      Branch: perl
23041            ! pp_ctl.c
23042 ____________________________________________________________________________
23043 [ 11741] By: nick                                  on 2001/08/24  07:08:45
23044         Log: When applying patch via Porting/apply fails, do p4 refresh
23045              to get old files back.
23046      Branch: perl
23047            ! Porting/apply
23048 ____________________________________________________________________________
23049 [ 11740] By: ams                                   on 2001/08/24  04:47:24
23050         Log: #11739 was incomplete.
23051      Branch: perl
23052            ! pod/perldiag.pod
23053 ____________________________________________________________________________
23054 [ 11739] By: ams                                   on 2001/08/24  04:09:40
23055         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
23056              From: "Philip Newton" <Philip.Newton@gmx.net>
23057              Date: Fri, 24 Aug 2001 07:08:34 +0200
23058      Branch: perl
23059            ! pod/perldiag.pod
23060 ____________________________________________________________________________
23061 [ 11738] By: ams                                   on 2001/08/24  02:19:42
23062         Log: Fixed Doug Wilson's email address.
23063      Branch: perl
23064            ! AUTHORS
23065 ____________________________________________________________________________
23066 [ 11737] By: ams                                   on 2001/08/24  00:10:13
23067         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
23068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23069              Date: Thu, 23 Aug 2001 22:22:58 +0200
23070              Message-Id: <20010823222258.A901@rafael>
23071      Branch: perl
23072            ! pod/perldiag.pod
23073 ____________________________________________________________________________
23074 [ 11736] By: ams                                   on 2001/08/24  00:05:02
23075         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
23076              From: "Craig A. Berry" <craigberry@mac.com>
23077              Date: Thu, 23 Aug 2001 19:07:45 -0500
23078              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
23079      Branch: perl
23080            ! configure.com
23081 ____________________________________________________________________________
23082 [ 11735] By: sky                                   on 2001/08/23  13:42:07
23083         Log: Backed out 11732, it breaks lib/strict.t 
23084      Branch: perl
23085            ! op.c
23086 ____________________________________________________________________________
23087 [ 11734] By: sky                                   on 2001/08/23  11:45:59
23088         Log: Removed toy from 17133 after Matt Sargeants request.
23089      Branch: perl
23090            ! pod/perlfaq4.pod
23091 ____________________________________________________________________________
23092 [ 11733] By: sky                                   on 2001/08/23  11:36:29
23093         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
23094              From: Robin Houston <robin@kitsite.com>
23095              Date: Wed, 22 Aug 2001 23:06:16 +0100
23096              Message-ID: <20010822230616.A254@robin.kitsite.com>
23097      Branch: perl
23098            ! pod/perlfaq4.pod
23099 ____________________________________________________________________________
23100 [ 11732] By: sky                                   on 2001/08/23  10:36:02
23101         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
23102              From: Simon Cozens <simon@netthink.co.uk>
23103              Date: Thu, 23 Aug 2001 12:06:36 +0100
23104              Message-ID: <20010823120636.A9961@netthink.co.uk>
23105      Branch: perl
23106            ! op.c
23107 ____________________________________________________________________________
23108 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
23109         Log: fix broken windows build
23110      Branch: perl
23111            ! perl.h
23112 ____________________________________________________________________________
23113 [ 11730] By: ams                                   on 2001/08/22  21:35:30
23114         Log: Subject: [PATCH] io/tell.t doesn't chdir t
23115              From: Nicholas Clark <nick@ccl4.org>
23116              Date: Wed, 22 Aug 2001 23:25:58 +0100
23117              Message-Id: <20010822232557.Y82818@plum.flirble.org>
23118      Branch: perl
23119            ! t/io/tell.t
23120 ____________________________________________________________________________
23121 [ 11729] By: ams                                   on 2001/08/22  20:32:21
23122         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
23123              questions)
23124              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23125              Date: Wed, 22 Aug 2001 17:09:04 -0400
23126              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
23127              (Oops, forgot File::Spec::Unix in the previous patch.)
23128      Branch: perl
23129            ! lib/File/Spec/Unix.pm
23130 ____________________________________________________________________________
23131 [ 11728] By: ams                                   on 2001/08/22  20:25:41
23132         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
23133              questions)
23134              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23135              Date: Wed, 22 Aug 2001 17:09:04 -0400
23136              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
23137      Branch: perl
23138            ! lib/File/Spec.pm
23139 ____________________________________________________________________________
23140 [ 11727] By: ams                                   on 2001/08/22  19:43:30
23141         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
23142              From: John Peacock <jpeacock@rowman.com>
23143              Date: Wed, 22 Aug 2001 12:35:52 -0400
23144              Message-Id: <3B83DF68.5D89DC81@rowman.com>
23145              (Adds proper tests for $], notwithstanding Subject. +nitpick)
23146      Branch: perl
23147            ! t/op/ver.t
23148 ____________________________________________________________________________
23149 [ 11726] By: ams                                   on 2001/08/22  19:36:39
23150         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
23151              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
23152              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
23153              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
23154      Branch: perl
23155            ! lib/diagnostics.pm lib/diagnostics.t
23156 ____________________________________________________________________________
23157 [ 11725] By: ams                                   on 2001/08/22  19:25:01
23158         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
23159              From: Nicholas Clark <nick@ccl4.org>
23160              Date: Wed, 22 Aug 2001 20:59:05 +0100
23161              Message-Id: <20010822205905.U82818@plum.flirble.org>
23162      Branch: perl
23163            ! pp.c t/op/64bitint.t t/op/arith.t
23164 ____________________________________________________________________________
23165 [ 11724] By: ams                                   on 2001/08/22  10:02:33
23166         Log: Subject: Configure blooper
23167              From: H.Merijn Brand <h.m.brand@hccnet.nl>
23168              Date: Wed, 22 Aug 2001 12:38:35 +0200
23169              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
23170      Branch: perl
23171            ! Configure
23172 ____________________________________________________________________________
23173 [ 11723] By: ams                                   on 2001/08/21  16:17:53
23174         Log: Subject: [PATCH] installperl -help
23175              From: Nicholas Clark <nick@ccl4.org>
23176              Date: Tue, 21 Aug 2001 17:34:23 +0100
23177              Message-Id: <20010821173423.F82818@plum.flirble.org>
23178      Branch: perl
23179            ! installperl
23180 ____________________________________________________________________________
23181 [ 11722] By: ams                                   on 2001/08/20  07:46:31
23182         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
23183              From: Ilmari Karonen <iltzu@sci.fi>
23184              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
23185              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
23186      Branch: perl
23187            ! pod/perlvar.pod
23188 ____________________________________________________________________________
23189 [ 11721] By: nick                                  on 2001/08/20  06:24:31
23190         Log: Integrate mainline
23191      Branch: perlio
23192           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
23193           +> lib/Lingua/KO/Hangul/Util/Changes
23194           +> lib/Lingua/KO/Hangul/Util/README
23195           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
23196           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
23197           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
23198           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
23199           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
23200           +> lib/Unicode/Normalize/t/test.t
23201            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
23202           !> (integrate 55 files)
23203 ____________________________________________________________________________
23204 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
23205         Log: Integrate Change #11599 from maint-5.6/perl
23206      Branch: maint-5.6/macperl
23207           !> README.win32
23208 ____________________________________________________________________________
23209 [ 11719] By: ams                                   on 2001/08/18  21:21:42
23210         Log: Add Porting/apply to MANIFEST.
23211      Branch: perl
23212            ! MANIFEST
23213 ____________________________________________________________________________
23214 [ 11718] By: sky                                   on 2001/08/18  14:38:01
23215         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
23216              Better solution would be to make 5005threaded perl use
23217              the same system as ithreads do
23218      Branch: perl
23219            ! perl.h
23220 ____________________________________________________________________________
23221 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
23222         Log: New try for ID 20010407.006: detach the semantics
23223              "was the last match target UTF8" into its own variable.
23224      Branch: perl
23225            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
23226            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
23227 ____________________________________________________________________________
23228 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
23229         Log: UTF8 flag should be meaningful only when POK.
23230      Branch: perl
23231            ! dump.c
23232 ____________________________________________________________________________
23233 [ 11715] By: sky                                   on 2001/08/18  11:45:16
23234         Log: USE_THREADS and USE_ITHREADS are never true at the same time
23235      Branch: perl
23236            ! perl.h
23237 ____________________________________________________________________________
23238 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
23239         Log: Retract #11712 for now.  The real fix would probably
23240              be something like making PL_reg_sv a copy (PV + UTF8)
23241              of the matched/substituted string (note: not just a SvPOK
23242              string, for example the stringified form of a ROK would
23243              be applicable)  Beware of leaks.
23244      Branch: perl
23245            ! pp_hot.c t/op/pat.t
23246 ____________________________________________________________________________
23247 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
23248         Log: UTF8 wasn't printing for PVMGs.
23249      Branch: perl
23250            ! dump.c
23251 ____________________________________________________________________________
23252 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
23253         Log: (Retracted by #11714)
23254              
23255              Okay analysis, debatable fix.  (The fix will inc
23256              the refcount of all temporary match objects,
23257              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
23258              which will then cause griping at untie() time
23259              ("inner references remain").
23260              
23261              Fix for ID 20010407.006: PL_reg_sv got wiped out
23262              by freetemps if the match target was a temporary
23263              (like function_call() =~ /.../), which in turn meant
23264              that the $1 et al stopped working if they had UTF-8
23265              in them.  Therefore bump up the refcount of PL_reg_sv.
23266      Branch: perl
23267            ! pp_hot.c t/op/pat.t
23268 ____________________________________________________________________________
23269 [ 11711] By: ams                                   on 2001/08/17  20:32:08
23270         Log: Subject: [PATCH] doesn't compile, was perl@11710
23271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23272              Date: Fri, 17 Aug 2001 23:21:10 +0200
23273              Message-Id: <20010817232110.C7041@rafael> 
23274      Branch: perl
23275            ! sharedsv.c
23276 ____________________________________________________________________________
23277 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
23278         Log: Update Changes.
23279      Branch: perl
23280            ! Changes patchlevel.h
23281 ____________________________________________________________________________
23282 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
23283         Log: Upgrade to libnet 1.0704.
23284      Branch: perl
23285            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
23286            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
23287            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
23288            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
23289            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
23290            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
23291            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
23292 ____________________________________________________________________________
23293 [ 11708] By: sky                                   on 2001/08/17  13:34:04
23294         Log: Let perl_clone copy PL_exit_flags
23295      Branch: perl
23296            ! sv.c
23297 ____________________________________________________________________________
23298 [ 11707] By: sky                                   on 2001/08/17  12:28:41
23299         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
23300      Branch: perl
23301            ! sharedsv.c sharedsv.h
23302 ____________________________________________________________________________
23303 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
23304         Log: The metaconfig unit change for #11705.
23305      Branch: metaconfig/U/perl
23306            ! Extensions.U
23307 ____________________________________________________________________________
23308 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
23309         Log: Allow the threads extension to be found if present.
23310      Branch: perl
23311            ! Configure
23312 ____________________________________________________________________________
23313 [ 11704] By: nick                                  on 2001/08/17  11:47:54
23314         Log: Mail -> change script (pre-alpha)
23315      Branch: perl
23316            + Porting/apply
23317 ____________________________________________________________________________
23318 [ 11703] By: sky                                   on 2001/08/17  07:11:24
23319         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
23320              Thanks to Tom Hospel for pointing out my error.
23321      Branch: perl
23322            ! op.h
23323 ____________________________________________________________________________
23324 [ 11702] By: sky                                   on 2001/08/17  04:18:11
23325         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.
23326      Branch: perl
23327            ! embed.pl miniperlmain.c perl.c perl.h proto.h
23328 ____________________________________________________________________________
23329 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
23330         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
23331              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
23332      Branch: perl
23333            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
23334            + lib/Lingua/KO/Hangul/Util/README
23335            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
23336            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
23337            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
23338            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
23339            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
23340            + lib/Unicode/Normalize/t/test.t
23341            ! MANIFEST
23342 ____________________________________________________________________________
23343 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
23344         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
23345              Date: Thu, 16 Aug 2001 22:46:15 -0500
23346              From: "Craig A. Berry" <craigberry@mac.com>
23347              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
23348      Branch: perl
23349            ! configure.com numeric.c
23350 ____________________________________________________________________________
23351 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
23352         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
23353              of the usual suspects (like getpwent) but not for others
23354              (like localtime and rand).  The _r versions are available
23355              for all of them, so let's use them.
23356      Branch: perl
23357            ! perl.h
23358 ____________________________________________________________________________
23359 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
23360         Log: (Accidental apply; thankfully empty.)
23361      Branch: perl
23362            ! hints/os390.sh
23363 ____________________________________________________________________________
23364 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
23365         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
23366              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23367              Date: Thu, 16 Aug 2001 16:27:49 +0100
23368              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
23369      Branch: perl
23370            ! regexec.c t/op/re_tests
23371 ____________________________________________________________________________
23372 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
23373         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
23374              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23375              Date: Thu, 16 Aug 2001 18:50:01 +0100
23376              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
23377      Branch: perl
23378            ! pp_hot.c t/op/pat.t
23379 ____________________________________________________________________________
23380 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
23381         Log: Subject: [PATCH] *time_r again
23382              From: "Arthur Bergman" <arthur@contiller.se>
23383              Date: Thu, 16 Aug 2001 16:01:54 +0200
23384              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
23385      Branch: perl
23386            ! op.h
23387 ____________________________________________________________________________
23388 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
23389         Log: system() and backtick error handling cleanup from Craig A. Berry.
23390      Branch: perl
23391            ! vms/vms.c
23392 ____________________________________________________________________________
23393 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
23394         Log: change#10334 leaks memory, copies string when it doesn't
23395              need to
23396      Branch: perl
23397            ! perl.c
23398 ____________________________________________________________________________
23399 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
23400         Log: One more twist to the sprintf + utf8 testing.
23401      Branch: perl
23402            ! t/op/misc.t
23403 ____________________________________________________________________________
23404 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
23405         Log: Fix for 20010407.008 sprintf removes utf8-ness.
23406      Branch: perl
23407            ! pp.c t/op/misc.t
23408 ____________________________________________________________________________
23409 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
23410         Log: Subject: [PATCH] *time_r fixes
23411              From: "Arthur Bergman" <arthur@contiller.se>
23412              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
23413              Date: Thu, 16 Aug 2001 14:22:27 +0200
23414      Branch: perl
23415            ! op.h
23416 ____________________________________________________________________________
23417 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
23418         Log: Upgrade to CGI.pm 2.77.
23419      Branch: perl
23420            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
23421            ! lib/CGI/t/function.t
23422 ____________________________________________________________________________
23423 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
23424         Log: Document the bytes-to-Unicode upgrading.
23425      Branch: perl
23426            ! pod/perlunicode.pod
23427 ____________________________________________________________________________
23428 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
23429         Log: Add a test for Unicode sprintf.
23430      Branch: perl
23431            ! t/op/misc.t
23432 ____________________________________________________________________________
23433 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
23434         Log: Add Unicode tests for index/rindex.
23435      Branch: perl
23436            ! t/op/index.t
23437 ____________________________________________________________________________
23438 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
23439         Log: Document a bit the art of minimizing the installation,
23440              based on the p5p discussion.
23441      Branch: perl
23442            ! INSTALL
23443 ____________________________________________________________________________
23444 [ 11684] By: nick                                  on 2001/08/15  15:03:31
23445         Log: Integrate mainline
23446      Branch: perlio
23447           +> sharedsv.c sharedsv.h
23448           !> (integrate 53 files)
23449 ____________________________________________________________________________
23450 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
23451         Log: Update Changes.
23452      Branch: perl
23453            ! Changes patchlevel.h
23454 ____________________________________________________________________________
23455 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
23456         Log: The #11673 necessitated a test tweak.
23457      Branch: perl
23458            ! t/io/utf8.t
23459 ____________________________________________________________________________
23460 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
23461         Log: Also UNICOS is in the general case unable to silently
23462              handle fp overflows.
23463      Branch: perl
23464            ! numeric.c
23465 ____________________________________________________________________________
23466 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
23467         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
23468              NV_EPSILON #defined.
23469      Branch: perl
23470            ! perl.h
23471 ____________________________________________________________________________
23472 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
23473         Log: Re-establish the fp overflow detection for VAX VMS; there
23474              is no easy way to have the IEEE fp silent overflow semantics.
23475              (in Alpha VMS we still will use IEEE fp by default-- but it
23476              is still possible to configure Perl to use G_FLOAT)
23477      Branch: perl
23478            ! numeric.c
23479 ____________________________________________________________________________
23480 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
23481         Log: Subject: [PATCH] pp_lock 
23482              From: "Arthur Bergman" <arthur@contiller.se>
23483              Date: Wed, 15 Aug 2001 11:52:16 +0200
23484              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
23485      Branch: perl
23486            ! pp.c
23487 ____________________________________________________________________________
23488 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
23489         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
23490              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23491              Date: Wed, 15 Aug 2001 11:32:11 +0100
23492              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
23493      Branch: perl
23494            ! regcomp.c t/op/re_tests
23495 ____________________________________________________________________________
23496 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
23497         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
23498              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23499              Date: Wed, 15 Aug 2001 10:33:49 +0100
23500              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
23501      Branch: perl
23502            ! regexec.c t/op/re_tests
23503 ____________________________________________________________________________
23504 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
23505         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
23506              From: Barrie Slaymaker <barries@slaysys.com>
23507              Date: Tue, 14 Aug 2001 14:32:25 -0400
23508              Message-ID: <20010814143225.A19822@jester.slaysys.com>
23509      Branch: perl
23510            ! lib/File/Spec.t lib/File/Spec/Unix.pm
23511 ____________________________________________________________________________
23512 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
23513         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
23514              From: Peter Prymmer <pvhp@forte.com>
23515              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
23516              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
23517      Branch: perl
23518            ! README.vms configure.com
23519 ____________________________________________________________________________
23520 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
23521         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
23522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23523              Date: Tue, 14 Aug 2001 21:23:27 +0200
23524              Message-ID: <20010814212327.A1919@rafael>
23525      Branch: perl
23526            ! doio.c
23527 ____________________________________________________________________________
23528 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
23529         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
23530              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23531              Date: Tue, 14 Aug 2001 22:30:11 +0200
23532              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
23533              
23534              Combination of nmake, quoting, and Perl expanded $( in here-doc.
23535      Branch: perl
23536            ! ext/SDBM_File/Makefile.PL
23537 ____________________________________________________________________________
23538 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
23539         Log: Todo updates.
23540      Branch: perl
23541            ! pod/perltodo.pod
23542 ____________________________________________________________________________
23543 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
23544         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
23545              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23546              Date: Mon, 13 Aug 2001 23:15:01 +0200
23547              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
23548      Branch: perl
23549            ! sv.c
23550 ____________________________________________________________________________
23551 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
23552         Log: Subject: [PATCH] [b-]showlex.t
23553              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23554              Date: Sun, 12 Aug 2001 22:24:51 +0200
23555              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
23556              
23557              The 4nt command shell will expand the % in command line
23558              no matter what quoting is attempted, changed the % to @.
23559      Branch: perl
23560            ! ext/B/Showlex.t
23561 ____________________________________________________________________________
23562 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
23563         Log: Subject: [PATCH] magic.t
23564              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23565              Date: Sun, 12 Aug 2001 20:49:27 +0200
23566              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
23567      Branch: perl
23568            ! t/op/magic.t
23569 ____________________________________________________________________________
23570 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
23571         Log: Add sharedsv* to the DOSish platforms; plus add
23572              some WinCE files to the list of DOSish files.
23573      Branch: perl
23574            ! NetWare/Makefile Porting/makerel win32/Makefile
23575            ! win32/makefile.mk wince/Makefile.ce
23576 ____________________________________________________________________________
23577 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
23578         Log: More DOSish files.
23579      Branch: perl
23580            ! Porting/makerel
23581 ____________________________________________________________________________
23582 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
23583         Log: Strip CRs from the WinCE files.  Now we need to
23584              figure out in which CRs are really needed: probably
23585              Makefile.ce and the README files, at least, probably
23586              also the registry.bat.
23587      Branch: perl
23588            ! wince/Makefile.ce wince/README.compile wince/README.perlce
23589            ! wince/config.h wince/include/cectype.h wince/include/errno.h
23590            ! wince/include/sys/stat.h wince/include/sys/types.h
23591            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
23592            ! wince/perldll.def wince/registry.bat wince/wince.h
23593            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
23594 ____________________________________________________________________________
23595 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
23596         Log: Add some files to DOSish and writables.
23597      Branch: perl
23598            ! Porting/makerel
23599 ____________________________________________________________________________
23600 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
23601         Log: Compile failure message tidying.
23602      Branch: perl
23603            ! t/lib/1_compile.t
23604 ____________________________________________________________________________
23605 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
23606         Log: The new sharedsv* should be exported only if usethreads.
23607      Branch: perl
23608            ! makedef.pl
23609 ____________________________________________________________________________
23610 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
23611         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
23612              From: Peter Prymmer <pvhp@forte.com>
23613              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
23614              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
23615      Branch: perl
23616            ! README.os390
23617 ____________________________________________________________________________
23618 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
23619         Log: Update Changes.
23620      Branch: perl
23621            ! Changes patchlevel.h
23622 ____________________________________________________________________________
23623 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
23624         Log: Subject: [PATHC] sharedsv.[c|h]
23625              From: "Artur Bergman" <artur@contiller.se>
23626              Date: Mon, 13 Aug 2001 14:38:41 +0200
23627              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
23628              
23629              Subject: [PATCH] embed.pl
23630              From: Arthur Bergman <arthur@contiller.se>
23631              Date: Mon, 13 Aug 2001 14:38:14 +0200
23632              Message-ID: <B79D96D6.3088%arthur@contiller.se>
23633              
23634              Subject: [PATCH] sharedsv cleanups
23635              From: "Arthur Bergman" <arthur@contiller.se>
23636              Date: Mon, 13 Aug 2001 15:14:25 +0200
23637              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
23638              
23639              Plus few tweaks: _init needs to be Adp, the prototypes
23640              should not be revealed unless using ithreads, #endif FOO
23641              must be #endif /* FOO */, adding (parentheses) around
23642              do { } while doesn't work too well.
23643      Branch: perl
23644            + sharedsv.c sharedsv.h
23645            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
23646            ! perl.h perlapi.c pod/perlapi.pod proto.h
23647 ____________________________________________________________________________
23648 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
23649         Log: Subject: Re: END {} blocks run in perl_run
23650              From: Arthur Bergman <arthur@contiller.se>
23651              Date: Mon, 13 Aug 2001 11:11:30 +0200
23652              Message-ID: <B79D6661.3068%arthur@contiller.se>
23653      Branch: perl
23654            ! perl.c
23655 ____________________________________________________________________________
23656 [ 11657] By: nick                                  on 2001/08/13  09:03:02
23657         Log: Integrate mainline
23658      Branch: perlio
23659           +> (branch 326 files)
23660            - (delete 330 files)
23661           !> (integrate 85 files)
23662 ____________________________________________________________________________
23663 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
23664         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
23665              and the Perl will be built to do that by default (adding that
23666              will break scripts having non-UTF-8 binary data, such as Latin-1.)
23667      Branch: perl
23668            ! op.c toke.c utf8.h
23669 ____________________________________________________________________________
23670 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
23671         Log: Unnecessary downgrades.
23672      Branch: perl
23673            ! doop.c
23674 ____________________________________________________________________________
23675 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
23676         Log: Failure not true anymore (probably caused by my broken setup).
23677      Branch: perl
23678            ! t/op/pat.t
23679 ____________________________________________________________________________
23680 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
23681         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
23682              stopped working).
23683      Branch: perl
23684            ! op.h pp_ctl.c regcomp.c
23685 ____________________________________________________________________________
23686 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
23687         Log: There is no IN_UTF8.
23688      Branch: perl
23689            ! utf8.h
23690 ____________________________________________________________________________
23691 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
23692         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
23693      Branch: perl
23694            ! op.c op.h pp_ctl.c regcomp.c
23695 ____________________________________________________________________________
23696 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
23697         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
23698              and a test tweak.
23699      Branch: perl
23700            ! op.c t/pod/find.t
23701 ____________________________________________________________________________
23702 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
23703         Log: Todo updates and fixes.
23704      Branch: perl
23705            ! pod/perltodo.pod
23706 ____________________________________________________________________________
23707 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
23708         Log: Mark tests (and one module) having explicit Latin-1
23709              (and one file having explicit UTF-8) with an explicit
23710              'no utf8' (and one explicit 'use utf8').
23711              
23712              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
23713      Branch: perl
23714            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
23715            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
23716            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
23717 ____________________________________________________________________________
23718 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
23719         Log: Subject: SV: END {} blocks run in perl_run
23720              From: "Arthur Bergman" <arthur@contiller.se>
23721              Date: Sun, 12 Aug 2001 00:34:28 +0200 
23722              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
23723      Branch: perl
23724            ! miniperlmain.c perl.c
23725 ____________________________________________________________________________
23726 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
23727         Log: Typos in #11645.
23728      Branch: perl
23729            ! perl.h
23730 ____________________________________________________________________________
23731 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
23732         Log: On ithreads default to use_reentrant except on naturally
23733              threadsafe platforms.
23734      Branch: perl
23735            ! perl.h
23736 ____________________________________________________________________________
23737 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
23738         Log: (Hopefully) a fix for 20010723.004: make install needs
23739              write permission in build directory.  The problem was
23740              probably caused by overeager sprinkling of the lib/re.pm
23741              dependencies (which was done to guarantee lib/re.pm being
23742              uptodate for parallel makes: now solved by funneling that
23743              through an explicit recursive make in the preplibrary target).
23744      Branch: perl
23745            ! Makefile.SH
23746 ____________________________________________________________________________
23747 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
23748         Log: Dispell the "use utf8" superstition.
23749      Branch: perl
23750            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
23751            ! pod/perlunicode.pod
23752 ____________________________________________________________________________
23753 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
23754         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
23755              From: "Abigail" <abigail@foad.org> 
23756              Date: Sat, 11 Aug 2001 23:49:49 +0200
23757              Message-ID: <20010811214950.23255.qmail@foad.org>
23758      Branch: perl
23759            ! t/op/taint.t
23760 ____________________________________________________________________________
23761 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
23762         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
23763              From: Abhijit Menon-Sen <ams@wiw.org>
23764              Date: Sat, 11 Aug 2001 06:18:19 +0530
23765              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
23766      Branch: perl
23767            ! mg.c
23768 ____________________________________________________________________________
23769 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
23770         Log: Test for change #11639.
23771      Branch: perl
23772            ! t/op/tiehandle.t
23773 ____________________________________________________________________________
23774 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
23775         Log: Subject: Re: Can't localize *FH, then tie it
23776              From: Abhijit Menon-Sen <ams@wiw.org>
23777              Date: Sun, 12 Aug 2001 16:08:06 +0530
23778              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
23779      Branch: perl
23780            ! pp_hot.c pp_sys.c
23781 ____________________________________________________________________________
23782 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
23783         Log: Drop all the unnecessary "use utf8" clauses and some of
23784              the unnecessary "use bytes" ones.
23785              
23786              TODO: scour the documentation for unnecessary "use utf8"
23787              and prominently display it in perldelta when the time comes.
23788              ("use utf8" should be necessary ONLY if one wants the script
23789              to be in UTF-8.)  Also should be checked in some non-ASCII
23790              non-Latin-1 platform, like EBCDIC.
23791      Branch: perl
23792            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
23793            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
23794 ____________________________________________________________________________
23795 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
23796         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
23797              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
23798              in Unicode handling.
23799      Branch: perl
23800            + t/op/lc.t
23801            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
23802 ____________________________________________________________________________
23803 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
23804         Log: Thinko: we want the flags for native cc, not gcc.
23805      Branch: perl
23806            ! hints/dec_osf.sh
23807 ____________________________________________________________________________
23808 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
23809         Log: (retracted by 13077)
23810              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
23811              From: Robin Houston <robin@kitsite.com>
23812              Date: Fri, 10 Aug 2001 14:42:02 +0100
23813              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
23814      Branch: perl
23815            ! pp.c
23816 ____________________________________________________________________________
23817 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
23818         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
23819              From: Abhijit Menon-Sen <ams@wiw.org>
23820              Date: Sat, 11 Aug 2001 16:31:04 +0530
23821              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
23822      Branch: perl
23823            ! op.c
23824 ____________________________________________________________________________
23825 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
23826         Log: Get rid of indread, from Abhijit Menon-Sen.
23827      Branch: perl
23828            ! pp_sys.c
23829 ____________________________________________________________________________
23830 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
23831         Log: CRLFgngngn.
23832      Branch: perl
23833            ! win32/Makefile win32/makefile.mk
23834 ____________________________________________________________________________
23835 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
23836         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
23837      Branch: perl
23838            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
23839            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
23840            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
23841            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
23842            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
23843            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
23844            ! win32/Makefile win32/makefile.mk
23845 ____________________________________________________________________________
23846 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
23847         Log: Avoid #elif (less portable than #else #if).
23848      Branch: perl
23849            ! handy.h
23850 ____________________________________________________________________________
23851 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
23852         Log: Subject: patch for perlvar.pod
23853              From: mah@everybody.org (Mark A. Hershberger)
23854              Date: 08 Aug 2001 17:03:16 -0500
23855              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
23856      Branch: perl
23857            ! pod/perlvar.pod
23858 ____________________________________________________________________________
23859 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
23860         Log: cpp commands must start (the # must be) at the column #0.
23861      Branch: perl
23862            ! op.c
23863 ____________________________________________________________________________
23864 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
23865         Log: If using gcc -B/foo/bar makedepend would give
23866              unnecessary warnings about unused -B/foo/bar.
23867      Branch: perl
23868            ! makedepend.SH
23869 ____________________________________________________________________________
23870 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
23871         Log: Update Changes.
23872      Branch: perl
23873            ! Changes patchlevel.h
23874 ____________________________________________________________________________
23875 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
23876         Log: s/z/tz/
23877      Branch: perl
23878            ! pod/perlfaq2.pod
23879 ____________________________________________________________________________
23880 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
23881         Log: Article nit.
23882      Branch: perl
23883            ! pod/perlfaq2.pod
23884 ____________________________________________________________________________
23885 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
23886         Log: Rename lib/unicode files to lib/unicore to avoid
23887              conflicts between core lib/unicode and Unicode::
23888              files in case-ignoring filesystems.
23889      Branch: perl
23890            + (add 325 files)
23891            - (delete 324 files)
23892            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
23893 ____________________________________________________________________________
23894 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
23895         Log: Upgrade to Math::BigInt 1.41.
23896      Branch: perl
23897            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
23898 ____________________________________________________________________________
23899 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
23900         Log: Subject: [PATCH] remove PL_na from typemap
23901              From: James <james@rf.net>
23902              Date: Mon, 06 Aug 2001 20:23:15 -0700
23903              Message-ID: <3B6F5F23.A31A81B1@rf.net>
23904              
23905              (had to be manually applied)
23906      Branch: perl
23907            ! lib/ExtUtils/typemap
23908 ____________________________________________________________________________
23909 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
23910         Log: The metaconfig unit changes for #11618.
23911      Branch: metaconfig/U/perl
23912            + d_fpclassl.U i_fp.U
23913 ____________________________________________________________________________
23914 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
23915         Log: Forgot this from #11618.
23916              
23917              NOTE: wince/config_H.ce needs updating.
23918      Branch: perl
23919            ! wince/config.ce
23920 ____________________________________________________________________________
23921 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
23922         Log: Introduce more floating point classifying APIs;
23923              try to define (most importantly) Perl_is{inf,nan}(x).
23924              
23925              For this first cut, assume none such APIs exist in non-UNIXoid
23926              platforms-- this is of course too unkind: Win32 rumoredly has
23927              _fpclass() and _isnan(), and VMS/VOS very probably have some
23928              of the APIs available.     The only thing Perl uses at the moment
23929              is Perl_isnan() (has been in use for a while now).
23930              
23931              NOTE: the Win32 and NetWare config_h.?c need regenerating.
23932      Branch: perl
23933            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
23934            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23935            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
23936            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23937            ! vos/config.ga.h win32/config.bc win32/config.gc
23938            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23939            ! win32/config_H.vc wince/config.ce wince/config.h
23940 ____________________________________________________________________________
23941 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
23942         Log: Integrate change #11519 from perlio:
23943              
23944              Avoid testing for (non-)existance of "encoding(xxxx)"
23945              layer is called "encoding" the (xxxx) is an argument.
23946      Branch: perl
23947           !> lib/open.pm
23948 ____________________________________________________________________________
23949 [ 11616] By: nick                                  on 2001/08/09  07:50:24
23950         Log: Integrate mainline
23951      Branch: perlio
23952           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
23953           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
23954           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
23955           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
23956            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
23957            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
23958           !> (integrate 79 files)
23959 ____________________________________________________________________________
23960 [ 11615] By: nick                                  on 2001/08/09  06:23:44
23961         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
23962              layer is called "encoding" the (xxxx) is an argument.
23963      Branch: perlio
23964            ! lib/open.pm
23965 ____________________________________________________________________________
23966 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
23967         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
23968              From: Paul Johnson <paul@pjcj.net>
23969              Date: Wed, 8 Aug 2001 23:54:17 +0200
23970              Message-ID: <20010808235417.O1006@pjcj.net>
23971      Branch: perl
23972            ! ext/B/B/Concise.pm
23973 ____________________________________________________________________________
23974 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
23975         Log: Make VMS use IEEE math by default; reorder Tru64 hints
23976              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
23977              exception semantics) is always set if using (the new) cc.
23978      Branch: perl
23979            ! configure.com hints/dec_osf.sh
23980 ____________________________________________________________________________
23981 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
23982         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
23983              From: Abhijit Menon-Sen <ams@wiw.org>
23984              Date: Tue, 7 Aug 2001 17:16:05 +0530
23985              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
23986      Branch: perl
23987            ! pp_sys.c
23988 ____________________________________________________________________________
23989 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
23990         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
23991              From: "Craig A. Berry" <craigberry@mac.com>
23992              Date: Tue, 07 Aug 2001 22:27:47 -0500
23993              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
23994      Branch: perl
23995            ! t/run/exit.t
23996 ____________________________________________________________________________
23997 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
23998         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
23999              From: "Craig A. Berry" <craigberry@mac.com>
24000              Date: Tue, 07 Aug 2001 20:01:53 -0500
24001              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
24002      Branch: perl
24003            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
24004 ____________________________________________________________________________
24005 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
24006         Log: Update the magazine information.
24007      Branch: perl
24008            ! pod/perlfaq2.pod
24009 ____________________________________________________________________________
24010 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
24011         Log: Ignore SIGFPE everywhere.
24012      Branch: perl
24013            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
24014 ____________________________________________________________________________
24015 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
24016         Log: With permission, change the licensing of the docs by
24017              TomC (and Gnat) to comply with the rest of Perl.
24018      Branch: perl
24019            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24020            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24021            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24022            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
24023            ! pod/perltootc.pod
24024 ____________________________________________________________________________
24025 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
24026         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
24027              From: Andy Dougherty <doughera@lafayette.edu>
24028              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
24029              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
24030      Branch: perl
24031            ! hints/openbsd.sh
24032 ____________________________________________________________________________
24033 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
24034         Log: Subject: [PATCH] Makefile.SH test_prep dependency
24035              From: Andy Dougherty <doughera@lafayette.edu>
24036              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
24037              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
24038      Branch: perl
24039            ! Makefile.SH
24040 ____________________________________________________________________________
24041 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
24042         Log: Don't autogenerate the headers et alia,
24043              make regen_headers explicitly.
24044      Branch: perl
24045            ! Makefile.SH
24046 ____________________________________________________________________________
24047 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
24048         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
24049              From: Gurusamy Sarathy <gsar@ActiveState.com> 
24050              Date: Tue, 07 Aug 2001 08:33:26 -0700
24051              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
24052              
24053              Unnecessary dependency.
24054      Branch: perl
24055            ! embed.pl
24056 ____________________________________________________________________________
24057 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
24058         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
24059              From: Abhijit Menon-Sen <ams@wiw.org>
24060              Date: Tue, 7 Aug 2001 09:10:54 +0530
24061              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
24062      Branch: perl
24063            ! pp_hot.c
24064 ____________________________________________________________________________
24065 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
24066         Log: Subject: [PATCH perl@11597] B && BEGIN handling
24067              From: "James A. Duncan" <jduncan@fotango.com>
24068              Date: Mon, 6 Aug 2001 17:29:11 +0100
24069              Message-ID: <20010806172911.A2071@fotango.com>
24070              
24071              (the intrpvar.h addition moved to the end for bincompat)
24072      Branch: perl
24073            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
24074 ____________________________________________________________________________
24075 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
24076         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
24077      Branch: perl
24078           !> README.win32
24079 ____________________________________________________________________________
24080 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
24081         Log: fix URLs for fcrypt.c
24082      Branch: maint-5.6/perl
24083            ! README.win32
24084 ____________________________________________________________________________
24085 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
24086         Log: Yet another way to say Infinity: HP-UX calls its "++".
24087      Branch: perl
24088            ! lib/Math/BigInt/t/bigintpm.t
24089 ____________________________________________________________________________
24090 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
24091         Log: Update Changes.
24092      Branch: perl
24093            ! Changes patchlevel.h
24094 ____________________________________________________________________________
24095 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
24096         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
24097      Branch: perl
24098            ! pod/perlfaq5.pod
24099 ____________________________________________________________________________
24100 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
24101         Log: The #11593 wasn't right.
24102      Branch: perl
24103            ! lib/Math/BigInt/t/bigintpm.t
24104 ____________________________________________________________________________
24105 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
24106         Log: Subject: [PATCH: perl@11564] introducing perlivp
24107              From: Prymmer/Kahn <pvhp@best.com>
24108              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
24109              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
24110              
24111              Subject: Re: [PATCH: perl@11564] introducing perlivp
24112              From: Prymmer/Kahn <pvhp@best.com>
24113              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
24114              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
24115      Branch: perl
24116            + utils/perlivp.PL
24117            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
24118            ! win32/Makefile win32/makefile.mk
24119 ____________________________________________________________________________
24120 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
24121         Log: libcs are confused what to call Infinity.
24122      Branch: perl
24123            ! lib/Math/BigInt/t/bigintpm.t
24124 ____________________________________________________________________________
24125 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
24126         Log: Avoid SIGFPE in Tru64.
24127      Branch: perl
24128            ! numeric.c
24129 ____________________________________________________________________________
24130 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
24131         Log: Upgrade to Math::BigInt 1.40.
24132              
24133              NOTE: this patch necessitates doing something about
24134              infinity handling since the new bigintpm.t tests use
24135              infinity, which causes SIGFPEs at least in Tru64.
24136      Branch: perl
24137            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24138            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
24139            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
24140            ! lib/Math/BigInt/t/mbimbf.t
24141 ____________________________________________________________________________
24142 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
24143         Log: remove hardcoded cmd shell in testsuite
24144      Branch: perl
24145            ! t/op/glob.t t/op/magic.t t/op/stat.t
24146 ____________________________________________________________________________
24147 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
24148         Log: 4-arg select() was busted on windows because change#8178 didn't
24149              make it into mainline
24150      Branch: perl
24151            ! perl.h win32/include/sys/socket.h
24152 ____________________________________________________________________________
24153 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
24154         Log: Rename the Getopt::Long tests to be as they are
24155              in the Getopt::Long official distribution.
24156      Branch: perl
24157            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
24158            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
24159            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
24160            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
24161            ! MANIFEST
24162 ____________________________________________________________________________
24163 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
24164         Log: Upgrade to Getopt::Long 2.26.
24165      Branch: perl
24166            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
24167            ! MANIFEST lib/Getopt/Long.pm
24168 ____________________________________________________________________________
24169 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
24170         Log: Retract #10874 (the hack should be unnecessary by now)
24171      Branch: perl
24172            ! lib/Test/Harness.pm
24173 ____________________________________________________________________________
24174 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
24175         Log: avoid temp file littering in tests
24176      Branch: perl
24177            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
24178 ____________________________________________________________________________
24179 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
24180         Log: Subject: warning in sv.c: double format, NV arg
24181              From: "Philip Newton" <Philip.Newton@gmx.net>
24182              Date: Sun, 5 Aug 2001 19:41:07 +0200
24183              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
24184      Branch: perl
24185            ! sv.c
24186 ____________________________________________________________________________
24187 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
24188         Log: fix POSIX.t#13 for windos
24189      Branch: perl
24190            ! ext/POSIX/POSIX.t
24191 ____________________________________________________________________________
24192 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
24193         Log: Add a test for PerlIO::Via.
24194      Branch: perl
24195            + ext/PerlIO/t/via.t
24196            ! MANIFEST ext/PerlIO/Via/Via.pm
24197 ____________________________________________________________________________
24198 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
24199         Log: flock() and link() are not available on Windows 9x
24200      Branch: perl
24201            ! win32/config_sh.PL
24202 ____________________________________________________________________________
24203 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
24204         Log: Some Tru64 C compilers have C++ components that confuse
24205              the ccversion parsing.
24206      Branch: perl
24207            ! hints/dec_osf.sh
24208 ____________________________________________________________________________
24209 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
24210         Log: (Reintroduce #11125)
24211              
24212              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
24213              From: Alan Burlison <Alan.Burlison@sun.com> 
24214              Date: Tue, 03 Jul 2001 15:20:13 +0100   
24215              Message-ID: <3B41D49D.A923D4F9@sun.com> 
24216      Branch: perl
24217            ! lib/ExtUtils/MM_Unix.pm
24218 ____________________________________________________________________________
24219 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
24220         Log: Little pointer juggling for HP-UX cc to avoid
24221              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
24222              followed by
24223              "error 1549: Modifiable lvalue required for assignment operator."
24224      Branch: perl
24225            ! hv.c
24226 ____________________________________________________________________________
24227 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
24228         Log: Continuation of #11575: SANY_SEEN completely deprecated,
24229              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
24230              plus a fix for the bug.
24231      Branch: perl
24232            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
24233 ____________________________________________________________________________
24234 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
24235         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
24236              From: Doug MacEachern <dougm@covalent.net>
24237              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
24238              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
24239      Branch: perl
24240            ! sv.c
24241 ____________________________________________________________________________
24242 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
24243         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
24244              the new CANY is the \C.  The problem reported and the
24245              test case supplied in
24246              
24247              Subject: UTF-8 bugs in string length & single line regex matches
24248              From: "Daniel P. Berrange" <dan@berrange.com>
24249              Date: Fri, 3 Aug 2001 11:39:33 +0100
24250              Message-ID: <20010803113932.A19318@berrange.com>
24251      Branch: perl
24252            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
24253            ! t/op/pat.t
24254 ____________________________________________________________________________
24255 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
24256         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
24257              From: Doug MacEachern <dougm@covalent.net>
24258              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
24259              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
24260      Branch: perl
24261            ! perl.c regexec.c
24262 ____________________________________________________________________________
24263 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
24264         Log: The #11572 didn't up the test count.
24265      Branch: perl
24266            ! t/op/length.t
24267 ____________________________________________________________________________
24268 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
24269         Log: Subject: UTF-8 bugs in string length & single line regex matches
24270              From: "Daniel P. Berrange" <dan@berrange.com>
24271              Date: Fri, 3 Aug 2001 11:39:33 +0100         
24272              Message-ID: <20010803113932.A19318@berrange.com>
24273              
24274              (the mg_length() fix)
24275      Branch: perl
24276            ! mg.c t/op/length.t
24277 ____________________________________________________________________________
24278 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
24279         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
24280              From: Abhijit Menon-Sen <ams@wiw.org>
24281              Date: Sat, 4 Aug 2001 16:56:35 +0530
24282              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
24283      Branch: perl
24284            ! hv.c
24285 ____________________________________________________________________________
24286 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
24287         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
24288              From: Abhijit Menon-Sen <ams@wiw.org>
24289              Date: Sat, 4 Aug 2001 16:16:03 +0530
24290              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
24291      Branch: perl
24292            ! hv.c
24293 ____________________________________________________________________________
24294 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
24295         Log: Subject: Re: [patch] refcount re ops
24296              From: Abhijit Menon-Sen <ams@wiw.org>
24297              Date: Sat, 4 Aug 2001 08:54:55 +0530
24298              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
24299      Branch: perl
24300            ! sv.c
24301 ____________________________________________________________________________
24302 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
24303         Log: Subject: [patch] refcount re ops
24304              From: Doug MacEachern <dougm@covalent.net>
24305              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
24306              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
24307      Branch: perl
24308            ! regcomp.c sv.c
24309 ____________________________________________________________________________
24310 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
24311         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
24312              From: Doug MacEachern <dougm@covalent.net>
24313              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
24314              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
24315      Branch: perl
24316            ! perl.c regexec.c
24317 ____________________________________________________________________________
24318 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
24319         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
24320              From: "Craig A. Berry" <craigberry@mac.com> 
24321              Date: Fri, 03 Aug 2001 16:16:16 -0500
24322              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
24323      Branch: perl
24324            ! t/op/misc.t
24325 ____________________________________________________________________________
24326 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
24327         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
24328              From: John Kristian <jmk2001@engineer.com>
24329              Date: Fri, 03 Aug 2001 00:59:08 -0700
24330              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
24331      Branch: perl
24332            ! win32/win32.c
24333 ____________________________________________________________________________
24334 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
24335         Log: Update Changes.
24336      Branch: perl
24337            ! Changes patchlevel.h
24338 ____________________________________________________________________________
24339 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
24340         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
24341              From: "Craig A. Berry" <craigberry@mac.com>
24342              Date: Thu, 02 Aug 2001 23:15:24 -0500
24343              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
24344      Branch: perl
24345            ! ext/B/Stash.t
24346 ____________________________________________________________________________
24347 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
24348         Log: Subject: [patch] plug PL_cshname leak
24349              From: Doug MacEachern <dougm@covalent.net>
24350              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
24351              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
24352      Branch: perl
24353            ! sv.c
24354 ____________________________________________________________________________
24355 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
24356         Log: Subject: [patch] plug PL_sh_path leak
24357              From: Doug MacEachern <dougm@covalent.net>
24358              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
24359              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
24360      Branch: perl
24361            ! sv.c
24362 ____________________________________________________________________________
24363 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
24364         Log: Subject: [patch] plug PL_regex_padav leaks
24365              From: Doug MacEachern <dougm@covalent.net>
24366              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
24367              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
24368      Branch: perl
24369            ! op.c op.h perl.c
24370 ____________________________________________________________________________
24371 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
24372         Log: Subject: [patch] plug PL_origargv leak
24373              From: Doug MacEachern <dougm@covalent.net>
24374              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
24375              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
24376      Branch: perl
24377            ! perl.c
24378 ____________________________________________________________________________
24379 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
24380         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
24381              From: Abhijit Menon-Sen <ams@wiw.org>
24382              Date: Fri, 3 Aug 2001 06:38:11 +0530
24383              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
24384      Branch: perl
24385            ! hv.c
24386 ____________________________________________________________________________
24387 [ 11557] By: nick                                  on 2001/08/03  08:17:38
24388         Log: Integrate mainline
24389      Branch: perlio
24390           +> (branch 47 files)
24391            - lib/Switch/test.pl
24392           !> (integrate 49 files)
24393 ____________________________________________________________________________
24394 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
24395         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
24396              From: "Craig A. Berry" <craigberry@mac.com>
24397              Date: Thu, 02 Aug 2001 12:56:19 -0500
24398              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
24399      Branch: perl
24400            ! ext/B/Showlex.t
24401 ____________________________________________________________________________
24402 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
24403         Log: Be more careful about non-existent files.
24404      Branch: perl
24405            ! lib/File/Copy.pm
24406 ____________________________________________________________________________
24407 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
24408         Log: Subject: [PATCH resend] deparse empty formats
24409              From: Robin Houston <robin@kitsite.com> 
24410              Date: Thu, 2 Aug 2001 14:32:36 +0100
24411              Message-ID: <20010802143236.A894@robin.kitsite.com>
24412      Branch: perl
24413            ! ext/B/B/Deparse.pm
24414 ____________________________________________________________________________
24415 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
24416         Log: Subject: [patch] ithreads + refto fix improvement
24417              From: Doug MacEachern <dougm@covalent.net>
24418              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
24419              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
24420      Branch: perl
24421            ! pp.c
24422 ____________________________________________________________________________
24423 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
24424         Log: Readability nit from Abhijit.
24425      Branch: perl
24426            ! op.c
24427 ____________________________________________________________________________
24428 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
24429         Log: setproctitle() API version nit from Anton Berezin.
24430      Branch: perl
24431            ! mg.c
24432 ____________________________________________________________________________
24433 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
24434         Log: Add PerlCE to the docs.
24435      Branch: perl
24436            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24437            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24438 ____________________________________________________________________________
24439 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
24440         Log: Integrate the PerlCE (WinCE Perl) port;
24441              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
24442      Branch: perl
24443            + README.ce wince/FindExt.pm wince/Makefile.ce
24444            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
24445            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
24446            + wince/bin/search.pl wince/config.ce wince/config.h
24447            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
24448            + wince/dl_win32.xs wince/include/arpa/inet.h
24449            + wince/include/cectype.h wince/include/errno.h
24450            + wince/include/netdb.h wince/include/sys/socket.h
24451            + wince/include/sys/stat.h wince/include/sys/types.h
24452            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
24453            + wince/perl.rc wince/perldll.def wince/perllib.c
24454            + wince/perlmain.c wince/registry.bat wince/runperl.c
24455            + wince/splittree.pl wince/win32.h wince/win32iop.h
24456            + wince/win32thread.c wince/win32thread.h wince/wince.c
24457            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
24458            + wince/xdistclean.ksh wince/xmakediffs.ksh
24459            ! MANIFEST perl.c perl.h perlio.c
24460 ____________________________________________________________________________
24461 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
24462         Log: setproctitle() made simpler.  (This assumes the string is
24463              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
24464              should be used.  Note len, not len + 1.)  BSD-fu from Anton
24465              Berezin.
24466      Branch: perl
24467            ! mg.c
24468 ____________________________________________________________________________
24469 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
24470         Log: Subject: [PATCH] -Wall cleanup: op.c
24471              From: Richard Soderberg <rs@oregonnet.com>
24472              Date: Thu, 2 Aug 2001 00:17:09 -0700
24473              Message-Id: <200108020717.AAA26895@oregonnet.com>
24474              
24475              Subject: [PATCH] -Wall cleanup: sv.c
24476              From: Richard Soderberg <rs@oregonnet.com>
24477              Date: Thu, 2 Aug 2001 00:49:21 -0700
24478              Message-Id: <200108020749.AAA27492@oregonnet.com>
24479      Branch: perl
24480            ! op.c sv.c
24481 ____________________________________________________________________________
24482 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
24483         Log: Update Changes.
24484      Branch: perl
24485            ! Changes patchlevel.h
24486 ____________________________________________________________________________
24487 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
24488         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
24489              From: Doug MacEachern <dougm@covalent.net>
24490              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
24491              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
24492      Branch: perl
24493            ! op.c
24494 ____________________________________________________________________________
24495 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
24496         Log: The #11541 didn't work under threads.
24497      Branch: perl
24498            ! op.c
24499 ____________________________________________________________________________
24500 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
24501         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
24502              From: Hugo <hv@crypt.compulink.co.uk>
24503              Date: Fri, 22 Jun 2001 01:19:08 +0100 
24504              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
24505              
24506              (Skip tests if accept() failed)
24507      Branch: perl
24508            ! ext/IO/lib/IO/t/io_unix.t
24509 ____________________________________________________________________________
24510 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
24511         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
24512              From: "Stian Seeberg" <sseeberg@nimsoft.no>
24513              Date: Mon, 30 Jul 2001 12:28:07 +0200
24514              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
24515      Branch: perl
24516            ! perl.h
24517 ____________________________________________________________________________
24518 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
24519         Log: Subject: Pluggable optimizer
24520              From: Simon Cozens <simon@netthink.co.uk>
24521              Date: Wed, 1 Aug 2001 13:57:02 -0700
24522              Message-ID: <20010801135702.I10442@netthink.co.uk>
24523      Branch: perl
24524            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
24525 ____________________________________________________________________________
24526 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
24527         Log: Subject: [ID 20010801.039] perlre.pod message typo
24528              From: Autrijus Tang <autrijus@geb.elixus.org>
24529              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
24530              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
24531      Branch: perl
24532            ! pod/perlre.pod
24533 ____________________________________________________________________________
24534 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
24535         Log: Test for change #11536.
24536      Branch: perl
24537            ! t/op/tiehandle.t
24538 ____________________________________________________________________________
24539 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
24540         Log: More test fixups for #11537.
24541      Branch: perl
24542            ! t/lib/warnings/4lint t/lib/warnings/9enabled
24543 ____________________________________________________________________________
24544 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
24545         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
24546              From: Doug MacEachern <dougm@covalent.net>
24547              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
24548              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
24549      Branch: perl
24550            ! op.c t/TestInit.pm
24551 ____________________________________________________________________________
24552 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
24553         Log: Subject: [patch] ithreads + refto bug
24554              From: Doug MacEachern <dougm@covalent.net>
24555              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
24556              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
24557              
24558              (Test in change #11539)
24559      Branch: perl
24560            ! pp.c
24561 ____________________________________________________________________________
24562 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
24563         Log: Subject: [PATCH: perl@11523] fixups for t/harness
24564              From: Prymmer/Kahn <pvhp@best.com>
24565              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
24566              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
24567      Branch: perl
24568            ! t/harness
24569 ____________________________________________________________________________
24570 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
24571         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
24572              From: Prymmer/Kahn <pvhp@best.com>
24573              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
24574              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
24575      Branch: perl
24576            ! win32/Makefile win32/makefile.mk
24577 ____________________________________________________________________________
24578 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
24579         Log: Need to know the number of tests.
24580      Branch: perl
24581            ! t/run/exit.t
24582 ____________________________________________________________________________
24583 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
24584         Log: Subject: Re: new exit tests on VMS
24585              From: "Craig A. Berry" <craigberry@mac.com>
24586              Date: Tue, 31 Jul 2001 12:19:29 -0500
24587              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
24588      Branch: perl
24589            ! t/run/exit.t
24590 ____________________________________________________________________________
24591 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
24592         Log: Retract #11530 (the dTHX is needed under threads)
24593      Branch: perl
24594            ! perlio.c
24595 ____________________________________________________________________________
24596 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
24597         Log: (Retracted by #11531)
24598      Branch: perl
24599            ! perlio.c
24600 ____________________________________________________________________________
24601 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
24602         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
24603              From: Richard Soderberg <rs@crystalflame.net>
24604              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
24605              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
24606      Branch: perl
24607            ! unixish.h
24608 ____________________________________________________________________________
24609 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
24610         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
24611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24612              Date: Tue, 31 Jul 2001 05:39:09 -0400
24613              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
24614              
24615              (with a note about the case of UV being equal to long long)
24616      Branch: perl
24617            ! utils/h2xs.PL
24618 ____________________________________________________________________________
24619 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
24620         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
24621              From: "Craig A. Berry" <craigberry@mac.com>
24622              Date: Tue, 31 Jul 2001 14:57:43 -0500
24623              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
24624      Branch: perl
24625            ! t/io/fs.t
24626 ____________________________________________________________________________
24627 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
24628         Log: Fix for
24629              
24630              Subject: [ID 20010116.001] File::Copy truncates orig file 
24631              From: arbor@al37al08.telecel.pt
24632              Date: Tue, 16 Jan 2001 11:43:02 GMT
24633              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
24634              
24635              (copy($foo, $foo) would truncate $foo)
24636      Branch: perl
24637            ! lib/File/Copy.pm lib/File/Copy.t
24638 ____________________________________________________________________________
24639 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
24640         Log: Metaconfig unit change for #11524.
24641      Branch: metaconfig/U/perl
24642            ! Extras.U
24643 ____________________________________________________________________________
24644 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
24645         Log: Multiple modules didn't work; plus typo fixes.
24646      Branch: perl
24647            ! Configure
24648 ____________________________________________________________________________
24649 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
24650         Log: Update Changes.
24651      Branch: perl
24652            ! Changes patchlevel.h
24653 ____________________________________________________________________________
24654 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
24655         Log: Regen perlapi.
24656      Branch: perl
24657            ! pod/perlapi.pod
24658 ____________________________________________________________________________
24659 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
24660         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
24661              From: Dave Mitchell <davem@fdgroup.co.uk>
24662              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
24663              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
24664      Branch: perl
24665            ! sv.c
24666 ____________________________________________________________________________
24667 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
24668         Log: Regen toc.
24669      Branch: perl
24670            ! pod/perltoc.pod
24671 ____________________________________________________________________________
24672 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
24673         Log: Regen Porting stuff.
24674      Branch: perl
24675            ! Porting/Glossary Porting/config.sh Porting/config_H
24676 ____________________________________________________________________________
24677 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
24678         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
24679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24680              Date: Tue, 31 Jul 2001 05:34:38 -0400
24681              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
24682      Branch: perl
24683            ! utils/h2xs.PL
24684 ____________________________________________________________________________
24685 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
24686         Log: Metaconfig unit change for #11516. 
24687      Branch: metaconfig/U/perl
24688            ! gccvers.U
24689 ____________________________________________________________________________
24690 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
24691         Log: Add -Wall in cflags, not in Configure.
24692              (This way -Wall affects only the core and the core XS,
24693              not user modules' XS.  Concern from Paul Marquess,
24694              implementation idea from Andy Dougherty.)
24695      Branch: perl
24696            ! Configure cflags.SH
24697 ____________________________________________________________________________
24698 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
24699         Log: Metaconfig unit changes for #11514.
24700      Branch: metaconfig
24701            + U/modified/sysman.U
24702            ! U/installdirs/man1dir.U
24703 ____________________________________________________________________________
24704 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
24705         Log: Subject: Configure's detection of system manual
24706              From: Sean Dague <sean@dague.net> 
24707              Date: Sun, 13 May 2001 15:53:15 -0400
24708              Message-ID: <20010513155315.A15833@underhill.dague.net>
24709      Branch: perl
24710            ! Configure
24711 ____________________________________________________________________________
24712 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
24713         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
24714              From: Autrijus Tang <autrijus@autrijus.org> 
24715              Date: Thu, 21 Jun 2001 23:56:48 +0800
24716              Message-Id: <20010621235648.A57340@not.autrijus.org>
24717      Branch: perl
24718            ! pod/perlobj.pod
24719 ____________________________________________________________________________
24720 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
24721         Log: Subject: Typo in DB_File.pm
24722              From: "Philip Newton" <Philip.Newton@gmx.net>
24723              Date: Tue, 31 Jul 2001 06:19:35 +0200
24724              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
24725      Branch: perl
24726            ! ext/DB_File/DB_File.pm
24727 ____________________________________________________________________________
24728 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
24729         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
24730              From: "Stephen P. Potter" <spp@spotter.yi.org>
24731              Date: Wed, 30 May 2001 13:59:34 -0400
24732              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
24733      Branch: perl
24734            ! pod/perlre.pod
24735 ____________________________________________________________________________
24736 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
24737         Log: eval "format foo=" would loop indefinitely; reported in
24738              
24739              Subject: A load of old rubbish
24740              From: Mike Guy <mjtg@cam.ac.uk>
24741              Date: Mon, 14 May 2001 16:12:22 +0100
24742              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
24743              
24744              (The core dumps reported in there already fixed.)
24745      Branch: perl
24746            ! toke.c
24747 ____________________________________________________________________________
24748 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
24749         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
24750      Branch: perl
24751            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
24752            + lib/Switch/t/switch_case.t
24753            - lib/Switch/test.pl
24754            ! MANIFEST lib/Switch.pm
24755 ____________________________________________________________________________
24756 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
24757         Log: Subject: [PATCH @11505] DB_File-1.78
24758              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24759              Date: Mon, 30 Jul 2001 22:54:37 +0100
24760              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
24761      Branch: perl
24762            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24763            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
24764 ____________________________________________________________________________
24765 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
24766         Log: Explain in more detail why -pipe and -fno-common are good.
24767      Branch: perl
24768            ! hints/darwin.sh
24769 ____________________________________________________________________________
24770 [ 11506] By: nick                                  on 2001/07/30  14:32:23
24771         Log: Integrate mainline
24772      Branch: perlio
24773           !> INSTALL Makefile.SH doio.c hints/darwin.sh
24774 ____________________________________________________________________________
24775 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
24776         Log: Perl hasn't been putting man pages into $prefix/lib for
24777              a long time now; pointed out by Andy Dougherty. 
24778      Branch: perl
24779            ! hints/darwin.sh
24780 ____________________________________________________________________________
24781 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
24782         Log: Document the extras Configure option.
24783      Branch: perl
24784            ! INSTALL
24785 ____________________________________________________________________________
24786 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
24787         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
24788              everywhere.
24789      Branch: perl
24790           !> doio.c
24791 ____________________________________________________________________________
24792 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
24793         Log: Doubly guard against invoking CPAN if no extras defined,
24794              pointed out by H. Merijn Brand.
24795      Branch: perl
24796            ! Makefile.SH
24797 ____________________________________________________________________________
24798 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
24799         Log: Fix O_RDONLY check to check for O_RDONLY.
24800      Branch: maint-5.6/macperl
24801            ! doio.c
24802 ____________________________________________________________________________
24803 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
24804         Log: Integrate miscellaneous changes from maint-5.6/perl.
24805      Branch: maint-5.6/macperl
24806           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
24807 ____________________________________________________________________________
24808 [ 11499] By: nick                                  on 2001/07/30  06:52:42
24809         Log: Integrate mainline
24810      Branch: perlio
24811           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
24812           +> win32/sync_ext.pl
24813            - win32/sncfnmcs.pl
24814           !> (integrate 71 files)
24815 ____________________________________________________________________________
24816 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
24817         Log: Update Changes.
24818      Branch: perl
24819            ! Changes patchlevel.h
24820 ____________________________________________________________________________
24821 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
24822         Log: Now Configure -Dextras=Foo::Bar and "make install" will
24823              fetch and install Foo::Bar.
24824      Branch: perl
24825            ! Makefile.SH
24826 ____________________________________________________________________________
24827 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
24828         Log: Metaconfig unit change for #11495.
24829      Branch: metaconfig/U/perl
24830            ! Extras.U
24831 ____________________________________________________________________________
24832 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
24833         Log: extras.make, extras.test, and extras.install make targets.
24834      Branch: perl
24835            ! Configure Makefile.SH
24836 ____________________________________________________________________________
24837 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
24838         Log: Metaconfig unit change for #11493.
24839      Branch: metaconfig/U/perl
24840            ! Extras.U
24841 ____________________________________________________________________________
24842 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
24843         Log: Better to have the list of extras in $extras than 'define'.
24844      Branch: perl
24845            ! Configure
24846 ____________________________________________________________________________
24847 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
24848         Log: The metaconfig unit change for #11490.
24849      Branch: metaconfig/U/perl
24850            + Extras.U
24851 ____________________________________________________________________________
24852 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
24853         Log: Missed from #11490 (the required dependency).
24854      Branch: perl
24855            ! Makefile.SH
24856 ____________________________________________________________________________
24857 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
24858         Log: Add the support of asking for extra modules or bundles of modules
24859              to be fetched from the CPAN and installed as a part of the Perl
24860              build process.  None of this installation is yet really done;
24861              only the list is asked, and saved away in extras.lst for
24862              the build and installation process to worry about later.
24863      Branch: perl
24864            ! Configure
24865 ____________________________________________________________________________
24866 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
24867         Log: Beginnings of better Inf and NaN support.
24868              At least toke.c and sv.c still need quite a bit of work.
24869      Branch: perl
24870            ! numeric.c perl.h
24871 ____________________________________________________________________________
24872 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
24873         Log: Top-level Makefile didn't honour OPTIMIZE.
24874      Branch: perl
24875            ! Makefile.SH
24876 ____________________________________________________________________________
24877 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
24878         Log: Update Changes.
24879      Branch: perl
24880            ! Changes patchlevel.h
24881 ____________________________________________________________________________
24882 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
24883         Log: Use Search::Dict 1.02 interface for charinfo().
24884      Branch: perl
24885            ! lib/UnicodeCD.pm
24886 ____________________________________________________________________________
24887 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
24888         Log: Now also allow transforming the read lines before comparing them.
24889              (This will help UnicodeCD.) 
24890      Branch: perl
24891            ! lib/Search/Dict.pm
24892 ____________________________________________________________________________
24893 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
24894         Log: Remove tiehandle code.
24895      Branch: perl
24896            ! lib/UnicodeCD.pm
24897 ____________________________________________________________________________
24898 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
24899         Log: Allow specifying a comparison function for Search::Dict::look().
24900      Branch: perl
24901            ! lib/Search/Dict.pm
24902 ____________________________________________________________________________
24903 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
24904         Log: Small UnicodeCD tweaks.
24905      Branch: perl
24906            ! lib/UnicodeCD.pm lib/UnicodeCD.t
24907 ____________________________________________________________________________
24908 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
24909         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
24910              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24911              Date: Tue, 24 Jul 2001 01:51:32 +0900
24912              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
24913      Branch: perl
24914            ! lib/UnicodeCD.pm lib/UnicodeCD.t
24915 ____________________________________________________________________________
24916 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
24917         Log: Subject: [PATCH] installperl
24918              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
24919              Date: Fri, 27 Jul 2001 19:05:04 -0700
24920              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
24921      Branch: perl
24922            ! installperl
24923 ____________________________________________________________________________
24924 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
24925         Log: Subject: [PATCH] Set proper compatibility versions in core
24926              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
24927              Date: Fri, 27 Jul 2001 20:01:49 -0700
24928              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
24929      Branch: perl
24930            ! Makefile.SH
24931 ____________________________________________________________________________
24932 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
24933         Log: Metaconfig unit change for #11477.
24934      Branch: metaconfig/U/perl
24935            ! dlsrc.U
24936 ____________________________________________________________________________
24937 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
24938         Log: Subject: [PATCH] Darwin: -fpic not so good
24939              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
24940              Date: Fri, 27 Jul 2001 18:57:38 -0700
24941              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
24942      Branch: perl
24943            ! Configure
24944 ____________________________________________________________________________
24945 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
24946         Log: Subject: [PATCH] Clean up Darwin hints
24947              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
24948              Date: Fri, 27 Jul 2001 19:13:15 -0700
24949              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
24950      Branch: perl
24951            ! hints/darwin.sh
24952 ____________________________________________________________________________
24953 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
24954         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
24955              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24956              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
24957              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
24958      Branch: perl
24959            ! pod/perlfunc.pod pp.c t/op/split.t
24960 ____________________________________________________________________________
24961 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
24962         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
24963              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24964              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
24965              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
24966      Branch: perl
24967            ! pod/perlvar.pod
24968 ____________________________________________________________________________
24969 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
24970         Log: Subject: [PATCH] fixes to constant.pm documentation
24971              From: Ilmari Karonen <iltzu@sci.fi>
24972              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
24973              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
24974      Branch: perl
24975            ! lib/constant.pm
24976 ____________________________________________________________________________
24977 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
24978         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
24979              From: "Philip Newton" <Philip.Newton@gmx.net>
24980              Date: Fri, 27 Jul 2001 07:51:10 +0200
24981              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
24982      Branch: perl
24983            ! pod/perlport.pod
24984 ____________________________________________________________________________
24985 [ 11471] By: nick                                  on 2001/07/26  06:23:32
24986         Log: Subject:  [PATCH] Doc fix for perlguts / threading
24987              From:  Arthur Bergman <arthur@contiller.se>
24988              Date:  Wed, 25 Jul 2001 11:28:23 +0200
24989              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
24990      Branch: perl
24991            ! pod/perlguts.pod
24992 ____________________________________________________________________________
24993 [ 11470] By: nick                                  on 2001/07/26  06:21:06
24994         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
24995              From:  Philip Newton <Philip.Newton@gmx.net>
24996              Date:  Wed, 25 Jul 2001 08:19:47 +0200
24997              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
24998      Branch: perl
24999            ! INSTALL
25000 ____________________________________________________________________________
25001 [ 11469] By: nick                                  on 2001/07/26  06:20:25
25002         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
25003              From:  Philip Newton <Philip.Newton@gmx.net>
25004              Date:  Wed, 25 Jul 2001 08:12:48 +0200
25005              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
25006      Branch: perl
25007            ! INSTALL
25008 ____________________________________________________________________________
25009 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
25010         Log: More +x.
25011      Branch: perl
25012            ! Porting/makerel
25013 ____________________________________________________________________________
25014 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
25015         Log: Update Changes.
25016      Branch: perl
25017            ! Changes patchlevel.h
25018 ____________________________________________________________________________
25019 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
25020         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
25021              From: "Philip Newton" <Philip.Newton@gmx.net>
25022              Date: Tue, 24 Jul 2001 06:45:55 +0200
25023              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
25024      Branch: perl
25025            ! os2/perlrexx.c
25026 ____________________________________________________________________________
25027 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
25028         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
25029              From: Peter Prymmer <pvhp@forte.com>
25030              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
25031              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
25032      Branch: perl
25033            ! pod/perlport.pod t/io/fs.t vms/test.com
25034 ____________________________________________________________________________
25035 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
25036         Log: Workaround on Cwd bootstrap problem.
25037      Branch: perl
25038            ! lib/ExtUtils/MakeMaker.pm
25039 ____________________________________________________________________________
25040 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
25041         Log: When in Rome, quote like the Romans do.
25042      Branch: perl
25043            ! cflags.SH
25044 ____________________________________________________________________________
25045 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
25046         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
25047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25048              Date: Mon, 23 Jul 2001 19:29:49 -0400
25049              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
25050      Branch: perl
25051            + os2/perlrexx.c
25052            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
25053            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
25054            ! t/op/write.t
25055 ____________________________________________________________________________
25056 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
25057         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
25058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25059              Date: Mon, 23 Jul 2001 18:43:42 -0400
25060              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
25061      Branch: perl
25062            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
25063 ____________________________________________________________________________
25064 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
25065         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
25066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25067              Date: Mon, 23 Jul 2001 18:33:16 -0400
25068              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
25069      Branch: perl
25070            ! lib/ExtUtils/MakeMaker.pm
25071 ____________________________________________________________________________
25072 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
25073         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
25074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25075              Date: Mon, 23 Jul 2001 18:20:35 -0400
25076              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
25077      Branch: perl
25078            ! Makefile.SH cflags.SH
25079 ____________________________________________________________________________
25080 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
25081         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
25082              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
25083              Date: Mon, 23 Jul 2001 11:32:17 -0500
25084              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
25085      Branch: perl
25086            ! lib/ExtUtils/MakeMaker.pm
25087 ____________________________________________________________________________
25088 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
25089         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
25090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25091              Date: Mon, 23 Jul 2001 18:13:20 -0400
25092              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
25093      Branch: perl
25094            ! lib/perl5db.pl
25095 ____________________________________________________________________________
25096 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
25097         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
25098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25099              Date: Mon, 23 Jul 2001 18:07:40 -0400
25100              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
25101      Branch: perl
25102            ! op.c
25103 ____________________________________________________________________________
25104 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
25105         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
25106              From: "Craig A. Berry" <craigberry@mac.com>
25107              Date: Mon, 23 Jul 2001 15:35:06 -0500
25108              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
25109      Branch: perl
25110            ! util.c
25111 ____________________________________________________________________________
25112 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
25113         Log: Subject: [PATCH perlfaq9.pod typo]
25114              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
25115              Date: Mon, 23 Jul 2001 07:49:05 -0700
25116              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
25117      Branch: perl
25118            ! pod/perlfaq9.pod
25119 ____________________________________________________________________________
25120 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
25121         Log: Subject: win32\sncfnmcs.pl corrections
25122              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
25123              Date: Mon, 23 Jul 2001 12:56:54 +0200
25124              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
25125              
25126              Rename the script a little bit more sensibly.
25127      Branch: perl
25128            + win32/sync_ext.pl
25129            - win32/sncfnmcs.pl
25130            ! MANIFEST README.win32
25131 ____________________________________________________________________________
25132 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
25133         Log: Test tweak.
25134      Branch: perl
25135            ! ext/B/Deparse.t
25136 ____________________________________________________________________________
25137 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
25138         Log: Metaconfig unit tweak for #11450.
25139      Branch: metaconfig/U/perl
25140            ! Mksymlinks.U
25141 ____________________________________________________________________________
25142 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
25143         Log: Too volatile failsafe check.
25144      Branch: perl
25145            ! Configure
25146 ____________________________________________________________________________
25147 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
25148         Log: Further doc tweaks.
25149      Branch: perl
25150            ! lib/UnicodeCD.pm
25151 ____________________________________________________________________________
25152 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
25153         Log: Doc tweaks.
25154      Branch: perl
25155            ! lib/UnicodeCD.pm
25156 ____________________________________________________________________________
25157 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
25158         Log: Doc tweakery from Abhijit.
25159      Branch: perl
25160            ! Porting/repository.pod
25161 ____________________________________________________________________________
25162 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
25163         Log: An accidental empty line.
25164      Branch: perl
25165            ! MANIFEST
25166 ____________________________________________________________________________
25167 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
25168         Log: Missing MANIFESTations.
25169      Branch: perl
25170            ! MANIFEST
25171 ____________________________________________________________________________
25172 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
25173         Log: Update Changes.
25174      Branch: perl
25175            ! Changes patchlevel.h
25176 ____________________________________________________________________________
25177 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
25178         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
25179              From: Mike Guy <mjtg@cam.ac.uk>
25180              Date: Fri, 20 Jul 2001 16:12:49 +0100
25181              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
25182      Branch: perl
25183            ! Porting/pumpkin.pod
25184 ____________________________________________________________________________
25185 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
25186         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
25187              From: Peter Prymmer <pvhp@forte.com>
25188              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
25189              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
25190      Branch: perl
25191            ! pod/perlhack.pod
25192 ____________________________________________________________________________
25193 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
25194         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
25195              From: Michael G Schwern <schwern@pobox.com>
25196              Date: Fri, 20 Jul 2001 20:22:35 -0400
25197              Message-ID: <20010720202235.O4498@blackrider>
25198      Branch: perl
25199            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
25200            ! lib/Test/t/todo.t
25201 ____________________________________________________________________________
25202 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
25203         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
25204              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25205              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
25206              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
25207      Branch: perl
25208            ! ext/POSIX/POSIX.pod
25209 ____________________________________________________________________________
25210 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
25211         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
25212              From: Mark-Jason Dominus <mjd@plover.com>
25213              Date: Fri, 20 Jul 2001 23:16:54 -0400
25214              Message-ID: <20010721031654.21877.qmail@plover.com>
25215      Branch: perl
25216            ! ext/POSIX/POSIX.pod
25217 ____________________________________________________________________________
25218 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
25219         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
25220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25221              Date: Sun, 22 Jul 2001 14:56:09 +0200
25222              Message-ID: <20010722145609.A766@rafael>
25223      Branch: perl
25224            ! ext/B/O.pm
25225 ____________________________________________________________________________
25226 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
25227         Log: Subject: regexec.c #define cleanup
25228              From: Mark-Jason Dominus <mjd@plover.com>
25229              Date: Sat, 21 Jul 2001 18:33:25 -0400
25230              Message-ID: <20010721223325.3069.qmail@plover.com>
25231      Branch: perl
25232            ! regexec.c
25233 ____________________________________________________________________________
25234 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
25235         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
25236              From: Prymmer/Kahn <pvhp@best.com>
25237              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
25238              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
25239      Branch: perl
25240            ! t/io/fs.t
25241 ____________________________________________________________________________
25242 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
25243         Log: Typo in #11432.
25244      Branch: perl
25245            ! ext/POSIX/POSIX.t
25246 ____________________________________________________________________________
25247 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
25248         Log: Integrate (manually) change #11424 from macperl.
25249      Branch: perl
25250            ! ext/Filter/t/call.t
25251 ____________________________________________________________________________
25252 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
25253         Log: Integrate change #11408 from macperl.
25254      Branch: perl
25255           !> README.macos pod/perlport.pod
25256 ____________________________________________________________________________
25257 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
25258         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
25259      Branch: perl
25260           +> macos/MacPerlTests.cmd macos/xsubpp.patch
25261            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25262            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
25263            ! ext/POSIX/POSIX.t
25264 ____________________________________________________________________________
25265 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
25266         Log: pod/*.t tests not picked up by t/TEST either
25267      Branch: maint-5.6/perl
25268            ! t/TEST
25269 ____________________________________________________________________________
25270 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
25271         Log: better tweak for change#11429 (windows has both / and \ separated
25272              paths in @INC at that point)
25273      Branch: maint-5.6/perl
25274            ! t/pod/testp2pt.pl
25275 ____________________________________________________________________________
25276 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
25277         Log: MacOS pod test tweak needs \Escape
25278      Branch: maint-5.6/perl
25279            ! t/pod/testp2pt.pl
25280 ____________________________________________________________________________
25281 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
25282         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
25283              resulting duplicate output, but t/harness isn't)
25284      Branch: maint-5.6/perl
25285            ! t/run/runenv.t
25286 ____________________________________________________________________________
25287 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
25288         Log: t/harness wasn't picking up all the tests
25289      Branch: maint-5.6/perl
25290            ! t/harness
25291 ____________________________________________________________________________
25292 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
25293         Log: update MANIFEST for new file
25294      Branch: maint-5.6/perl
25295            ! MANIFEST
25296 ____________________________________________________________________________
25297 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
25298         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
25299              the exception of the macperl/macos/... tree
25300      Branch: maint-5.6/perl
25301           +> t/lib/filefind-taint.t
25302           !> (integrate 72 files)
25303 ____________________________________________________________________________
25304 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
25305         Log: Fix test.
25306      Branch: maint-5.6/macperl
25307            ! macos/bundled_ext/Filter/t/call.t
25308 ____________________________________________________________________________
25309 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
25310         Log: Make perl fork()-safe (in a slightly limited way) even on
25311              platforms that don't have pthread_atfork() (extension of
25312              the fix in change#11151).
25313              
25314              Note that this will not help extensions that call fork()
25315              directly in C, or that link to libraries that call fork()
25316              directly.  Such cases must be fixed to either call
25317              PerlProc_fork(), or call atfork_lock() in parent before the
25318              calling the function that forks and call atfork_unlock()
25319              in both parent and child immediately after the fork().
25320              (There are no worries if C code calls exec() in the child
25321              immediately after a fork().  Only cases where the child
25322              calls perl's API functions (including New()) after the
25323              fork() are problematic.)
25324              
25325              This change also eliminates the use of vfork() from perl,
25326              since all such uses were violating the severe restrictions
25327              on modifying the state of the process between the vfork()
25328              and the exec().
25329              
25330              This is a modified version of patches suggested by Abhijit
25331              Menon-Sen and Richard Soderberg.
25332      Branch: perl
25333            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
25334            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
25335 ____________________________________________________________________________
25336 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
25337         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
25338              Switch, and Text::Balanced.
25339      Branch: maint-5.6/macperl
25340            + macos/bundled_ext/Filter/Util/Call/Call.pm
25341            + macos/bundled_ext/Filter/Util/Call/Call.xs
25342            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
25343            + macos/bundled_ext/Filter/t/MyFilter.pm
25344            + macos/bundled_ext/Filter/t/call.t
25345            + macos/bundled_ext/Filter/t/filter-util.pl
25346            + macos/bundled_lib/blib/lib/Class/ISA.pm
25347            + macos/bundled_lib/blib/lib/Digest.pm
25348            + macos/bundled_lib/blib/lib/Filter/Simple.pm
25349            + macos/bundled_lib/blib/lib/Switch.pm
25350            + macos/bundled_lib/blib/lib/Text/Balanced.pm
25351            + macos/bundled_lib/blib/lib/Text/Balanced.pod
25352            + macos/bundled_lib/t/Class/ISA/test.pl
25353            + macos/bundled_lib/t/Digest/Digest.t
25354            + macos/bundled_lib/t/Filter/Simple/test.pl
25355            + macos/bundled_lib/t/Switch/test.pl
25356            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
25357            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
25358            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
25359            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
25360            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
25361            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
25362            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
25363            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
25364 ____________________________________________________________________________
25365 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
25366         Log: Add Filter::Util::Call to config/make files; edit utils
25367              to recognize the module (it was descended too far down).
25368              Bump version to 5.6.1a4.
25369      Branch: maint-5.6/macperl
25370            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
25371            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
25372            ! macos/macperl/Makefile.mk macos/xsubpp.patch
25373 ____________________________________________________________________________
25374 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
25375         Log: Make DB_File the default for MLDBM on MacOS.
25376      Branch: maint-5.6/macperl
25377            ! macos/bundled_lib/blib/lib/MLDBM.pm
25378 ____________________________________________________________________________
25379 [ 11419] By: nick                                  on 2001/07/20  14:51:03
25380         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
25381              From:  Simon Cozens <simon@netthink.co.uk>
25382              Date:  Fri, 20 Jul 2001 11:42:35 -0400
25383              Message-Id:  <20010720114235.A5235@netthink.co.uk>
25384      Branch: perl
25385            ! lib/UnicodeCD.pm
25386 ____________________________________________________________________________
25387 [ 11418] By: nick                                  on 2001/07/20  14:48:12
25388         Log: Subject:  [PATCH regcomp.h] adds a comment
25389              From:  Abhijit Menon-Sen <ams@wiw.org>
25390              Date:  Fri, 20 Jul 2001 21:05:37 +0530
25391              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
25392      Branch: perl
25393            ! regcomp.h
25394 ____________________________________________________________________________
25395 [ 11417] By: nick                                  on 2001/07/20  14:16:38
25396         Log: Subject:  [PATCH 5.7.2] INSTALL updates
25397              From:  Andy Dougherty <doughera@lafayette.edu>
25398              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
25399              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
25400      Branch: perl
25401            ! INSTALL
25402 ____________________________________________________________________________
25403 [ 11416] By: nick                                  on 2001/07/20  06:44:44
25404         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
25405              From:  Russ Allbery <rra@stanford.edu>
25406              Date:  19 Jul 2001 15:52:37 -0700
25407              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
25408      Branch: perl
25409            ! lib/Pod/Man.pm
25410 ____________________________________________________________________________
25411 [ 11415] By: nick                                  on 2001/07/20  06:35:11
25412         Log: Subject:  [PATCH] defer op_seq allocation
25413              From:  Abhijit Menon-Sen <ams@wiw.org>
25414              Date:  Thu, 19 Jul 2001 22:12:24 +0530
25415              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
25416      Branch: perl
25417            ! op.c
25418 ____________________________________________________________________________
25419 [ 11414] By: nick                                  on 2001/07/20  06:23:36
25420         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
25421              From:  Abhijit Menon-Sen <ams@wiw.org>
25422              Date:  Fri, 20 Jul 2001 01:18:50 +0530
25423              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
25424              (Private e-mail)
25425      Branch: perl
25426            ! ext/Time/HiRes/HiRes.xs
25427 ____________________________________________________________________________
25428 [ 11413] By: nick                                  on 2001/07/20  06:18:53
25429         Log: Integrate mainline
25430      Branch: perlio
25431           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
25432            - t/base/commonsense.t
25433           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
25434           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
25435           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
25436           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
25437           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
25438           !> win32/win32.c
25439 ____________________________________________________________________________
25440 [ 11412] By: nick                                  on 2001/07/19  06:44:27
25441         Log: Integrate win32/perlhost.h from maintenance branch.
25442              (Rest of $ENV{PATH} / system() fix.)
25443      Branch: perl
25444           !> win32/perlhost.h
25445 ____________________________________________________________________________
25446 [ 11411] By: nick                                  on 2001/07/19  06:41:34
25447         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
25448              From:  Philip Newton <Philip.Newton@gmx.net>
25449              Date:  Wed, 18 Jul 2001 21:43:57 +0200
25450              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
25451      Branch: perl
25452            ! pod/perlhack.pod
25453 ____________________________________________________________________________
25454 [ 11410] By: nick                                  on 2001/07/19  06:39:35
25455         Log: Subject:  Security hole in taint checking in open()
25456              From:  deekoo@tentacle.net
25457              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
25458              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
25459      Branch: perl
25460            ! doio.c
25461 ____________________________________________________________________________
25462 [ 11409] By: nick                                  on 2001/07/19  06:28:08
25463         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
25464              From:  Abhijit Menon-Sen <ams@wiw.org>
25465              Date:  Thu, 19 Jul 2001 04:30:43 +0530
25466              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
25467      Branch: perl
25468            ! ext/Time/HiRes/HiRes.xs
25469 ____________________________________________________________________________
25470 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
25471         Log: Update docs with latest implementation information and new URLs.
25472      Branch: maint-5.6/macperl
25473            ! README.macos pod/perlport.pod
25474 ____________________________________________________________________________
25475 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
25476         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
25477              Fix BuildRules to accept optimization variables.
25478      Branch: maint-5.6/macperl
25479            + macos/bundled_ext/Digest/MD5/Makefile.mk
25480            ! macos/BuildRules.mk macos/Makefile.mk
25481            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
25482            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
25483 ____________________________________________________________________________
25484 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
25485         Log: Integrate changes 11399,11401
25486      Branch: maint-5.6/macperl
25487           !> win32/perlhost.h win32/win32.c
25488 ____________________________________________________________________________
25489 [ 11405] By: nick                                  on 2001/07/18  06:50:33
25490         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
25491              from perl5.6*
25492      Branch: perl
25493           !> win32/perlhost.h win32/win32.c
25494 ____________________________________________________________________________
25495 [ 11404] By: nick                                  on 2001/07/18  06:43:59
25496         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
25497              From:  hv@crypt0.demon.co.uk
25498              Date:  Wed, 18 Jul 2001 05:58:46 +0100
25499              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
25500      Branch: perl
25501            ! ext/POSIX/POSIX.t
25502 ____________________________________________________________________________
25503 [ 11403] By: nick                                  on 2001/07/18  06:38:57
25504         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
25505              From:  hv@crypt0.demon.co.uk
25506              Date:  Wed, 18 Jul 2001 05:21:54 +0100
25507              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
25508      Branch: perl
25509            ! numeric.c t/op/arith.t
25510 ____________________________________________________________________________
25511 [ 11402] By: nick                                  on 2001/07/18  06:19:17
25512         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
25513              From:  mjd@plover.com
25514              Date:  17 Jul 2001 17:59:20 -0000
25515              Message-Id:  <20010717175920.8177.qmail@plover.com>
25516      Branch: perl
25517            ! pod/perlre.pod
25518 ____________________________________________________________________________
25519 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
25520         Log: thinko in change#11400 (duh)
25521      Branch: maint-5.6/perl
25522            ! win32/perlhost.h
25523 ____________________________________________________________________________
25524 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
25525         Log: change#11399 revealed another unrelated bug; this is just a temporary
25526              bandaid
25527      Branch: maint-5.6/perl
25528            ! win32/perlhost.h
25529 ____________________________________________________________________________
25530 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
25531         Log: fix bugs in handling of the virtualized environment under windows;
25532              there were bugs in propagating any changes to %ENV down to the real
25533              environment when such changes happened in the toplevel process
25534              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
25535              problem identification, and for a part of the fix)
25536      Branch: maint-5.6/perl
25537            ! win32/perlhost.h win32/win32.c
25538 ____________________________________________________________________________
25539 [ 11398] By: nick                                  on 2001/07/17  08:26:35
25540         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
25541              From: Peter Prymmer <pvhp@forte.com>
25542              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
25543              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
25544              
25545              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
25546              should not depend on existance of Config.pm
25547      Branch: perl
25548           +> t/lib/commonsense.t
25549            - t/base/commonsense.t
25550            ! MANIFEST t/README
25551 ____________________________________________________________________________
25552 [ 11397] By: nick                                  on 2001/07/17  08:09:58
25553         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
25554              From:  Michael G Schwern <schwern@pobox.com>
25555              Date:  Mon, 16 Jul 2001 18:20:31 -0400
25556              Message-Id:  <20010716182031.A1128@blackrider>
25557      Branch: perl
25558            ! pod/perlhack.pod
25559 ____________________________________________________________________________
25560 [ 11396] By: nick                                  on 2001/07/17  08:04:11
25561         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
25562              From:  Gwyn Judd <b.judd@xtra.co.nz>
25563              Date:  Tue, 17 Jul 2001 20:55:58 +1200
25564              Message-Id:  <20010717205558.A3107@thislove>
25565      Branch: perl
25566            ! pod/perlfunc.pod
25567 ____________________________________________________________________________
25568 [ 11395] By: nick                                  on 2001/07/17  08:02:22
25569         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
25570              From:  Peter Prymmer <pvhp@forte.com>
25571              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
25572              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
25573      Branch: perl
25574            ! t/op/sprintf.t
25575 ____________________________________________________________________________
25576 [ 11394] By: nick                                  on 2001/07/17  07:57:06
25577         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
25578              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
25579              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
25580              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
25581      Branch: perl
25582            ! gv.c
25583 ____________________________________________________________________________
25584 [ 11392] By: nick                                  on 2001/07/17  07:50:12
25585         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
25586              From:  Coral <coral@moonlight.crystalflame.net>
25587              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
25588              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
25589      Branch: perl
25590            ! pp_sys.c thread.h
25591 ____________________________________________________________________________
25592 [ 11391] By: nick                                  on 2001/07/17  07:34:28
25593         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
25594              From:  Jonathan Stowe <gellyfish@gellyfish.com>
25595              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
25596              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
25597      Branch: perl
25598            ! utils/h2xs.PL
25599 ____________________________________________________________________________
25600 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
25601         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
25602              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
25603              and Mac::Apps::Launch, which don't work, and Time::HiRes and
25604              Time::Piece, which don't yet work.
25605      Branch: maint-5.6/macperl
25606            + (add 154 files)
25607 ____________________________________________________________________________
25608 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
25609         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
25610              Also add hack to get around missing setenv for PERL5DB.
25611      Branch: maint-5.6/macperl
25612            ! macos/macish.c macos/macish.h
25613 ____________________________________________________________________________
25614 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
25615         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
25616      Branch: maint-5.6/macperl
25617            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
25618            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
25619 ____________________________________________________________________________
25620 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
25621         Log: Fix up some configuration and make options, add extra
25622              extensions.
25623      Branch: maint-5.6/macperl
25624            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
25625            ! macos/macperl/Makefile.mk
25626 ____________________________________________________________________________
25627 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
25628         Log: From Change 11374 in maintperl.
25629      Branch: maint-5.6/macperl
25630           !> utils/h2ph.PL
25631 ____________________________________________________________________________
25632 [ 11385] By: nick                                  on 2001/07/16  14:12:58
25633         Log: Back out change to h2xs till it passes its test.
25634      Branch: perl
25635            ! utils/h2xs.PL
25636 ____________________________________________________________________________
25637 [ 11384] By: nick                                  on 2001/07/16  14:00:10
25638         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
25639              From:  Jonathan Stowe <gellyfish@gellyfish.com>
25640              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
25641              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
25642      Branch: perl
25643            ! utils/h2xs.PL
25644 ____________________________________________________________________________
25645 [ 11383] By: nick                                  on 2001/07/16  13:53:12
25646         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
25647              From:  Robin Houston <robin@kitsite.com>
25648              Date:  Sun, 15 Jul 2001 18:22:31 +0100
25649              Message-Id:  <20010715182230.A11174@robin>
25650      Branch: perl
25651            ! hints/darwin.sh
25652 ____________________________________________________________________________
25653 [ 11382] By: nick                                  on 2001/07/16  13:52:49
25654         Log: Subject:  [PATCH perl@11372] re_dup
25655              From:  Radu Greab <radu@netsoft.ro>
25656              Date:  Sun, 15 Jul 2001 04:50:06 +0300
25657              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
25658      Branch: perl
25659            ! sv.c
25660 ____________________________________________________________________________
25661 [ 11379] By: nick                                  on 2001/07/16  13:35:39
25662         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
25663              From:  Robin Houston <robin@kitsite.com>
25664              Date:  Sat, 14 Jul 2001 14:28:50 +0100
25665              Message-Id:  <20010714142850.A10205@robin>
25666      Branch: perl
25667            ! ext/B/B/Deparse.pm
25668 ____________________________________________________________________________
25669 [ 11378] By: nick                                  on 2001/07/16  13:30:36
25670         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
25671              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
25672              Date:  Sat, 14 Jul 2001 22:17:42 +0900
25673              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
25674      Branch: perl
25675            + ext/Encode/Encode/euc-jp-0212.enc
25676            ! ext/Encode/Encode/Tcl.pm
25677 ____________________________________________________________________________
25678 [ 11377] By: nick                                  on 2001/07/16  13:17:28
25679         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
25680              From:  Andy Dougherty <doughera@lafayette.edu>
25681              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
25682              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
25683      Branch: perl
25684            ! hints/darwin.sh hints/rhapsody.sh
25685 ____________________________________________________________________________
25686 [ 11376] By: nick                                  on 2001/07/16  09:05:00
25687         Log: Integrate mainline
25688      Branch: perlio
25689           +> ext/Encode/Encode/7bit-greek.enc
25690           +> ext/Encode/Encode/7bit-latin1.enc
25691           +> ext/Encode/Encode/cns11643-1.enc
25692           +> ext/Encode/Encode/cns11643-2.enc
25693           +> ext/Encode/Encode/iso2022-cn.enc
25694           +> ext/Encode/Encode/iso2022-jp1.enc
25695           +> ext/Encode/Encode/iso2022-jp2.enc
25696           !> Changes Configure MANIFEST Makefile.SH
25697           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
25698           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
25699           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
25700           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
25701           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
25702 ____________________________________________________________________________
25703 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
25704         Log: integrate change#11374 from maint-5.6
25705              
25706              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
25707      Branch: perl
25708           !> utils/h2ph.PL
25709 ____________________________________________________________________________
25710 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
25711         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
25712      Branch: maint-5.6/perl
25713            ! utils/h2ph.PL
25714 ____________________________________________________________________________
25715 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
25716         Log: Update Changes.
25717      Branch: perl
25718            ! Changes patchlevel.h
25719 ____________________________________________________________________________
25720 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
25721         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
25722              From: Jonathan Stowe <gellyfish@gellyfish.com>
25723              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
25724              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
25725      Branch: perl
25726            ! utils/h2xs.PL
25727 ____________________________________________________________________________
25728 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
25729         Log: Subject: patch to add DEL to [:cntrl:]
25730              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25731              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
25732              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
25733      Branch: perl
25734            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
25735 ____________________________________________________________________________
25736 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
25737         Log: Metaconfig unit change for #11369; plus a dependency nit.
25738      Branch: metaconfig
25739            ! U/compline/nblock_io.U
25740      Branch: metaconfig/U/perl
25741            ! Extensions.U
25742 ____________________________________________________________________________
25743 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
25744         Log: #include <stdlib.h> so that exit() is prototyped,
25745              noticed by Hugo.
25746      Branch: perl
25747            ! Configure
25748 ____________________________________________________________________________
25749 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
25750         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
25751              From: Peter Prymmer <pvhp@forte.com>
25752              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
25753              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
25754      Branch: perl
25755            ! t/op/sprintf.t
25756 ____________________________________________________________________________
25757 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
25758         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
25759              From: Peter Prymmer <pvhp@forte.com>
25760              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
25761              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
25762      Branch: perl
25763            ! ext/Encode/Encode/Tcl.t
25764 ____________________________________________________________________________
25765 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
25766         Log: Add information about gcc 3.0 basic block profiling.
25767      Branch: perl
25768            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
25769 ____________________________________________________________________________
25770 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
25771         Log: Subject: Error in lib/PerlIO/Via.pm ?
25772              From: Mark-Jason Dominus <mjd@plover.com>
25773              Date: Fri, 13 Jul 2001 15:55:41 -0400
25774              Message-ID: <20010713195541.26751.qmail@plover.com>
25775      Branch: perl
25776            ! ext/PerlIO/Via/Via.pm
25777 ____________________________________________________________________________
25778 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
25779         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
25780              section from the Compiler section.
25781      Branch: perl
25782            ! myconfig.SH
25783 ____________________________________________________________________________
25784 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
25785         Log: Handle glibc style of constant definitions using enum
25786              with intervening #defines; from Brendan O'Dea.
25787      Branch: perl
25788            ! utils/h2ph.PL
25789 ____________________________________________________________________________
25790 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
25791         Log: Add LC_MESSAGES to the locale_h export tag (it already is
25792              in the Makefile.PL and thusly eligible for an XS constant)
25793              (see also maintperl #10543)
25794      Branch: perl
25795            ! ext/POSIX/POSIX.pm
25796 ____________________________________________________________________________
25797 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
25798         Log: Subject: Re: [patch] re_dup
25799              From: Abhijit Menon-Sen <ams@wiw.org>
25800              Date: Fri, 13 Jul 2001 21:41:09 +0530
25801              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
25802      Branch: perl
25803            ! sv.c
25804 ____________________________________________________________________________
25805 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
25806         Log: Subject: [patch] re_dup
25807              From: Doug MacEachern <dougm@covalent.net>
25808              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
25809              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
25810      Branch: perl
25811            ! sv.c
25812 ____________________________________________________________________________
25813 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
25814         Log: Update Changes.
25815      Branch: perl
25816            ! Changes patchlevel.h
25817 ____________________________________________________________________________
25818 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
25819         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
25820              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
25821              Date: Sat, 14 Jul 2001 00:06:30 +0900
25822              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
25823      Branch: perl
25824            + ext/Encode/Encode/7bit-greek.enc
25825            + ext/Encode/Encode/7bit-latin1.enc
25826            + ext/Encode/Encode/cns11643-1.enc
25827            + ext/Encode/Encode/cns11643-2.enc
25828            + ext/Encode/Encode/iso2022-cn.enc
25829            + ext/Encode/Encode/iso2022-jp1.enc
25830            + ext/Encode/Encode/iso2022-jp2.enc
25831            ! MANIFEST ext/Encode/Encode/Tcl.pm
25832            ! ext/Encode/Encode/iso2022-kr.enc
25833 ____________________________________________________________________________
25834 [ 11357] By: nick                                  on 2001/07/13  14:24:06
25835         Log: Blind integrate mainline (as of 5.7.2?)
25836      Branch: perlio
25837           !> AUTHORS Changes Porting/config.sh Porting/config_H
25838           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
25839           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
25840           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25841           !> win32/makefile.mk
25842 ____________________________________________________________________________
25843 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
25844         Log: Snip away the devel patchlevel.
25845      Branch: perl
25846            ! patchlevel.h
25847 ____________________________________________________________________________
25848 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
25849         Log: Bump the version to 5.7.2.
25850      Branch: perl
25851            ! Porting/config.sh Porting/config_H patchlevel.h
25852            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
25853            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25854            ! win32/makefile.mk
25855 ____________________________________________________________________________
25856 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
25857         Log: Update Changes.
25858      Branch: perl
25859            ! Changes
25860 ____________________________________________________________________________
25861 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
25862         Log: Reword.
25863      Branch: perl
25864            ! AUTHORS
25865 ____________________________________________________________________________
25866 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
25867         Log: AUTHORS update.
25868      Branch: perl
25869            ! AUTHORS
25870 ____________________________________________________________________________
25871 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
25872         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
25873              unless ithreads.
25874      Branch: perl
25875            ! makedef.pl
25876 ____________________________________________________________________________
25877 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
25878         Log: Integrate perlio.
25879      Branch: perl
25880           !> win32/distclean.bat
25881 ____________________________________________________________________________
25882 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
25883         Log: Test the encoding transform only iff we have PerlIO,
25884              noticed by H. Merijn Brand.
25885      Branch: perl
25886            ! ext/PerlIO/t/encoding.t
25887 ____________________________________________________________________________
25888 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
25889         Log: README.netware tweaks from Ananth Kesari.
25890      Branch: perl
25891            ! README.netware
25892 ____________________________________________________________________________
25893 [ 11346] By: nick                                  on 2001/07/13  09:18:51
25894         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
25895              to avoid /unicode vs /Unicode issues.
25896      Branch: perlio
25897            ! win32/distclean.bat
25898 ____________________________________________________________________________
25899 [ 11345] By: nick                                  on 2001/07/13  06:24:18
25900         Log: Integrate mainline
25901      Branch: perlio
25902           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
25903            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
25904           !> (integrate 63 files)
25905 ____________________________________________________________________________
25906 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
25907         Log: Add d_bincompat5005 information to perl -V.
25908      Branch: perl
25909            ! myconfig.SH
25910 ____________________________________________________________________________
25911 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
25912         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
25913              From: Abhijit Menon-Sen <ams@wiw.org>
25914              Date: Fri, 13 Jul 2001 07:12:36 +0530
25915              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
25916      Branch: perl
25917            ! sv.c
25918 ____________________________________________________________________________
25919 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
25920         Log: Remove unicode::distinct, as per Inaba Hiroto.
25921      Branch: perl
25922            - lib/unicode/distinct.pm
25923            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
25924            ! t/lib/1_compile.t
25925 ____________________________________________________________________________
25926 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
25927         Log: Paging for Dr Octothorpe.
25928      Branch: perl
25929            ! pod/perlfaq4.pod
25930 ____________________________________________________________________________
25931 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
25932         Log: cut-n-paste error noticed by mjd.
25933      Branch: perl
25934            ! pod/perlfaq4.pod
25935 ____________________________________________________________________________
25936 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
25937         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
25938              From: Peter Prymmer <pvhp@forte.com>
25939              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
25940              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
25941      Branch: perl
25942            ! pod/perlfaq4.pod
25943 ____________________________________________________________________________
25944 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
25945         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
25946              From: Randall Gellens <randy@qualcomm.com>
25947              Date: Thu, 12 Jul 2001 16:56:23 -0700
25948              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
25949      Branch: perl
25950            ! Porting/repository.pod
25951 ____________________________________________________________________________
25952 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
25953         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
25954      Branch: perl
25955            ! thread.h
25956 ____________________________________________________________________________
25957 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
25958         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
25959              From: coral <coral@moonlight.crystalflame.net>
25960              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
25961              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
25962      Branch: perl
25963            ! thread.h
25964 ____________________________________________________________________________
25965 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
25966         Log: Metaconfig unit change for #11134.
25967      Branch: metaconfig
25968            + U/threads/d_pthread_atfork.U
25969 ____________________________________________________________________________
25970 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
25971         Log: Add HAS_PTHREAD_ATFORK.
25972      Branch: perl
25973            ! Configure NetWare/config.wc NetWare/config_H.wc
25974            ! Porting/Glossary Porting/config.sh Porting/config_H
25975            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
25976            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
25977            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25978            ! win32/config.gc win32/config.vc win32/config_H.bc
25979            ! win32/config_H.gc win32/config_H.vc
25980 ____________________________________________________________________________
25981 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
25982         Log: Subject: [PATCH] File::Copy fails on tied handles
25983              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
25984              Date: Thu, 12 Jul 2001 15:18:51 -0700
25985              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
25986      Branch: perl
25987            ! lib/File/Copy.pm
25988 ____________________________________________________________________________
25989 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
25990         Log: Subject: [PATCH] Langinfo.t
25991              From: Nicholas Clark <nick@ccl4.org>
25992              Date: Thu, 12 Jul 2001 23:55:38 +0100
25993              Message-ID: <20010712235538.M5827@plum.flirble.org>
25994      Branch: perl
25995            ! ext/I18N/Langinfo/Langinfo.t
25996 ____________________________________________________________________________
25997 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
25998         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
25999              From: Peter Prymmer <pvhp@forte.com>
26000              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
26001              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
26002      Branch: perl
26003            ! pod/perl572delta.pod
26004 ____________________________________________________________________________
26005 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
26006         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
26007              From: Abhijit Menon-Sen <ams@wiw.org>
26008              Date: Fri, 13 Jul 2001 05:21:16 +0530
26009              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
26010      Branch: perl
26011            ! sv.c
26012 ____________________________________________________________________________
26013 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
26014         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
26015              From: Abhijit Menon-Sen <ams@wiw.org>
26016              Date: Fri, 13 Jul 2001 03:04:25 +0530
26017              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
26018      Branch: perl
26019            ! av.c
26020 ____________________________________________________________________________
26021 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
26022         Log: s/^M$//g
26023      Branch: perl
26024            ! win32/Makefile win32/makefile.mk
26025 ____________________________________________________________________________
26026 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
26027         Log: Update Changes.
26028      Branch: perl
26029            ! Changes patchlevel.h
26030 ____________________________________________________________________________
26031 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
26032         Log: Typo spotted by Philip Newton.
26033      Branch: perl
26034            ! pod/perl572delta.pod
26035 ____________________________________________________________________________
26036 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
26037         Log: Subject: [PATCH] fixes perl_clone of perl_clone
26038              From: Artur Bergman <artur@contiller.se>
26039              Date: Thu, 12 Jul 2001 20:57:09 +0200
26040              Message-ID: <B773BFA4.236B%artur@contiller.se>
26041      Branch: perl
26042            ! sv.c
26043 ____________________________________________________________________________
26044 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
26045         Log: Add README.uts from Hal Morris.
26046      Branch: perl
26047            + README.uts
26048            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
26049            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26050 ____________________________________________________________________________
26051 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
26052         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
26053              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26054              Date: Thu, 12 Jul 2001 20:32:37 +0200
26055              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
26056      Branch: perl
26057            ! hints/aix.sh
26058 ____________________________________________________________________________
26059 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
26060         Log: Subject: Patch: document reg_data.what member
26061              From: Mark-Jason Dominus <mjd@plover.com>
26062              Message-ID: <20010712182532.14821.qmail@plover.com>
26063              Date: Thu, 12 Jul 2001 14:25:32 -0400
26064      Branch: perl
26065            ! regcomp.c regcomp.h
26066 ____________________________________________________________________________
26067 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
26068         Log: Subject: [PATCH] Perl_re_dup()
26069              From: Abhijit Menon-Sen <ams@wiw.org>
26070              Date: Thu, 12 Jul 2001 23:54:32 +0530
26071              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
26072      Branch: perl
26073            ! embed.h embed.pl perlapi.c proto.h sv.c
26074 ____________________________________________________________________________
26075 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
26076         Log: Regen Configure, modlib, toc.
26077      Branch: perl
26078            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26079            ! pod/perlmodlib.pod pod/perltoc.pod
26080 ____________________________________________________________________________
26081 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
26082         Log: The problem seems to be in PerlIO::Layer::->find() not
26083              accepting the ":encoding(blurflur)" arguments.
26084      Branch: perl
26085            ! lib/PerlIO.pm lib/open.pm
26086 ____________________________________________________________________________
26087 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
26088         Log: AIX doc update.
26089      Branch: perl
26090            ! README.aix pod/perl572delta.pod
26091 ____________________________________________________________________________
26092 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
26093         Log: Subject: AIX README update
26094              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26095              Date: Thu, 12 Jul 2001 19:28:30 +0200
26096              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
26097      Branch: perl
26098            ! README.aix
26099 ____________________________________________________________________________
26100 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
26101         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
26102              From: Norton Allen <allen@huarp.harvard.edu>
26103              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
26104              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
26105      Branch: perl
26106            ! ext/IO/lib/IO/t/io_unix.t
26107 ____________________________________________________________________________
26108 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
26109         Log: Subject: [PATCH README.qnx hints/qnx.sh]
26110              From: Norton Allen <allen@huarp.harvard.edu>
26111              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
26112              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
26113      Branch: perl
26114            ! README.qnx hints/qnx.sh
26115 ____________________________________________________________________________
26116 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
26117         Log: Subject: [patch] faster PM_GETRE
26118              From: Doug MacEachern <dougm@covalent.net>
26119              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
26120              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
26121      Branch: perl
26122            ! op.h
26123 ____________________________________________________________________________
26124 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
26125         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
26126              From: Doug MacEachern <dougm@covalent.net>
26127              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
26128              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
26129      Branch: perl
26130            ! op.c
26131 ____________________________________________________________________________
26132 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
26133         Log: Tell where the nice Estonian database is.
26134      Branch: perl
26135            ! lib/open.pm
26136 ____________________________________________________________________________
26137 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
26138         Log: Retract #11309 since #11310 is a better fix.
26139      Branch: perl
26140            ! t/lib/1_compile.t
26141 ____________________________________________________________________________
26142 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
26143         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
26144              change#11300 needs to return the status of failed win32_spawnvp())
26145              
26146              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
26147              splitting correctly; remove unused variables; 'require' at run time
26148              rather than 'use' at compile time for I18N::Langinfo, since it
26149              isn't everyware
26150      Branch: perl
26151            ! lib/open.pm win32/win32.c
26152 ____________________________________________________________________________
26153 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
26154         Log: Temporary workaround.
26155      Branch: perl
26156            ! t/lib/1_compile.t
26157 ____________________________________________________________________________
26158 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
26159         Log: UCD typo in #11306 and add also more known-to-be-tested
26160              modules to the skip list.
26161      Branch: perl
26162            ! t/lib/1_compile.t
26163 ____________________________________________________________________________
26164 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
26165         Log: Rename Unicode::UCD to UnicodeCD to avoid
26166              messups with case-insensitive filesystems.
26167      Branch: perl
26168            + lib/UnicodeCD.pm lib/UnicodeCD.t
26169            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
26170            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
26171 ____________________________________________________________________________
26172 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
26173         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
26174              From: daniel@biz.bitpusher.com
26175              Date: Wed, 11 Jul 2001 23:25:47 -0700
26176              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
26177      Branch: perl
26178            ! lib/Tie/Array.pm t/op/splice.t
26179 ____________________________________________________________________________
26180 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
26181         Log: Subject: [PATCH] More accurate line numbers in messages
26182              From: Paul Johnson <paul@pjcj.net>
26183              Date: Thu, 12 Jul 2001 04:14:11 +0200
26184              Message-ID: <20010712041411.A3467@pjcj.net>
26185              
26186              (With prototyping and multiplicity tweaks.)
26187      Branch: perl
26188            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
26189 ____________________________________________________________________________
26190 [ 11304] By: nick                                  on 2001/07/12  12:53:40
26191         Log: Integrate mainline
26192      Branch: perlio
26193           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
26194           !> regexec.c thread.h
26195 ____________________________________________________________________________
26196 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
26197         Log: Cut-and-pasto in #11298.
26198      Branch: perl
26199            ! ext/ByteLoader/bytecode.h
26200 ____________________________________________________________________________
26201 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
26202         Log: Update the AIX known problems section.
26203      Branch: perl
26204            ! pod/perl572delta.pod
26205 ____________________________________________________________________________
26206 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
26207         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
26208              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26209              Date: Thu, 12 Jul 2001 12:16:16 +0200
26210              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
26211      Branch: perl
26212            ! hints/aix.sh
26213 ____________________________________________________________________________
26214 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
26215         Log: Integrate perlio.
26216      Branch: perl
26217           !> makedef.pl win32/win32.c
26218 ____________________________________________________________________________
26219 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
26220         Log: Subject: [PATCH] fix for PMOP threadness failures
26221              From: Artur Bergman <artur@contiller.se>
26222              Date: Thu, 12 Jul 2001 09:48:06 +0200
26223              Message-ID: <B77322D6.22DD%artur@contiller.se>
26224      Branch: perl
26225            ! regexec.c
26226 ____________________________________________________________________________
26227 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
26228         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
26229              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
26230              Date: Thu, 12 Jul 2001 09:09:48 +0200
26231              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
26232              
26233              More parentheses to keep bcc happy.
26234      Branch: perl
26235            ! ext/ByteLoader/bytecode.h
26236 ____________________________________________________________________________
26237 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
26238         Log: Subject: Re: [patch] pthread_atfork bandaid
26239              From: Doug MacEachern <dougm@covalent.net>
26240              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
26241              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
26242      Branch: perl
26243            ! thread.h
26244 ____________________________________________________________________________
26245 [ 11296] By: nick                                  on 2001/07/12  11:55:48
26246         Log: Exclude reentrant_buffer from .def file
26247      Branch: perlio
26248            ! makedef.pl
26249 ____________________________________________________________________________
26250 [ 11295] By: nick                                  on 2001/07/12  11:11:44
26251         Log: Honour void-ness of my_exit()
26252      Branch: perlio
26253            ! win32/win32.c
26254 ____________________________________________________________________________
26255 [ 11294] By: nick                                  on 2001/07/12  07:51:04
26256         Log: Integrate mainline
26257      Branch: perlio
26258           +> uts/sprintf_wrap.c
26259           !> (integrate 35 files)
26260 ____________________________________________________________________________
26261 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
26262         Log: Retract #11289.
26263      Branch: perl
26264            ! embed.h embed.pl perl.c proto.h thread.h
26265 ____________________________________________________________________________
26266 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
26267         Log: Now the :locale pseudolayer *almost* works...
26268      Branch: perl
26269            ! lib/open.pm
26270 ____________________________________________________________________________
26271 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
26272         Log: Locale encoding tweaks.
26273      Branch: perl
26274            ! lib/open.pm
26275 ____________________________________________________________________________
26276 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
26277         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
26278              From: Mark-Jason Dominus <mjd@plover.com>
26279              Date: Thu, 12 Jul 2001 00:59:31 -0400
26280              Message-ID: <20010712045931.8543.qmail@plover.com>
26281              
26282              Remove the chmod/umask leading zero warning.
26283      Branch: perl
26284            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
26285            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
26286 ____________________________________________________________________________
26287 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
26288         Log: (Retracted by #11289.)
26289      Branch: perl
26290            ! embed.h embed.pl perl.c proto.h thread.h
26291 ____________________________________________________________________________
26292 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
26293         Log: Needed by #11283.
26294      Branch: perl
26295            ! intrpvar.h
26296 ____________________________________________________________________________
26297 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
26298         Log: Metaconfig unit change for #11286.
26299      Branch: metaconfig/U/perl
26300            ! patchlevel.U
26301 ____________________________________________________________________________
26302 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
26303         Log: Subject: Re: [PATCH Configure] perl -V broken
26304              From: Andy Dougherty <doughera@lafayette.edu>
26305              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
26306              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
26307      Branch: perl
26308            ! Configure myconfig.SH
26309 ____________________________________________________________________________
26310 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
26311         Log: Retract #11166 (and #11237).
26312      Branch: perl
26313            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
26314            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
26315            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
26316 ____________________________________________________________________________
26317 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
26318         Log: UTS tweaks for Hal Morris.
26319      Branch: perl
26320            + uts/sprintf_wrap.c
26321            ! MANIFEST hints/uts.sh perl.h
26322 ____________________________________________________________________________
26323 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
26324         Log: Subject: [PATCH] Use reentrant API glibc
26325              From: Artur Bergman <artur@contiller.se>
26326              Date: Thu, 12 Jul 2001 00:58:21 +0200
26327              Message-ID: <B772A6AD.2288%artur@contiller.se>
26328      Branch: perl
26329            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
26330            ! sv.c
26331 ____________________________________________________________________________
26332 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
26333         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
26334              From: barries <barries@slaysys.com>
26335              Date: Wed, 11 Jul 2001 15:11:46 -0400
26336              Message-ID: <20010711151146.G24560@jester.slaysys.com>
26337      Branch: perl
26338            ! pp_sys.c t/lib/warnings/doio win32/win32.c
26339 ____________________________________________________________________________
26340 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
26341         Log: Subject: [patch] pthread_atfork bandaid
26342              From: Doug MacEachern <dougm@covalent.net>
26343              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
26344              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
26345      Branch: perl
26346            ! miniperlmain.c perl.c
26347 ____________________________________________________________________________
26348 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
26349         Log: Subject: [patch] perl_clone leaks
26350              From: Doug MacEachern <dougm@covalent.net>
26351              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
26352              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
26353      Branch: perl
26354            ! sv.c
26355 ____________________________________________________________________________
26356 [ 11279] By: nick                                  on 2001/07/11  15:49:38
26357         Log: Integrate mainline
26358      Branch: perlio
26359           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
26360           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
26361           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
26362           +> lib/Term/ANSIColor/README
26363           !> (integrate 54 files)
26364 ____________________________________________________________________________
26365 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
26366         Log: Update Changes.
26367      Branch: perl
26368            ! Changes patchlevel.h
26369 ____________________________________________________________________________
26370 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
26371         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
26372              From: Peter Prymmer <pvhp@forte.com>
26373              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
26374              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
26375              
26376              Backport of embed.pl to 5.003.
26377      Branch: perl
26378            ! embed.pl
26379 ____________________________________________________________________________
26380 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
26381         Log: Subject: Re: POSIX test #14 on UTS 
26382              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26383              Date: Wed, 11 Jul 2001 03:02:14 +0100
26384              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
26385      Branch: perl
26386            ! ext/POSIX/POSIX.t
26387 ____________________________________________________________________________
26388 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
26389         Log: Make the I32 an IV to preserve structure alignment and size.
26390      Branch: perl
26391            ! op.h
26392 ____________________________________________________________________________
26393 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
26394         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
26395              From: "Artur Bergman" <artur@contiller.se>
26396              Date: Wed, 11 Jul 2001 14:23:37 +0200
26397              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
26398              
26399              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
26400      Branch: perl
26401            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
26402            ! pod/perlapi.pod sv.c
26403 ____________________________________________________________________________
26404 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
26405         Log: Tweak until Pod::Parser gets updated.
26406      Branch: perl
26407            ! t/pod/special_seqs.xr
26408 ____________________________________________________________________________
26409 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
26410         Log: File::Spec usage tweak.
26411      Branch: perl
26412            ! lib/ExtUtils.t
26413 ____________________________________________________________________________
26414 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
26415         Log: Integrate #11263 from macperl; macos and macosx updates.
26416      Branch: perl
26417           !> pod/perlport.pod
26418 ____________________________________________________________________________
26419 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
26420         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
26421              From: Peter Prymmer <pvhp@forte.com>
26422              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
26423              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
26424      Branch: perl
26425            + ext/Time/HiRes/hints/dynixptx.pl
26426            ! MANIFEST hints/dynixptx.sh
26427 ____________________________________________________________________________
26428 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
26429         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
26430              From: Nicholas Clark <nick@ccl4.org>
26431              Date: Tue, 10 Jul 2001 23:17:43 +0100
26432              Message-ID: <20010710231742.B59620@plum.flirble.org>
26433      Branch: perl
26434            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
26435 ____________________________________________________________________________
26436 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
26437         Log: Subject: [DOC PATCH] Pluggable runops
26438              From: Paul Johnson <paul@pjcj.net>
26439              Date: Tue, 10 Jul 2001 21:53:28 +0200
26440              Message-ID: <20010710215328.B26577@pjcj.net>
26441      Branch: perl
26442            ! pod/perlguts.pod
26443 ____________________________________________________________________________
26444 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
26445         Log: Subject: [PATCH] Authors
26446              From: Artur Bergman <artur@contiller.se>
26447              Date: Tue, 10 Jul 2001 20:39:12 +0200
26448              Message-ID: <B771186F.21CD%artur@contiller.se>
26449      Branch: perl
26450            ! AUTHORS
26451 ____________________________________________________________________________
26452 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
26453         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
26454              From: Doug MacEachern <dougm@covalent.net>
26455              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
26456              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
26457      Branch: perl
26458            ! pp_ctl.c
26459 ____________________________________________________________________________
26460 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
26461         Log: Subject: doc patch; times() in scalar context
26462              From: mjd@plover.com
26463              Date: 10 Jul 2001 18:01:17 -0000
26464              Message-ID: <20010710180117.12477.qmail@plover.com>
26465      Branch: perl
26466            ! pod/perlfunc.pod
26467 ____________________________________________________________________________
26468 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
26469         Log: Subject: [PATCH] Small fix to pp_gmtime
26470              From: Artur Bergman <artur@contiller.se>
26471              Date: Tue, 10 Jul 2001 19:54:52 +0200
26472              Message-ID: <B7710E0B.21C5%artur@contiller.se>
26473      Branch: perl
26474            ! pp_sys.c
26475 ____________________________________________________________________________
26476 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
26477         Log: Integrate changes from mainline perl, add notes about
26478              Mac OS X and Mac OS.
26479      Branch: maint-5.6/macperl
26480            ! pod/perlport.pod
26481 ____________________________________________________________________________
26482 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
26483         Log: A proof of the dangers of package; ?
26484      Branch: perl
26485            ! t/lib/warnings/op
26486 ____________________________________________________________________________
26487 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
26488         Log: Regen toc and modlib.
26489      Branch: perl
26490            ! pod/perlmodlib.pod pod/perltoc.pod
26491 ____________________________________________________________________________
26492 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
26493         Log: Add compexcl(), casefold(), and casespec() interfaces;
26494              and make all interfaces to return hash references instead
26495              of hashes. 
26496      Branch: perl
26497            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26498 ____________________________________________________________________________
26499 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
26500         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
26501              From: "Philip Newton" <Philip.Newton@gmx.net>
26502              Date: Tue, 10 Jul 2001 09:55:59 +0200
26503              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
26504              
26505              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
26506              From: "Philip Newton" <Philip.Newton@gmx.net>
26507              Date: Tue, 10 Jul 2001 09:56:37 +0200
26508              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
26509      Branch: perl
26510            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26511            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
26512 ____________________________________________________________________________
26513 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
26514         Log: Subject: [patch] undef &xsub for 1,2
26515              From: Doug MacEachern <dougm@covalent.net>
26516              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
26517              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
26518              
26519              (This version of the patch with a comment from Gisle.)
26520      Branch: perl
26521            ! op.c
26522 ____________________________________________________________________________
26523 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
26524         Log: Mention package; deprecation and the Win32 problems.
26525      Branch: perl
26526            ! pod/perl572delta.pod
26527 ____________________________________________________________________________
26528 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
26529         Log: Subject: [PATCH] deprecate package with no arguments
26530              From: Robin Houston <robin@kitsite.com>
26531              Date: Tue, 10 Jul 2001 13:33:40 +0100
26532              Message-ID: <20010710133340.A13452@robin.kitsite.com>
26533      Branch: perl
26534            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
26535 ____________________________________________________________________________
26536 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
26537         Log: Upgrade to podlators 1.10.
26538      Branch: perl
26539            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
26540            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
26541            ! pod/pod2man.PL pod/pod2text.PL
26542 ____________________________________________________________________________
26543 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
26544         Log: Upgrade to Term::ANSIColor 1.04.
26545      Branch: perl
26546            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
26547            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
26548 ____________________________________________________________________________
26549 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
26550         Log: Integrate perlio (the right fix for the ":layer(args)")
26551      Branch: perl
26552           !> perlio.c
26553 ____________________________________________________________________________
26554 [ 11252] By: nick                                  on 2001/07/10  06:58:14
26555         Log: Fix open(...,"...:layer(xxx)",...)
26556              - use memEQ not strEQ as there is '(' not '\0'
26557      Branch: perlio
26558            ! perlio.c
26559 ____________________________________________________________________________
26560 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
26561         Log: Telling the number of tests helps.
26562      Branch: perl
26563            ! ext/PerlIO/t/encoding.t
26564 ____________________________________________________________________________
26565 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
26566         Log: Require I18N::Langinfo, not use.
26567      Branch: perl
26568            ! lib/open.pm
26569 ____________________________________________________________________________
26570 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
26571         Log: Add a test for for PerlIO ":encoding(...)" layer.
26572      Branch: perl
26573            + ext/PerlIO/t/encoding.t
26574            ! MANIFEST ext/Encode/Encode.pm
26575 ____________________________________________________________________________
26576 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
26577         Log: PerlIO ":encoding(foobar)" temporary fix.
26578              Not really correct, I think, since the change means
26579              that prefixes match.
26580      Branch: perl
26581            ! perlio.c
26582 ____________________________________________________________________________
26583 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
26584         Log: Update to Math::BigInt 1.36.  The biggest news is
26585              the separation of the backend; now the pure Perl
26586              implementation is in Math::BigInt::Calc, but one
26587              can plugin, say, Math::BigInt::BitVect, and get
26588              considerable speedup.
26589      Branch: perl
26590            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
26591            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26592            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
26593            ! lib/Math/BigInt/t/mbimbf.t
26594 ____________________________________________________________________________
26595 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
26596         Log: Subject: Re: compatibility question
26597              From: Peter Prymmer <pvhp@forte.com>
26598              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
26599              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
26600      Branch: perl
26601            ! lib/ExtUtils/MM_VMS.pm
26602 ____________________________________________________________________________
26603 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
26604         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
26605              From: Norton Allen <allen@huarp.harvard.edu>
26606              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
26607              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
26608      Branch: perl
26609            ! ext/File/Glob/t/basic.t
26610 ____________________________________________________________________________
26611 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
26612         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
26613              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26614              Date: Tue, 10 Jul 2001 00:29:55 +0900
26615              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
26616      Branch: perl
26617            + ext/Encode/Encode/HZ.enc
26618            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
26619            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
26620            ! ext/Encode/Encode/iso2022-jp.enc
26621            ! ext/Encode/Encode/iso2022-kr.enc
26622 ____________________________________________________________________________
26623 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
26624         Log: Add in all them there macos/ files.
26625      Branch: maint-5.6/macperl
26626            + (add 577 files)
26627 ____________________________________________________________________________
26628 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
26629         Log: Add the new modules to the list of having those own tests.
26630      Branch: perl
26631            ! t/lib/1_compile.t
26632 ____________________________________________________________________________
26633 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
26634         Log: Add INOUT to control both ways at the same time.
26635      Branch: perl
26636            ! lib/open.pm
26637 ____________________________________________________________________________
26638 [ 11240] By: nick                                  on 2001/07/09  16:33:50
26639         Log: Integrate mainline
26640      Branch: perlio
26641           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26642           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
26643           !> (integrate 41 files)
26644 ____________________________________________________________________________
26645 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
26646         Log: More encoding mapping magic.
26647      Branch: perl
26648            ! lib/open.pm
26649 ____________________________________________________________________________
26650 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
26651         Log: Update Changes.
26652      Branch: perl
26653            ! Changes patchlevel.h
26654 ____________________________________________________________________________
26655 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
26656         Log: (Retracted by #11285).
26657              
26658              Subject: [PATCH] OPpCONST_OCTAL fixes
26659              From: Abhijit Menon-Sen <ams@wiw.org>
26660              Date: Mon, 9 Jul 2001 07:38:45 +0530
26661              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
26662      Branch: perl
26663            ! op.c
26664 ____________________________________________________________________________
26665 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
26666         Log: Add a pseudolayer ":locale" to the open pragma which
26667              will get the encoding from the locale.  Yet undocumented
26668              because I can't get the PerlIO :encoding(foobar) to work.
26669      Branch: perl
26670            ! ext/Encode/Encode.pm lib/open.pm
26671 ____________________________________________________________________________
26672 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
26673         Log: Add more encoding mappings.
26674      Branch: perl
26675            ! ext/Encode/Encode.pm
26676 ____________________________________________________________________________
26677 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
26678         Log: Document that using :encoding layer requires using Encode.
26679      Branch: perl
26680            ! ext/Encode/Encode.pm lib/PerlIO.pm
26681 ____________________________________________________________________________
26682 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
26683         Log: Netware tweak from Ananth Kesari.
26684      Branch: perl
26685            ! NetWare/netware.h
26686 ____________________________________________________________________________
26687 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
26688         Log: t/harness doesn't know about run/*.t
26689      Branch: perl
26690            ! t/harness
26691 ____________________________________________________________________________
26692 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
26693         Log: run/exit.t busted on windows
26694      Branch: perl
26695            ! t/run/exit.t
26696 ____________________________________________________________________________
26697 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
26698         Log: fix a couple of UCD.t tests that fail due to bad case
26699      Branch: perl
26700            ! lib/Unicode/UCD.t
26701 ____________________________________________________________________________
26702 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
26703         Log: test skip logic was broken
26704      Branch: perl
26705            ! ext/I18N/Langinfo/Langinfo.t
26706 ____________________________________________________________________________
26707 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
26708         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
26709              failure of ExtUtils.t#27 when built in debug mode)
26710      Branch: perl
26711            ! lib/ExtUtils/MM_Win32.pm
26712 ____________________________________________________________________________
26713 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
26714         Log: I18N::Langinfo is not available on windows
26715      Branch: perl
26716            ! win32/FindExt.pm
26717 ____________________________________________________________________________
26718 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
26719         Log: save a dTHX
26720      Branch: perl
26721            ! ext/POSIX/POSIX.xs
26722 ____________________________________________________________________________
26723 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
26724         Log: Update Changes.
26725      Branch: perl
26726            ! Changes patchlevel.h
26727 ____________________________________________________________________________
26728 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
26729         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
26730              as pointed out by Sarathy.
26731      Branch: perl
26732            ! ext/I18N/Langinfo/Langinfo.xs
26733 ____________________________________________________________________________
26734 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
26735         Log: Retract #11212.
26736      Branch: perl
26737            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
26738 ____________________________________________________________________________
26739 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
26740         Log: Bump up the VERSION of Cwd.xs.
26741      Branch: perl
26742            ! ext/Cwd/Makefile.PL
26743 ____________________________________________________________________________
26744 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
26745         Log: Retract #11220, the problem wasn't the missing leading zero.
26746              Here's the problem:
26747              $ ./perl -we 'chmod(oct("755"), ".")'
26748              Non-octal literal mode (493) specified at -e line 1.
26749              (Did you mean 0493 instead?)
26750      Branch: perl
26751            ! lib/ExtUtils/MM_Unix.pm
26752 ____________________________________________________________________________
26753 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
26754         Log: (Retracted by #11221)
26755              Change the PERM_RW and PERM_RWX to 0644 and 0755
26756              (add the leading zero).
26757      Branch: perl
26758            ! lib/ExtUtils/MM_Unix.pm
26759 ____________________________________________________________________________
26760 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
26761         Log: Integrate changes #11193, 11205, 11209 from macperl.
26762              
26763              Fix up AutoLoader to fudge for Mac paths in import().
26764              
26765              Allow symbols in try_symbol() to begin with "_".
26766              
26767              Small portability fix for Mac OS.
26768      Branch: perl
26769           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
26770 ____________________________________________________________________________
26771 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
26772         Log: Metaconfig unit change for #11217.
26773      Branch: metaconfig/U/perl
26774            ! Extensions.U
26775 ____________________________________________________________________________
26776 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
26777         Log: Detypo, problem noticed by Gerrit P. Haase.
26778      Branch: perl
26779            ! Configure config_h.SH
26780 ____________________________________________________________________________
26781 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
26782         Log: Cwd cleanups.
26783      Branch: perl
26784            ! ext/Cwd/Cwd.xs
26785 ____________________________________________________________________________
26786 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
26787         Log: Slight tweaks on #11213.
26788      Branch: perl
26789            ! toke.c
26790 ____________________________________________________________________________
26791 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
26792         Log: A missing dTHX noticed by Gerrit P. Haase.
26793      Branch: perl
26794            ! ext/POSIX/POSIX.xs
26795 ____________________________________________________________________________
26796 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
26797         Log: Subject: [PATCH toke.c] Simplify yytoke()
26798              From: Simon Cozens <simon@netthink.co.uk>
26799              Date: Sun, 8 Jul 2001 13:24:34 +0100
26800              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
26801              
26802              Split out pending_ident().
26803      Branch: perl
26804            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
26805 ____________________________________________________________________________
26806 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
26807         Log: (Retracted by #11223.)
26808              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
26809              Date: Wed, 05 Nov 1997 17:22:34 -0600
26810              From: Graham Barr <gbarr@ti.com>
26811              Message-Id: <3460FFBA.6DA51F46@ti.com>
26812      Branch: perl
26813            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
26814 ____________________________________________________________________________
26815 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
26816         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
26817      Branch: perl
26818            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26819            ! pod/perllocale.pod
26820 ____________________________________________________________________________
26821 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
26822         Log: Really do the test under the C locale.
26823      Branch: perl
26824            ! ext/I18N/Langinfo/Langinfo.t
26825 ____________________________________________________________________________
26826 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
26827         Log: Small portability fix for Mac OS.
26828      Branch: maint-5.6/macperl
26829            ! lib/Cwd.pm
26830 ____________________________________________________________________________
26831 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
26832         Log: Metaconfig unit change for #11207.
26833      Branch: metaconfig/U/perl
26834            ! Extensions.U
26835 ____________________________________________________________________________
26836 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
26837         Log: Add I18N::Langinfo, which is basically a wrapper around
26838              nl_langinfo(), which is an additional way to query locale
26839              specific information.
26840      Branch: perl
26841            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26842            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
26843            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
26844 ____________________________________________________________________________
26845 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
26846         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
26847              used in File::Find tests; replace with if.t.
26848      Branch: maint-5.6/macperl
26849            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
26850            ! t/pragma/warn/op
26851 ____________________________________________________________________________
26852 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
26853         Log: Allow symbols in try_symbol() to begin with "_".
26854      Branch: maint-5.6/macperl
26855            ! makedef.pl
26856 ____________________________________________________________________________
26857 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
26858         Log: Sync up the File::Find changes from the rewrite by
26859              Thomas Wegner, et al.
26860      Branch: maint-5.6/macperl
26861            + t/lib/filefind-taint.t
26862            ! lib/File/Find.pm t/lib/filefind.t
26863 ____________________________________________________________________________
26864 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
26865         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
26866              From: Thomas Wegner <wegner_thomas@yahoo.com>
26867              Date: Thu, 5 Jul 2001 20:31:25 +0200
26868              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
26869      Branch: maint-5.6/macperl
26870            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
26871 ____________________________________________________________________________
26872 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
26873         Log: Some more test portability fixes.
26874      Branch: maint-5.6/macperl
26875            ! t/lib/filecopy.t t/pragma/warn/pp_sys
26876 ____________________________________________________________________________
26877 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
26878         Log: The #11200 removed wrong (non-existent) target.  Duh.
26879      Branch: perl
26880            ! Makefile.SH
26881 ____________________________________________________________________________
26882 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
26883         Log: Zap the lib/re.pm before creating it.
26884      Branch: perl
26885            ! Makefile.SH
26886 ____________________________________________________________________________
26887 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
26888         Log: Another test.  Please ignore.
26889      Branch: maint-5.6/macperl
26890            ! README.macos
26891 ____________________________________________________________________________
26892 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
26893         Log: Portability fixes for a lot of tests, especially IO-related
26894              tests, and warnings, and the harness script.
26895      Branch: maint-5.6/macperl
26896            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
26897            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
26898            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
26899            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
26900            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
26901            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
26902            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
26903            ! t/pragma/warnings.t
26904 ____________________________________________________________________________
26905 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
26906         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
26907              From: Nicholas Clark <nick@ccl4.org>
26908              Date: Sat, 7 Jul 2001 21:00:17 +0100
26909              Message-ID: <20010707210017.H59620@plum.flirble.org>
26910      Branch: perl
26911            ! lib/h2xs.t
26912 ____________________________________________________________________________
26913 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
26914         Log: The UNICOS/mk SysV IPC problem has been fixed.
26915      Branch: perl
26916            ! pod/perl572delta.pod
26917 ____________________________________________________________________________
26918 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
26919         Log: Slight update tweaks on perlunicode.pod.
26920      Branch: perl
26921            ! pod/perlunicode.pod
26922 ____________________________________________________________________________
26923 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
26924         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
26925              From: Mark-Jason Dominus <mjd@plover.com>
26926              Date: Sat, 07 Jul 2001 13:04:04 -0400
26927              Message-ID: <20010707170404.32694.qmail@plover.com>
26928      Branch: perl
26929            ! ext/DB_File/DB_File.pm
26930 ____________________________________________________________________________
26931 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
26932         Log: Fix up AutoLoader to fudge for Mac paths in import().
26933      Branch: maint-5.6/macperl
26934            ! lib/AutoLoader.pm
26935 ____________________________________________________________________________
26936 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
26937         Log: Try to force the lib/re.pm to be there before entering
26938              the extensions builds, should help for parallel makes.
26939      Branch: perl
26940            ! Makefile.SH
26941 ____________________________________________________________________________
26942 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
26943         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
26944              From: Norton Allen <allen@huarp.harvard.edu>
26945              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
26946              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
26947      Branch: perl
26948            ! ext/POSIX/POSIX.xs
26949 ____________________________________________________________________________
26950 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
26951         Log: Subject: [PATCH] Re: op/arith.t
26952              From: Nicholas Clark <nick@ccl4.org>
26953              Date: Sat, 7 Jul 2001 13:04:54 +0100
26954              Message-ID: <20010707130454.D59620@plum.flirble.org>
26955      Branch: perl
26956            ! numeric.c toke.c
26957 ____________________________________________________________________________
26958 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
26959         Log: Subject: [PATCH] h2xs
26960              From: Nicholas Clark <nick@ccl4.org>
26961              Date: Fri, 6 Jul 2001 23:25:14 +0100
26962              Message-ID: <20010706232514.X59620@plum.flirble.org>
26963      Branch: perl
26964            ! utils/h2xs.PL
26965 ____________________________________________________________________________
26966 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
26967         Log: Subject: Re: bleedperl perl_alloc..free leakage
26968              From: Radu Greab <radu@netsoft.ro>
26969              Date: Fri, 6 Jul 2001 19:48:54 +0300
26970              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
26971              
26972              Leak-be-gone.
26973      Branch: perl
26974            ! op.c
26975 ____________________________________________________________________________
26976 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
26977         Log: Test again.  Please ignore.
26978      Branch: maint-5.6/macperl
26979            ! README.macos
26980 ____________________________________________________________________________
26981 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
26982         Log: Test.  Please ignore.
26983      Branch: maint-5.6/macperl
26984            ! README.macos
26985 ____________________________________________________________________________
26986 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
26987         Log: Include changes already sent in separately as patches,
26988              before branch was created.
26989      Branch: maint-5.6/macperl
26990            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
26991            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
26992            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
26993            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
26994            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
26995            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
26996            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
26997            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
26998            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
26999            ! t/pragma/strict.t
27000 ____________________________________________________________________________
27001 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
27002         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
27003              From: Norton Allen <allen@huarp.harvard.edu>
27004              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
27005              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
27006      Branch: perl
27007            ! utf8.h
27008 ____________________________________________________________________________
27009 [ 11183] By: nick                                  on 2001/07/06  16:27:40
27010         Log: Integrate mainline
27011      Branch: perlio
27012           +> (branch 42 files)
27013            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
27014            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
27015            - win32/bin/mdelete.bat
27016           !> (integrate 215 files)
27017 ____________________________________________________________________________
27018 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
27019         Log: The #11166 needed also these updated.
27020      Branch: perl
27021            ! lib/warnings.pm warnings.h
27022 ____________________________________________________________________________
27023 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
27024         Log: Update Changes.
27025      Branch: perl
27026            ! Changes patchlevel.h
27027 ____________________________________________________________________________
27028 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
27029         Log: Regen toc.
27030      Branch: perl
27031            ! pod/perltoc.pod
27032 ____________________________________________________________________________
27033 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
27034         Log: Nit from Abhijit.
27035      Branch: perl
27036            ! lib/CPAN.pm
27037 ____________________________________________________________________________
27038 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
27039         Log: Retract #11172.
27040      Branch: perl
27041            ! t/op/method.t
27042 ____________________________________________________________________________
27043 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
27044         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
27045              From: Norton Allen <allen@huarp.harvard.edu>
27046              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
27047              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
27048      Branch: perl
27049            ! lib/Cwd.pm
27050 ____________________________________________________________________________
27051 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
27052         Log: (Accidentally empty check-in.)
27053      Branch: perl
27054            ! utf8.h
27055 ____________________________________________________________________________
27056 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
27057         Log: Retract #11165 since Sarathy pointed out it'll not
27058              work properly under threads, the problem should be
27059              solved using "the savestack, either via SSNEW() or
27060              using a newSVpv()+SAVEFREESV() combo."
27061      Branch: perl
27062            ! ext/POSIX/POSIX.xs
27063 ____________________________________________________________________________
27064 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
27065         Log: Retract #11125 since NI-S pointed out it'll not work in
27066              cases where the extension has their own handcrafted INC
27067              et alia.
27068      Branch: perl
27069            ! lib/ExtUtils/MM_Unix.pm
27070 ____________________________________________________________________________
27071 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
27072         Log: Subject: RE: [PATCH] -I and MakeMaker again
27073              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27074              Date: Fri, 6 Jul 2001 09:18:29 +0200
27075              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
27076      Branch: perl
27077            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
27078            ! lib/ExtUtils/MM_Win32.pm
27079 ____________________________________________________________________________
27080 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
27081         Log: (Retracted by #11178)
27082              Subject: [PATCH t/op/method.t] SUPER:: strangeness
27083              From: Piers Cawley <pdcawley@iterative-software.com>
27084              Date: 06 Jul 2001 10:49:01 +0100
27085              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
27086      Branch: perl
27087            ! t/op/method.t
27088 ____________________________________________________________________________
27089 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
27090         Log: VOS README update from Paul Green.
27091      Branch: perl
27092            ! README.vos
27093 ____________________________________________________________________________
27094 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
27095         Log: Subject: [PATCH README.qnx hints/qnx.sh]
27096              From: Norton Allen <allen@huarp.harvard.edu>
27097              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
27098              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
27099      Branch: perl
27100            ! README.qnx hints/qnx.sh
27101 ____________________________________________________________________________
27102 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
27103         Log: Subject: [PATCH] Doc patch for Tie::Hash
27104              From: Artur Bergman <artur@contiller.se>
27105              Date: Thu, 05 Jul 2001 22:51:18 +0200
27106              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
27107      Branch: perl
27108            ! lib/Tie/Hash.pm
27109 ____________________________________________________________________________
27110 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
27111         Log: Subject: [PATCH] perlfaq4.pod
27112              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
27113              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
27114              Date: Thu, 5 Jul 2001 18:44:10 +0100 
27115      Branch: perl
27116            ! pod/perlfaq4.pod
27117 ____________________________________________________________________________
27118 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
27119         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
27120              From: Robin Houston <robin@kitsite.com>
27121              Date: Thu, 5 Jul 2001 18:33:21 +0100
27122              Message-ID: <20010705183321.A27345@robin.kitsite.com>
27123      Branch: perl
27124            ! ext/B/B/Deparse.pm
27125 ____________________________________________________________________________
27126 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
27127         Log: (Retracted by #11285.)
27128              
27129              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
27130              From: Abhijit Menon-Sen <ams@wiw.org>
27131              Date: Fri, 6 Jul 2001 01:26:32 +0530
27132              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
27133      Branch: perl
27134            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
27135            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
27136            ! warnings.pl
27137 ____________________________________________________________________________
27138 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
27139         Log: (Retracted by #11175)
27140              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
27141              From: Norton Allen <allen@huarp.harvard.edu>
27142              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
27143              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
27144      Branch: perl
27145            ! ext/POSIX/POSIX.xs
27146 ____________________________________________________________________________
27147 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
27148         Log: Unterminated C< (noticed by Richard Hatch), and few other
27149              small Unicode doc tweaks.
27150      Branch: perl
27151            ! pod/perlretut.pod
27152 ____________________________________________________________________________
27153 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
27154         Log: More flexible argument understanding; add charblocks() and
27155              charscripts(); make charblock() and charscript() two-way;
27156              add charinrange(); separate the $Unicode::UCD::VERSION and
27157              the version of the Unicode by adding UnicodeVersion().
27158      Branch: perl
27159            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
27160 ____________________________________________________________________________
27161 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
27162         Log: Update Unicode::UCD on \p{In...}.
27163      Branch: perl
27164            ! lib/Unicode/UCD.pm
27165 ____________________________________________________________________________
27166 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
27167         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
27168              From: Norton Allen <allen@huarp.harvard.edu>
27169              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
27170              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
27171      Branch: perl
27172            ! lib/ExtUtils/MM_Unix.pm
27173 ____________________________________________________________________________
27174 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
27175         Log: POSIX-BC tweaks from Thomas Dorner.
27176      Branch: perl
27177            ! hints/posix-bc.sh perlio.h
27178 ____________________________________________________________________________
27179 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
27180         Log: Module updates for the delta.
27181      Branch: perl
27182            ! pod/perl572delta.pod
27183 ____________________________________________________________________________
27184 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
27185         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
27186              From: Norton Allen <allen@huarp.harvard.edu>
27187              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
27188              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
27189      Branch: perl
27190            ! ext/IO/lib/IO/t/io_sock.t
27191 ____________________________________________________________________________
27192 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
27193         Log: Subject: [PATCH perldiag.pod] Quick fixes
27194              From: Simon Cozens <simon@netthink.co.uk>
27195              Date: Wed, 4 Jul 2001 20:22:12 +0100
27196              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
27197      Branch: perl
27198            ! pod/perldiag.pod
27199 ____________________________________________________________________________
27200 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
27201         Log: (retracted by #13533)
27202              
27203              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
27204              From: Radu Greab <radu@netsoft.ro>
27205              Date: Wed, 4 Jul 2001 22:13:31 +0300
27206              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
27207      Branch: perl
27208            ! op.c sv.c t/op/pos.t
27209 ____________________________________________________________________________
27210 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
27211         Log: Subject: [PATCH] -I and MakeMaker again
27212              From: Michael G Schwern <schwern@pobox.com>
27213              Date: Wed, 4 Jul 2001 15:03:07 -0400
27214              Message-ID: <20010704150307.I20340@blackrider>
27215              
27216              (and retract #11145)
27217      Branch: perl
27218            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
27219            ! lib/ExtUtils/MakeMaker.pm
27220 ____________________________________________________________________________
27221 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
27222         Log: Subject: Re: PERFORCE change 11142 for review
27223              From: "Philip Newton" <Philip.Newton@gmx.net>
27224              Date: Wed, 4 Jul 2001 20:46:26 +0200
27225              Message-Id: <200107041841.VAA25380@taas.iki.fi>
27226      Branch: perl
27227            ! lib/ExtUtils/MakeMaker.pm
27228 ____________________________________________________________________________
27229 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
27230         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
27231              From: Jonathan Stowe <gellyfish@gellyfish.com>
27232              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
27233              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
27234      Branch: perl
27235            ! utils/pl2pm.PL
27236 ____________________________________________________________________________
27237 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
27238         Log: fix the binary compatibility issue when building with/without
27239              usemymalloc by exporting Perl_malloc() et al as simple wrappers
27240              around the system functions (this allows most extensions built
27241              using one mode to coexist with perls built in the other mode)
27242              
27243              XXX the Perl_mfree() wrapper might need to do return(free()) on
27244              platforms where Free_t isn't "void"
27245      Branch: perl
27246            ! embed.h embed.pl makedef.pl proto.h util.c
27247 ____________________________________________________________________________
27248 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
27249         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
27250              since it doesn't ensure threads other than the one calling fork()
27251              aren't holding any locks; the fix is to use pthread_atfork() to
27252              hold global locks
27253              
27254              building perl with -Dusemymalloc exacerbates the problem since
27255              Perl_malloc() holds a mutex, and perl's exec() calls New()
27256              
27257              XXX the code in win32thread.h may be needed on platforms that have
27258              no pthread_atfork()
27259      Branch: perl
27260            ! perl.c thread.h win32/win32thread.h
27261 ____________________________________________________________________________
27262 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
27263         Log: Integrate #11009 from maintperl.
27264      Branch: maint-5.6/macperl
27265           !> lib/ExtUtils/Manifest.pm
27266 ____________________________________________________________________________
27267 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
27268         Log: Flexing my Perforce muscles.
27269      Branch: maint-5.6/macperl
27270            ! README.macos
27271 ____________________________________________________________________________
27272 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
27273         Log: Update Changes.
27274      Branch: perl
27275            ! Changes patchlevel.h
27276 ____________________________________________________________________________
27277 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
27278         Log: Metaconfig unit change for #11146.
27279      Branch: metaconfig/U/perl
27280            ! d_fcntl_can_lock.U
27281 ____________________________________________________________________________
27282 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
27283         Log: Somehow the #ifdefs of the added code (in #11093) made
27284              HP-UX to fail the fcntl locking test, without the ifdefs
27285              the test seems to be working again.  Reason unknown:
27286              HP-UX cc doesn't complain either way.
27287      Branch: perl
27288            ! Configure
27289 ____________________________________________________________________________
27290 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
27291         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
27292      Branch: perl
27293            ! lib/ExtUtils/MM_Unix.pm
27294 ____________________________________________________________________________
27295 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
27296         Log: gcc -Wall nit.
27297      Branch: perl
27298            ! pp_hot.c
27299 ____________________________________________________________________________
27300 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
27301         Log: When removing tests updating the test count is a good idea, too.
27302      Branch: perl
27303            ! lib/Net/t/require.t
27304 ____________________________________________________________________________
27305 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
27306         Log: Document #11134 and add the new symbols to the list of
27307              of MakeMaker known ones.
27308      Branch: perl
27309            ! lib/ExtUtils/MakeMaker.pm
27310 ____________________________________________________________________________
27311 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
27312         Log: Microperl update.
27313      Branch: perl
27314            ! uconfig.h
27315 ____________________________________________________________________________
27316 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
27317         Log: Update the libnet tests as per #11138.
27318      Branch: perl
27319            - lib/Net/t/ph.t
27320            ! MANIFEST lib/Net/t/require.t
27321 ____________________________________________________________________________
27322 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
27323         Log: Regen toc and modlib.
27324      Branch: perl
27325            ! pod/perlmodlib.pod pod/perltoc.pod
27326 ____________________________________________________________________________
27327 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
27328         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
27329              Graham's request.
27330      Branch: perl
27331            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
27332            ! MANIFEST
27333 ____________________________________________________________________________
27334 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
27335         Log: Add the OS/390 harness results to the delta.
27336      Branch: perl
27337            ! pod/perl572delta.pod
27338 ____________________________________________________________________________
27339 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
27340         Log: Avoid the two study tests in OS/390 until the bug has been solved.
27341      Branch: perl
27342            ! t/op/study.t
27343 ____________________________________________________________________________
27344 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
27345         Log: DOS/DJGPP tweaks from Laszlo Molnar.
27346      Branch: perl
27347            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
27348 ____________________________________________________________________________
27349 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
27350         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
27351              From: Michael G Schwern <schwern@pobox.com>
27352              Date: Wed, 4 Jul 2001 00:01:16 -0400
27353              Message-ID: <20010704000116.C591@blackrider>
27354      Branch: perl
27355            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
27356 ____________________________________________________________________________
27357 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
27358         Log: The #11132 missed singleton characters (not part
27359              of a unilo..unihi range) in Unicode scripts.
27360      Branch: perl
27361            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
27362            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
27363            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
27364            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
27365            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
27366            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
27367            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
27368            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
27369            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
27370            ! lib/unicode/mktables.PL t/op/pat.t
27371 ____________________________________________________________________________
27372 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
27373         Log: Support preferentially the Unicode 'scripts' definition
27374              in the \p{In...} notation since according to Unicode the
27375              scripts concept is more natural for matching than using
27376              the somewhat artificial block names.  The block names are
27377              still available, though, and if there's a name conflict,
27378              the scripts one wins and the blocks one has to do with
27379              'Block' appended to its name.  For more information see
27380              
27381              http://www.unicode.org/unicode/reports/tr24/
27382      Branch: perl
27383            + lib/unicode/In/100.pl lib/unicode/In/101.pl
27384            + lib/unicode/In/102.pl lib/unicode/In/103.pl
27385            + lib/unicode/In/104.pl lib/unicode/In/105.pl
27386            + lib/unicode/In/106.pl lib/unicode/In/107.pl
27387            + lib/unicode/In/108.pl lib/unicode/In/109.pl
27388            + lib/unicode/In/110.pl lib/unicode/In/111.pl
27389            + lib/unicode/In/112.pl lib/unicode/In/113.pl
27390            + lib/unicode/In/114.pl lib/unicode/In/115.pl
27391            + lib/unicode/In/116.pl lib/unicode/In/117.pl
27392            + lib/unicode/In/118.pl lib/unicode/In/119.pl
27393            + lib/unicode/In/120.pl lib/unicode/In/121.pl
27394            + lib/unicode/In/122.pl lib/unicode/In/123.pl
27395            + lib/unicode/In/124.pl lib/unicode/In/125.pl
27396            + lib/unicode/In/126.pl lib/unicode/In/127.pl
27397            + lib/unicode/In/128.pl lib/unicode/In/129.pl
27398            + lib/unicode/In/130.pl lib/unicode/In/131.pl
27399            + lib/unicode/In/132.pl lib/unicode/In/133.pl
27400            + lib/unicode/In/134.pl lib/unicode/In/135.pl
27401            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
27402            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
27403            ! (edit 106 files)
27404 ____________________________________________________________________________
27405 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
27406         Log: Better document the difference between a block and a script.
27407      Branch: perl
27408            ! lib/Unicode/UCD.pm
27409 ____________________________________________________________________________
27410 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
27411         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
27412              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27413              Date: Tue, 3 Jul 2001 15:04:23 -0500
27414              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
27415      Branch: perl
27416            ! lib/CPAN.pm
27417 ____________________________________________________________________________
27418 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
27419         Log: Add tests for charscript().
27420      Branch: perl
27421            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
27422 ____________________________________________________________________________
27423 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
27424         Log: Add charscript() to get the UTR#24 script names of characters.
27425      Branch: perl
27426            ! lib/Unicode/UCD.pm
27427 ____________________________________________________________________________
27428 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
27429         Log: Todo updates.
27430      Branch: perl
27431            ! pod/perltodo.pod
27432 ____________________________________________________________________________
27433 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
27434         Log: Unicode::UCD updates.
27435      Branch: perl
27436            ! lib/Unicode/UCD.pm
27437 ____________________________________________________________________________
27438 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
27439         Log: (Retracted by #11174)
27440              Subject: MakeMaker should pass through DEFINE and INC to subdirs
27441              From: Alan Burlison <Alan.Burlison@sun.com>
27442              Date: Tue, 03 Jul 2001 15:20:13 +0100
27443              Message-ID: <3B41D49D.A923D4F9@sun.com>
27444      Branch: perl
27445            ! lib/ExtUtils/MM_Unix.pm
27446 ____________________________________________________________________________
27447 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
27448         Log: Subject: Patch needed for UTS
27449              From: hom00@utsglobal.com (Hal Morris)
27450              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
27451              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
27452              
27453              Replace #11113 with a better version.
27454      Branch: perl
27455            ! perl.h
27456 ____________________________________________________________________________
27457 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
27458         Log: Subject: Re: POINTERRIGOR
27459              From: Andy Dougherty <doughera@lafayette.edu>
27460              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
27461              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
27462      Branch: perl
27463            ! util.c
27464 ____________________________________________________________________________
27465 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
27466         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
27467              From: "Philip Newton" <pnewton@gmx.de>
27468              Date: Tue, 3 Jul 2001 17:03:34 +0200
27469              Message-ID: <3B41FAE6.29564.660E117@localhost>
27470      Branch: perl
27471            ! pp_hot.c
27472 ____________________________________________________________________________
27473 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
27474         Log: Typos.
27475      Branch: perl
27476            ! INSTALL
27477 ____________________________________________________________________________
27478 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
27479         Log: Subject: [PATCH 5.6.1] debugger fixes
27480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27481              Date: Tue, 3 Jul 2001 03:38:18 -0400
27482              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
27483              
27484              The $^S is working again.
27485      Branch: perl
27486            ! lib/perl5db.pl
27487 ____________________________________________________________________________
27488 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
27489         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
27490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27491              Date: Tue, 3 Jul 2001 03:34:06 -0400
27492              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
27493      Branch: perl
27494            ! os2/OS2/Process/Process.pm
27495 ____________________________________________________________________________
27496 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
27497         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
27498              From: "Philip Newton" <Philip.Newton@gmx.net>
27499              Date: Tue, 3 Jul 2001 09:11:27 +0200
27500              Message-Id: <200107030706.KAA04596@taas.iki.fi>
27501      Branch: perl
27502            ! lib/FindBin.pm
27503 ____________________________________________________________________________
27504 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
27505         Log: Delta delta.
27506      Branch: perl
27507            ! pod/perl572delta.pod
27508 ____________________________________________________________________________
27509 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
27510         Log: Metaconfig unit change for 11115.
27511      Branch: metaconfig
27512            ! U/modified/libc.U
27513 ____________________________________________________________________________
27514 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
27515         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
27516              (from Richard Hatch) (this was the cause of pipes() and
27517              times() mysteriously not being found)
27518      Branch: perl
27519            ! Configure
27520 ____________________________________________________________________________
27521 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
27522         Log: Retract #10142, the real culprit found by Richard Hatch,
27523              coming soon to Configure near you.
27524      Branch: perl
27525            ! hints/aix.sh
27526 ____________________________________________________________________________
27527 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
27528         Log: (Replaced by #11124) UTS workaround from Hal Morris.
27529      Branch: perl
27530            ! perl.h
27531 ____________________________________________________________________________
27532 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
27533         Log: Subject: [PATCH] grok not grocking correctly
27534              From: Nicholas Clark <nick@ccl4.org>
27535              Date: Tue, 3 Jul 2001 00:19:08 +0100
27536              Message-ID: <20010703001908.H59620@plum.flirble.org>
27537      Branch: perl
27538            ! numeric.c
27539 ____________________________________________________________________________
27540 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
27541         Log: Subject: [PATCH Deparse.t] test just-posted patches
27542              From: Robin Houston <robin@kitsite.com>
27543              Date: Mon, 2 Jul 2001 23:46:15 +0100
27544              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
27545      Branch: perl
27546            ! ext/B/Deparse.t
27547 ____________________________________________________________________________
27548 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
27549         Log: Subject: [PATCH toke.c] autosplit into @F
27550              From: Robin Houston <robin@kitsite.com>
27551              Date: Mon, 2 Jul 2001 23:18:20 +0100
27552              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
27553      Branch: perl
27554            ! perl.c toke.c
27555 ____________________________________________________________________________
27556 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
27557         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
27558              From: Robin Houston <robin@kitsite.com>
27559              Date: Mon, 2 Jul 2001 23:00:48 +0100
27560              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
27561      Branch: perl
27562            ! ext/B/B/Deparse.pm
27563 ____________________________________________________________________________
27564 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
27565         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
27566              From: "Philip Newton" <Philip.Newton@gmx.net>
27567              Date: Mon, 2 Jul 2001 22:06:22 +0200
27568              (no Message-Id)
27569      Branch: perl
27570            ! ext/NDBM_File/hints/linux.pl
27571 ____________________________________________________________________________
27572 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
27573         Log: Subject: Re: Fixed pack problem - sort of
27574              From: Nicholas Clark <nick@ccl4.org>
27575              Date: Mon, 2 Jul 2001 20:59:20 +0100
27576              Message-ID: <20010702205919.F59620@plum.flirble.org>
27577      Branch: perl
27578            ! pp_pack.c t/op/pack.t
27579 ____________________________________________________________________________
27580 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
27581         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
27582              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27583              Date: Mon, 2 Jul 2001 15:45:41 -0400
27584              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
27585      Branch: perl
27586            ! os2/os2.c
27587 ____________________________________________________________________________
27588 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
27589         Log: (Mistaken retraction)
27590      Branch: perl
27591            ! utils/pl2pm.PL
27592 ____________________________________________________________________________
27593 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
27594         Log: Detypo in #11103.
27595      Branch: perl
27596            ! utils/pl2pm.PL
27597 ____________________________________________________________________________
27598 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
27599         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
27600              From: Jonathan Stowe <gellyfish@gellyfish.com>
27601              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
27602              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
27603      Branch: perl
27604            ! utils/pl2pm.PL
27605 ____________________________________________________________________________
27606 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
27607         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
27608              From: "Craig A. Berry" <craigberry@mac.com>
27609              Date: Mon, 02 Jul 2001 14:11:23 -0500
27610              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
27611      Branch: perl
27612            ! lib/Unicode/UCD.pm
27613 ____________________________________________________________________________
27614 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
27615         Log: Subject: [PATCH] Re: op/numconvert.t failures
27616              From: Nicholas Clark <nick@ccl4.org>
27617              Date: Mon, 2 Jul 2001 20:10:48 +0100
27618              Message-ID: <20010702201048.E59620@plum.flirble.org>
27619      Branch: perl
27620            ! t/op/numconvert.t
27621 ____________________________________________________________________________
27622 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
27623         Log: Update Changes.
27624      Branch: perl
27625            ! Changes patchlevel.h
27626 ____________________________________________________________________________
27627 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
27628         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
27629              The real fix must be more involved.  The line of code all the leaky
27630              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
27631              line of Perl_newPMOP().
27632      Branch: perl
27633            ! op.h
27634 ____________________________________________________________________________
27635 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
27636         Log: Based on
27637              
27638              Subject: Re: sizeof(struct sembuf)
27639              From: Nicholas Clark <nick@ccl4.org>
27640              Date: Sun, 1 Jul 2001 22:26:48 +0100
27641              Message-ID: <20010701222648.W59620@plum.flirble.org>
27642              
27643              but do semop() always the slow way.
27644      Branch: perl
27645            ! doio.c
27646 ____________________________________________________________________________
27647 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
27648         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
27649              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27650              Date: Tue, 03 Jul 2001 00:56:30 +0900
27651              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
27652      Branch: perl
27653            ! ext/Encode/Encode/Tcl.t
27654 ____________________________________________________________________________
27655 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
27656         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
27657              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27658              Date: Tue, 03 Jul 2001 00:55:46 +0900
27659              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
27660      Branch: perl
27661            ! ext/Encode/Encode/Tcl.pm
27662 ____________________________________________________________________________
27663 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
27664         Log: Regen api and toc.
27665      Branch: perl
27666            ! pod/perlapi.pod pod/perltoc.pod
27667 ____________________________________________________________________________
27668 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
27669         Log: Metaconfig unit change for #11093.
27670      Branch: metaconfig/U/perl
27671            ! d_fcntl_can_lock.U
27672 ____________________________________________________________________________
27673 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
27674         Log: The fcntl locking test may hang if NFS locking messed up;
27675              break out with alarm(10).
27676      Branch: perl
27677            ! Configure
27678 ____________________________________________________________________________
27679 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
27680         Log: Move the mdelete.bat from win32/bin to win32.
27681      Branch: perl
27682            ! MANIFEST
27683 ____________________________________________________________________________
27684 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
27685         Log: Typo in #11083.
27686      Branch: perl
27687            ! ext/Time/Piece/Piece.t
27688 ____________________________________________________________________________
27689 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
27690         Log: Netware tweaks from Guruprasad.
27691      Branch: perl
27692            - NetWare/perlsdio.h
27693            ! MANIFEST NetWare/Makefile NetWare/interface.c
27694            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
27695            ! perlsdio.h
27696 ____________________________________________________________________________
27697 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
27698         Log: Subject: Re: [PATH] shared -> unique;
27699              From: Abhijit Menon-Sen <ams@wiw.org>
27700              Date: Wed, 27 Jun 2001 03:51:27 +0530
27701              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
27702      Branch: perl
27703            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
27704 ____________________________________________________________________________
27705 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
27706         Log: Subject: Re: AIX / gcc-3.0
27707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27708              Date: Mon, 02 Jul 2001 15:20:21 +0200
27709              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
27710      Branch: perl
27711            ! hints/aix.sh
27712 ____________________________________________________________________________
27713 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
27714         Log: Subject: Re: Bug report: split splits on wrong pattern
27715              From: Abhijit Menon-Sen <ams@wiw.org>
27716              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
27717              Date: Mon, 2 Jul 2001 16:31:33 +0530
27718      Branch: perl
27719            ! pp_ctl.c
27720 ____________________________________________________________________________
27721 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
27722         Log: Subject: [PATCH 5.6.1] test harness
27723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27724              Date: Mon, 2 Jul 2001 06:29:21 -0400
27725              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
27726      Branch: perl
27727            ! lib/Test/Harness.pm
27728 ____________________________________________________________________________
27729 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
27730         Log: Subject: [PATCH 5.6.1] debugger goof
27731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27732              Date: Mon, 2 Jul 2001 06:27:22 -0400
27733              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
27734      Branch: perl
27735            ! lib/perl5db.pl
27736 ____________________________________________________________________________
27737 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
27738         Log: Subject: [PATCH 5.6.1] OS/2 cwd
27739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27740              Date: Mon, 2 Jul 2001 06:21:17 -0400
27741              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
27742      Branch: perl
27743            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
27744 ____________________________________________________________________________
27745 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
27746         Log: Make #11082 more OS/2-specific.
27747      Branch: perl
27748            ! ext/Time/Piece/Piece.t
27749 ____________________________________________________________________________
27750 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
27751         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
27752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27753              Date: Mon, 2 Jul 2001 06:06:34 -0400
27754              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
27755      Branch: perl
27756            ! ext/Time/Piece/Piece.t
27757 ____________________________________________________________________________
27758 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
27759         Log: Subject: [PATCH B::Deparse] version number & changes
27760              From: Robin Houston <robin@kitsite.com>  
27761              Date: Sun, 1 Jul 2001 17:17:29 +0100
27762              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
27763      Branch: perl
27764            ! ext/B/B/Deparse.pm
27765 ____________________________________________________________________________
27766 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
27767         Log: Subject: a small fix.
27768              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27769              Date: Mon, 2 Jul 2001 12:17:53 +0200
27770              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
27771      Branch: perl
27772            ! ext/Thread/Thread.xs
27773 ____________________________________________________________________________
27774 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
27775         Log: Subject: RE: perl@10907
27776              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27777              Date: Mon, 2 Jul 2001 12:06:16 +0200
27778              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
27779              
27780              Borland C vs PerlIO.
27781      Branch: perl
27782            ! win32/config.bc win32/config_H.bc
27783 ____________________________________________________________________________
27784 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
27785         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
27786              From: "H.M. Brand" <merijn@l1.procura.nl>
27787              Date: Mon, 02 Jul 2001 11:18:57 +0200
27788              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
27789      Branch: perl
27790            ! t/op/write.t
27791 ____________________________________________________________________________
27792 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
27793         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
27794              From: Michael G Schwern <schwern@pobox.com>
27795              Date: Mon, 2 Jul 2001 00:26:24 -0400
27796              Message-ID: <20010702002624.A18302@blackrider>
27797      Branch: perl
27798            - ext/util/mkbootstrap
27799 ____________________________________________________________________________
27800 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
27801         Log: Subject: [PATCH op.h] v minor comment tweak
27802              From: Robin Houston <robin@puffinry.freeserve.co.uk>
27803              Date: Mon, 2 Jul 2001 00:42:01 +0100
27804              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
27805      Branch: perl
27806            ! op.h
27807 ____________________________________________________________________________
27808 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
27809         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
27810      Branch: perl
27811            ! pod/perlfunc.pod
27812 ____________________________________________________________________________
27813 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
27814         Log: Subject: Re: sizeof(struct sembuf)
27815              From: Nicholas Clark <nick@ccl4.org>
27816              Date: Sun, 1 Jul 2001 19:23:16 +0100
27817              Message-ID: <20010701192316.V59620@plum.flirble.org>
27818              
27819              s/signaling/signalling/
27820      Branch: perl
27821            ! pod/perlfunc.pod
27822 ____________________________________________________________________________
27823 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
27824         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
27825              From: "Philip Newton" <Philip.Newton@gmx.net>
27826              Date: Sun, 1 Jul 2001 09:37:56 +0200
27827              Message-Id: <200107010733.KAA03920@taas.iki.fi>
27828      Branch: perl
27829            ! pod/perlvar.pod
27830 ____________________________________________________________________________
27831 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
27832         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
27833              From: "Philip Newton" <Philip.Newton@gmx.net>
27834              Date: Sun, 1 Jul 2001 09:37:56 +0200
27835              Message-Id: <200107010733.KAA03925@taas.iki.fi>
27836      Branch: perl
27837            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
27838 ____________________________________________________________________________
27839 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
27840         Log: Metaconfig unit change for #11070.
27841      Branch: metaconfig
27842            ! U/compline/randfunc.U
27843 ____________________________________________________________________________
27844 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
27845         Log: Subject: [PATCH perlsnap] its --> it's --> its
27846              From: "Philip Newton" <Philip.Newton@gmx.net>
27847              Date: Sun, 1 Jul 2001 09:37:56 +0200
27848              Message-Id: <200107010733.KAA03914@taas.iki.fi>
27849      Branch: perl
27850            ! Porting/config_H
27851 ____________________________________________________________________________
27852 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
27853         Log: Sync with Sarathy; integrate with perlio.
27854      Branch: perl
27855           !> gv.c
27856 ____________________________________________________________________________
27857 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
27858         Log: regenerate win32/config_H.?c files
27859      Branch: perl
27860            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27861 ____________________________________________________________________________
27862 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
27863         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
27864              naming discipline
27865              
27866              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
27867              because of this)
27868              
27869              fix a warning about "fd" being used without being set in Cwd.xs
27870      Branch: perl
27871            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
27872            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
27873            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
27874            ! win32/config.vc
27875 ____________________________________________________________________________
27876 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
27877         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
27878              within macro arguments") and warnings ("unary minus applied to
27879              unsigned type", among others)
27880      Branch: perl
27881            ! gv.c hv.c op.c pp.c sv.c toke.c
27882 ____________________________________________________________________________
27883 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
27884         Log: win32 fixes: more spurious CRs
27885      Branch: perl
27886            ! win32/mdelete.bat
27887 ____________________________________________________________________________
27888 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
27889         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
27890              from win32/bin (or it gets deleted by distclean); don't delete
27891              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
27892              NT (should be made Win9x specific, and added to makefile.mk)
27893      Branch: perl
27894           +> win32/mdelete.bat
27895            - win32/bin/mdelete.bat
27896            ! win32/Makefile win32/makefile.mk
27897 ____________________________________________________________________________
27898 [ 11063] By: nick                                  on 2001/07/01  18:54:09
27899         Log: Quick for for #ifdef mess
27900      Branch: perlio
27901            ! gv.c
27902 ____________________________________________________________________________
27903 [ 11062] By: nick                                  on 2001/07/01  18:47:42
27904         Log: Raw integrate - does not build #if mess in gv.c
27905      Branch: perlio
27906           !> (integrate 29 files)
27907 ____________________________________________________________________________
27908 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
27909         Log: Make 'compile' target a little less broken.
27910              Still very broken, though: -Wall warnings from
27911              the generated code, boot_Foo prototypes missing,
27912              can't autoload Fcntl::SEEK_CUR et alia, ...
27913      Branch: perl
27914            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
27915            ! utils/perlcc.PL x2p/Makefile.SH
27916 ____________________________________________________________________________
27917 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
27918         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
27919      Branch: perl
27920            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27921            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
27922 ____________________________________________________________________________
27923 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
27924         Log: Update Changes.
27925      Branch: perl
27926            ! Changes patchlevel.h
27927 ____________________________________________________________________________
27928 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
27929         Log: Still one typo, regen toc.
27930      Branch: perl
27931            ! lib/Unicode/UCD.pm pod/perltoc.pod
27932 ____________________________________________________________________________
27933 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
27934         Log: Detypos and regen toc.
27935      Branch: perl
27936            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
27937 ____________________________________________________________________________
27938 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
27939         Log: VERSION tweak.
27940      Branch: perl
27941            ! ext/List/Util/lib/List/Util.pm
27942 ____________________________________________________________________________
27943 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
27944         Log: Attempt at plugging the leak under ithreads detected by Doug.
27945      Branch: perl
27946            ! op.h
27947 ____________________________________________________________________________
27948 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
27949         Log: gcc -Wall lint after #11051.
27950      Branch: perl
27951            ! pp_sys.c
27952 ____________________________________________________________________________
27953 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
27954         Log: Integrate perlio.
27955      Branch: perl
27956           !> lib/File/Find/taint.t
27957 ____________________________________________________________________________
27958 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
27959         Log: Don't use the v-strings for module VERSIONs.
27960      Branch: perl
27961            ! lib/Unicode/UCD.pm
27962 ____________________________________________________________________________
27963 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
27964         Log: Code cleanup based on turning off the -woffs in IRIX.
27965              Not all of the gripes cleaned up (hairy code in hv.c and
27966              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
27967              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
27968              to the IRIX hints)
27969      Branch: perl
27970            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
27971            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
27972            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
27973            ! regcomp.c sv.c
27974 ____________________________________________________________________________
27975 [ 11050] By: nick                                  on 2001/06/30  20:46:46
27976         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
27977      Branch: perlio
27978            ! lib/File/Find/taint.t
27979 ____________________________________________________________________________
27980 [ 11049] By: nick                                  on 2001/06/30  18:13:33
27981         Log: Integrate mainline
27982      Branch: perlio
27983           +> NetWare/nwstdio.h NetWare/perlsdio.h
27984           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
27985           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
27986           +> lib/Unicode/UCD.t t/run/exit.t
27987           !> (integrate 60 files)
27988 ____________________________________________________________________________
27989 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
27990         Log: Delta delta.
27991      Branch: perl
27992            ! pod/perl572delta.pod
27993 ____________________________________________________________________________
27994 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
27995         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
27996              by CPAN.pm, use rather _00.
27997      Branch: perl
27998            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
27999            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
28000            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
28001            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
28002            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
28003            ! lib/ExtUtils/Embed.pm lib/Test.pm
28004 ____________________________________________________________________________
28005 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
28006         Log: Add a simple Unicode character database interface, Unicode::UCD.
28007      Branch: perl
28008            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
28009            ! MANIFEST
28010 ____________________________________________________________________________
28011 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
28012         Log: Subject: [PATCH] op/numconver.t
28013              From: Nicholas Clark <nick@ccl4.org>
28014              Date: Sat, 30 Jun 2001 15:40:10 +0100
28015              Message-ID: <20010630154010.I59620@plum.flirble.org>
28016      Branch: perl
28017            ! t/op/numconvert.t
28018 ____________________________________________________________________________
28019 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
28020         Log: The $^N is now taken (by #11038).
28021      Branch: perl
28022            ! t/base/lex.t
28023 ____________________________________________________________________________
28024 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
28025         Log: The #11040 had slipped to a wrong function...
28026      Branch: perl
28027            ! sv.c
28028 ____________________________________________________________________________
28029 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
28030         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
28031              the Configure library symbol probe mysteriously finds all
28032              symbols but those of pipe() and times().
28033      Branch: perl
28034            ! hints/aix.sh
28035 ____________________________________________________________________________
28036 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
28037         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
28038              From: Nicholas Clark <nick@ccl4.org>
28039              Date: Fri, 29 Jun 2001 23:49:07 +0100
28040              Message-ID: <20010629234907.D59620@plum.flirble.org>
28041      Branch: perl
28042            ! lib/ExtUtils.t
28043 ____________________________________________________________________________
28044 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
28045         Log: Subject: [PATCH] weakref fix 2, not yet there
28046              From: Artur Bergman <artur@contiller.se>
28047              Date: Sat, 30 Jun 2001 01:18:16 +0200
28048              Message-ID: <B762D957.1CC9%artur@contiller.se>
28049      Branch: perl
28050            ! sv.c
28051 ____________________________________________________________________________
28052 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
28053         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
28054              From: Michael G Schwern <schwern@pobox.com>
28055              Date: Fri, 29 Jun 2001 19:39:11 -0400
28056              Message-ID: <20010629193910.D25304@blackrider>
28057      Branch: perl
28058            + t/run/exit.t
28059            ! MANIFEST
28060 ____________________________________________________________________________
28061 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
28062         Log: Add support for $^N, the most-recently closed group.
28063      Branch: perl
28064            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
28065            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
28066            ! thrdvar.h
28067 ____________________________________________________________________________
28068 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
28069         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
28070              From: lvirden@cas.org
28071              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
28072              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
28073              
28074              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
28075              From: lvirden@cas.org
28076              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
28077              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
28078      Branch: perl
28079            ! README.solaris
28080 ____________________________________________________________________________
28081 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
28082         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
28083              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28084              Date: Sat, 30 Jun 2001 07:33:37 +0900
28085              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
28086              
28087              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
28088              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28089              Date: Sat, 30 Jun 2001 21:38:14 +0900
28090              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
28091      Branch: perl
28092            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
28093            + ext/Encode/Encode/7bit-kr.enc
28094            ! MANIFEST ext/Encode/Encode/Tcl.pm
28095 ____________________________________________________________________________
28096 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
28097         Log: NetWare tweaks from Guruprasad.
28098      Branch: perl
28099            + NetWare/nwstdio.h NetWare/perlsdio.h
28100            ! MANIFEST NetWare/Makefile NetWare/config.wc
28101            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
28102            ! NetWare/t/Readme.txt
28103 ____________________________________________________________________________
28104 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
28105         Log: More module $VERSION bump-ups.
28106      Branch: perl
28107            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
28108            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
28109            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
28110 ____________________________________________________________________________
28111 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
28112         Log: Doc update due to #11032.
28113      Branch: perl
28114            ! pod/perl572delta.pod
28115 ____________________________________________________________________________
28116 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
28117         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
28118              From: Peter Prymmer <pvhp@forte.com>
28119              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
28120              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
28121      Branch: perl
28122            ! ext/Time/HiRes/HiRes.xs
28123 ____________________________________________________________________________
28124 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
28125         Log: -lpthreads missing in AIX.
28126      Branch: perl
28127            ! hints/aix.sh
28128 ____________________________________________________________________________
28129 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
28130         Log: Subject: [PATCH] CLONE && weakrefs
28131              From: Artur Bergman <artur@contiller.se>
28132              Date: Fri, 29 Jun 2001 17:02:00 +0200
28133              Message-ID: <B7626508.1CA0%artur@contiller.se>
28134      Branch: perl
28135            ! sv.c
28136 ____________________________________________________________________________
28137 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
28138         Log: Subject: Re: Bug report: split splits on wrong pattern
28139              From: Radu Greab <radu@netsoft.ro>
28140              Date: Wed, 27 Jun 2001 21:50:52 +0300
28141              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
28142      Branch: perl
28143            ! pp_ctl.c t/op/split.t
28144 ____________________________________________________________________________
28145 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
28146         Log: Metaconfig unit change for #11027.
28147      Branch: metaconfig/U/perl
28148            ! d_modfl.U
28149 ____________________________________________________________________________
28150 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
28151         Log: I thought this Configure glitch for AIX was just recently fixed?
28152      Branch: perl
28153            ! Configure
28154 ____________________________________________________________________________
28155 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
28156         Log: Update Changes.
28157      Branch: perl
28158            ! Changes patchlevel.h
28159 ____________________________________________________________________________
28160 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
28161         Log: Subject: Re: perl@10967, File::Find, and Cwd
28162              From: Mike Guy <mjtg@cam.ac.uk>
28163              Date: Fri, 29 Jun 2001 14:56:49 +0100
28164              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
28165      Branch: perl
28166            ! lib/File/Find/taint.t
28167 ____________________________________________________________________________
28168 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
28169         Log: Update the sv_pvprintify() spec.
28170      Branch: perl
28171            ! pod/perltodo.pod
28172 ____________________________________________________________________________
28173 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
28174         Log: Known test failures update.
28175      Branch: perl
28176            ! pod/perl572delta.pod
28177 ____________________________________________________________________________
28178 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
28179         Log: Based on
28180              
28181              Subject: [PATCH @11016] More );) fixes
28182              From: Richard Soderberg <rs@crystalflame.net>
28183              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
28184              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
28185      Branch: perl
28186            ! ext/Thread/Thread.xs ext/Thread/typemap
28187 ____________________________________________________________________________
28188 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
28189         Log: Subject: [PATCH @11016] Fixes compile errors in four files
28190              From: Richard Soderberg <rs@crystalflame.net>
28191              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
28192              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
28193      Branch: perl
28194            ! mg.c pp.c pp_hot.c util.c
28195 ____________________________________________________________________________
28196 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
28197         Log: AIX hints tweaking continues, from Merijn Brand.
28198      Branch: perl
28199            ! hints/aix.sh
28200 ____________________________________________________________________________
28201 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
28202         Log: HP-UX needs gccversion sooner, from Merijn Brand.
28203      Branch: perl
28204            ! hints/hpux.sh
28205 ____________________________________________________________________________
28206 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
28207         Log: Subject: [PATCH 5.6.1] OS/2 docs
28208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28209              Date: Fri, 29 Jun 2001 02:34:12 -0400
28210              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
28211      Branch: perl
28212            ! README.os2 os2/Changes
28213 ____________________________________________________________________________
28214 [ 11017] By: nick                                  on 2001/06/29  10:20:30
28215         Log: Integrate mainline
28216      Branch: perlio
28217           +> (branch 37 files)
28218            - ext/ODBM_File/sdbm.t
28219           !> (integrate 211 files)
28220 ____________________________________________________________________________
28221 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
28222         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
28223              the modules found using a script written by Larry Schatzer Jr.
28224      Branch: perl
28225            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
28226            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
28227            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
28228            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
28229            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
28230            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
28231            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
28232            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
28233            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
28234            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
28235            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
28236            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
28237            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
28238            ! lib/constant.pm lib/fields.pm lib/strict.pm
28239 ____________________________________________________________________________
28240 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
28241         Log: The latest JPL from the anoncvs.
28242      Branch: perl
28243            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28244 ____________________________________________________________________________
28245 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
28246         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
28247      Branch: perl
28248            ! t/op/pat.t
28249 ____________________________________________________________________________
28250 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
28251         Log: Worrying about insecure directories now is a bit too late.
28252      Branch: perl
28253            ! lib/File/Find/taint.t
28254 ____________________________________________________________________________
28255 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
28256         Log: Cannot DIE() in a void function,
28257              from Richard Hatch <rhatch@austin.ibm.com>.
28258      Branch: perl
28259            ! ext/IPC/SysV/SysV.xs
28260 ____________________________________________________________________________
28261 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
28262         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
28263              From: Peter Prymmer <pvhp@forte.com>
28264              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
28265              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
28266              
28267              (unfinished: time/hires tests 3, 5, 14 failing, but better
28268              than wholesale failure)
28269      Branch: perl
28270            ! ext/Time/HiRes/HiRes.xs
28271 ____________________________________________________________________________
28272 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
28273         Log: Subject: [PATCH 5.6.1] OS/2 improvements
28274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28275              Date: Thu, 28 Jun 2001 16:03:14 -0400
28276              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
28277      Branch: perl
28278            + os2/os2_base.t
28279            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
28280            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
28281            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
28282            ! os2/os2ish.h
28283 ____________________________________________________________________________
28284 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
28285         Log: Subject: Incrementing Extutils::Manifest's $VERSION
28286              From: Michael G Schwern <schwern@pobox.com>
28287              Date: Thu, 28 Jun 2001 13:13:49 -0400
28288              Message-ID: <20010628131349.A14738@blackrider>
28289      Branch: maint-5.6/perl
28290            ! lib/ExtUtils/Manifest.pm
28291 ____________________________________________________________________________
28292 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
28293         Log: AIX tweak from Merijn Brand.
28294      Branch: perl
28295            ! hints/aix.sh
28296 ____________________________________________________________________________
28297 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
28298         Log: Create the macperl branch.
28299      Branch: maint-5.6/macperl
28300           +> (branch 1728 files)
28301 ____________________________________________________________________________
28302 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
28303         Log: Update Changes.
28304      Branch: perl
28305            ! Changes patchlevel.h
28306 ____________________________________________________________________________
28307 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
28308         Log: More Perforce lore.
28309      Branch: perl
28310            ! Porting/repository.pod
28311 ____________________________________________________________________________
28312 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
28313         Log: Metaconfig unit changes for #11003.
28314      Branch: metaconfig/U/perl
28315            + d_nl_langinfo.U i_langinfo.U
28316 ____________________________________________________________________________
28317 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
28318         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
28319              Expected not to exist in non-UNIX excepting in VMS, where
28320              according to a quick web survey they just might.
28321      Branch: perl
28322            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
28323            ! Porting/config_H config_h.SH configure.com epoc/config.sh
28324            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
28325            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28326            ! win32/config.bc win32/config.gc win32/config.vc
28327 ____________________________________________________________________________
28328 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
28329         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
28330              in AIX is one is doing a 64-bit build.
28331      Branch: perl
28332            ! hints/aix.sh
28333 ____________________________________________________________________________
28334 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
28335         Log: Metaconfig unit changes for #11000.
28336      Branch: metaconfig/U/perl
28337            ! use64bits.U uselfs.U
28338 ____________________________________________________________________________
28339 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
28340         Log: Move use64bitint and use64bitall before uselargefiles.
28341      Branch: perl
28342            ! Configure
28343 ____________________________________________________________________________
28344 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
28345         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
28346              From: Robert Spier <rspier@pobox.com>
28347              Message-ID: <15162.41164.618712.841415@rls.cx>
28348              Date: Wed, 27 Jun 2001 23:13:16 -0400
28349      Branch: perl
28350            ! doio.c
28351 ____________________________________________________________________________
28352 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
28353         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
28354              From: Peter Prymmer <pvhp@forte.com>
28355              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
28356              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
28357      Branch: perl
28358            ! numeric.c
28359 ____________________________________________________________________________
28360 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
28361         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
28362              From: Peter Prymmer <pvhp@forte.com>
28363              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
28364              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
28365      Branch: perl
28366            ! configure.com ext/Digest/MD5/Makefile.PL
28367 ____________________________________________________________________________
28368 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
28369         Log: Update Changes.
28370      Branch: perl
28371            ! Changes patchlevel.h
28372 ____________________________________________________________________________
28373 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
28374         Log: Tiny EPOC updates.
28375      Branch: perl
28376            ! epoc/config.sh
28377 ____________________________________________________________________________
28378 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
28379         Log: The Test::More and Test::Simple tests required help
28380              thanks to our schizophrenic test scheme.
28381      Branch: perl
28382            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28383            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28384            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
28385            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
28386            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
28387 ____________________________________________________________________________
28388 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
28389         Log: Upgrade to Test::Simple 0.09.
28390      Branch: perl
28391            + lib/Test/Simple/Changes
28392            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
28393            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
28394            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
28395            ! lib/Test/Simple/t/plan_is_noplan.t
28396 ____________________________________________________________________________
28397 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
28398         Log: Upgrade to Test::More 0.07.
28399      Branch: perl
28400            + lib/Test/More/Changes
28401            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
28402            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
28403            ! lib/Test/More/t/skipall.t
28404 ____________________________________________________________________________
28405 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
28406         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
28407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28408              Date: Wed, 27 Jun 2001 18:40:04 +0200
28409              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
28410      Branch: perl
28411            ! hints/hpux.sh
28412 ____________________________________________________________________________
28413 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
28414         Log: Subject: [PATCH README.qnx hints/qnx.sh]
28415              From: Norton Allen <allen@huarp.harvard.edu>
28416              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
28417              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
28418      Branch: perl
28419            ! README.qnx hints/qnx.sh
28420 ____________________________________________________________________________
28421 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
28422         Log: Subject: [PATCH] two little documentation nits
28423              From: Abhijit Menon-Sen <ams@wiw.org>
28424              Date: Wed, 27 Jun 2001 20:07:50 +0530
28425              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
28426      Branch: perl
28427            ! sv.c sv.h
28428 ____________________________________________________________________________
28429 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
28430         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
28431              From: Norton Allen <allen@huarp.harvard.edu>
28432              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
28433              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
28434      Branch: perl
28435            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
28436 ____________________________________________________________________________
28437 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
28438         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
28439              From: Michael G Schwern <schwern@pobox.com>
28440              Date: Wed, 27 Jun 2001 02:34:58 -0400
28441              Message-ID: <20010627023458.K23874@blackrider>
28442      Branch: perl
28443            ! vms/test.com
28444 ____________________________________________________________________________
28445 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
28446         Log: Add perl_clone_host() for Netware.
28447      Branch: perl
28448            ! NetWare/nw5.c
28449 ____________________________________________________________________________
28450 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
28451         Log: GCC 3.0 hints for HP-UX.
28452      Branch: perl
28453            ! hints/hpux.sh
28454 ____________________________________________________________________________
28455 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
28456         Log: In some Linux distributions the libndbm is broken
28457              (no null key support), therefore link with libgdbm
28458              (if available), since it has a working ndbm emulation,
28459              from Jonathan Stowe.
28460      Branch: perl
28461            + ext/NDBM_File/hints/linux.pl
28462            ! MANIFEST
28463 ____________________________________________________________________________
28464 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
28465         Log: Subject: [PATCH perl@10930] find.t hack for VMS
28466              From: "Craig A. Berry" <craigberry@mac.com>
28467              Date: Tue, 26 Jun 2001 23:40:25 -0500
28468              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
28469      Branch: perl
28470            ! lib/File/Find/find.t
28471 ____________________________________________________________________________
28472 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
28473         Log: AUTHORS updates.
28474      Branch: perl
28475            ! AUTHORS
28476 ____________________________________________________________________________
28477 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
28478         Log: Metaconfig unit change like #10980.
28479      Branch: metaconfig
28480            ! U/compline/d_stdstdio.U
28481 ____________________________________________________________________________
28482 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
28483         Log: "lose the it's", from Abhijit Menon-Sen.
28484              ("It's" not searched, pods not searched.)
28485      Branch: perl
28486            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
28487            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
28488            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
28489            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
28490            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28491            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
28492 ____________________________________________________________________________
28493 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
28494         Log: "lose the looses", from Abhijit Menon-Sen.
28495      Branch: perl
28496            ! ext/B/B/Assembler.pm gv.c
28497 ____________________________________________________________________________
28498 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
28499         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
28500      Branch: perl
28501            ! hints/os390.sh
28502 ____________________________________________________________________________
28503 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
28504         Log: DEC C 5.3 on the VAX simply doesn't seem to like
28505              compiling the MD5 extension, disable it there for now,
28506              from Peter Prymmer.
28507      Branch: perl
28508            ! configure.com
28509 ____________________________________________________________________________
28510 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
28511         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
28512              From: Jonathan Stowe <gellyfish@gellyfish.com>
28513              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
28514              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
28515      Branch: perl
28516            ! pod/perlfaq3.pod
28517 ____________________________________________________________________________
28518 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
28519         Log: Subject: [PATCH 5.6.1] perlxs misprints
28520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28521              Date: Tue, 26 Jun 2001 17:20:00 -0400
28522              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
28523      Branch: perl
28524            ! pod/perlxs.pod
28525 ____________________________________________________________________________
28526 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
28527         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
28528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28529              Date: Tue, 26 Jun 2001 17:27:07 -0400
28530              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
28531      Branch: perl
28532            ! lib/ExtUtils/MM_Unix.pm
28533 ____________________________________________________________________________
28534 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
28535         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
28536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28537              Date: Tue, 26 Jun 2001 17:23:24 -0400
28538              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
28539      Branch: perl
28540            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
28541 ____________________________________________________________________________
28542 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
28543         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
28544              by Olaf Flebbe.
28545      Branch: perl
28546            ! perl.h
28547 ____________________________________________________________________________
28548 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
28549         Log: Detypo.
28550      Branch: perl
28551            ! lib/Memoize/t/tie_sdbm.t
28552 ____________________________________________________________________________
28553 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
28554         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
28555      Branch: perl
28556            ! win32/perllib.c
28557 ____________________________________________________________________________
28558 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
28559         Log: Subject: [patch] perl_clone+CvFILE
28560              From: Doug MacEachern <dougm@covalent.net>
28561              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
28562              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
28563      Branch: perl
28564            ! sv.c
28565 ____________________________________________________________________________
28566 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
28567         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
28568              From: Mark-Jason Dominus <mjd@plover.com>
28569              Date: Tue, 26 Jun 2001 12:33:01 -0400
28570              Message-ID: <20010626163301.31298.qmail@plover.com>
28571      Branch: perl
28572            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28573 ____________________________________________________________________________
28574 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
28575         Log: Update Changes.
28576      Branch: perl
28577            ! Changes patchlevel.h
28578 ____________________________________________________________________________
28579 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
28580         Log: Also catfile() needs now to explicitly exported.
28581      Branch: perl
28582            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28583 ____________________________________________________________________________
28584 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
28585         Log: Regen toc.
28586      Branch: perl
28587            ! pod/perltoc.pod
28588 ____________________________________________________________________________
28589 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
28590         Log: Nonexistent pod command.
28591      Branch: perl
28592            ! pod/perl572delta.pod
28593 ____________________________________________________________________________
28594 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
28595         Log: Be more portable in the quest for tmpdir.
28596      Branch: perl
28597            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28598 ____________________________________________________________________________
28599 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
28600         Log: Be more portable in finding out the home directory,
28601              and use File::Spec to do the concat.
28602              (Come to think of it, couldn't File::Spec provide
28603              for a ->homedir method?)
28604      Branch: perl
28605            ! lib/Net/Config.pm
28606 ____________________________________________________________________________
28607 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
28608         Log: Doc patch for #10959.
28609      Branch: perl
28610            ! pod/perlfunc.pod
28611 ____________________________________________________________________________
28612 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
28613         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
28614              From: "Philip Newton" <pnewton@gmx.de>
28615              Date: Tue, 26 Jun 2001 16:26:47 +0200
28616              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
28617      Branch: perl
28618            ! pod/perldata.pod
28619 ____________________________________________________________________________
28620 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
28621         Log: Subject: [PATH] shared -> unique;
28622              From: "Artur Bergman" <artur@contiller.se>
28623              Date: Tue, 26 Jun 2001 16:18:40 +0200
28624              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
28625              
28626              Because "shared" isn't: it's read-only.
28627      Branch: perl
28628            ! toke.c xsutils.c
28629 ____________________________________________________________________________
28630 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
28631         Log: Escape multiline croak messages.
28632      Branch: perl
28633            ! t/op/ver.t
28634 ____________________________________________________________________________
28635 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
28636         Log: No more pragma/*.t for minitest.
28637      Branch: perl
28638            ! Makefile.SH
28639 ____________________________________________________________________________
28640 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
28641         Log: AUTHORS updates.
28642      Branch: perl
28643            ! AUTHORS
28644 ____________________________________________________________________________
28645 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
28646         Log: delta updates.
28647      Branch: perl
28648            ! pod/perl572delta.pod
28649 ____________________________________________________________________________
28650 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
28651         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
28652              From: Artur Bergman <artur@contiller.se> 
28653              Date: Tue, 26 Jun 2001 15:32:53 +0200
28654              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
28655      Branch: perl
28656            ! makedef.pl sv.c sv.h win32/perllib.c
28657 ____________________________________________________________________________
28658 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
28659         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
28660              From: Jonathan Stowe <gellyfish@gellyfish.com>
28661              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
28662              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
28663              
28664              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
28665      Branch: perl
28666            + ext/Time/HiRes/hints/sco.pl
28667            ! MANIFEST
28668 ____________________________________________________________________________
28669 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
28670         Log: Subject: [PATCH 5.6.1] static build
28671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28672              Date: Tue, 26 Jun 2001 04:22:25 -0400
28673              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
28674      Branch: perl
28675            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
28676            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
28677 ____________________________________________________________________________
28678 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
28679         Log: DJGPP patches from Laszlo Molnar.
28680      Branch: perl
28681            ! djgpp/djgpp.c perl.c util.c
28682 ____________________________________________________________________________
28683 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
28684         Log: Netware patches from Ananth Kesari.
28685      Branch: perl
28686            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
28687            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
28688            ! NetWare/nwtinfo.h
28689 ____________________________________________________________________________
28690 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
28691         Log: Detypo.
28692      Branch: perl
28693            ! ext/Errno/Errno_pm.PL
28694 ____________________________________________________________________________
28695 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
28696         Log: There seems to be two ways of spelling the $^O in *STEP.
28697      Branch: perl
28698            ! ext/Errno/Errno_pm.PL
28699 ____________________________________________________________________________
28700 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
28701         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
28702              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
28703      Branch: perl
28704            ! ext/Errno/Errno_pm.PL
28705 ____________________________________________________________________________
28706 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
28707         Log: Known bugs update.
28708      Branch: perl
28709            ! pod/perl572delta.pod
28710 ____________________________________________________________________________
28711 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
28712         Log: The default installation of Cygwin has 500 as root's uid.
28713      Branch: perl
28714            ! lib/User/pwent.t
28715 ____________________________________________________________________________
28716 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
28717         Log: Be even more relaxed (re-allow having only one entry).
28718      Branch: perl
28719            ! t/op/grent.t t/op/pwent.t
28720 ____________________________________________________________________________
28721 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
28722         Log: Test failure updates.
28723      Branch: perl
28724            ! pod/perl572delta.pod
28725 ____________________________________________________________________________
28726 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
28727         Log: MPE/iX test tweaks from Mark Bixby.
28728      Branch: perl
28729            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
28730            ! t/io/fs.t t/op/stat.t
28731 ____________________________________________________________________________
28732 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
28733         Log: Microperl findings.
28734      Branch: perl
28735            ! perl.h pp_sys.c
28736 ____________________________________________________________________________
28737 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
28738         Log: Touch uconfig.h.
28739      Branch: perl
28740            ! uconfig.h
28741 ____________________________________________________________________________
28742 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
28743         Log: Subject: [PATCH] Proposed fix for Pod::Man
28744              From: Rob Napier <rnapier@employees.org>
28745              Date: Mon, 25 Jun 2001 15:49:24 -0400
28746              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
28747              
28748              Cater for Solaris nroff brokenness (shortchanges daisywheel
28749              printers, but hey, we also no more support PDPs.)
28750      Branch: perl
28751            ! lib/Pod/Man.pm
28752 ____________________________________________________________________________
28753 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
28754         Log: Typo in #10937.
28755      Branch: perl
28756            ! ext/POSIX/sigaction.t
28757 ____________________________________________________________________________
28758 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
28759         Log: SIGCONT not trappable in VMS.
28760      Branch: perl
28761            ! ext/POSIX/sigaction.t
28762 ____________________________________________________________________________
28763 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
28764         Log: Subject: [DRAFT] Encode-Tcl.t
28765              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28766              Date: Tue, 26 Jun 2001 03:38:08 +0900
28767              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
28768      Branch: perl
28769            + ext/Encode/Encode/Tcl.t
28770            ! MANIFEST ext/Encode/Encode/Tcl.pm
28771 ____________________________________________________________________________
28772 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
28773         Log: Because of #10932 retract also the perlfunc hunk of #10910.
28774      Branch: perl
28775            ! pod/perlfunc.pod
28776 ____________________________________________________________________________
28777 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
28778         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
28779              by Ilya Zakharevich in
28780              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
28781      Branch: perl
28782            ! XSUB.h
28783 ____________________________________________________________________________
28784 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
28785         Log: Typo in #10889.
28786      Branch: perl
28787            ! hints/uts.sh
28788 ____________________________________________________________________________
28789 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
28790         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
28791              From: Abhijit Menon-Sen <ams@wiw.org>
28792              Date: Mon, 25 Jun 2001 23:45:45 +0530
28793              Message-ID: <20010625234545.A5022@lustre.linux.in>
28794      Branch: perl
28795            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
28796 ____________________________________________________________________________
28797 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
28798         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
28799              From: Michael G Schwern <schwern@pobox.com>
28800              Date: Mon, 25 Jun 2001 14:35:51 -0400
28801              Message-ID: <20010625143551.H13819@blackrider>
28802      Branch: perl
28803            ! lib/Test.pm
28804 ____________________________________________________________________________
28805 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
28806         Log: Update Changes.
28807      Branch: perl
28808            ! Changes patchlevel.h
28809 ____________________________________________________________________________
28810 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
28811         Log: Regen toc and modlib.
28812      Branch: perl
28813            ! pod/perlmodlib.pod pod/perltoc.pod
28814 ____________________________________________________________________________
28815 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
28816         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
28817              for the benefit of C++ compilers, as suggested by Guruprasad.
28818      Branch: perl
28819            ! embed.pl proto.h
28820 ____________________________________________________________________________
28821 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
28822         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
28823              From: Jonathan Stowe <gellyfish@gellyfish.com>
28824              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
28825              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
28826      Branch: perl
28827            ! pod/perlfaq5.pod
28828 ____________________________________________________________________________
28829 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
28830         Log: Missed from #10925.
28831      Branch: perl
28832            ! gv.c
28833 ____________________________________________________________________________
28834 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
28835         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
28836              From: Robin Houston <robin@kitsite.com>
28837              Date: Sat, 19 May 2001 16:19:34 +0100
28838              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
28839      Branch: perl
28840            ! cv.h gv.h op.c
28841 ____________________________________________________________________________
28842 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
28843         Log: Netware README tweak.
28844      Branch: perl
28845            ! README.netware
28846 ____________________________________________________________________________
28847 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
28848         Log: Subject: [PATCH] Re: overload.t fails
28849              From: Abhijit Menon-Sen <ams@wiw.org>
28850              Date: Mon, 25 Jun 2001 14:52:20 +0530
28851              Message-ID: <20010625145220.A24114@lustre.linux.in>
28852      Branch: perl
28853            ! lib/overload.t
28854 ____________________________________________________________________________
28855 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
28856         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
28857              From: Mike Guy <mjtg@cam.ac.uk>
28858              Date: Mon, 25 Jun 2001 11:43:23 +0100
28859              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
28860      Branch: perl
28861            ! lib/Carp.pm
28862 ____________________________________________________________________________
28863 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
28864         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
28865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28866              Date: Sun, 24 Jun 2001 05:17:05 -0400
28867              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
28868      Branch: perl
28869            ! os2/os2ish.h
28870 ____________________________________________________________________________
28871 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
28872         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
28873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28874              Date: Mon, 25 Jun 2001 05:52:27 -0400
28875              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
28876      Branch: perl
28877            ! hints/os2.sh
28878 ____________________________________________________________________________
28879 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
28880         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
28881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28882              Date: Mon, 25 Jun 2001 05:23:35 -0400
28883              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
28884      Branch: perl
28885            ! os2/os2.c
28886 ____________________________________________________________________________
28887 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
28888         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
28889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28890              Date: Mon, 25 Jun 2001 05:04:32 -0400
28891              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
28892      Branch: perl
28893            ! os2/OS2/REXX/DLL/DLL.pm
28894 ____________________________________________________________________________
28895 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
28896         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
28897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28898              Date: Mon, 25 Jun 2001 05:02:36 -0400
28899              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
28900      Branch: perl
28901            ! mg.c os2/dl_os2.c os2/os2.c
28902 ____________________________________________________________________________
28903 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
28904         Log: Subject: Re: [PATCH 5.6.1] misprints
28905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28906              Date: Mon, 25 Jun 2001 04:50:50 -0400
28907              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
28908      Branch: perl
28909            ! os2/os2.c pp_sys.c
28910 ____________________________________________________________________________
28911 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
28912         Log: Add Test::More and Test::Simple to the delta.
28913      Branch: perl
28914            ! pod/perl572delta.pod
28915 ____________________________________________________________________________
28916 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
28917         Log: Add Test::More, from Michael G Schwern.
28918      Branch: perl
28919            + lib/Test/More.pm lib/Test/More/t/More.t
28920            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28921            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28922            + t/lib/Test/More/Catch.pm
28923            ! MANIFEST
28924 ____________________________________________________________________________
28925 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
28926         Log: Add Test::Simple from Michael G Schwern.
28927      Branch: perl
28928            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
28929            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
28930            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
28931            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
28932            + t/lib/Test/Simple/Catch.pm
28933            + t/lib/Test/Simple/sample_tests/death.plx
28934            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
28935            + t/lib/Test/Simple/sample_tests/extras.plx
28936            + t/lib/Test/Simple/sample_tests/five_fail.plx
28937            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
28938            + t/lib/Test/Simple/sample_tests/one_fail.plx
28939            + t/lib/Test/Simple/sample_tests/require.plx
28940            + t/lib/Test/Simple/sample_tests/success.plx
28941            + t/lib/Test/Simple/sample_tests/too_few.plx
28942            + t/lib/Test/Simple/sample_tests/two_fail.plx
28943            ! MANIFEST
28944 ____________________________________________________________________________
28945 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
28946         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
28947              From: "Craig A. Berry" <craigberry@mac.com>
28948              Date: Sun, 24 Jun 2001 23:41:36 -0500
28949              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
28950      Branch: perl
28951            ! pp_sys.c
28952 ____________________________________________________________________________
28953 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
28954         Log: Upgrade to Attribute::Handlers 0.70.
28955      Branch: perl
28956            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
28957            ! MANIFEST lib/Attribute/Handlers.pm
28958 ____________________________________________________________________________
28959 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
28960         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
28961              From: Abhijit Menon-Sen <ams@wiw.org>
28962              Date: Sat, 23 Jun 2001 05:17:44 +0530
28963              Message-ID: <20010623051744.A18583@lustre.linux.in>
28964              
28965              (Can't think of a good place to put tests.)
28966      Branch: perl
28967            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
28968 ____________________________________________________________________________
28969 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
28970         Log: Subject: [PATCH] t/op/pat.t typo fix
28971              From: Richard Soderberg <rs@crystalflame.net>
28972              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
28973              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
28974      Branch: perl
28975            ! t/op/pat.t
28976 ____________________________________________________________________________
28977 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
28978         Log: Move the pack warnings to their own file, as pointed
28979              out by Spider.
28980      Branch: perl
28981            + t/lib/warnings/pp_pack
28982            ! MANIFEST t/lib/warnings/pp
28983 ____________________________________________________________________________
28984 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
28985         Log: Update Changes.
28986      Branch: perl
28987            ! Changes patchlevel.h
28988 ____________________________________________________________________________
28989 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
28990         Log: Partially fix a problem noticed by IRIX compiler:
28991              the initialization of parse_start was bypassed by
28992              several gotos.  Now initialized to zero, which may
28993              not be the best choice.
28994      Branch: perl
28995            ! regcomp.c
28996 ____________________________________________________________________________
28997 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
28998         Log: Relax the group and password tests back to moaning only
28999              if no matches at all are found.  (Even with a small sample
29000              I could find many sites where there are, umm, anomalies in
29001              the said databases.)       
29002      Branch: perl
29003            ! t/op/grent.t t/op/pwent.t
29004 ____________________________________________________________________________
29005 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
29006         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
29007      Branch: perl
29008            ! pp_ctl.c
29009 ____________________________________________________________________________
29010 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
29011         Log: De-cut-and-pasto in #10902.
29012      Branch: perl
29013            ! pp_ctl.c
29014 ____________________________________________________________________________
29015 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
29016         Log: The #10771 didn't take?
29017      Branch: perl
29018            ! pp_ctl.c
29019 ____________________________________________________________________________
29020 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
29021         Log: Undo the filetests part of #10900, under multiplicity
29022              weird errors take place.
29023      Branch: perl
29024            ! pp_sys.c
29025 ____________________________________________________________________________
29026 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
29027         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
29028      Branch: perl
29029            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
29030 ____________________________________________________________________________
29031 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
29032         Log: (Replaced by #10922)
29033              
29034              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
29035              From: Tony Bowden <tony@kasei.com>
29036              Date: Sun, 24 Jun 2001 17:32:40 +0100
29037              Message-ID: <20010624173240.A16293@blackstar.co.uk>
29038              
29039              Document (well, mention) shortmess() and longmess()
29040              to rob people of their fun of reinventing the wheel.
29041      Branch: perl
29042            ! lib/Carp.pm
29043 ____________________________________________________________________________
29044 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
29045         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
29046              From: Brian Jepson <bjepson@oreilly.com>
29047              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
29048              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
29049      Branch: perl
29050            ! pp_sys.c
29051 ____________________________________________________________________________
29052 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
29053         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
29054              From: Robin Barker <rmb1@cise.npl.co.uk> 
29055              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
29056              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
29057      Branch: perl
29058            ! lib/CPAN.pm
29059 ____________________________________________________________________________
29060 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
29061         Log: Memoize patch from mjd.
29062      Branch: perl
29063            ! lib/Memoize/t/tie_storable.t
29064 ____________________________________________________________________________
29065 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
29066         Log: Spec the sv_pvprintify() a bit more.
29067      Branch: perl
29068            ! pod/perltodo.pod
29069 ____________________________________________________________________________
29070 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
29071         Log: Upgrade to Memoize 0.65.
29072      Branch: perl
29073            + lib/Memoize/t/array_confusion.t
29074            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
29075            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
29076            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
29077            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
29078            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
29079            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
29080            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
29081            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
29082            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
29083            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
29084            ! lib/Memoize/t/tie_storable.t
29085 ____________________________________________________________________________
29086 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
29087         Log: Metaconfig unit change for #10892.
29088      Branch: metaconfig
29089            ! U/modified/Options.U
29090 ____________________________________________________________________________
29091 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
29092         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
29093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29094              Date: Sun, 24 Jun 2001 05:24:40 -0400
29095              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
29096      Branch: perl
29097            ! Configure hints/os2.sh
29098 ____________________________________________________________________________
29099 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
29100         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
29101              From: Mike Guy <mjtg@cam.ac.uk>
29102              Date: Sun, 24 Jun 2001 15:28:39 +0100
29103              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
29104              
29105              Fix an ancient (5.002) bug.
29106      Branch: perl
29107            ! lib/Carp/Heavy.pm
29108 ____________________________________________________________________________
29109 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
29110         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
29111              variables.
29112      Branch: perl
29113            ! pp_sys.c
29114 ____________________________________________________________________________
29115 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
29116         Log: Make UTS as per #10888.
29117      Branch: perl
29118            ! hints/uts.sh
29119 ____________________________________________________________________________
29120 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
29121         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
29122      Branch: perl
29123            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
29124            ! mpeix/mpeixish.h perl.h unixish.h
29125 ____________________________________________________________________________
29126 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
29127         Log: AUTHORS update.
29128      Branch: perl
29129            ! AUTHORS
29130 ____________________________________________________________________________
29131 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
29132         Log: Subject: Encode::Tcl for multibyte doesnot work
29133              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29134              Date: Sun, 24 Jun 2001 22:48:21 +0900
29135              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
29136      Branch: perl
29137            ! ext/Encode/Encode/Tcl.pm
29138 ____________________________________________________________________________
29139 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
29140         Log: Subject: [PATCH] Remove tautology in error messages
29141              From: Mike Guy <mjtg@cam.ac.uk>
29142              Date: Sun, 24 Jun 2001 13:31:00 +0100
29143              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
29144      Branch: perl
29145            ! pp_sys.c
29146 ____________________________________________________________________________
29147 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
29148         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
29149      Branch: perl
29150            ! hints/darwin.sh
29151 ____________________________________________________________________________
29152 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
29153         Log: Subject: Re: [PATCH 5.6.1] test suite
29154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29155              Date: Sun, 24 Jun 2001 05:47:05 -0400
29156              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
29157              
29158              Test suite fixes.
29159      Branch: perl
29160            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
29161 ____________________________________________________________________________
29162 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
29163         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
29164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29165              Date: Sun, 24 Jun 2001 05:37:19 -0400
29166              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
29167      Branch: perl
29168            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
29169 ____________________________________________________________________________
29170 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
29171         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
29172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29173              Date: Sun, 24 Jun 2001 05:34:50 -0400
29174              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
29175              
29176              Pacify compiler warnings.
29177      Branch: perl
29178            ! pp_sys.c
29179 ____________________________________________________________________________
29180 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
29181         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
29182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29183              Date: Sun, 24 Jun 2001 05:21:18 -0400
29184              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
29185              
29186              Enable compression of executables during link time.
29187      Branch: perl
29188            ! hints/os2.sh
29189 ____________________________________________________________________________
29190 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
29191         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
29192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29193              Date: Sun, 24 Jun 2001 05:15:11 -0400
29194              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
29195              
29196              Add ordinals to the export list for Perl DLL.
29197              (Breaks intra-version DLL compatibility.)
29198      Branch: perl
29199            ! makedef.pl
29200 ____________________________________________________________________________
29201 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
29202         Log: Allow (displaying and) re-editing the Subject in perlbug.
29203              Also abstract the Subject quality control into a function.
29204      Branch: perl
29205            ! utils/perlbug.PL
29206 ____________________________________________________________________________
29207 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
29208         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
29209      Branch: perl
29210            ! utils/perlbug.PL
29211 ____________________________________________________________________________
29212 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
29213         Log: Regen toc and modlib.
29214      Branch: perl
29215            ! pod/perlmodlib.pod pod/perltoc.pod
29216 ____________________________________________________________________________
29217 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
29218         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
29219              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
29220              attribute semantics as much as possible, or 'ntsec' which uses
29221              native NTFS semantics.)  (See also #10877.)
29222      Branch: perl
29223            ! perl.c
29224 ____________________________________________________________________________
29225 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
29226         Log: (Retracted by #11586)
29227              
29228              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
29229      Branch: perl
29230            ! lib/Test/Harness.pm
29231 ____________________________________________________________________________
29232 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
29233         Log: Just zap the -uPerlio.
29234      Branch: perl
29235            ! ext/B/Stash.t
29236 ____________________________________________________________________________
29237 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
29238         Log: Do not test PerlIO if PerlIO not used.
29239      Branch: perl
29240            ! ext/PerlIO/PerlIO.t
29241 ____________________________________________________________________________
29242 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
29243         Log: Regen perlapi.
29244      Branch: perl
29245            ! pod/perlapi.pod
29246 ____________________________________________________________________________
29247 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
29248         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
29249              From: Nicholas Clark <nick@ccl4.org>
29250              Date: Sat, 23 Jun 2001 22:55:47 +0100
29251              Message-ID: <20010623225547.Z98663@plum.flirble.org>
29252      Branch: perl
29253            ! numeric.c
29254 ____________________________________________________________________________
29255 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
29256         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
29257              From: Prymmer/Kahn <pvhp@best.com>
29258              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
29259              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
29260      Branch: perl
29261            ! lib/h2xs.t
29262 ____________________________________________________________________________
29263 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
29264         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
29265              cygwin does not taint cwd, just like win32.
29266      Branch: perl
29267            ! lib/File/Find/taint.t t/op/taint.t
29268 ____________________________________________________________________________
29269 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
29270         Log: Retract #10865, the patch should be unnecessary.
29271              (But seemingly helpful in Cygwin?  Strange.)
29272      Branch: perl
29273            ! lib/Memoize/t/tie_ndbm.t
29274 ____________________________________________________________________________
29275 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
29276         Log: Misplaced test file; plus Cygwin filesystem semantics.
29277      Branch: perl
29278            + ext/SDBM_File/sdbm.t
29279            - ext/ODBM_File/sdbm.t
29280            ! MANIFEST
29281 ____________________________________________________________________________
29282 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
29283         Log: (Retracted by #10867.)
29284      Branch: perl
29285            ! lib/Memoize/t/tie_ndbm.t
29286 ____________________________________________________________________________
29287 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
29288         Log: Metaconfig unit change for #10863.
29289      Branch: metaconfig/U/perl
29290            ! Extensions.U
29291 ____________________________________________________________________________
29292 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
29293         Log: In Cygwin do not build NDBM_File and ODBM_File unless
29294              -lndbm and -ldbm are available.
29295      Branch: perl
29296            ! Configure config_h.SH
29297 ____________________________________________________________________________
29298 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
29299         Log: More Cygwin filesystem semantics.
29300      Branch: perl
29301            ! t/io/fs.t t/op/stat.t
29302 ____________________________________________________________________________
29303 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
29304         Log: More DOSish permission semantics for Cygwin.
29305      Branch: perl
29306            ! lib/AnyDBM_File.t
29307 ____________________________________________________________________________
29308 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
29309         Log: Cygwin too has different permission semantics.
29310      Branch: perl
29311            ! ext/GDBM_File/gdbm.t
29312 ____________________________________________________________________________
29313 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
29314         Log: The group (and assumedly passwd) databases can have
29315              only one entry (this is the case in cygwin).
29316      Branch: perl
29317            ! t/op/grent.t t/op/pwent.t
29318 ____________________________________________________________________________
29319 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
29320         Log: Also in Cygwin use Socket to figure out domainname
29321              (if any) (avoids trying to call external 'domainname',
29322              which doesn't at the moment exist in Cygwin)
29323      Branch: perl
29324            ! lib/Net/Domain.pm
29325 ____________________________________________________________________________
29326 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
29327         Log: Remove also the lib$Foo.def, not just $Foo.def.
29328      Branch: perl
29329            ! lib/ExtUtils/MM_Unix.pm
29330 ____________________________________________________________________________
29331 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
29332         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
29333      Branch: perl
29334            ! unixish.h
29335 ____________________________________________________________________________
29336 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
29337         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
29338              to match the whole isprint(), only the space character.
29339      Branch: perl
29340            ! handy.h pod/perlre.pod t/op/pat.t
29341 ____________________________________________________________________________
29342 [ 10854] By: nick                                  on 2001/06/23  08:09:33
29343         Log: Integrate mainline
29344      Branch: perlio
29345           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
29346           !> lib/ExtUtils.t lib/File/Find/taint.t
29347           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
29348           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
29349           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
29350 ____________________________________________________________________________
29351 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
29352         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
29353              with its floats    in os390 and s390 (UTS).
29354      Branch: perl
29355            ! lib/Math/BigInt/t/bigintpm.t
29356 ____________________________________________________________________________
29357 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
29358         Log: Add also UTS (s390) to the non-IEEE float platforms.
29359      Branch: perl
29360            ! t/op/sprintf.t
29361 ____________________________________________________________________________
29362 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
29363         Log: Subject: RFC: what are applicable standards for exponent sizes?
29364              From: Peter Prymmer <pvhp@forte.com>
29365              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
29366              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
29367      Branch: perl
29368            ! t/op/sprintf.t
29369 ____________________________________________________________________________
29370 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
29371         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
29372              From: Peter Prymmer <pvhp@forte.com>
29373              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
29374              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
29375      Branch: perl
29376            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
29377 ____________________________________________________________________________
29378 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
29379         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
29380              From: Peter Prymmer <pvhp@forte.com>
29381              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
29382              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
29383      Branch: perl
29384            ! lib/ExtUtils.t
29385 ____________________________________________________________________________
29386 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
29387         Log: Retract #10845.
29388      Branch: perl
29389            ! lib/File/Find/taint.t
29390 ____________________________________________________________________________
29391 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
29392         Log: Yet another error message.
29393      Branch: perl
29394            ! t/op/mkdir.t
29395 ____________________________________________________________________________
29396 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
29397         Log: The croak message for nonexistent socket functions may vary.
29398      Branch: perl
29399            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
29400 ____________________________________________________________________________
29401 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
29402         Log: (Retracted by #10848.)
29403      Branch: perl
29404            ! lib/File/Find/taint.t
29405 ____________________________________________________________________________
29406 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
29407         Log: Integrate perlio.
29408      Branch: perl
29409           !> lib/File/Find/taint.t t/op/write.t
29410 ____________________________________________________________________________
29411 [ 10843] By: nick                                  on 2001/06/22  21:24:51
29412         Log: Back out debug in taint.t
29413      Branch: perlio
29414            ! lib/File/Find/taint.t
29415 ____________________________________________________________________________
29416 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
29417         Log: setitimer() does not exist in Unicos, despite of what
29418              Configure thinks, from Mark P. Lutz.
29419      Branch: perl
29420            ! hints/unicos.sh
29421 ____________________________________________________________________________
29422 [ 10841] By: nick                                  on 2001/06/22  21:19:36
29423         Log: Skip cwd test on Win32 ???
29424      Branch: perlio
29425            ! lib/File/Find/taint.t
29426 ____________________________________________________________________________
29427 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
29428         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
29429              and Tru64 gcc -Wall happy.
29430      Branch: perl
29431            ! mg.c
29432 ____________________________________________________________________________
29433 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
29434         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
29435      Branch: perl
29436            ! ext/IPC/SysV/Semaphore.pm
29437 ____________________________________________________________________________
29438 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
29439         Log: Metaconfig unit change for #10837.
29440      Branch: metaconfig/U/perl
29441            ! Cross.U
29442 ____________________________________________________________________________
29443 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
29444         Log: Cleanup of the cross-compilation unit.
29445      Branch: perl
29446            ! Configure
29447 ____________________________________________________________________________
29448 [ 10836] By: nick                                  on 2001/06/22  20:45:12
29449         Log: Skip |- based op/write.t on Win32 as well as VMS
29450      Branch: perlio
29451            ! t/op/write.t
29452 ____________________________________________________________________________
29453 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
29454         Log: Integrate perlio.
29455      Branch: perl
29456           !> util.c
29457 ____________________________________________________________________________
29458 [ 10834] By: nick                                  on 2001/06/22  20:41:54
29459         Log: Integrate mainline
29460      Branch: perlio
29461           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29462           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
29463           !> vos/config.ga.h
29464 ____________________________________________________________________________
29465 [ 10833] By: nick                                  on 2001/06/22  20:22:58
29466         Log: Patcho fix.
29467      Branch: perlio
29468            ! util.c
29469 ____________________________________________________________________________
29470 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
29471         Log: Metaconfig unit changes for #10831.
29472      Branch: metaconfig
29473            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
29474 ____________________________________________________________________________
29475 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
29476         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
29477              From: Andy Dougherty <doughera@lafayette.edu>
29478              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
29479              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
29480      Branch: perl
29481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29482            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
29483 ____________________________________________________________________________
29484 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
29485         Log: MPE/iX prototype nits from Mark Bixby.
29486      Branch: perl
29487            ! pp_sys.c
29488 ____________________________________________________________________________
29489 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
29490         Log: Detypo.
29491      Branch: perl
29492            ! util.c
29493 ____________________________________________________________________________
29494 [ 10828] By: nick                                  on 2001/06/22  15:33:37
29495         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
29496      Branch: perlio
29497           +> lib/h2xs.t
29498           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
29499           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
29500           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
29501           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
29502           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29503           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
29504           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
29505           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
29506           !> vms/vmsish.h
29507 ____________________________________________________________________________
29508 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
29509         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
29510              Date: Fri, 22 Jun 2001 10:08:35 -0500
29511              From: "Craig A. Berry" <craigberry@mac.com>
29512              Message-Id: <a05101001b75908704194@[192.168.56.145]>
29513      Branch: perl
29514            ! vms/vms.c vms/vmsish.h
29515 ____________________________________________________________________________
29516 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
29517         Log: NetWare scripts tweak from Ananth Kesari.
29518      Branch: perl
29519            ! NetWare/t/NWScripts.pl
29520 ____________________________________________________________________________
29521 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
29522         Log: Update Changes.
29523      Branch: perl
29524            ! Changes patchlevel.h
29525 ____________________________________________________________________________
29526 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
29527         Log: Add .i and .s targets.
29528      Branch: perl
29529            ! Makefile.SH
29530 ____________________________________________________________________________
29531 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
29532         Log: Upgrade to Locale::Maketext 1.03.
29533      Branch: perl
29534            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29535            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
29536 ____________________________________________________________________________
29537 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
29538         Log: Upgrade to I18N::LangTags 0.26.
29539      Branch: perl
29540            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
29541            ! lib/I18N/LangTags/test.pl
29542 ____________________________________________________________________________
29543 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
29544         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
29545              Philip Newton.
29546      Branch: perl
29547            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
29548            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29549 ____________________________________________________________________________
29550 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
29551         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
29552              From: Prymmer/Kahn <pvhp@best.com>
29553              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
29554              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
29555      Branch: perl
29556            + lib/h2xs.t
29557            ! MANIFEST utils/h2xs.PL
29558 ____________________________________________________________________________
29559 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
29560         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
29561              From: Prymmer/Kahn <pvhp@best.com>
29562              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
29563              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
29564      Branch: perl
29565            ! lib/ExtUtils.t
29566 ____________________________________________________________________________
29567 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
29568         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
29569              From: Prymmer/Kahn <pvhp@best.com>
29570              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
29571              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
29572      Branch: perl
29573            ! t/pod/plainer.t
29574 ____________________________________________________________________________
29575 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
29576         Log: AUTHORS update.
29577      Branch: perl
29578            ! AUTHORS
29579 ____________________________________________________________________________
29580 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
29581         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
29582              From: "Craig A. Berry" <craigberry@mac.com>
29583              Date: Thu, 21 Jun 2001 18:20:38 -0500
29584              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
29585      Branch: perl
29586            ! ext/POSIX/POSIX.xs
29587 ____________________________________________________________________________
29588 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
29589         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
29590              From: "Craig A. Berry" <craigberry@mac.com>
29591              Date: Thu, 21 Jun 2001 09:58:52 -0500
29592              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
29593      Branch: perl
29594            ! ext/B/Deparse.t t/op/write.t
29595 ____________________________________________________________________________
29596 [ 10814] By: nick                                  on 2001/06/22  08:13:09
29597         Log: Integrate mainline.
29598      Branch: perlio
29599           !> (integrate 46 files)
29600 ____________________________________________________________________________
29601 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
29602         Log: Change the prefixes only if $prefix is unset,
29603              as originally patched by Marcel Grunauer.
29604      Branch: perl
29605            ! hints/darwin.sh hints/rhapsody.sh
29606 ____________________________________________________________________________
29607 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
29608         Log: Subject: Re: Patch for hints/darwin.sh
29609              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
29610              Date: Thu, 21 Jun 2001 11:23:46 -0700
29611              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
29612      Branch: perl
29613            ! hints/darwin.sh hints/rhapsody.sh
29614 ____________________________________________________________________________
29615 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
29616         Log: Add .PHONY targets for non-file targets,
29617              from Wilfredo Sánchez.  Should help saying
29618              "make install" on case-insensitive filesystems.
29619      Branch: perl
29620            ! Makefile.SH
29621 ____________________________________________________________________________
29622 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
29623         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
29624              From: Doug MacEachern <dougm@covalent.net>
29625              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
29626              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
29627              
29628              plus reword the getcwd() comment, plus use getcwd() buffer
29629              size minus one.
29630      Branch: perl
29631            ! util.c
29632 ____________________________________________________________________________
29633 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
29634         Log: More gprofing from Doug MacEachern.
29635      Branch: perl
29636            ! Makefile.SH
29637 ____________________________________________________________________________
29638 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
29639         Log: Metaconfig unit change for #10807.
29640      Branch: metaconfig/U/perl
29641            ! d_sfio.U
29642 ____________________________________________________________________________
29643 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
29644         Log: Tell that you are removing the unneeded -lsfio.
29645      Branch: perl
29646            ! Configure
29647 ____________________________________________________________________________
29648 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
29649         Log: More MPE/iX tweaks from Mark Bixby.
29650      Branch: perl
29651            ! perl.c t/op/magic.t
29652 ____________________________________________________________________________
29653 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
29654         Log: The fchdir() proto is supposed to live in <unistd.h>.
29655      Branch: perl
29656            ! ext/Cwd/Cwd.xs
29657 ____________________________________________________________________________
29658 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
29659         Log: This town is too small for the Cwd extension and me,
29660              it would seem...
29661      Branch: perl
29662            ! ext/Cwd/Cwd.xs
29663 ____________________________________________________________________________
29664 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
29665         Log: Metaconfig unit change for #10802.
29666      Branch: metaconfig/U/perl
29667            ! d_modfl.U
29668 ____________________________________________________________________________
29669 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
29670         Log: More d'ohs.
29671      Branch: perl
29672            ! Configure
29673 ____________________________________________________________________________
29674 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
29675         Log: Off-by-one.  I'm so classic.
29676      Branch: perl
29677            ! util.c
29678 ____________________________________________________________________________
29679 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
29680         Log: Update Changes.
29681      Branch: perl
29682            ! Changes patchlevel.h
29683 ____________________________________________________________________________
29684 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
29685         Log: Subject: Documentation patch for Net::FTP
29686              From: Marcel Grunauer <marcel@codewerk.com>
29687              Date: Wed, 20 Jun 2001 23:03:26 +0200
29688              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
29689      Branch: perl
29690            ! lib/Net/FTP.pm
29691 ____________________________________________________________________________
29692 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
29693         Log: Retract the #10417 mg.c and embed.pl parts because of
29694              strange SEGVs in 64bit x86 FreeBSD observed by
29695              Nicholas Clark.
29696      Branch: perl
29697            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
29698 ____________________________________________________________________________
29699 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
29700         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
29701      Branch: perl
29702            ! Configure NetWare/config.wc NetWare/config_H.wc
29703            ! Porting/Glossary Porting/config.sh Porting/config_H
29704            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29705            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29706            ! vos/config.ga.h win32/config.bc win32/config.gc
29707            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29708            ! win32/config_H.vc
29709 ____________________________________________________________________________
29710 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
29711         Log: Cwd tweak from Doug MacEachern.
29712      Branch: perl
29713            ! ext/Cwd/Cwd.xs
29714 ____________________________________________________________________________
29715 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
29716         Log: Protect the fchdir() and lstat() with ifdefs.
29717              fchdir() needs a Configure probe.
29718      Branch: perl
29719            ! ext/Cwd/Cwd.xs
29720 ____________________________________________________________________________
29721 [ 10794] By: nick                                  on 2001/06/21  17:11:35
29722         Log: Integrate mainline
29723      Branch: perlio
29724           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
29725           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
29726           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
29727           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
29728           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
29729           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
29730           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
29731           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
29732            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
29733            - lib/File/Glob/case.t lib/File/Glob/global.t
29734            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
29735            - lib/File/Temp/posix.t lib/File/Temp/security.t
29736            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
29737            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
29738            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
29739            - lib/Text/Wrap/wrap.t
29740           !> (integrate 41 files)
29741 ____________________________________________________________________________
29742 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
29743         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
29744              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29745              Date: Thu, 21 Jun 2001 13:04:54 -0500
29746              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
29747      Branch: perl
29748            ! ext/Cwd/Cwd.xs
29749 ____________________________________________________________________________
29750 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
29751         Log: Subject: [PATCH pod] overlong =item
29752              From: Robin Barker <rmb1@cise.npl.co.uk>
29753              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
29754              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
29755      Branch: perl
29756            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
29757            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29758 ____________________________________________________________________________
29759 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
29760         Log: Subject: [PATCH perlio.c] format 
29761              From: Robin Barker <rmb1@cise.npl.co.uk>
29762              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
29763              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
29764      Branch: perl
29765            ! perlio.c
29766 ____________________________________________________________________________
29767 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
29768         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
29769              From: Radu Greab <radu@netsoft.ro>
29770              Date: Thu, 21 Jun 2001 19:06:02 +0300
29771              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
29772      Branch: perl
29773            ! pod/perlapi.pod sv.c
29774 ____________________________________________________________________________
29775 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
29776         Log: The metaconfig unit changes for #10788.
29777      Branch: metaconfig/U/perl
29778            ! Cross.U fflushall.U
29779 ____________________________________________________________________________
29780 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
29781         Log: Cross-configuration changes: make $from to rm the files
29782              before copying them over (this means that he rm can be
29783              removed from the fflushall test), create $targetmkdir      
29784              (not documented in install since it is supposed to internal
29785              use only), make $run to copy over the executable only if
29786              a stamp file .xok doesn't already exist (to avoid unnecessary
29787              copying of the executable)
29788      Branch: perl
29789            ! Configure Makefile.SH
29790 ____________________________________________________________________________
29791 [ 10787] By: nick                                  on 2001/06/21  14:16:18
29792         Log: Integrate mainline
29793      Branch: perlio
29794           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
29795           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
29796           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
29797            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
29798           !> (integrate 34 files)
29799 ____________________________________________________________________________
29800 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
29801         Log: Re-add the files as text.
29802      Branch: perl
29803            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
29804 ____________________________________________________________________________
29805 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
29806         Log: Delete the binary files.
29807      Branch: perl
29808            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
29809 ____________________________________________________________________________
29810 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
29811         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
29812              From: Andy Dougherty <doughera@lafayette.edu>
29813              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
29814              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
29815      Branch: perl
29816            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
29817            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
29818            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
29819            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
29820 ____________________________________________________________________________
29821 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
29822         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
29823              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
29824              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
29825              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
29826              
29827              Setting umask to something friendlier.
29828      Branch: perl
29829            ! installman installperl
29830 ____________________________________________________________________________
29831 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
29832         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
29833              Resort MANIFEST with sort -f, looks much better.
29834      Branch: perl
29835            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
29836            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
29837            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
29838            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
29839            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
29840            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
29841            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
29842            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
29843            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
29844            - lib/File/Glob/case.t lib/File/Glob/global.t
29845            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
29846            - lib/File/Temp/posix.t lib/File/Temp/security.t
29847            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
29848            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
29849            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
29850            - lib/Text/Wrap/wrap.t
29851            ! MANIFEST
29852 ____________________________________________________________________________
29853 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
29854         Log: Upgrade to I18N::LangTags 0.25.
29855      Branch: perl
29856            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
29857            ! lib/I18N/LangTags/List.pm
29858 ____________________________________________________________________________
29859 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
29860         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
29861              From: Richard Soderberg <rs@crystalflame.net>
29862              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
29863              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
29864      Branch: perl
29865            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
29866            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
29867 ____________________________________________________________________________
29868 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
29869         Log: Test obsoleted by change #10777.
29870      Branch: perl
29871            ! t/op/sub_lval.t
29872 ____________________________________________________________________________
29873 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
29874         Log: Case of confused test numbering.
29875      Branch: perl
29876            ! t/op/pat.t
29877 ____________________________________________________________________________
29878 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
29879         Log: Subject: Re: Opinion on undef lvalue
29880              From: Abhijit Menon-Sen <ams@wiw.org>
29881              Date: Sun, 17 Jun 2001 13:04:46 +0530
29882              Message-ID: <20010617130446.B27925@lustre.linux.in>
29883              
29884              Allow lvalue subs to return undef in array context.
29885      Branch: perl
29886            ! pp_hot.c
29887 ____________________________________________________________________________
29888 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
29889         Log: Just a guess that using the same hack for cygwin as
29890              for win32 might help.
29891      Branch: perl
29892            ! lib/File/Find/find.t
29893 ____________________________________________________________________________
29894 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
29895         Log: NetWare tweaks from Guruprasad.
29896      Branch: perl
29897            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
29898            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
29899            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
29900            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
29901 ____________________________________________________________________________
29902 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
29903         Log: Subject: Re: perl@10722: Bogus warnings on REs 
29904              From: Hugo <hv@crypt.compulink.co.uk>
29905              Date: Thu, 21 Jun 2001 09:51:17 +0100
29906              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
29907              
29908              Unroll to avoid a UTS compiler bug.
29909      Branch: perl
29910            ! regcomp.c
29911 ____________________________________________________________________________
29912 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
29913         Log: Subject: Re: [PATCH] Make /o work under i?threads
29914              From: Artur Bergman <artur@contiller.se>
29915              Date: Thu, 21 Jun 2001 14:38:03 +0200
29916              Message-ID: <B757B74A.184D%artur@contiller.se>
29917      Branch: perl
29918            ! t/op/pat.t
29919 ____________________________________________________________________________
29920 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
29921         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
29922              From: Artur Bergman <artur@contiller.se> 
29923              Date: Thu, 21 Jun 2001 14:27:33 +0200
29924              Message-ID: <B757B4D4.1849%artur@contiller.se>
29925              
29926              Plus extra parentheses.
29927      Branch: perl
29928            ! op.h
29929 ____________________________________________________________________________
29930 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
29931         Log: Subject: [PATCH] Make /o work under i?threads
29932              From: Richard Soderberg <rs@crystalflame.net>
29933              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
29934              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
29935      Branch: perl
29936            ! pp_ctl.c
29937 ____________________________________________________________________________
29938 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
29939         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
29940              From: Artur Bergman <artur@contiller.se>
29941              Date: Thu, 21 Jun 2001 14:04:54 +0200
29942              Message-ID: <B757AF86.1842%artur@contiller.se>
29943      Branch: perl
29944            ! op.h
29945 ____________________________________________________________________________
29946 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
29947         Log: Subject: Re: perl@10765: sv.c not OK on win32
29948              From: Artur Bergman <artur@contiller.se>
29949              Date: Thu, 21 Jun 2001 10:31:06 +0200
29950              Message-ID: <B7577D69.182C%artur@contiller.se>
29951      Branch: perl
29952            ! sv.c
29953 ____________________________________________________________________________
29954 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
29955         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
29956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29957              Date: Thu, 21 Jun 2001 06:23:56 -0400
29958              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
29959              
29960              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
29961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29962              Date: Thu, 21 Jun 2001 06:32:21 -0400
29963              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
29964      Branch: perl
29965            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
29966 ____________________________________________________________________________
29967 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
29968         Log: Subject: [PATCH] make syslog test more verbose
29969              From: Robert Spier <rspier@pobox.com>
29970              Date: Thu, 21 Jun 2001 00:54:32 -0400
29971              Message-ID: <15153.32264.295807.333073@rls.cx>
29972      Branch: perl
29973            ! ext/Sys/Syslog/syslog.t
29974 ____________________________________________________________________________
29975 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
29976         Log: Subject: op/study.t refinements
29977              From: Hugo <hv@crypt.compulink.co.uk>
29978              Date: Thu, 21 Jun 2001 00:29:07 +0100
29979              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
29980      Branch: perl
29981            ! t/op/study.t
29982 ____________________________________________________________________________
29983 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
29984         Log: Update Changes.
29985      Branch: perl
29986            ! Changes patchlevel.h
29987 ____________________________________________________________________________
29988 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
29989         Log: Subject: Re: [PATCH] djgpp updates
29990              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
29991              Date: Wed, 20 Jun 2001 10:05:15 +0200
29992              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
29993      Branch: perl
29994            ! djgpp/config.over
29995 ____________________________________________________________________________
29996 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
29997         Log: Fix for ID 20010619.002 "When building hash, hash keys that
29998              are function calls are not being called", from Abhijit.
29999      Branch: perl
30000            ! t/base/lex.t toke.c
30001 ____________________________________________________________________________
30002 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
30003         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
30004      Branch: perl
30005            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
30006            + lib/Locale/Maketext/test.pl
30007            - lib/Locale/Maketext.t
30008            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
30009            ! lib/Locale/Maketext/TPJ13.pod
30010 ____________________________________________________________________________
30011 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
30012         Log: Metaconfig unit change for #10760.
30013      Branch: metaconfig
30014            ! U/modified/Cppsym.U
30015 ____________________________________________________________________________
30016 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
30017         Log: Do not remove the ccsym* Cppsym* files since
30018              they are useful for metaconfig units coming after us.
30019              (This is the Configure nit mentioned in #10752.)
30020      Branch: perl
30021            ! Configure
30022 ____________________________________________________________________________
30023 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
30024         Log: Update to I18N::LangTags 0.24, from Sean Burke.
30025      Branch: perl
30026            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
30027            + lib/I18N/LangTags/README
30028            - lib/I18N/LangTags/List.pod
30029            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
30030 ____________________________________________________________________________
30031 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
30032         Log: Regen headers.
30033      Branch: perl
30034            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
30035            ! pod/perlapi.pod proto.h
30036 ____________________________________________________________________________
30037 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
30038         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
30039              From: Artur Bergman <artur@contiller.se>
30040              Date: Wed, 20 Jun 2001 11:31:32 +0200
30041              Message-ID: <B7563A14.17D8%artur@contiller.se>
30042      Branch: perl
30043            ! embed.pl hv.c intrpvar.h sv.c sv.h
30044 ____________________________________________________________________________
30045 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
30046         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
30047              From: Tim Sweetman <tim@aldigital.co.uk> 
30048              Date: Wed, 13 Jun 2001 14:25:17 +0100 
30049              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
30050      Branch: perl
30051            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
30052 ____________________________________________________________________________
30053 [ 10755] By: nick                                  on 2001/06/20  16:12:37
30054         Log: Integrate mainline
30055      Branch: perlio
30056           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
30057           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
30058           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
30059           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
30060           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
30061           !> t/op/study.t util.c
30062 ____________________________________________________________________________
30063 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
30064         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
30065              but not Makefile)
30066      Branch: maint-5.6/perl
30067            ! win32/Makefile
30068 ____________________________________________________________________________
30069 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
30070         Log: Security tweak on readlink().
30071      Branch: perl
30072            ! pp_sys.c
30073 ____________________________________________________________________________
30074 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
30075         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
30076      Branch: perl
30077            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
30078            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
30079            ! mpeix/relink t/op/pwent.t
30080 ____________________________________________________________________________
30081 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
30082         Log: Reinstate #10725 (with probe for alarm()).
30083      Branch: perl
30084            ! t/op/study.t
30085 ____________________________________________________________________________
30086 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
30087         Log: Replace our implementation of realpath() with OpenBSD's
30088              (src/lib/libc/stdlib/realpath.c 1.4).
30089      Branch: perl
30090            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
30091            ! pod/perldiag.pod proto.h util.c
30092 ____________________________________________________________________________
30093 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
30094         Log: Integrate perlio.
30095      Branch: perl
30096           !> perlio.c
30097 ____________________________________________________________________________
30098 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
30099         Log: No point in going into memory-saving contortions
30100              with getcwd() since there's a danger of buffer overflow.
30101              Also make the POSIX extension to use sv_getcwd().
30102              Finally, a missed proto.h fragment.
30103      Branch: perl
30104            ! ext/POSIX/POSIX.xs proto.h util.c
30105 ____________________________________________________________________________
30106 [ 10747] By: nick                                  on 2001/06/20  12:38:26
30107         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
30108      Branch: perlio
30109            ! perlio.c
30110 ____________________________________________________________________________
30111 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
30112         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
30113              From: Graham Barr <gbarr@pobox.com>
30114              Date: Wed, 20 Jun 2001 11:05:49 +0100
30115              Message-ID: <20010620110549.I19188@pobox.com>
30116              
30117              reported in        
30118              
30119              Subject: Bug in IO::Socket::INET module (repeat)
30120              From: "Harmon S. Nine" <hnine@netarx.com>
30121              Date: Tue, 19 Jun 2001 09:41:35 -0400
30122              Message-ID: <3B2F568F.8080605@netarx.com>
30123              
30124              The bug was that the IO::Socket::INET constructor
30125              did not allow a 'LocalPort' of 0.
30126      Branch: perl
30127            ! ext/IO/lib/IO/Socket/INET.pm
30128 ____________________________________________________________________________
30129 [ 10745] By: nick                                  on 2001/06/20  08:56:39
30130         Log: Integrate mainline.
30131      Branch: perlio
30132           !> (integrate 37 files)
30133 ____________________________________________________________________________
30134 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
30135         Log: After some reading I don't think we can blindly
30136              use systems' realpath().  Too many security problems,
30137              too many buggy implementations.
30138              
30139              TODO: the realpath() emulation code in util.c doesn't
30140              seem fully operational?  (readlink(), for example?)
30141      Branch: perl
30142            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
30143            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
30144            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
30145            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
30146            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
30147            ! win32/config_H.gc win32/config_H.vc
30148 ____________________________________________________________________________
30149 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
30150         Log: Metaconfig unit change for #10738.
30151      Branch: metaconfig
30152            ! U/compline/d_gconvert.U
30153 ____________________________________________________________________________
30154 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
30155         Log: Integrate change #10739 from maintperl:
30156              
30157              C<eval "/x$\r\n/x"> fails to compile correctly 
30158      Branch: perl
30159           !> t/op/pat.t toke.c
30160 ____________________________________________________________________________
30161 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
30162         Log: Retract #10725 (Hugo asked NOT to apply the patch)
30163      Branch: perl
30164            ! t/op/study.t
30165 ____________________________________________________________________________
30166 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
30167         Log: The test.third results were funnily named because of the
30168              new test scheme.
30169      Branch: perl
30170            ! t/TEST
30171 ____________________________________________________________________________
30172 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
30173         Log: C<eval "/x$\r\n/x"> fails to compile correctly
30174      Branch: maint-5.6/perl
30175            ! t/op/pat.t toke.c
30176 ____________________________________________________________________________
30177 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
30178         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
30179              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30180              Date: Tue, 19 Jun 2001 19:15:40 -0400
30181              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
30182              
30183              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
30184              because "1e+129" being expected but "1.e+129" being returned.
30185              The culprit (at least in Tru64) is the use of gcvt().
30186      Branch: perl
30187            ! Configure
30188 ____________________________________________________________________________
30189 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
30190         Log: Subject: [PATCH perl@10722] test hunting on VMS
30191              From: "Craig A. Berry" <craigberry@mac.com>
30192              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
30193              Date: Tue, 19 Jun 2001 18:59:01 -0500
30194      Branch: perl
30195            ! vms/test.com
30196 ____________________________________________________________________________
30197 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
30198         Log: Subject: [PATCH] s/typos//
30199              From: Abhijit Menon-Sen <ams@wiw.org>
30200              Date: Wed, 20 Jun 2001 02:15:02 +0530
30201              Message-ID: <20010620021502.A14541@lustre.linux.in>
30202              
30203              Without the op.h s/bearword/bareword/ hunk, see
30204              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
30205      Branch: perl
30206            ! util.c
30207 ____________________________________________________________________________
30208 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
30209         Log: Metaconfig unit change for #10732 and #10733.
30210      Branch: metaconfig/U/perl
30211            ! fflushall.U
30212 ____________________________________________________________________________
30213 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
30214         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
30215              From: "Craig A. Berry" <craigberry@mac.com>
30216              Date: Tue, 19 Jun 2001 17:19:48 -0500
30217              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
30218      Branch: perl
30219            ! configure.com vms/descrip_mms.template
30220 ____________________________________________________________________________
30221 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
30222         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
30223              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30224              Date: Tue, 19 Jun 2001 16:48:07 -0400
30225              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
30226              
30227              Further fixes to fflush(NULL) detection.
30228      Branch: perl
30229            ! Configure
30230 ____________________________________________________________________________
30231 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
30232         Log: AIX test -s hangs with non-existent files?
30233              (A genuine logic bug in Configure, but AIX also broken?)
30234      Branch: perl
30235            ! Configure
30236 ____________________________________________________________________________
30237 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
30238         Log: AUTHORS updates.
30239      Branch: perl
30240            ! AUTHORS
30241 ____________________________________________________________________________
30242 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
30243         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
30244              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30245              Date: Tue, 19 Jun 2001 15:33:25 -0400
30246              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
30247      Branch: perl
30248            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
30249            ! t/lib/warnings/pp
30250 ____________________________________________________________________________
30251 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
30252         Log: Integrate perlio.
30253      Branch: perl
30254           !> lib/File/Find/find.t win32/distclean.bat
30255 ____________________________________________________________________________
30256 [ 10728] By: nick                                  on 2001/06/19  18:24:53
30257         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
30258      Branch: perlio
30259            ! lib/File/Find/find.t win32/distclean.bat
30260 ____________________________________________________________________________
30261 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
30262         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
30263              also add information how to find out whether one has PerlIO.
30264      Branch: perl
30265            ! pod/perlfunc.pod
30266 ____________________________________________________________________________
30267 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
30268         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
30269              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30270              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
30271              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
30272      Branch: perl
30273            ! pod/perlfunc.pod
30274 ____________________________________________________________________________
30275 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
30276         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
30277              From: Hugo <hv@crypt.compulink.co.uk>
30278              Date: Tue, 19 Jun 2001 12:37:30 +0100
30279              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
30280      Branch: perl
30281            ! t/op/study.t
30282 ____________________________________________________________________________
30283 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
30284         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
30285              From: Hugo <hv@crypt.compulink.co.uk>
30286              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
30287              Date: Tue, 19 Jun 2001 13:15:17 +0100
30288      Branch: perl
30289            ! util.c
30290 ____________________________________________________________________________
30291 [ 10723] By: nick                                  on 2001/06/19  14:46:15
30292         Log: Integrate mainline
30293      Branch: perlio
30294           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
30295           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
30296           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
30297           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
30298           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
30299           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
30300            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
30301            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
30302            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
30303            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
30304            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
30305            - ext/Thread/unsync4.t
30306           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
30307           !> djgpp/config.over djgpp/fixpmain
30308           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
30309           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
30310           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
30311 ____________________________________________________________________________
30312 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
30313         Log: Update Changes.
30314      Branch: perl
30315            ! Changes patchlevel.h
30316 ____________________________________________________________________________
30317 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
30318         Log: The existence shall be MANIFESted.
30319      Branch: perl
30320            ! MANIFEST
30321 ____________________________________________________________________________
30322 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
30323         Log: The old libnet.cfg is first searched from the current directory,
30324              only then from the module path.
30325      Branch: perl
30326            ! utils/libnetcfg.PL
30327 ____________________________________________________________________________
30328 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
30329         Log: NetWare tweaks from Guruprasad.
30330      Branch: perl
30331            ! NetWare/Makefile NetWare/config.wc
30332 ____________________________________________________________________________
30333 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
30334         Log: Subject: [PATCH] djgpp updates
30335              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
30336              Date: Tue, 19 Jun 2001 10:59:06 +0200
30337              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
30338      Branch: perl
30339            ! djgpp/config.over djgpp/fixpmain
30340 ____________________________________________________________________________
30341 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
30342         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
30343              From: Prymmer/Kahn <pvhp@best.com>
30344              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
30345              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
30346      Branch: perl
30347            ! win32/Makefile
30348 ____________________________________________________________________________
30349 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
30350         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
30351              to happen right after the inclusion of <inttypes.h>,
30352              from Edward Moy.
30353      Branch: perl
30354            ! handy.h perl.h
30355 ____________________________________________________________________________
30356 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
30357         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
30358              From: Doug MacEachern <dougm@covalent.net>
30359              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
30360              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
30361      Branch: perl
30362            ! ext/DynaLoader/DynaLoader_pm.PL
30363 ____________________________________________________________________________
30364 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
30365         Log: Revert #10656 for performance reasons but leave in the
30366              use of Hv*() macros -- in comments, so that grepping the
30367              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
30368              suggested by Sarathy, also by Abhijit.)
30369      Branch: perl
30370            ! hv.c
30371 ____________________________________________________________________________
30372 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
30373         Log: Subject: [patch] .s MakeMaker suffix
30374              From: Doug MacEachern <dougm@covalent.net>
30375              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
30376              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
30377      Branch: perl
30378            ! lib/ExtUtils/MM_Unix.pm
30379 ____________________________________________________________________________
30380 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
30381         Log: One test lost in the big shuffle restored.
30382      Branch: perl
30383            + ext/IPC/SysV/ipcsysv.t
30384            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
30385 ____________________________________________________________________________
30386 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
30387         Log: Rename the old non-standard threads tests so that
30388              they won't be invoked.
30389      Branch: perl
30390            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
30391            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
30392            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
30393            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
30394            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
30395            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
30396            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
30397            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
30398            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
30399            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
30400            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
30401            - ext/Thread/unsync4.t
30402            ! MANIFEST
30403 ____________________________________________________________________________
30404 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
30405         Log: Integrate perlio.
30406      Branch: perl
30407           !> win32/config_sh.PL
30408 ____________________________________________________________________________
30409 [ 10709] By: nick                                  on 2001/06/19  08:18:18
30410         Log: Integrate mainline
30411      Branch: perlio
30412           +> (branch 40 files)
30413            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
30414            - lib/strict/subs lib/strict/vars lib/warnings/1global
30415            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
30416            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
30417            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
30418            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
30419            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
30420            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
30421            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
30422            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
30423            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
30424            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
30425            - lib/warnings/utf8 lib/warnings/util
30426           !> (integrate 57 files)
30427 ____________________________________________________________________________
30428 [ 10708] By: nick                                  on 2001/06/19  07:57:10
30429         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
30430      Branch: perlio
30431            ! win32/config_sh.PL
30432 ____________________________________________________________________________
30433 [ 10707] By: nick                                  on 2001/06/19  07:05:07
30434         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
30435      Branch: perl
30436            ! perly.c perly.y perly_c.diff vms/perly_c.vms
30437 ____________________________________________________________________________
30438 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
30439         Log: More perl572delta tweaks.
30440      Branch: perl
30441            ! pod/perl572delta.pod
30442 ____________________________________________________________________________
30443 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
30444         Log: Update perl572delta.
30445      Branch: perl
30446            ! pod/perl572delta.pod
30447 ____________________________________________________________________________
30448 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
30449         Log: VOS updates from Paul Green.
30450      Branch: perl
30451            ! vos/Changes vos/build.cm vos/perl.bind
30452 ____________________________________________________________________________
30453 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
30454         Log: Update the vos/config.*.* files.
30455      Branch: perl
30456            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30457            ! vos/config.ga.h
30458 ____________________________________________________________________________
30459 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
30460         Log: Add a makefile for more painless adding of symbols to the
30461              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
30462              takes care of the adding)
30463      Branch: perl
30464            + vos/Makefile
30465 ____________________________________________________________________________
30466 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
30467         Log: Make libnetcfg by default display the libnet configuration,
30468              -c to change, add -i for old config, document all options,
30469              regen toc.
30470      Branch: perl
30471            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
30472 ____________________________________________________________________________
30473 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
30474         Log: gcc -Wall sweep.
30475      Branch: perl
30476            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
30477 ____________________________________________________________________________
30478 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
30479         Log: So there.
30480      Branch: perl
30481            ! universal.c
30482 ____________________________________________________________________________
30483 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
30484         Log: Document the need for sv_printify().
30485              
30486              Document that 'use utf8' has been considered.
30487              
30488              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
30489      Branch: perl
30490            ! pod/perltodo.pod universal.c
30491 ____________________________________________________________________________
30492 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
30493         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
30494              From: Nicholas Clark <nick@ccl4.org>
30495              Date: Mon, 18 Jun 2001 23:29:23 +0100
30496              Message-ID: <20010618232923.I98663@plum.flirble.org>
30497      Branch: perl
30498            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
30499            ! ext/Sys/Syslog/Makefile.PL
30500 ____________________________________________________________________________
30501 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
30502         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
30503              From: Scott.L.Miller@Compaq.com
30504              Date: Mon, 18 Jun 2001 10:12:27 -0500
30505              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
30506      Branch: perl
30507            ! lib/perl5db.pl pod/perldebug.pod
30508 ____________________________________________________________________________
30509 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
30510         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
30511              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30512              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
30513              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
30514      Branch: perl
30515            ! lib/Carp/Heavy.pm
30516 ____________________________________________________________________________
30517 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
30518         Log: Subject: [PATCH] Documentation changes for CLONE
30519              From: Artur Bergman <artur@contiller.se>
30520              Date: Mon, 18 Jun 2001 22:06:37 +0200
30521              Message-ID: <B7542BEC.1719%artur@contiller.se>
30522      Branch: perl
30523            ! pod/perlmod.pod pod/perlsub.pod
30524 ____________________________________________________________________________
30525 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
30526         Log: Subject: Re: configure.com
30527              From: "Craig A. Berry" <craigberry@mac.com>
30528              Date: Mon, 18 Jun 2001 16:04:38 -0500
30529              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
30530      Branch: perl
30531            ! configure.com
30532 ____________________________________________________________________________
30533 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
30534         Log: Subject: PL_nullstash + perl_clone()
30535              From: Doug MacEachern <dougm@covalent.net>
30536              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
30537              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
30538      Branch: perl
30539            ! sv.c
30540 ____________________________________________________________________________
30541 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
30542         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
30543              From: davem@fdgroup.co.uk
30544              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
30545              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
30546      Branch: perl
30547            ! embed.pl pod/perlapi.pod
30548 ____________________________________________________________________________
30549 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
30550         Log: More cross-compilation defaults gleaned from -Dcc
30551              if it is CPU-OS-gcc.
30552      Branch: metaconfig
30553            ! U/modified/libc.U
30554      Branch: metaconfig/U/perl
30555            ! Cross.U
30556      Branch: perl
30557            ! Configure INSTALL
30558 ____________________________________________________________________________
30559 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
30560         Log: Update Changes.
30561      Branch: perl
30562            ! Changes patchlevel.h
30563 ____________________________________________________________________________
30564 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
30565         Log: Subject: [PATCH 5.7.1] sv.c documentation
30566              From: davem@fdgroup.co.uk
30567              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
30568              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
30569      Branch: perl
30570            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
30571            ! sv.c sv.h
30572 ____________________________________________________________________________
30573 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
30574         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
30575              From: "Jon Gunnip" <jongunnip@hotmail.com>
30576              Date: Sun, 17 Jun 2001 18:24:29 -0400
30577              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
30578      Branch: perl
30579            ! pod/perlvar.pod
30580 ____________________________________________________________________________
30581 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
30582         Log: Move the locale/strict/warnings helper files back
30583              under the t/lib; this way the amount of non-installabled
30584              stuff under lib/ stays smaller.
30585      Branch: perl
30586            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
30587            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
30588            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
30589            + t/lib/warnings/5nolint t/lib/warnings/6default
30590            + t/lib/warnings/7fatal t/lib/warnings/8signal
30591            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
30592            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
30593            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
30594            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
30595            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
30596            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
30597            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
30598            + t/lib/warnings/taint t/lib/warnings/toke
30599            + t/lib/warnings/universal t/lib/warnings/utf8
30600            + t/lib/warnings/util
30601            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
30602            - lib/strict/subs lib/strict/vars lib/warnings/1global
30603            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
30604            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
30605            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
30606            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
30607            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
30608            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
30609            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
30610            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
30611            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
30612            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
30613            - lib/warnings/utf8 lib/warnings/util
30614            ! MANIFEST installperl lib/locale.t lib/strict.t
30615 ____________________________________________________________________________
30616 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
30617         Log: Split off the pack/unpack code, from Nicholas Clark.
30618      Branch: perl
30619            + pp_pack.c
30620            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
30621            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
30622            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
30623 ____________________________________________________________________________
30624 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
30625         Log: Guard the SysV IPC tests against being invoked in
30626              SysV-IPC-less places.
30627      Branch: perl
30628            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
30629 ____________________________________________________________________________
30630 [ 10683] By: nick                                  on 2001/06/18  12:24:42
30631         Log: Integrate mainline (new test scheme now ok on Linux).
30632      Branch: perlio
30633           +> lib/warnings.t
30634           !> dump.c sv.c
30635 ____________________________________________________________________________
30636 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
30637         Log: Add the locale.c and numeric.c to the microperl sources.
30638      Branch: perl
30639            ! Makefile.micro win32/Makefile
30640 ____________________________________________________________________________
30641 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
30642         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
30643              From: Abhijit Menon-Sen <ams@wiw.org>
30644              Date: Mon, 18 Jun 2001 14:23:44 +0530
30645              Message-ID: <20010618142344.A13136@lustre.linux.in>
30646      Branch: perl
30647            ! dump.c
30648 ____________________________________________________________________________
30649 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
30650         Log: Subject: Re: [PATCH] more anonymous stash cleanups
30651              From: Abhijit Menon-Sen <ams@wiw.org>
30652              Date: Mon, 18 Jun 2001 15:50:32 +0530
30653              Message-ID: <20010618155032.A13223@lustre.linux.in>
30654              
30655              Plus the comment left in as suggested by NI-S.
30656      Branch: perl
30657            ! sv.c
30658 ____________________________________________________________________________
30659 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
30660         Log: One missed file.
30661      Branch: perl
30662            + lib/warnings.t
30663 ____________________________________________________________________________
30664 [ 10678] By: nick                                  on 2001/06/18  08:05:29
30665         Log: Integrate mainline (part2 - the deletes)
30666      Branch: perlio
30667            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
30668            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
30669            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
30670            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
30671            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
30672            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
30673            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
30674            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
30675            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
30676            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
30677            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
30678 ____________________________________________________________________________
30679 [ 10677] By: nick                                  on 2001/06/18  08:04:44
30680         Log: Integrate mainline (part1)
30681      Branch: perlio
30682           +> (branch 376 files)
30683            - (delete 219 files)
30684           !> (integrate 151 files)
30685 ____________________________________________________________________________
30686 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
30687         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
30688              No doubt I made some mistakes like missed some files or
30689              misnamed some files.  The naming rules were more or less:
30690              (1) if the module is from CPAN, follows its ways, be it
30691              t/*.t or test.pl.
30692              (2) otherwise if there are multiple tests for a module
30693              put them in a t/
30694              (3) otherwise if there's only one test put it in Module.t
30695              (4) helper files go to module/ (locale, strict, warnings)
30696              (5) use longer filenames now that we can (but e.g. the
30697              compat-0.6.t and the Text::Balanced test files still
30698              were renamed to be more civil against the 8.3 people)
30699              installperl was updated appropriately not to install the
30700              *.t files or the help files from under lib.
30701              
30702              TODO: some helper files still remain under t/ that could
30703              follow their 'masters'.  UPDATE: On second thoughts, why
30704              should they.  They can continue to live under t/lib, and
30705              in fact the locale/strict/warnings helpers that were moved
30706              could be moved back.  This way the amount of non-installable
30707              stuff under lib/ stays smaller.
30708      Branch: perl
30709            + (add 253 files)
30710            - (delete 254 files)
30711            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
30712 ____________________________________________________________________________
30713 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
30714         Log: The warning no more comes from util.c, it comes from numeric.c.
30715      Branch: perl
30716            ! README.tru64
30717 ____________________________________________________________________________
30718 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
30719         Log: Subject: Re: anyone good at casting spells?
30720              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30721              Date: Sun, 17 Jun 2001 21:21:04 -0400
30722              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
30723      Branch: perl
30724            ! ext/POSIX/POSIX.xs hv.h
30725 ____________________________________________________________________________
30726 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
30727         Log: Protect the (original) thread tests against testing if no 5.005
30728              threads have been configured.
30729      Branch: perl
30730            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
30731            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
30732            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
30733            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
30734            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
30735            ! ext/Thread/unsync4.t
30736 ____________________________________________________________________________
30737 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
30738         Log: Try the new test scanning scheme on Text::Abbrev.
30739      Branch: perl
30740            + lib/Text/Abbrev.t
30741            - lib/Text/Abbrev/t/abbrev.t
30742            ! MANIFEST
30743 ____________________________________________________________________________
30744 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
30745         Log: Change the scan policy of the *.t and test.pl files,
30746              now the *.t do not need to live in a t/ directory.
30747      Branch: perl
30748            ! t/TEST t/harness
30749 ____________________________________________________________________________
30750 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
30751         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
30752              From: Ilmari Karonen <iltzu@sci.fi>
30753              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
30754              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
30755      Branch: perl
30756            ! pod/perlfaq7.pod
30757 ____________________________________________________________________________
30758 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
30759         Log: Quench the warnings from Tru64; the HP-UX is still
30760              broken because it really, REALLY, doesn't like the
30761              HvARRAY() being lvalue:
30762              
30763              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
30764              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
30765      Branch: perl
30766            ! hv.c
30767 ____________________________________________________________________________
30768 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
30769         Log: Integrate change #10667 from maintperl:
30770              
30771              change#10449 broke the special-case that makes lexicals inside the
30772              eval"" within DB::DB() visible
30773      Branch: perl
30774           !> op.c
30775 ____________________________________________________________________________
30776 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
30777         Log: change#10449 broke the special-case that makes lexicals inside the
30778              eval"" within DB::DB() visible
30779      Branch: maint-5.6/perl
30780            ! op.c
30781 ____________________________________________________________________________
30782 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
30783         Log: Still spurious output; indent the code a bit.
30784              
30785              TODO1: separate the utility functions like MkDir
30786              into a helper script?
30787              
30788              TODO2: I see a lot of repetition in the filepath()
30789              and dirpath() calls.
30790      Branch: perl
30791            ! t/lib/filefind.t t/lib/findtaint.t
30792 ____________________________________________________________________________
30793 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
30794         Log: Regen modlib, toc.
30795      Branch: perl
30796            ! pod/perlmodlib.pod pod/perltoc.pod
30797 ____________________________________________________________________________
30798 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
30799         Log: Add libnetcfg to perlutil.
30800      Branch: perl
30801            ! pod/perlutil.pod
30802 ____________________________________________________________________________
30803 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
30804         Log: Initial integration of libnet-1.0703.
30805              The Configure script renamed as libnetcfg, will be
30806              installed along other utilities.
30807      Branch: perl
30808            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
30809            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
30810            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
30811            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
30812            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
30813            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
30814            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
30815            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
30816            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
30817            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
30818            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
30819            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
30820            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
30821            + utils/libnetcfg.PL
30822            ! MANIFEST utils.lst utils/Makefile
30823 ____________________________________________________________________________
30824 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
30825         Log: Less potentially test-harness-confusing output.
30826      Branch: perl
30827            ! lib/Memoize/t/expire_module_t.t
30828 ____________________________________________________________________________
30829 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
30830         Log: The final print annoys make test.
30831      Branch: perl
30832            ! t/lib/filefind.t t/lib/findtaint.t
30833 ____________________________________________________________________________
30834 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
30835         Log: Add an option for handling dangling symbolic links.
30836      Branch: perl
30837            ! lib/File/Find.pm t/lib/filefind.t
30838 ____________________________________________________________________________
30839 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
30840         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
30841              From: Thomas Wegner <wegner_thomas@yahoo.com>
30842              Date: Sun, 17 Jun 2001 14:43:11 +0200
30843              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
30844      Branch: perl
30845            + t/lib/findtaint.t
30846            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
30847 ____________________________________________________________________________
30848 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
30849         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
30850              From: Jonathan Stowe <gellyfish@gellyfish.com>
30851              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
30852              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
30853      Branch: perl
30854            ! lib/ExtUtils/MM_Unix.pm
30855 ____________________________________________________________________________
30856 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
30857         Log: Subject: [PATCH] more anonymous stash cleanups
30858              From: Abhijit Menon-Sen <ams@wiw.org>
30859              Date: Sun, 17 Jun 2001 11:44:06 +0530
30860              Message-ID: <20010617114406.A25203@lustre.linux.in>
30861      Branch: perl
30862            ! op.c
30863 ____________________________________________________________________________
30864 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
30865         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
30866              From: Abhijit Menon-Sen <ams@wiw.org>
30867              Date: Sun, 17 Jun 2001 08:02:59 +0530
30868              Message-ID: <20010617080259.A28776@lustre.linux.in>
30869              
30870              Subject: [PATCH #2/7] xhv_eiter
30871              From: Abhijit Menon-Sen <ams@wiw.org>
30872              Date: Sun, 17 Jun 2001 08:13:18 +0530
30873              Message-ID: <20010617081318.B28776@lustre.linux.in>
30874              
30875              Subject: [PATCH #3/7] xhv_fill
30876              From: Abhijit Menon-Sen <ams@wiw.org>
30877              Date: Sun, 17 Jun 2001 08:25:16 +0530
30878              Message-ID: <20010617082516.C28776@lustre.linux.in>
30879              
30880              Subject: [PATCH #4/7] xhv_keys
30881              From: Abhijit Menon-Sen <ams@wiw.org>
30882              Date: Sun, 17 Jun 2001 08:36:17 +0530
30883              Message-ID: <20010617083617.D28776@lustre.linux.in>
30884              
30885              Subject: [PATCH #5/7] xhv_max
30886              From: Abhijit Menon-Sen <ams@wiw.org>
30887              Date: Sun, 17 Jun 2001 08:39:48 +0530
30888              Message-ID: <20010617083948.E28776@lustre.linux.in>
30889              
30890              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
30891              From: Abhijit Menon-Sen <ams@wiw.org>
30892              Date: Sun, 17 Jun 2001 08:51:11 +0530
30893              Message-ID: <20010617085111.F28776@lustre.linux.in>
30894      Branch: perl
30895            ! hv.c
30896 ____________________________________________________________________________
30897 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
30898         Log: Update Changes.
30899      Branch: perl
30900            ! Changes patchlevel.h
30901 ____________________________________________________________________________
30902 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
30903         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
30904              From: Abhijit Menon-Sen <ams@wiw.org>
30905              Date: Sat, 16 Jun 2001 07:41:19 +0530
30906              Message-ID: <20010616074119.A24720@lustre.linux.in>
30907      Branch: perl
30908            ! hv.c perl.c vms/vmsish.h win32/win32.h
30909 ____________________________________________________________________________
30910 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
30911         Log: Document tests failing when threaded, since we now have more.
30912      Branch: perl
30913            ! pod/perl572delta.pod
30914 ____________________________________________________________________________
30915 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
30916         Log: -Wall cleanup.
30917      Branch: perl
30918            ! ext/Thread/Thread.xs
30919 ____________________________________________________________________________
30920 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
30921         Log: pthread_attr_setstacksize() isn't absolutely necessary
30922              to call, only iff THREAD_CREATE_NEEDS_STACK.
30923      Branch: perl
30924            ! ext/Thread/Thread.xs
30925 ____________________________________________________________________________
30926 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
30927         Log: -Wall strays.
30928      Branch: perl
30929            ! perl.c util.c
30930 ____________________________________________________________________________
30931 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
30932         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
30933              (and INT64_MIN) brokenness.
30934      Branch: perl
30935            ! hints/darwin.sh perl.h
30936 ____________________________________________________________________________
30937 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
30938         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
30939              From: Nicholas Clark <nick@ccl4.org>
30940              Date: Sun, 17 Jun 2001 00:16:05 +0100
30941              Message-ID: <20010617001605.V98663@plum.flirble.org>
30942      Branch: perl
30943            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
30944            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
30945            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
30946 ____________________________________________________________________________
30947 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
30948         Log: Add perlnetware to docs; regen toc; supply skeleton
30949              docs for some Memoize submodules.
30950      Branch: perl
30951            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
30952            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
30953            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
30954            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
30955            ! win32/Makefile win32/makefile.mk
30956 ____________________________________________________________________________
30957 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
30958         Log: pod cleanup.
30959      Branch: perl
30960            ! README.netware
30961 ____________________________________________________________________________
30962 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
30963         Log: Integrate Memoize 0.64.  Few tweaks were required in
30964              the test scripts.  Note that the speed and expire*
30965              tests take several dozen seconds to run.
30966      Branch: perl
30967            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
30968            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
30969            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
30970            + lib/Memoize/README lib/Memoize/SDBM_File.pm
30971            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
30972            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
30973            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
30974            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
30975            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
30976            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
30977            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
30978            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
30979            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
30980            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
30981            ! MANIFEST t/lib/1_compile.t
30982 ____________________________________________________________________________
30983 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
30984         Log: Document the cross-compilation options.
30985      Branch: perl
30986            ! Cross/README INSTALL
30987 ____________________________________________________________________________
30988 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
30989         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
30990      Branch: perl
30991            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
30992            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
30993            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
30994            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
30995            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
30996            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
30997            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
30998            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
30999            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
31000            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
31001            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
31002            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
31003            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
31004            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
31005            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
31006            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
31007            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
31008            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
31009            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
31010            + lib/ExtUtils/MM_NW5.pm
31011            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
31012            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
31013            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31014            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
31015            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
31016            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
31017            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
31018            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
31019            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
31020            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
31021            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
31022            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
31023            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
31024            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
31025            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
31026            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
31027            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
31028            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
31029            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
31030            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
31031            ! util.h x2p/a2py.c
31032 ____________________________________________________________________________
31033 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
31034         Log: Resort MANIFEST.
31035      Branch: perl
31036            ! MANIFEST
31037 ____________________________________________________________________________
31038 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
31039         Log: Integrate perlio.
31040      Branch: perl
31041           +> win32/win32io.c
31042           !> MANIFEST perlio.c perliol.h win32/makefile.mk
31043 ____________________________________________________________________________
31044 [ 10640] By: nick                                  on 2001/06/16  18:38:31
31045         Log: Disable :win32 layer as default till I get it working
31046      Branch: perlio
31047            ! MANIFEST perlio.c
31048 ____________________________________________________________________________
31049 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
31050         Log: Try the new scheme by moving the Text::Abbrev test
31051              to a new place under lib.
31052      Branch: perl
31053            + lib/Text/Abbrev/t/abbrev.t
31054            - t/lib/abbrev.t
31055            ! MANIFEST
31056 ____________________________________________________________________________
31057 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
31058         Log: Make the code even more dynamical so that testname
31059              suffix length can change.
31060      Branch: perl
31061            ! lib/Test/Harness.pm t/TEST
31062 ____________________________________________________________________________
31063 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
31064         Log: Allow for deeper t/ and also a single test.pl.
31065      Branch: perl
31066            ! t/TEST t/harness
31067 ____________________________________________________________________________
31068 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
31069         Log: #define fix from Nicholas Clark.
31070      Branch: perl
31071            ! ext/POSIX/POSIX.xs
31072 ____________________________________________________________________________
31073 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
31074         Log: Initialization is nice.
31075      Branch: perl
31076            ! lib/Test/Harness.pm
31077 ____________________________________________________________________________
31078 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
31079         Log: Make t/TEST and t/harness to test also the t/ tests
31080              under the main lib/ and ext/ directories.  Fix Test::Harness
31081              to dynamically change the width of its "foo/bar....ok" output.
31082      Branch: perl
31083            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
31084 ____________________________________________________________________________
31085 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
31086         Log: Subject: [PATCH] Re: perl@10611 
31087              From: Nicholas Clark <nick@ccl4.org>
31088              Date: Sat, 16 Jun 2001 16:52:47 +0100
31089              Message-ID: <20010616165247.O98663@plum.flirble.org>
31090              
31091              The .xs parts, too.
31092      Branch: perl
31093            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
31094            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
31095 ____________________________________________________________________________
31096 [ 10632] By: nick                                  on 2001/06/16  16:44:35
31097         Log: Work-in-progress win32 layer semi-functional, checking 
31098              for UNIX breakage.
31099      Branch: perlio
31100            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
31101 ____________________________________________________________________________
31102 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
31103         Log: Subject: [PATCH] Re: perl@10611 
31104              From: Nicholas Clark <nick@ccl4.org>
31105              Date: Sat, 16 Jun 2001 16:52:47 +0100
31106              Message-ID: <20010616165247.O98663@plum.flirble.org>
31107      Branch: perl
31108            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
31109            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
31110            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
31111            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
31112            ! lib/ExtUtils/Constant.pm
31113 ____________________________________________________________________________
31114 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
31115         Log: Metaconfig unit change for #10629.
31116      Branch: metaconfig
31117            ! U/modified/Finish.U
31118 ____________________________________________________________________________
31119 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
31120         Log: The extraction changed directories.
31121      Branch: perl
31122            ! Configure
31123 ____________________________________________________________________________
31124 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
31125         Log: Math::BigInt 1.35 from Tels.
31126      Branch: perl
31127            + t/lib/mbimbf.t
31128            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31129            ! t/lib/bigfltpm.t t/lib/bigintpm.t
31130 ____________________________________________________________________________
31131 [ 10627] By: nick                                  on 2001/06/16  14:54:52
31132         Log: Work in progress UNIX-side edit of win32 PerLIO layer
31133      Branch: perlio
31134            + win32/win32io.c
31135            ! perlio.c win32/makefile.mk
31136 ____________________________________________________________________________
31137 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
31138         Log: Subject: [PATCH 5.6.1] os2/diff-configure
31139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31140              Date: Fri, 15 Jun 2001 01:19:36 -0400
31141              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
31142              
31143              Empty all of it because I think #10624 made even the
31144              last patch hunk unnecessary.
31145      Branch: perl
31146            ! os2/diff.configure
31147 ____________________________________________________________________________
31148 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
31149         Log: Metaconfig unit change for 10624.
31150      Branch: metaconfig
31151            ! U/modified/libc.U
31152      Branch: perl
31153            ! config_h.SH
31154 ____________________________________________________________________________
31155 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
31156         Log: Move the initialization of libnames to the beginning so
31157              that can one 'seed' it (as OS/2 does.)
31158      Branch: perl
31159            ! Configure
31160 ____________________________________________________________________________
31161 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
31162         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
31163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31164              Date: Fri, 15 Jun 2001 19:10:57 -0400
31165              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
31166      Branch: perl
31167            ! os2/OS2/REXX/DLL/DLL.pm
31168 ____________________________________________________________________________
31169 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
31170         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
31171              From: "Craig A. Berry" <craigberry@mac.com>
31172              Date: Fri, 15 Jun 2001 17:00:03 -0500
31173              Message-Id: <a05101007b750342599be@[172.16.52.1]>
31174      Branch: perl
31175            ! vms/descrip_mms.template
31176 ____________________________________________________________________________
31177 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
31178         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
31179              From: "Craig A. Berry" <craigberry@mac.com>
31180              Date: Fri, 15 Jun 2001 18:39:42 -0500
31181              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
31182      Branch: perl
31183            ! lib/File/Spec/VMS.pm t/lib/extutils.t
31184 ____________________________________________________________________________
31185 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
31186         Log: Integrate perlio.
31187      Branch: perl
31188           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
31189           !> t/io/utf8.t t/lib/io_scalar.t
31190 ____________________________________________________________________________
31191 [ 10619] By: nick                                  on 2001/06/15  21:05:19
31192         Log: Generated files
31193      Branch: perlio
31194            ! embed.h proto.h
31195 ____________________________________________________________________________
31196 [ 10618] By: nick                                  on 2001/06/15  20:27:42
31197         Log: Fix open.pm to work via XS-implemented method calls rather
31198              than *open::layers variables which caused all the HV/AV hassle.
31199      Branch: perlio
31200            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
31201            ! t/lib/io_scalar.t
31202 ____________________________________________________________________________
31203 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
31204         Log: Integrate perlio.
31205      Branch: perl
31206           !> lib/ExtUtils/Constant.pm
31207 ____________________________________________________________________________
31208 [ 10616] By: nick                                  on 2001/06/15  18:46:47
31209         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
31210      Branch: perlio
31211            ! lib/ExtUtils/Constant.pm
31212 ____________________________________________________________________________
31213 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
31214         Log: Integrate perlio.
31215      Branch: perl
31216           !> ext/Socket/Socket.xs
31217 ____________________________________________________________________________
31218 [ 10614] By: nick                                  on 2001/06/15  18:33:37
31219         Log: MULTIPLICITY fix for Socket.xs
31220      Branch: perlio
31221            ! ext/Socket/Socket.xs
31222 ____________________________________________________________________________
31223 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
31224         Log: Subject: Re: perl@10611
31225              From: Doug MacEachern <dougm@covalent.net>
31226              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
31227              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
31228      Branch: perl
31229            ! ext/Socket/Socket.xs
31230 ____________________________________________________________________________
31231 [ 10612] By: nick                                  on 2001/06/15  16:14:38
31232         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
31233      Branch: perlio
31234           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
31235           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
31236           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
31237           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
31238           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
31239           !> utils/h2ph.PL
31240 ____________________________________________________________________________
31241 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
31242         Log: Update Changes.
31243      Branch: perl
31244            ! Changes patchlevel.h
31245 ____________________________________________________________________________
31246 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
31247         Log: Upping the test count.
31248      Branch: perl
31249            ! t/lib/filefind.t
31250 ____________________________________________________________________________
31251 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
31252         Log: Integrate perlio.
31253      Branch: perl
31254           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31255 ____________________________________________________________________________
31256 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
31257         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
31258              From: andreas.koenig@anima.de (Andreas J. Koenig)
31259              Date: 15 Jun 2001 13:30:39 +0200
31260              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
31261              
31262              Record the grim history.
31263      Branch: perl
31264            ! lib/File/Find.pm
31265 ____________________________________________________________________________
31266 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
31267         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
31268              From: Brian McCauley <nobull@mail.com>
31269              Date: 15 Jun 2001 07:51:26 +0100
31270              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
31271      Branch: perl
31272            ! lib/File/Find.pm t/lib/filefind.t
31273 ____________________________________________________________________________
31274 [ 10606] By: nick                                  on 2001/06/15  14:00:08
31275         Log: regen_config_h for Win32.
31276      Branch: perlio
31277            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31278 ____________________________________________________________________________
31279 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
31280         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
31281              From: Peter Prymmer <pvhp@forte.com>
31282              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
31283              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
31284      Branch: perl
31285            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
31286 ____________________________________________________________________________
31287 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
31288         Log: Some filesystems require writability for rename/unlink.
31289      Branch: perl
31290            ! opcode.pl
31291 ____________________________________________________________________________
31292 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
31293         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
31294              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31295              Date: Fri, 15 Jun 2001 12:08:53 +0200
31296              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
31297      Branch: perl
31298            ! perlio.c
31299 ____________________________________________________________________________
31300 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
31301         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
31302              From: Mike Guy <mjtg@cam.ac.uk>
31303              Date: Fri, 15 Jun 2001 14:11:49 +0100
31304              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
31305      Branch: perl
31306            ! opcode.pl
31307 ____________________________________________________________________________
31308 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
31309         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
31310              From: Nicholas Clark <nick@ccl4.org>
31311              Date: Thu, 14 Jun 2001 23:52:56 +0100
31312              Message-ID: <20010614235256.G98663@plum.flirble.org>
31313      Branch: perl
31314            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
31315            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31316 ____________________________________________________________________________
31317 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
31318         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
31319              From: Russ Allbery <rra@stanford.edu>
31320              Date: 14 Jun 2001 13:24:43 -0700
31321              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
31322      Branch: perl
31323            ! ext/GDBM_File/GDBM_File.pm
31324 ____________________________________________________________________________
31325 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
31326         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
31327              From: Nicholas Clark <nick@ccl4.org>
31328              Date: Thu, 14 Jun 2001 20:37:47 +0100
31329              Message-ID: <20010614203747.F98663@plum.flirble.org>
31330      Branch: perl
31331            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
31332            ! t/lib/gdbm.t
31333 ____________________________________________________________________________
31334 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
31335         Log: Integrate perlio.
31336      Branch: perl
31337           !> makedef.pl sv.c
31338 ____________________________________________________________________________
31339 [ 10597] By: nick                                  on 2001/06/15  11:08:13
31340         Log: Check that HVs with HvNAME() != NULL are really stashes before
31341              treating them as such. Also be more defensive on the GvCV.
31342              Win32 fork and dprof now working again. 
31343      Branch: perlio
31344            ! sv.c
31345 ____________________________________________________________________________
31346 [ 10596] By: nick                                  on 2001/06/15  10:11:20
31347         Log: Integrate mainline.
31348      Branch: perlio
31349           +> Cross/README
31350           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
31351           !> Porting/config_H config_h.SH configure.com epoc/config.sh
31352           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
31353           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31354           !> vos/config.ga.h win32/config.bc win32/config.gc
31355           !> win32/config.vc win32/config_H.bc win32/config_H.gc
31356           !> win32/config_H.vc
31357 ____________________________________________________________________________
31358 [ 10595] By: nick                                  on 2001/06/15  09:37:17
31359         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
31360              - Win32 (VC++) now builds but fails:
31361              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
31362              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
31363              write.t    - open(...,"|-") not implemented on Win32 
31364      Branch: perlio
31365            ! makedef.pl
31366 ____________________________________________________________________________
31367 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
31368         Log: Integrate perlio.
31369      Branch: perl
31370           !> perlio.c win32/makefile.mk
31371 ____________________________________________________________________________
31372 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
31373         Log: Metaconfig unit changes for #10592.
31374      Branch: metaconfig
31375            + U/modified/i_varhdr.U U/modified/startsh.U
31376            - U/a_dvisory/crosscompile.U U/target/Target.U
31377            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
31378            ! U/compline/bitpbyte.U U/compline/byteorder.U
31379            ! U/compline/ccflags.U U/compline/charsize.U
31380            ! U/compline/d_casti32.U U/compline/d_castneg.U
31381            ! U/compline/d_closedir.U U/compline/d_fd_set.U
31382            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
31383            ! U/compline/d_keepsig.U U/compline/d_open3.U
31384            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
31385            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
31386            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
31387            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
31388            ! U/compline/doublesize.U U/compline/floatsize.U
31389            ! U/compline/nblock_io.U U/compline/orderlib.U
31390            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
31391            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
31392            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
31393            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
31394            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
31395            ! U/modified/spitshell.U U/threads/archname.U
31396            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
31397            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
31398            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
31399            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
31400            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
31401      Branch: metaconfig/U/perl
31402            + Cross.U
31403            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
31404            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
31405            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
31406            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
31407            ! stdio_streams.U uselfs.U
31408 ____________________________________________________________________________
31409 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
31410         Log: The first steps towards cross-compilation.
31411              
31412              Abstract execution of compiled test executables with $run,
31413              and abstract transfer of files with $to and $from.
31414              
31415              Under cross-compilation the $run, $to, and $from will point
31416              to appropriate wrapper scripts, by default ssh and scp,
31417              but also rsh, rcp, and cp are supported.  If not
31418              cross-compiling, they will be set to '', ':', and ':',
31419              respectively.
31420              
31421              With these patches I was able to get Configure for
31422              iPAQ ARM Linux on an Intel Linux about 95% right
31423              (only a few tests failed to execute or they produced
31424              incorrect results), and I was able to compile
31425              a functional miniperl.
31426              
31427              The symbol crosscompile renamed to be usecrosscompile,
31428              the corresponding C symbol from CROSSCOMPILE to
31429              USE_CROSS_COMPILE.
31430      Branch: perl
31431            ! Configure Cross/README Makefile.SH Porting/Glossary
31432            ! Porting/config.sh Porting/config_H config_h.SH configure.com
31433            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
31434            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31435            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31436            ! win32/config.gc win32/config.vc win32/config_H.bc
31437            ! win32/config_H.gc win32/config_H.vc
31438 ____________________________________________________________________________
31439 [ 10591] By: nick                                  on 2001/06/14  20:00:12
31440         Log: Steps along the road toward Win32 building again.
31441      Branch: perlio
31442            ! perlio.c win32/makefile.mk
31443 ____________________________________________________________________________
31444 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
31445         Log: Integrate perlio.
31446      Branch: perl
31447           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31448 ____________________________________________________________________________
31449 [ 10589] By: nick                                  on 2001/06/14  13:54:07
31450         Log: Routine regen_config_h for Win32
31451      Branch: perlio
31452            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31453 ____________________________________________________________________________
31454 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
31455         Log: Integrate perlio.
31456      Branch: perl
31457           +> perlyline.pl
31458           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
31459 ____________________________________________________________________________
31460 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
31461         Log: A placeholder.
31462      Branch: perl
31463            + Cross/README
31464 ____________________________________________________________________________
31465 [ 10586] By: nick                                  on 2001/06/14  08:25:07
31466         Log: Add new step to run_byacc which:
31467              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
31468              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
31469      Branch: perlio
31470            + perlyline.pl
31471            ! MANIFEST Makefile.SH perly.c
31472 ____________________________________________________________________________
31473 [ 10585] By: nick                                  on 2001/06/14  08:22:29
31474         Log: Integrate mainline
31475      Branch: perlio
31476           +> locale.c numeric.c
31477           !> Changes cygwin/Makefile.SHs embed.h embed.pl
31478           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
31479           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
31480           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
31481           !> x2p/Makefile.SH
31482 ____________________________________________________________________________
31483 [ 10584] By: nick                                  on 2001/06/14  08:05:53
31484         Log: Hack to remove insecure directories from PATH so test will run.
31485      Branch: perlio
31486            ! t/lib/filefind.t
31487 ____________________________________________________________________________
31488 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
31489         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
31490      Branch: perl
31491            - t/lib/mbimbf.t
31492            ! MANIFEST
31493 ____________________________________________________________________________
31494 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
31495         Log: Detypo.
31496      Branch: perl
31497            ! x2p/Makefile.SH
31498 ____________________________________________________________________________
31499 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
31500         Log: de-$CONFIG continues.
31501      Branch: perl
31502            ! cygwin/Makefile.SHs x2p/Makefile.SH
31503 ____________________________________________________________________________
31504 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
31505         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
31506              From: Nicholas Clark <nick@ccl4.org>
31507              Date: Wed, 13 Jun 2001 21:20:13 +0100
31508              Message-ID: <20010613212013.D98663@plum.flirble.org>
31509      Branch: perl
31510            ! opcode.pl
31511 ____________________________________________________________________________
31512 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
31513         Log: Subject: splitting util.c
31514              From: Hugo <hv@crypt.compulink.co.uk>
31515              Date: Thu, 14 Jun 2001 00:41:08 +0100
31516              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
31517      Branch: perl
31518            + locale.c numeric.c
31519            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
31520            ! pod/perlapi.pod proto.h util.c
31521 ____________________________________________________________________________
31522 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
31523         Log: Upgrade to Math::BigInt 1.34 from Tels.
31524      Branch: perl
31525            + t/lib/mbimbf.t
31526            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31527            ! t/lib/bigfltpm.t t/lib/bigintpm.t
31528 ____________________________________________________________________________
31529 [ 10577] By: nick                                  on 2001/06/13  19:02:48
31530         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
31531      Branch: perlio
31532           !> (integrate 125 files)
31533 ____________________________________________________________________________
31534 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
31535         Log: Update Changes.
31536      Branch: perl
31537            ! Changes patchlevel.h
31538 ____________________________________________________________________________
31539 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
31540         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
31541              From: "Craig A. Berry" <craigberry@mac.com>
31542              Date: Wed, 13 Jun 2001 13:24:28 -0500
31543              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
31544      Branch: perl
31545            ! ext/re/Makefile.PL
31546 ____________________________________________________________________________
31547 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
31548         Log: Mc.u.c. for #10573.
31549      Branch: metaconfig
31550            ! U/threads/usethreads.U
31551 ____________________________________________________________________________
31552 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
31553         Log: It would be also be good if I could type.
31554      Branch: perl
31555            ! Configure
31556 ____________________________________________________________________________
31557 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
31558         Log: Metaconfig unit change for #10571.
31559      Branch: metaconfig
31560            ! U/threads/usethreads.U
31561 ____________________________________________________________________________
31562 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
31563         Log: A non-empty default is a good thing.
31564      Branch: perl
31565            ! Configure
31566 ____________________________________________________________________________
31567 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
31568         Log: Metaconfig unit change for #10569.
31569      Branch: metaconfig
31570            ! U/threads/usethreads.U
31571 ____________________________________________________________________________
31572 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
31573         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
31574              extremely experimental, not even prompted for.
31575      Branch: perl
31576            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31577            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
31578            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
31579            ! win32/config.bc win32/config.gc win32/config.vc
31580 ____________________________________________________________________________
31581 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
31582         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
31583      Branch: perl
31584            ! pod/perlfaq6.pod
31585 ____________________________________________________________________________
31586 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
31587         Log: Integrate perlio; conflicts, accept Nick's versions.
31588      Branch: perl
31589           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31590           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
31591 ____________________________________________________________________________
31592 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
31593         Log: Subject: Re: ext/ + -Wall
31594              From: Doug MacEachern <dougm@covalent.net>
31595              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
31596              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
31597      Branch: perl
31598            ! XSUB.h lib/ExtUtils/xsubpp perl.h
31599 ____________________________________________________________________________
31600 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
31601         Log: Similar logic as DB_File.xs, using the modern macros and
31602              defines them to older ones for older Perls where PERL_VERSION
31603              is not defined, from Doug MacEachern.
31604      Branch: perl
31605            ! ext/Storable/Storable.xs
31606 ____________________________________________________________________________
31607 [ 10564] By: nick                                  on 2001/06/13  15:22:01
31608         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
31609              and using that instead (name lookups are sequential search for now).
31610      Branch: perlio
31611            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31612            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
31613 ____________________________________________________________________________
31614 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
31615         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
31616              From: "Richard Soderberg" <rs@crystalflame.net>
31617              Date: Sat, 26 May 2001 06:44:20 -0700
31618              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
31619      Branch: perl
31620            ! sv.c t/op/glob.t
31621 ____________________________________________________________________________
31622 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
31623         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
31624              From: "Craig A. Berry" <craigberry@mac.com>
31625              Date: Tue, 12 Jun 2001 23:55:26 -0500
31626              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
31627      Branch: perl
31628            ! ext/re/Makefile.PL ext/re/re.xs
31629 ____________________________________________________________________________
31630 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
31631         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
31632              suggested by NI-S.
31633      Branch: perl
31634            ! XSUB.h malloc.c perl.h
31635 ____________________________________________________________________________
31636 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
31637         Log: Regen toc.
31638      Branch: perl
31639            ! pod/perltoc.pod
31640 ____________________________________________________________________________
31641 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
31642         Log: Subject: [patch] perl.gprof control
31643              From: Doug MacEachern <dougm@covalent.net>
31644              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
31645              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
31646      Branch: perl
31647            ! miniperlmain.c perl.h
31648 ____________________________________________________________________________
31649 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
31650         Log: Subject: Re: ext/ + -Wall
31651              From: Doug MacEachern <dougm@covalent.net>
31652              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
31653              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
31654              
31655              Document ax and break up dXSARGS.
31656      Branch: perl
31657            ! XSUB.h pod/perlapi.pod
31658 ____________________________________________________________________________
31659 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
31660         Log: More AIX tweakage from Merijn.
31661      Branch: perl
31662            ! hints/aix.sh
31663 ____________________________________________________________________________
31664 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
31665         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
31666              From: "Craig A. Berry" <craigberry@mac.com>
31667              Date: Tue, 12 Jun 2001 22:57:45 -0500
31668              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
31669      Branch: perl
31670            ! vms/descrip_mms.template
31671 ____________________________________________________________________________
31672 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
31673         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
31674              From: "Craig A. Berry" <craigberry@mac.com>
31675              Date: Tue, 12 Jun 2001 22:21:39 -0500
31676              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
31677      Branch: perl
31678            ! configure.com util.c
31679 ____________________________________________________________________________
31680 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
31681         Log: New AIX dynaloading code from Jens-Uwe Mager.
31682              Does break binary compatibility.
31683      Branch: perl
31684            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
31685 ____________________________________________________________________________
31686 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
31687         Log: VMS DEC C compiler found nits by Peter Prymmer.
31688      Branch: perl
31689            ! util.c
31690 ____________________________________________________________________________
31691 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
31692         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
31693              From: Peter Prymmer <pvhp@forte.com>
31694              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
31695              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
31696      Branch: perl
31697            ! t/lib/filecomp.t
31698 ____________________________________________________________________________
31699 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
31700         Log: I wonder how many $CONFIGs still lurk in the shadows.
31701      Branch: perl
31702            ! pod/Makefile.SH x2p/cflags.SH
31703 ____________________________________________________________________________
31704 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
31705         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
31706      Branch: perl
31707            ! pod/checkpods.PL
31708 ____________________________________________________________________________
31709 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
31710         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
31711      Branch: perl
31712            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
31713 ____________________________________________________________________________
31714 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
31715         Log: Subject: [patch] rid local_patches warnings
31716              From: Doug MacEachern <dougm@covalent.net>
31717              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
31718              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
31719      Branch: perl
31720            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
31721 ____________________________________________________________________________
31722 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
31723         Log: Subject: Re: ext/ + -Wall
31724              From: Doug MacEachern <dougm@covalent.net>
31725              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
31726              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
31727      Branch: perl
31728            ! ext/attrs/attrs.xs
31729 ____________________________________________________________________________
31730 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
31731         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
31732              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31733              Date: Tue, 12 Jun 2001 14:36:20 -0400
31734              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
31735      Branch: perl
31736            ! pod/perlretut.pod
31737 ____________________________________________________________________________
31738 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
31739         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
31740              From: Mike Guy <mjtg@cam.ac.uk>
31741              Date: Tue, 12 Jun 2001 19:10:31 +0100
31742              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
31743              
31744              Subject: Re: [ID 20010612.001] out of memory during regex compilation
31745              From: Mike Guy <mjtg@cam.ac.uk>
31746              Date: Tue, 12 Jun 2001 19:21:01 +0100
31747              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
31748      Branch: perl
31749            ! pod/perlop.pod
31750 ____________________________________________________________________________
31751 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
31752         Log: AIX tweaks from Merijn H. Brand.
31753      Branch: perl
31754            ! hints/aix.sh
31755 ____________________________________________________________________________
31756 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
31757         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
31758              From: "Brendan O'Dea" <bod@compusol.com.au>
31759              Date: Wed, 13 Jun 2001 05:16:47 +1000
31760              Message-ID: <20010613051647.A8945@compusol.com.au>
31761      Branch: maint-5.6/perl
31762            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31763 ____________________________________________________________________________
31764 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
31765         Log: Subject: Small bcopy cleanup
31766              From: Andy Dougherty <doughera@lafayette.edu>
31767              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
31768              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
31769      Branch: perl
31770            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
31771 ____________________________________________________________________________
31772 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
31773         Log: Subject: [PATCH] Re: ext/ + -Wall
31774              From: Nicholas Clark <nick@ccl4.org>
31775              Date: Wed, 13 Jun 2001 00:04:30 +0100
31776              Message-ID: <20010613000430.M5901@plum.flirble.org>
31777      Branch: perl
31778            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31779 ____________________________________________________________________________
31780 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
31781         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
31782              From: Nicholas Clark <nick@ccl4.org>
31783              Date: Tue, 12 Jun 2001 23:53:07 +0100
31784              Message-ID: <20010612235307.L5901@plum.flirble.org>
31785      Branch: perl
31786            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31787 ____________________________________________________________________________
31788 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
31789         Log: MPE/iX tweaks from Mark Bixby.
31790      Branch: perl
31791            ! hints/mpeix.sh mpeix/mpeixish.h util.c
31792 ____________________________________________________________________________
31793 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
31794         Log: Update Changes.
31795      Branch: perl
31796            ! Changes patchlevel.h
31797 ____________________________________________________________________________
31798 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
31799         Log: One less -Wall whine (found under DEBUGGING).
31800      Branch: perl
31801            ! x2p/Makefile.SH x2p/a2p.c
31802 ____________________________________________________________________________
31803 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
31804         Log: s/case-independent/case-insensitive/g
31805      Branch: perl
31806            ! pod/perldebug.pod
31807 ____________________________________________________________________________
31808 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
31809         Log: As suggested in    
31810              
31811              Subject: Re: ext/ + -Wall
31812              From: Gurusamy Sarathy <gsar@ActiveState.com>
31813              Date: Mon, 11 Jun 2001 23:34:31 -0700
31814              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
31815      Branch: perl
31816            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
31817            ! perl.h
31818 ____________________________________________________________________________
31819 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
31820         Log: Subject: ext/ + -Wall
31821              From: Doug MacEachern <dougm@covalent.net>
31822              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
31823              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
31824      Branch: perl
31825            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
31826            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
31827            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
31828            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
31829            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
31830            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
31831            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
31832            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
31833            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
31834            ! lib/ExtUtils/xsubpp
31835 ____________________________________________________________________________
31836 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
31837         Log: Subject: [PATCH] anonymous stashes
31838              From: Abhijit Menon-Sen <ams@wiw.org>
31839              Date: Tue, 12 Jun 2001 12:47:04 +0530
31840              Message-ID: <20010612124704.A29029@lustre.linux.in>
31841      Branch: perl
31842            ! dump.c gv.c sv.c xsutils.c
31843 ____________________________________________________________________________
31844 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
31845         Log: One more test for $^S.
31846      Branch: perl
31847            ! t/op/magic.t
31848 ____________________________________________________________________________
31849 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
31850         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
31851              From: Abhijit Menon-Sen <ams@wiw.org>
31852              Date: Tue, 12 Jun 2001 17:35:55 +0530
31853              Message-ID: <20010612173555.A32426@lustre.linux.in>
31854      Branch: perl
31855            ! mg.c t/op/magic.t
31856 ____________________________________________________________________________
31857 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
31858         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
31859              From: Mike Guy <mjtg@cam.ac.uk>
31860              Date: Tue, 12 Jun 2001 13:14:15 +0100
31861              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
31862      Branch: perl
31863            ! pod/perlop.pod
31864 ____________________________________________________________________________
31865 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
31866         Log: AUTHORS updates.
31867      Branch: perl
31868            ! AUTHORS
31869 ____________________________________________________________________________
31870 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
31871         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
31872              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
31873              Content-Transfer-Encoding: 7bit
31874              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
31875      Branch: perl
31876            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
31877 ____________________________________________________________________________
31878 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
31879         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
31880              From: "Philip Newton" <Philip.Newton@gmx.net>
31881              Date: Mon, 11 Jun 2001 07:08:03 +0200
31882              Message-Id: <200106120802.LAA08992@taas.iki.fi>
31883      Branch: perl
31884            ! t/base/term.t
31885 ____________________________________________________________________________
31886 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
31887         Log: Cleanup the a2p.c for -Wall.
31888      Branch: perl
31889            ! x2p/Makefile.SH x2p/a2p.c
31890 ____________________________________________________________________________
31891 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
31892         Log: File::Find update for MacOS from Chris Nandor.
31893      Branch: perl
31894            ! lib/File/Find.pm t/lib/filefind.t
31895 ____________________________________________________________________________
31896 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
31897         Log: gcc -Wall nits picked out by a non-UNIX system
31898              (courtesy of Mark Bixby)
31899      Branch: perl
31900            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
31901            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
31902            ! pp_sys.c util.c
31903 ____________________________________________________________________________
31904 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
31905         Log: Metaconfig unit change for #10522.  (The d_modfl changes
31906              placate metalint.)
31907      Branch: metaconfig/U/perl
31908            ! d_modfl.U d_u32align.U
31909 ____________________________________________________________________________
31910 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
31911         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
31912              be "./try 2>&1 >/dev/null".
31913      Branch: perl
31914            ! Configure
31915 ____________________________________________________________________________
31916 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
31917         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
31918              From: "Craig A. Berry" <craigberry@mac.com>
31919              Date: Mon, 11 Jun 2001 14:00:32 -0500
31920              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
31921      Branch: perl
31922            ! configure.com
31923 ____________________________________________________________________________
31924 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
31925         Log: Move the full \p\P lists to perlunicode.
31926      Branch: perl
31927            ! pod/perlretut.pod pod/perlunicode.pod
31928 ____________________________________________________________________________
31929 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
31930         Log: VOS build tweak for 5.6.1 from Paul Green.
31931      Branch: maint-5.6/perl
31932            ! vos/build.cm
31933 ____________________________________________________________________________
31934 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
31935         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
31936              From: "Craig A. Berry" <craigberry@mac.com>
31937              Date: Fri, 8 Jun 2001 18:08:18 -0500
31938              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
31939      Branch: perl
31940            ! vms/vms.c
31941 ____________________________________________________________________________
31942 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
31943         Log: Update Changes.
31944      Branch: perl
31945            ! Changes patchlevel.h
31946 ____________________________________________________________________________
31947 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
31948         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
31949      Branch: perl
31950            ! vos/config.alpha.h vos/config.ga.h
31951 ____________________________________________________________________________
31952 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
31953         Log: VOS updates from Paul Green for @10476.
31954      Branch: perl
31955            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
31956            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31957            ! vos/config.ga.h vos/configure_perl.cm
31958 ____________________________________________________________________________
31959 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
31960         Log: Subject: [PATCH] Not many people know this ...
31961              From: Mike Guy <mjtg@cam.ac.uk>
31962              Date: Mon, 11 Jun 2001 14:55:15 +0100
31963              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
31964      Branch: perl
31965            ! pod/perldebug.pod
31966 ____________________________________________________________________________
31967 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
31968         Log: Add final commas to lists as suggested by Philip Newton.
31969      Branch: perl
31970            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31971 ____________________________________________________________________________
31972 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
31973         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
31974              Date: Sun, 10 Jun 2001 23:35:38 -0400
31975              From: Chris Nandor <pudge@pobox.com>
31976              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
31977      Branch: perl
31978            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
31979            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
31980            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
31981            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
31982            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
31983            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
31984            ! t/op/write.t t/pragma/strict.t
31985 ____________________________________________________________________________
31986 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
31987         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
31988              From: Chris Nandor <pudge@pobox.com>
31989              Date: Mon, 11 Jun 2001 08:24:28 -0400
31990              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
31991      Branch: perl
31992            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
31993            ! t/lib/io_dir.t
31994 ____________________________________________________________________________
31995 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
31996         Log: One more run_byacc (a hand-tweaked version had slipped in).
31997      Branch: perl
31998            ! perly.c vms/perly_c.vms
31999 ____________________________________________________________________________
32000 [ 10509] By: nick                                  on 2001/06/11  07:49:15
32001         Log: Integrate mainline
32002      Branch: perlio
32003           !> Makefile.SH embed.h embed.pl global.sym
32004           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
32005           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
32006           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
32007           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
32008 ____________________________________________________________________________
32009 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
32010         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
32011              From: Mike Guy <mjtg@cam.ac.uk>
32012              Reply-To: mjtg@cam.ac.uk
32013              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
32014      Branch: perl
32015            ! lib/ExtUtils/Manifest.pm
32016 ____________________________________________________________________________
32017 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
32018         Log: Subject: [PATCH] ExtUtils::Constant
32019              From: Nicholas Clark <nick@ccl4.org>
32020              Date: Sun, 10 Jun 2001 23:25:41 +0100
32021              Message-ID: <20010610232540.C76396@plum.flirble.org>
32022      Branch: perl
32023            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32024 ____________________________________________________________________________
32025 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
32026         Log: Integrate perlio.
32027      Branch: perl
32028           !> iperlsys.h
32029 ____________________________________________________________________________
32030 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
32031         Log: Move the grok_number and its lieutenant grok_numeric_radix
32032              from sv.c statics to util.c and public.
32033      Branch: perl
32034            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
32035            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
32036 ____________________________________________________________________________
32037 [ 10504] By: nick                                  on 2001/06/10  17:47:06
32038         Log: Fix (valid) -Wall warnings in perlio.c
32039      Branch: perlio
32040            ! iperlsys.h
32041 ____________________________________________________________________________
32042 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
32043         Log: Update perly_c.diff, update perly.fixer to edit away
32044              some of the -Wall noise.
32045      Branch: perl
32046            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
32047 ____________________________________________________________________________
32048 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
32049         Log: Check the version of byacc.
32050      Branch: perl
32051            ! Makefile.SH
32052 ____________________________________________________________________________
32053 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
32054         Log: Subject: [PATCH] perly.y overhaul
32055              From: Simon Cozens <simon@netthink.co.uk>
32056              Date: Sun, 10 Jun 2001 16:56:54 +0100
32057              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
32058              
32059              Plus make run_byacc.
32060      Branch: perl
32061            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
32062 ____________________________________________________________________________
32063 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
32064         Log: Integrate perlio.
32065      Branch: perl
32066           !> perlio.c perlsfio.h
32067 ____________________________________________________________________________
32068 [ 10499] By: nick                                  on 2001/06/10  15:01:08
32069         Log: Integrate mainline
32070      Branch: perlio
32071           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
32072           !> t/pragma/locale.t util.c
32073 ____________________________________________________________________________
32074 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
32075         Log: Put some meat on the perl572delta bones.  The list of
32076              selected bug fixes needs more work, as does still the
32077              whole document.
32078      Branch: perl
32079            ! pod/perl572delta.pod
32080 ____________________________________________________________________________
32081 [ 10497] By: nick                                  on 2001/06/10  12:27:51
32082         Log: Paper over a crack or two with USE_SFIO
32083      Branch: perlio
32084            ! perlio.c perlsfio.h
32085 ____________________________________________________________________________
32086 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
32087         Log: Update Changes.
32088      Branch: perl
32089            ! Changes patchlevel.h
32090 ____________________________________________________________________________
32091 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
32092         Log: Subject: Re: pragma/locale.t #107
32093              From: Hugo <hv@crypt.compulink.co.uk>
32094              Date: Sun, 10 Jun 2001 11:23:30 +0100
32095              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
32096              
32097              Encapsulate the scan of the decimal radix separator.
32098      Branch: perl
32099            ! embed.h embed.pl proto.h sv.c
32100 ____________________________________________________________________________
32101 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
32102         Log: Try to grok numbers both with the locale specific separator
32103              and with the usual "." (if different from the lss); add a test
32104              to locale.t to do also a little bit of math in addition to just
32105              equalness testing; remove extraneous logic as suggested in
32106              
32107              Subject: Re: pragma/locale.t #107
32108              From: Nicholas Clark <nick@ccl4.org>
32109              Date: Sat, 9 Jun 2001 22:37:36 +0100
32110              Message-ID: <20010609223735.Y76396@plum.flirble.org>
32111      Branch: perl
32112            ! sv.c t/pragma/locale.t
32113 ____________________________________________________________________________
32114 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
32115         Log: Metaconfig unit change for #10492.
32116      Branch: metaconfig/U/perl
32117            ! Extensions.U
32118 ____________________________________________________________________________
32119 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
32120         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
32121              From: Artur Bergman <artur@contiller.se> 
32122              Date: Sat, 09 Jun 2001 21:03:51 +0200
32123              Message-ID: <B7483FB6.1398%artur@contiller.se>
32124      Branch: perl
32125            ! Configure
32126 ____________________________________________________________________________
32127 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
32128         Log: Integrate perlio.
32129      Branch: perl
32130           !> perlsfio.h
32131 ____________________________________________________________________________
32132 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
32133         Log: Do locale specific separator if only in locale.
32134      Branch: perl
32135            ! util.c
32136 ____________________________________________________________________________
32137 [ 10489] By: nick                                  on 2001/06/09  19:13:25
32138         Log: Make XS/Typemap compile (but fail) with sfio
32139      Branch: perlio
32140            ! perlsfio.h
32141 ____________________________________________________________________________
32142 [ 10488] By: nick                                  on 2001/06/09  19:12:51
32143         Log: Re-integrate mainline
32144      Branch: perlio
32145           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
32146           !> proto.h sv.c util.c
32147 ____________________________________________________________________________
32148 [ 10487] By: nick                                  on 2001/06/09  16:26:29
32149         Log: Integrate mainline
32150      Branch: perlio
32151           !> (integrate 31 files)
32152 ____________________________________________________________________________
32153 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
32154         Log: Subject: [PATCH] New attempt to clone callack
32155              From: Artur Bergman <artur@contiller.se> 
32156              Date: Thu, 07 Jun 2001 11:52:16 +0200
32157              Message-ID: <B7451B6F.12B7%artur@contiller.se>
32158      Branch: perl
32159            ! embedvar.h intrpvar.h perlapi.h sv.c
32160 ____________________________________________________________________________
32161 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
32162         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
32163      Branch: perl
32164            ! embed.h embed.pl perl.h proto.h sv.c util.c
32165 ____________________________________________________________________________
32166 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
32167         Log: Subject: Re: pragma/locale.t #107
32168              From: Nicholas Clark <nick@ccl4.org>
32169              Date: Sat, 9 Jun 2001 16:26:10 +0100
32170              Message-ID: <20010609162609.V76396@plum.flirble.org>
32171              
32172              A missing NVification.
32173      Branch: perl
32174            ! sv.c
32175 ____________________________________________________________________________
32176 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
32177         Log: Redo the #10482, there already was a test script for formats.
32178      Branch: perl
32179            - t/io/format.t
32180            ! MANIFEST t/op/write.t
32181 ____________________________________________________________________________
32182 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
32183         Log: Twisted format testing, from Merijn.
32184      Branch: perl
32185            + t/io/format.t
32186            ! MANIFEST
32187 ____________________________________________________________________________
32188 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
32189         Log: More \p{In...} testing, combined with \N{...}.
32190      Branch: perl
32191            ! lib/utf8_heavy.pl t/op/pat.t
32192 ____________________________________________________________________________
32193 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
32194         Log: Metaconfig changes for #10479.
32195      Branch: metaconfig
32196            ! U/Glossary.patch
32197      Branch: metaconfig/U/perl
32198            ! d_modfl.U
32199 ____________________________________________________________________________
32200 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
32201         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
32202      Branch: perl
32203            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32204            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
32205            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
32206            ! win32/config.bc win32/config.gc win32/config.vc
32207 ____________________________________________________________________________
32208 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
32209         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
32210              From: "Craig A. Berry" <craigberry@mac.com>
32211              Date: Thu, 7 Jun 2001 14:27:20 -0500
32212              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
32213      Branch: perl
32214            ! vms/perlvms.pod
32215 ____________________________________________________________________________
32216 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
32217         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
32218              From: Gisle Aas <gisle@ActiveState.com>
32219              Date: 07 Jun 2001 17:04:29 -0700
32220              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
32221      Branch: perl
32222            ! ext/re/re.xs
32223 ____________________________________________________________________________
32224 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
32225         Log: Update Changes.
32226      Branch: perl
32227            ! Changes patchlevel.h
32228 ____________________________________________________________________________
32229 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
32230         Log: Regen Glossary et alia.
32231      Branch: perl
32232            ! Porting/Glossary Porting/config.sh Porting/config_H
32233 ____________________________________________________________________________
32234 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
32235         Log: Metaconfig unit changes for #10473.
32236      Branch: metaconfig/U/perl
32237            ! d_modfl.U
32238 ____________________________________________________________________________
32239 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
32240         Log: Harumph, also AIX will spill its guts (i.e. dump core)
32241              if an executable contains modfl() but it hasn't been
32242              compiled right (in the case of AIX, with cc -qlongdouble).
32243      Branch: perl
32244            ! Configure
32245 ____________________________________________________________________________
32246 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
32247         Log: integrate change#10471 from mainline
32248              
32249              in change#10451, check that CvOUTSIDE is a CV before looking in
32250              (it can apparently be SVt_NULL during global destruction)
32251      Branch: maint-5.6/perl
32252           !> op.c
32253 ____________________________________________________________________________
32254 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
32255         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
32256              (it can apparently be SVt_NULL during global destruction)
32257      Branch: perl
32258            ! op.c
32259 ____________________________________________________________________________
32260 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
32261         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
32262              From: Robin Barker <rmb1@cise.npl.co.uk>
32263              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
32264              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
32265      Branch: perl
32266            ! lib/diagnostics.pm pod/perldiag.pod
32267 ____________________________________________________________________________
32268 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
32269         Log: Subject: [PATCH perl@10439] long =item
32270              From: Robin Barker <rmb1@cise.npl.co.uk>
32271              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
32272              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
32273      Branch: perl
32274            ! README.amiga lib/Attribute/Handlers.pm
32275            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
32276 ____________________________________________________________________________
32277 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
32278         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
32279              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
32280              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
32281              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
32282      Branch: perl
32283            ! pod/perlguts.pod
32284 ____________________________________________________________________________
32285 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
32286         Log: Integrate perlio.
32287      Branch: perl
32288           !> sv.c
32289 ____________________________________________________________________________
32290 [ 10466] By: nick                                  on 2001/06/07  10:25:40
32291         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
32292              whitespace tweaks.
32293              Still coredumps in pragma/overload.t - what a nice hard fail that is...
32294      Branch: perlio
32295            ! sv.c
32296 ____________________________________________________________________________
32297 [ 10465] By: nick                                  on 2001/06/07  08:41:58
32298         Log: Raw integrate of mainline for S_grok_number debug
32299              (sv.c has MULTIPLICITY issues as well as whatever else ...)
32300      Branch: perlio
32301            - plan9/perlplan9.doc plan9/perlplan9.pod
32302           !> (integrate 46 files)
32303 ____________________________________________________________________________
32304 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
32305         Log: The proper prototyping for #10463.
32306      Branch: perl
32307            ! embed.h embed.pl proto.h sv.c
32308 ____________________________________________________________________________
32309 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
32310         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
32311              From: Nicholas Clark <nick@ccl4.org>
32312              Date: Thu, 7 Jun 2001 00:29:59 +0100
32313              Message-ID: <20010607002959.Z76396@plum.flirble.org>
32314      Branch: perl
32315            ! sv.c
32316 ____________________________________________________________________________
32317 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
32318         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
32319              From: "Craig A. Berry" <craigberry@mac.com>
32320              Date: Wed, 06 Jun 2001 17:54:30 -0500
32321              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
32322      Branch: perl
32323            ! vms/perlvms.pod
32324 ____________________________________________________________________________
32325 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
32326         Log: Podify the remaining README.platform files;
32327              merge README.plan9 and plan9/perlplan9.pod;
32328              delete plan9/perlplan9.* (the perlplan.doc needs to
32329              be regenerated in Plan 9); make the =head1 and =head2
32330              in the README.platform to be a little more verbose
32331              (skipped README.os2 not to anger Ilya) so that they
32332              look better in the toc; regen toc.
32333      Branch: perl
32334            - plan9/perlplan9.doc plan9/perlplan9.pod
32335            ! MANIFEST README.aix README.amiga README.apollo README.beos
32336            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
32337            ! README.hpux README.hurd README.machten README.macos
32338            ! README.micro README.mint README.mpeix README.os390
32339            ! README.plan9 README.qnx README.solaris README.threads
32340            ! README.tru64 README.vmesa README.vms README.vos README.win32
32341            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32342            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32343 ____________________________________________________________________________
32344 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
32345         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
32346              From: Mike Guy <mjtg@cam.ac.uk>
32347              Reply-To: mjtg@cam.ac.uk
32348              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
32349      Branch: perl
32350            ! pod/perlguts.pod
32351 ____________________________________________________________________________
32352 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
32353         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
32354              From: Mike Guy <mjtg@cam.ac.uk>
32355              Reply-To: mjtg@cam.ac.uk
32356              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
32357      Branch: perl
32358            ! pod/perlsec.pod
32359 ____________________________________________________________________________
32360 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
32361         Log: Disable long doubles from pre-5.0 Tru64s.
32362      Branch: perl
32363            ! README.tru64 hints/dec_osf.sh
32364 ____________________________________________________________________________
32365 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
32366         Log: The #10455 exposed that modfl() is fundamentally busted
32367              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
32368              testing it.
32369      Branch: perl
32370            ! hints/dec_osf.sh
32371 ____________________________________________________________________________
32372 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
32373         Log: Metaconfig unit change for #10455.
32374      Branch: metaconfig/U/perl
32375            ! d_modfl.U
32376 ____________________________________________________________________________
32377 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
32378         Log: Configure check for geborken modfl(), inspired by
32379              
32380              Subject: Re: [20010118.017] op/int.t failure 
32381              From: Hugo <hv@crypt.compulink.co.uk>
32382              Date: Tue, 05 Jun 2001 13:43:27 +0100
32383              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
32384      Branch: perl
32385            ! Configure
32386 ____________________________________________________________________________
32387 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
32388         Log: Integrate changes #10450 and #10451 from maintperl:
32389              
32390              optimize change#10448 slightly (don't repeat search in eval""s lexical
32391              scope, since that has already been searched)
32392              
32393              change#9108 needs subtler treatment for case of closures created
32394              within eval""
32395      Branch: perl
32396           !> op.c t/op/misc.t
32397 ____________________________________________________________________________
32398 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
32399         Log: MakeMaker magic to compile (when no dynamic loading)
32400              List/Util.xsc as (ListUtil.c and) ListUtil.o since
32401              POSIX-BC (BS2000) linker has an evil limitation of
32402              being unable to include in the same executable several
32403              object files with the same name - case-insensitively -
32404              because otherwise we conflict with util.c.
32405              Strictly speaking currently required only in POSIX-BC
32406              but probably will do no harm elsewhere where static
32407              linking is required.
32408      Branch: perl
32409            ! ext/List/Util/Makefile.PL
32410 ____________________________________________________________________________
32411 [ 10452] By: nick                                  on 2001/06/06  08:59:51
32412         Log: Integrate mainline.
32413      Branch: perlio
32414           +> lib/Attribute/Handlers/demo/Demo.pm
32415           +> lib/Attribute/Handlers/demo/Descriptions.pm
32416           +> lib/Attribute/Handlers/demo/MyClass.pm
32417           +> lib/Attribute/Handlers/demo/demo.pl
32418           +> lib/Attribute/Handlers/demo/demo2.pl
32419           +> lib/Attribute/Handlers/demo/demo3.pl
32420           +> lib/Attribute/Handlers/demo/demo4.pl
32421           +> lib/Attribute/Handlers/demo/demo_call.pl
32422           +> lib/Attribute/Handlers/demo/demo_chain.pl
32423           +> lib/Attribute/Handlers/demo/demo_cycle.pl
32424           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
32425           +> lib/Attribute/Handlers/demo/demo_phases.pl
32426           +> lib/Attribute/Handlers/demo/demo_range.pl
32427           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
32428           +> uts/strtol_wrap.c
32429           !> (integrate 91 files)
32430 ____________________________________________________________________________
32431 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
32432         Log: change#9108 needs subtler treatment for case of closures created
32433              within eval""
32434      Branch: maint-5.6/perl
32435            ! op.c t/op/misc.t
32436 ____________________________________________________________________________
32437 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
32438         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
32439              scope, since that has already been searched)
32440      Branch: maint-5.6/perl
32441            ! op.c
32442 ____________________________________________________________________________
32443 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
32444         Log: Integrate change #10448 from maintperl; lexicals
32445              outside an eval"" weren't resolved correctly inside a subroutine
32446              definition inside the eval"" if they were not already referenced
32447              in the toplevel of the eval""-ed code
32448      Branch: perl
32449           !> cop.h op.c pp_ctl.c t/op/misc.t
32450 ____________________________________________________________________________
32451 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
32452         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
32453              outside an eval"" weren't resolved correctly inside a subroutine
32454              definition inside the eval"" if they were not already referenced
32455              in the toplevel of the eval""-ed code
32456      Branch: maint-5.6/perl
32457            ! cop.h op.c pp_ctl.c t/op/misc.t
32458 ____________________________________________________________________________
32459 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
32460         Log: Subject: [PATCH] perl570delta.pod
32461              From: Peter Scott <Peter@PSDT.com> 
32462              Date: Tue, 05 Jun 2001 18:51:02 -0700
32463              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
32464      Branch: perl
32465            ! pod/perl570delta.pod
32466 ____________________________________________________________________________
32467 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
32468         Log: The fudge factor is no more needed.  I hope.
32469      Branch: perl
32470            ! t/lib/posix.t
32471 ____________________________________________________________________________
32472 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
32473         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
32474              From: Hugo <hv@crypt.compulink.co.uk>
32475              Date: Tue, 05 Jun 2001 12:58:19 +0100
32476              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
32477      Branch: perl
32478            ! util.c
32479 ____________________________________________________________________________
32480 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
32481         Log: Make up prototypes only for those who have the functions
32482              but not the prototypes.
32483      Branch: perl
32484            ! perl.h
32485 ____________________________________________________________________________
32486 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
32487         Log: Subject: Re: Not OK: perl@10439 on win32 
32488              From: Prymmer/Kahn <pvhp@best.com> 
32489              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
32490              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
32491      Branch: perl
32492            ! perl.h util.c
32493 ____________________________________________________________________________
32494 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
32495         Log: The metaconfig units changes for #10441.
32496      Branch: metaconfig
32497            ! U/modified/Extract.U U/modified/Extractall.U
32498            ! U/modified/Finish.U
32499 ____________________________________________________________________________
32500 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
32501         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
32502      Branch: perl
32503            ! Configure
32504 ____________________________________________________________________________
32505 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
32506         Log: Unnecessary fuzziness undone, noted by Mike Guy.
32507      Branch: perl
32508            ! t/op/tr.t
32509 ____________________________________________________________________________
32510 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
32511         Log: Update Changes.
32512      Branch: perl
32513            ! Changes patchlevel.h
32514 ____________________________________________________________________________
32515 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
32516         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
32517              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
32518              leakage patch.
32519      Branch: perl
32520            ! t/op/misc.t
32521 ____________________________________________________________________________
32522 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
32523         Log: Test case for #10433/#10424.
32524      Branch: perl
32525            ! t/op/misc.t
32526 ____________________________________________________________________________
32527 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
32528         Log: Subject: One fix for strtoul not setting errno
32529              From: hom00@utsglobal.com (Hal Morris)
32530              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
32531              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
32532      Branch: perl
32533            + uts/strtol_wrap.c
32534            ! MANIFEST hints/uts.sh
32535 ____________________________________________________________________________
32536 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
32537         Log: Metaconfig units changes for #10434.
32538      Branch: metaconfig
32539            ! U/modified/Cppsym.U
32540      Branch: metaconfig/U/perl
32541            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
32542            + d_syscallproto.U d_usleepproto.U
32543            ! longdblfio.U quadfio.U
32544 ____________________________________________________________________________
32545 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
32546         Log: Configure tweaks; add prototype probes, make the cpp symbols
32547              probe to cast, not whine; test for %Ld and %Lf before %lld and
32548              %llf because the L is the ANSI way.
32549      Branch: perl
32550            ! Configure config_h.SH configure.com epoc/config.sh
32551            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
32552            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
32553            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
32554 ____________________________________________________________________________
32555 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
32556         Log: Sigh.  This is what #10424 was supposed to check in.
32557      Branch: perl
32558            ! op.c sv.c sv.h
32559 ____________________________________________________________________________
32560 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
32561         Log: More verbose failure.
32562      Branch: perl
32563            ! t/op/ver.t
32564 ____________________________________________________________________________
32565 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
32566         Log: The .pm changes to go with #10428.
32567      Branch: perl
32568            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
32569            ! ext/Sys/Syslog/Syslog.pm
32570 ____________________________________________________________________________
32571 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
32572         Log: On second thoughts show to utf8 skippage message only
32573              on failures, it's too confusing otherwise,
32574      Branch: perl
32575            ! t/pragma/locale.t
32576 ____________________________________________________________________________
32577 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
32578         Log: Do not import anything from Encode.
32579      Branch: perl
32580            ! ext/MIME/Base64/QuotedPrint.pm
32581 ____________________________________________________________________________
32582 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
32583         Log: The #10402 didn't take.  Weird.
32584      Branch: perl
32585            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
32586            ! ext/Sys/Syslog/Syslog.xs
32587 ____________________________________________________________________________
32588 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
32589         Log: Eradicate traces of 'asciirange' re subpragma.
32590      Branch: perl
32591            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
32592            ! pod/perldiag.pod
32593 ____________________________________________________________________________
32594 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
32595         Log: use is a compile-time thing.
32596      Branch: perl
32597            ! ext/MIME/Base64/QuotedPrint.pm
32598 ____________________________________________________________________________
32599 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
32600         Log: Subject: [PATCH perl@10419] -Wall casting patch
32601              From: Robin Barker <rmb1@cise.npl.co.uk>
32602              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
32603              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
32604      Branch: perl
32605            ! ext/Devel/DProf/DProf.xs mg.c
32606 ____________________________________________________________________________
32607 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
32608         Log: Subject: [PATCH #2] introducing SVpad_TYPED
32609              From: Abhijit Menon-Sen <ams@wiw.org>
32610              Date: Mon, 4 Jun 2001 12:26:02 +0530
32611              Message-ID: <20010604122602.A5775@lustre.linux.in>
32612      Branch: perl
32613            ! op.c sv.c sv.h
32614 ____________________________________________________________________________
32615 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
32616         Log: testsuite for change#10192 (from Gisle Aas)
32617      Branch: perl
32618            + t/op/override.t
32619            ! MANIFEST
32620 ____________________________________________________________________________
32621 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
32622         Log: integrate changes#10414-10416 from mainline
32623              
32624              Potential buffer overrun if the radix separator is more than
32625              one byte.  Also, under locales, prefer the locale-specific
32626              separator over the old boring ".".
32627              
32628              "10.", that is, decimal numbers can have no decimal part at all.
32629              
32630              The non-locale places need love, too.
32631      Branch: maint-5.6/perl
32632           !> perl.h sv.c
32633 ____________________________________________________________________________
32634 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
32635         Log: Missed from #10420.
32636      Branch: perl
32637            ! epoc/config.sh
32638 ____________________________________________________________________________
32639 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
32640         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
32641              often this prototype goes with HAS_SETRESUID_PROTO.
32642      Branch: perl
32643            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32644            ! config_h.SH configure.com perl.h uconfig.h
32645 ____________________________________________________________________________
32646 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
32647         Log: Update Changes.
32648      Branch: perl
32649            ! Changes patchlevel.h
32650 ____________________________________________________________________________
32651 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
32652         Log: -Wall "subscript has type `char'" cleanup.
32653      Branch: perl
32654            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
32655 ____________________________________________________________________________
32656 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
32657         Log: Various "cast to pointer from integer of different size"
32658              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
32659              wide but I32 (int) only 32 bits wide).
32660              
32661              WARNING: the classnum and tagnum changes in Storable.xs
32662              may not be wise, they may be breaking binary compatibility
32663              (in 64-bit platforms), asked Raphael Manfredi about the changes.
32664      Branch: perl
32665            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
32666            ! mg.c proto.h
32667 ____________________________________________________________________________
32668 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
32669         Log: The non-locale places need love, too.
32670      Branch: perl
32671            ! perl.h
32672 ____________________________________________________________________________
32673 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
32674         Log: "10.", that is, decimal numbers can have no decimal part at all.
32675      Branch: perl
32676            ! perl.h
32677 ____________________________________________________________________________
32678 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
32679         Log: Potential buffer overrun if the radix separator is more than
32680              one byte.  Also, under locales, prefer the locale-specific
32681              separator over the old boring ".".
32682      Branch: perl
32683            ! perl.h sv.c
32684 ____________________________________________________________________________
32685 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
32686         Log: Integrate change #10412 from maintperl; locale is now
32687              per-cop, not per-op; plus retweak the locale.t to always
32688              list the skipped utf8 locales.
32689      Branch: perl
32690            ! t/pragma/locale.t
32691           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
32692           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
32693 ____________________________________________________________________________
32694 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
32695         Log: rationalize locale handling to fix the bugs uncovered by change#10394
32696              
32697              the major issue was that the runtime was looking at PL_hints rather
32698              than op_private to notice whether locale was enabled
32699              
32700              the secondary issue was that many locale-sensitive numeric ops didn't
32701              have HINT_LOCALE propagated into their op_private
32702              
32703              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
32704              instead of per-op, just like HINT_BYTE and the hints for lexical
32705              warnings (this makes the hint available to every op via PL_curcop)
32706              
32707              pragma/locale.t may need to be reworked with these fixes in mind
32708              (it currently passes its tests)
32709      Branch: maint-5.6/perl
32710            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
32711            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
32712 ____________________________________________________________________________
32713 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
32714         Log: More verbose debugging.
32715      Branch: perl
32716            ! t/pragma/locale.t
32717 ____________________________________________________________________________
32718 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
32719         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
32720              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
32721              Date: Sat, 2 Jun 2001 22:53:33 +0100
32722              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
32723      Branch: perl
32724            ! regcomp.c t/pragma/warn/regcomp
32725 ____________________________________________________________________________
32726 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
32727         Log: Mention that lexicalizing $a or $b is a bad idea if one
32728              wants to use sort().
32729      Branch: perl
32730            ! pod/perlvar.pod
32731 ____________________________________________________________________________
32732 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
32733         Log: Tweak the test to be happy if the accuracy is 'good enough'.
32734      Branch: perl
32735            ! t/lib/posix.t
32736 ____________________________________________________________________________
32737 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
32738         Log: Upgrade to Attribute::Handlers 0.70.
32739              
32740              NOTE: this unearthed the "too late for CHECK block" bug,
32741              that's why the 1_compile.t change.
32742      Branch: perl
32743            + lib/Attribute/Handlers/demo/Demo.pm
32744            + lib/Attribute/Handlers/demo/Descriptions.pm
32745            + lib/Attribute/Handlers/demo/MyClass.pm
32746            + lib/Attribute/Handlers/demo/demo.pl
32747            + lib/Attribute/Handlers/demo/demo2.pl
32748            + lib/Attribute/Handlers/demo/demo3.pl
32749            + lib/Attribute/Handlers/demo/demo4.pl
32750            + lib/Attribute/Handlers/demo/demo_call.pl
32751            + lib/Attribute/Handlers/demo/demo_chain.pl
32752            + lib/Attribute/Handlers/demo/demo_cycle.pl
32753            + lib/Attribute/Handlers/demo/demo_hashdir.pl
32754            + lib/Attribute/Handlers/demo/demo_phases.pl
32755            + lib/Attribute/Handlers/demo/demo_range.pl
32756            + lib/Attribute/Handlers/demo/demo_rawdata.pl
32757            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
32758            ! t/lib/attrhand.t
32759 ____________________________________________________________________________
32760 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
32761         Log: One less -Wall whine.
32762      Branch: perl
32763            ! regcomp.c
32764 ____________________________________________________________________________
32765 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
32766         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
32767      Branch: perl
32768           !> t/op/eval.t
32769 ____________________________________________________________________________
32770 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
32771         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
32772              aren't "normally" visible inside eval""s contained in subs unless
32773              a cloned reference to them already exists)
32774              
32775              strangely enough, t/harness didn't show this up as a failure
32776              (harness needs fixing?)
32777      Branch: maint-5.6/perl
32778            ! t/op/eval.t
32779 ____________________________________________________________________________
32780 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
32781         Log: Update to Text::Balanced 1.85.
32782      Branch: perl
32783            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
32784 ____________________________________________________________________________
32785 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
32786         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
32787              From: Nicholas Clark <nick@ccl4.org>
32788              Date: Sun, 3 Jun 2001 17:54:36 +0100
32789              Message-ID: <20010603175436.E76396@plum.flirble.org> 
32790      Branch: perl
32791            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
32792            ! ext/Sys/Syslog/Syslog.xs
32793 ____________________________________________________________________________
32794 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
32795         Log: Unused variables.
32796      Branch: perl
32797            ! util.c
32798 ____________________________________________________________________________
32799 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
32800         Log: Subject: [PATCH] APIfy op_clear 
32801              From: Simon Cozens <simon@netthink.co.uk>
32802              Date: Sun, 3 Jun 2001 13:51:46 +0100
32803              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
32804              
32805              (despite the subject line, op_null is APIfied by the patch)
32806      Branch: perl
32807            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32808 ____________________________________________________________________________
32809 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
32810         Log: Subject: [PATCH] t/lib/extutils.t
32811              From: Nicholas Clark <nick@ccl4.org>
32812              Date: Sat, 2 Jun 2001 23:57:05 +0100
32813              Message-ID: <20010602235705.Q12698@plum.flirble.org>
32814      Branch: perl
32815            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32816 ____________________________________________________________________________
32817 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
32818         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
32819              From: Prymmer/Kahn <pvhp@best.com>
32820              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
32821              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
32822      Branch: perl
32823            ! win32/Makefile win32/makefile.mk
32824 ____________________________________________________________________________
32825 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
32826         Log: Subject: Re: 'decimal digits' macro? 
32827              From: Hugo <hv@crypt.compulink.co.uk>
32828              Date: Sun, 03 Jun 2001 04:26:36 +0100
32829              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
32830      Branch: perl
32831            ! handy.h t/lib/posix.t t/op/tr.t
32832 ____________________________________________________________________________
32833 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
32834         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
32835              From: Hugo <hv@crypt.compulink.co.uk>
32836              Date: Sun, 03 Jun 2001 14:56:30 +0100
32837              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
32838      Branch: perl
32839            ! util.c
32840 ____________________________________________________________________________
32841 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
32842         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
32843      Branch: perl
32844           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
32845           !> vms/perly_c.vms
32846 ____________________________________________________________________________
32847 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
32848         Log: fix leakage of lexicals at file scope into subroutines that were
32849              declared before them; this appears to be a longstanding bug that
32850              meant that lexicals at file scope were never "deintroduced", meaning
32851              their scope range was never properly closed, and their visibility
32852              extended to all subsequent eval""s or requires
32853              
32854              added a test case
32855              
32856              seems to also fix a case of bogus duplicate warnings
32857      Branch: maint-5.6/perl
32858            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
32859            ! vms/perly_c.vms
32860 ____________________________________________________________________________
32861 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
32862         Log: More VMS tweaks from Craig A. Berry.
32863      Branch: perl
32864            ! configure.com t/lib/extutils.t
32865 ____________________________________________________________________________
32866 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
32867         Log: -Wall cleanup continues.
32868      Branch: perl
32869            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
32870            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
32871            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
32872            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
32873            ! run.c toke.c util.c
32874 ____________________________________________________________________________
32875 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
32876         Log: The metaconfig unit change for #10390.
32877      Branch: metaconfig/U/perl
32878            ! gccvers.U
32879 ____________________________________________________________________________
32880 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
32881         Log: Drop the -ansi from the default gcc flags.
32882              
32883              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
32884              that struct cannot be compared with a flat integer, such as STRLEN.
32885              The -ansi will also cause a lot of noise in Solaris because of:
32886              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
32887      Branch: perl
32888            ! Configure
32889 ____________________________________________________________________________
32890 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
32891         Log: Integrate perlio.
32892      Branch: perl
32893           !> pod/perlapi.pod util.c
32894 ____________________________________________________________________________
32895 [ 10388] By: nick                                  on 2001/06/02  08:01:12
32896         Log: Integrate mainline
32897      Branch: perlio
32898           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
32899           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
32900           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
32901           !> t/lib/1_compile.t t/lib/mimeqp.t
32902 ____________________________________________________________________________
32903 [ 10387] By: nick                                  on 2001/06/02  07:39:17
32904         Log: Tweak util.c's atof2 for MULTIPLICITY
32905      Branch: perlio
32906            ! util.c
32907 ____________________________________________________________________________
32908 [ 10386] By: nick                                  on 2001/06/02  07:38:33
32909         Log: Integrate mainline
32910      Branch: perlio
32911           !> (integrate 41 files)
32912 ____________________________________________________________________________
32913 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
32914         Log: Add Attribute::Handlers 0.61 from Damian Conway.
32915      Branch: perl
32916            + lib/Attribute/Handlers.pm t/lib/attrhand.t
32917            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
32918 ____________________________________________________________________________
32919 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
32920         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
32921              From: Peter Prymmer <pvhp@forte.com>
32922              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
32923              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
32924      Branch: perl
32925            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
32926 ____________________________________________________________________________
32927 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
32928         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
32929              From: Jeff Pinyan <jeffp@crusoe.net>
32930              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
32931              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
32932      Branch: perl
32933            ! lib/File/Find.pm
32934 ____________________________________________________________________________
32935 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
32936         Log: Subject: [PATCH perl@10381] configure.com tweaks
32937              From: "Craig A. Berry" <craigberry@mac.com>
32938              Date: Fri, 1 Jun 2001 13:55:43 -0500
32939              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
32940      Branch: perl
32941            ! configure.com
32942 ____________________________________________________________________________
32943 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
32944         Log: Update Changes.
32945      Branch: perl
32946            ! Changes patchlevel.h
32947 ____________________________________________________________________________
32948 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
32949         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
32950              From: Mike Guy <mjtg@cam.ac.uk>
32951              Date: Fri, 01 Jun 2001 18:17:02 +0100
32952              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
32953      Branch: perl
32954            ! lib/perl5db.pl
32955 ____________________________________________________________________________
32956 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
32957         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
32958              From: Hugo <hv@crypt.compulink.co.uk>
32959              Date: Thu, 31 May 2001 20:49:48 +0100
32960              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
32961      Branch: perl
32962            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
32963            ! util.c
32964 ____________________________________________________________________________
32965 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
32966         Log: Zero() is not available in x2p (or, rather, some of its
32967              implementations like memzero() might not be available.)
32968      Branch: perl
32969            ! x2p/hash.c
32970 ____________________________________________________________________________
32971 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
32972         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
32973              From: Michael G Schwern <schwern@pobox.com>
32974              Date: Fri, 1 Jun 2001 12:00:29 +0100
32975              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
32976              
32977              (But use Zero() instead of memset.)
32978      Branch: perl
32979            ! x2p/hash.c
32980 ____________________________________________________________________________
32981 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
32982         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
32983              From: Jeff Pinyan <jeffp@crusoe.net>
32984              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
32985              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
32986      Branch: perl
32987            ! pod/perldiag.pod regcomp.c t/op/pat.t
32988 ____________________________________________________________________________
32989 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
32990         Log: Retract #10324 and #10333; not needed.
32991      Branch: perl
32992            ! hints/irix_6.sh hints/linux.sh
32993 ____________________________________________________________________________
32994 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
32995         Log: The #10370 wasn't quite right.
32996      Branch: perl
32997            ! ext/XS/Typemap/Typemap.xs
32998 ____________________________________________________________________________
32999 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
33000         Log: The metaconfig units changes for #10372.
33001      Branch: metaconfig/U/perl
33002            + d_realpath.U d_sresgproto.U d_sresuproto.U
33003            ! gccvers.U i_db.U
33004 ____________________________________________________________________________
33005 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
33006         Log: Configure tweaks; record the Berkeley DB version,
33007              probe for realpath(), for setresuid() and setresgid()
33008              prototypes; use realpath() (try to be paranoid enough),
33009              use the setres[ug]id prototypes because glibc has the functions
33010              but not their prototypes; add -Wall -ansi to gcc ccflags;
33011              regen toc.
33012      Branch: perl
33013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33014            ! config_h.SH configure.com epoc/config.sh
33015            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
33016            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
33017            ! vos/config.ga.def win32/config.bc win32/config.gc
33018            ! win32/config.vc
33019 ____________________________________________________________________________
33020 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
33021         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
33022              From: Michael G Schwern <schwern@pobox.com>
33023              Date: Fri, 1 Jun 2001 11:28:14 +0100
33024              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
33025      Branch: perl
33026            ! lib/attributes.pm xsutils.c
33027 ____________________________________________________________________________
33028 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
33029         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
33030              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33031              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
33032              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
33033      Branch: perl
33034            ! ext/XS/Typemap/Typemap.xs
33035 ____________________________________________________________________________
33036 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
33037         Log: Subject: [patch] Cwd.xs optimizations/abstraction
33038              From: Doug MacEachern <dougm@covalent.net>
33039              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
33040              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
33041      Branch: perl
33042            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
33043            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
33044 ____________________________________________________________________________
33045 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
33046         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!])
33047              From: Nicholas Clark <nick@ccl4.org>
33048              Date: Thu, 31 May 2001 23:56:40 +0100
33049              Message-ID: <20010531235640.F12698@plum.flirble.org>
33050              
33051              Make the test work also under only static extensions
33052              (sh Configure -Uusedl fakes this nicely)
33053      Branch: perl
33054            ! t/lib/extutils.t
33055 ____________________________________________________________________________
33056 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
33057         Log: Subject: [PATCH hv.c] Eliminating trigraph
33058              From: Michael G Schwern <schwern@pobox.com>
33059              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
33060              Date: Fri, 1 Jun 2001 11:49:56 +0100
33061      Branch: perl
33062            ! hv.c
33063 ____________________________________________________________________________
33064 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
33065         Log: Subject: Re: [PATCH] Tests for File::Compare 
33066              From: "Philip Newton" <Philip.Newton@gmx.net>
33067              Date: Thu, 31 May 2001 19:44:05 +0200
33068              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
33069              
33070              Unnecessary "quotation marks".
33071      Branch: perl
33072            ! t/lib/filecomp.t
33073 ____________________________________________________________________________
33074 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
33075         Log: Integrate perlio.
33076      Branch: perl
33077           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
33078 ____________________________________________________________________________
33079 [ 10364] By: nick                                  on 2001/06/01  10:13:31
33080         Log: Cleanup dll.base and dll.exp created by GCC builds.
33081      Branch: perlio
33082            ! lib/ExtUtils/MM_Win32.pm
33083 ____________________________________________________________________________
33084 [ 10363] By: nick                                  on 2001/06/01  10:02:17
33085         Log: Make filecomp test work on CRLF platforms by adding binmode.
33086      Branch: perlio
33087            ! t/lib/filecomp.t
33088 ____________________________________________________________________________
33089 [ 10362] By: nick                                  on 2001/06/01  08:37:17
33090         Log: Integrate mainline
33091      Branch: perlio
33092           !> Changes Configure patchlevel.h perlio.c
33093 ____________________________________________________________________________
33094 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
33095         Log: panic:claustrophobia.
33096      Branch: perl
33097            ! perlio.c
33098 ____________________________________________________________________________
33099 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
33100         Log: Update Changes.
33101      Branch: perl
33102            ! Changes patchlevel.h
33103 ____________________________________________________________________________
33104 [ 10359] By: nick                                  on 2001/05/31  12:35:50
33105         Log: Integrate mainline.
33106      Branch: perlio
33107           +> t/lib/filecomp.t
33108           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
33109           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
33110 ____________________________________________________________________________
33111 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
33112         Log: Integrate perlio.
33113      Branch: perl
33114           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
33115           !> win32/config_H.vc
33116 ____________________________________________________________________________
33117 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
33118         Log: Metaconfig unit change for #10356.
33119      Branch: metaconfig
33120            ! U/installdirs/inc_version_list.U
33121 ____________________________________________________________________________
33122 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
33123         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
33124              (idea from Sarathy; implementation from Andy)
33125      Branch: perl
33126            ! Configure
33127 ____________________________________________________________________________
33128 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
33129         Log: More AUTHORS.
33130      Branch: perl
33131            ! AUTHORS
33132 ____________________________________________________________________________
33133 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
33134         Log: Subject: Re: [PATCH] Tests for File::Compare
33135              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
33136              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
33137              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
33138      Branch: perl
33139            + t/lib/filecomp.t
33140            ! MANIFEST t/lib/1_compile.t
33141 ____________________________________________________________________________
33142 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
33143         Log: Subject: [PATCH] DEBUG_* macro cleanups
33144              From: Abhijit Menon-Sen <ams@wiw.org>
33145              Date: Thu, 31 May 2001 12:16:22 +0530
33146              Message-ID: <20010531121622.B4829@lustre.linux.in>
33147              
33148              Subject: Re: [PATCH] DEBUG_* macro cleanups
33149              From: Abhijit Menon-Sen <ams@wiw.org>
33150              Date: Thu, 31 May 2001 13:57:01 +0530
33151              Message-ID: <20010531135701.A21775@lustre.linux.in>
33152              
33153              (The DEBUG_ definitions in perl.h changed to use the
33154              STMT_START and STMT_END.)
33155      Branch: perl
33156            ! perl.h pp_ctl.c sv.c toke.c
33157 ____________________________________________________________________________
33158 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
33159         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
33160              From: Abhijit Menon-Sen <ams@wiw.org>
33161              Date: Thu, 31 May 2001 08:27:55 +0530
33162              Message-ID: <20010531082755.A10018@lustre.linux.in>
33163      Branch: perl
33164            ! ext/Storable/Storable.xs gv.c perl.c
33165 ____________________________________________________________________________
33166 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
33167         Log: Subject: [PATCH] AUTHORS
33168              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33169              Date: Thu, 31 May 2001 01:27:59 -0500
33170              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
33171              
33172              Subject: Re: [PATCH] AUTHORS
33173              From: "Philip Newton" <Philip.Newton@gmx.net>
33174              Date: Thu, 31 May 2001 10:08:06 +0200
33175              (Message-Id missing?)
33176      Branch: perl
33177            ! AUTHORS
33178 ____________________________________________________________________________
33179 [ 10350] By: nick                                  on 2001/05/31  11:40:43
33180         Log: win32 - dmake regen_config_h
33181      Branch: perlio
33182            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33183 ____________________________________________________________________________
33184 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
33185         Log: Subject: Re: [PATCH util.c] More warning cleanups.
33186              From: "Philip Newton" <Philip.Newton@gmx.net>
33187              Date: Thu, 31 May 2001 07:41:36 +0200
33188              Message-Id: <200105310538.IAA25458@taku.hut.fi>
33189              
33190              Undo C++-ism that snekt in.
33191      Branch: perl
33192            ! util.c
33193 ____________________________________________________________________________
33194 [ 10348] By: nick                                  on 2001/05/31  11:36:46
33195         Log: Tolerate Win32 numerics
33196      Branch: perlio
33197            ! t/pragma/warn/toke
33198 ____________________________________________________________________________
33199 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
33200         Log: Integrate perlio.
33201      Branch: perl
33202           !> perlio.c win32/win32.h
33203 ____________________________________________________________________________
33204 [ 10346] By: nick                                  on 2001/05/31  10:54:55
33205         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
33206              perlio.c change 10255.
33207      Branch: perlio
33208            ! perlio.c
33209 ____________________________________________________________________________
33210 [ 10345] By: nick                                  on 2001/05/31  10:01:57
33211         Log: Conditionally put back some "unused" dTHX which are used
33212              with PERL_IMPLICIT_SYS
33213      Branch: perlio
33214            ! perlio.c
33215 ____________________________________________________________________________
33216 [ 10344] By: nick                                  on 2001/05/31  10:00:59
33217         Log: Fix Win32 for new spelling IN_BYTES 
33218      Branch: perlio
33219            ! win32/win32.h
33220 ____________________________________________________________________________
33221 [ 10343] By: nick                                  on 2001/05/31  08:01:32
33222         Log: perlio.c -Wall cleaner under MULTIPLICITY
33223              - still minor noise with linux stdio
33224      Branch: perlio
33225            ! perlio.c
33226 ____________________________________________________________________________
33227 [ 10342] By: nick                                  on 2001/05/31  07:52:23
33228         Log: Integrate mainline.
33229      Branch: perlio
33230           !> (integrate 42 files)
33231 ____________________________________________________________________________
33232 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
33233         Log: AUTHORS updates.
33234      Branch: perl
33235            ! AUTHORS
33236 ____________________________________________________________________________
33237 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
33238         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
33239              From: Peter Prymmer <pvhp@forte.com>
33240              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
33241              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
33242      Branch: perl
33243            ! t/lib/md5-file.t
33244 ____________________________________________________________________________
33245 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
33246         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
33247              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
33248              to match the pragma name; various robustness cleanups.
33249      Branch: perl
33250            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
33251            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
33252 ____________________________________________________________________________
33253 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
33254         Log: More -Wall sweeping.
33255      Branch: perl
33256            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
33257            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
33258            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
33259            ! regcomp.c sv.c toke.c utf8.c
33260 ____________________________________________________________________________
33261 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
33262         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
33263              From: Nicholas Clark <nick@ccl4.org>
33264              Date: Wed, 30 May 2001 22:34:41 +0100
33265              Message-ID: <20010530223441.Y86445@plum.flirble.org>
33266      Branch: perl
33267            ! t/op/cmp.t
33268 ____________________________________________________________________________
33269 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
33270         Log: It's is not, it isn't ain't, and it's it's, not its,
33271              if you mean it is. If you don't, it's its. Then too,
33272              it's hers. It isn't her's. It isn't our's either.
33273              It's ours, and likewise yours and theirs.
33274              -- Oxford University Press, Edpress News
33275      Branch: perl
33276            ! lib/autouse.pm
33277 ____________________________________________________________________________
33278 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
33279         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
33280      Branch: perl
33281            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
33282            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
33283            ! x2p/str.c x2p/walk.c xsutils.c
33284 ____________________________________________________________________________
33285 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
33286         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
33287              From: Michael G Schwern <schwern@pobox.com>
33288              Date: Wed, 30 May 2001 17:10:38 +0100
33289              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
33290              
33291              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
33292              From: Abhijit Menon-Sen <ams@wiw.org>
33293              Date: Wed, 30 May 2001 23:16:13 +0530
33294              Message-ID: <20010530231613.A31933@lustre.linux.in>
33295      Branch: perl
33296            ! perl.c t/run/runenv.t
33297 ____________________________________________________________________________
33298 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
33299         Log: (Retracted by #10375.)
33300              
33301              IRIX hints patch from Merijn Broeren.
33302              
33303              TODO: (this and the earlier Linux hints patch) should be solved
33304              at Configure level.  Merijn: -ldb should not be used on any platform
33305              for perl, just when linking DBFile itself. Trying to be helpful here
33306              is counterproductive.
33307      Branch: perl
33308            ! hints/irix_6.sh
33309 ____________________________________________________________________________
33310 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
33311         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
33312              From: Nicholas Clark <nick@ccl4.org>
33313              Date: Wed, 30 May 2001 23:20:58 +0100
33314              Message-ID: <20010530232058.B86445@plum.flirble.org>
33315      Branch: perl
33316            ! doop.c
33317 ____________________________________________________________________________
33318 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
33319         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
33320              From: Michael G Schwern <schwern@pobox.com> 
33321              Date: Wed, 30 May 2001 15:24:20 +0100
33322              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
33323      Branch: perl
33324            ! t/pragma/autouse.t
33325 ____________________________________________________________________________
33326 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
33327         Log: The regex trick wasn't a good idea.
33328      Branch: perl
33329            ! pod/perlfaq4.pod
33330 ____________________________________________________________________________
33331 [ 10329] By: nick                                  on 2001/05/30  18:34:35
33332         Log: Integrate mainline
33333      Branch: perlio
33334           !> (integrate 40 files)
33335 ____________________________________________________________________________
33336 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
33337         Log: Update Changes.
33338      Branch: perl
33339            ! Changes patchlevel.h
33340 ____________________________________________________________________________
33341 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
33342         Log: The metaconfig unit change for #10325.
33343      Branch: metaconfig
33344            + U/modified/afs.U
33345 ____________________________________________________________________________
33346 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
33347         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
33348              is now wrong.
33349      Branch: perl
33350            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
33351 ____________________________________________________________________________
33352 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
33353         Log: Introduce $Config{afsroot}.
33354      Branch: perl
33355            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33356            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
33357            ! win32/config.gc win32/config.vc
33358 ____________________________________________________________________________
33359 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
33360         Log: (Retracted by #10375.)
33361              
33362              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
33363      Branch: perl
33364            ! hints/linux.sh
33365 ____________________________________________________________________________
33366 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
33367         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
33368              (Also Configure tweaks needed; coming up soon.)
33369      Branch: perl
33370            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
33371 ____________________________________________________________________________
33372 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
33373         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
33374              From: Michael G Schwern <schwern@pobox.com>
33375              Date: Sun, 27 May 2001 10:29:43 +0100
33376              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
33377      Branch: perl
33378            ! lib/perl5db.pl
33379 ____________________________________________________________________________
33380 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
33381         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
33382              and Abhijit Menon-Sen.
33383      Branch: perl
33384            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
33385            ! perl.c pp_sys.c regcomp.c
33386 ____________________________________________________________________________
33387 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
33388         Log: Fix the BOOT section to call myU2time properly.
33389      Branch: perl
33390            ! ext/Time/HiRes/HiRes.xs
33391 ____________________________________________________________________________
33392 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
33393         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
33394              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
33395              Date: Wed, 30 May 2001 09:44:29 -0400
33396              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
33397              
33398              Detypo; plus add one more trick.
33399      Branch: perl
33400            ! pod/perlfaq4.pod
33401 ____________________________________________________________________________
33402 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
33403         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)
33404              From: Michael G Schwern <schwern@pobox.com>
33405              Date: Wed, 30 May 2001 14:39:06 +0100
33406              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
33407      Branch: perl
33408            ! lib/autouse.pm t/pragma/autouse.t
33409 ____________________________________________________________________________
33410 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
33411         Log: Subject: Re: AIX and gcc (moving targets)
33412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33413              Date: Wed, 30 May 2001 15:25:08 +0200
33414              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
33415      Branch: perl
33416            ! ext/Time/HiRes/HiRes.xs
33417 ____________________________________________________________________________
33418 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
33419         Log: Subject: [PATCH t/TEST] sorting tests
33420              From: Michael G Schwern <schwern@pobox.com>
33421              Date: Wed, 30 May 2001 10:24:02 +0100
33422              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
33423      Branch: perl
33424            ! t/TEST
33425 ____________________________________________________________________________
33426 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
33427         Log: Subject: [ID 20010529.002] typos in man page perlre
33428              From: bart@cg681574-a.adubn1.nj.home.com 
33429              Date: Tue, 29 May 2001 13:58:59 -0500
33430              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
33431      Branch: perl
33432            ! pod/perlre.pod
33433 ____________________________________________________________________________
33434 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
33435         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
33436              From: "Craig A. Berry" <craigberry@mac.com>
33437              Date: Tue, 29 May 2001 23:23:45 -0500
33438              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
33439      Branch: perl
33440            ! t/lib/extutils.t t/pragma/autouse.t
33441 ____________________________________________________________________________
33442 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
33443         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)
33444              From: David Dyck <dcd@tc.fluke.com>
33445              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
33446              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
33447      Branch: perl
33448            ! t/lib/filefind.t
33449 ____________________________________________________________________________
33450 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
33451         Log: AIX hints update for gcc from Merijn H. Brand.
33452      Branch: perl
33453            ! hints/aix.sh
33454 ____________________________________________________________________________
33455 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
33456         Log: Retract #10295 and #10296: a more generic solution
33457              is needed (there's something funny with gcc on AIX).
33458      Branch: perl
33459            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
33460 ____________________________________________________________________________
33461 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
33462         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
33463              From: Hugo <hv@crypt.compulink.co.uk>
33464              Date: Wed, 30 May 2001 11:59:19 +0100
33465              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
33466              
33467              localizing $@ has unfortunate semantics - if you die past
33468              a local $@, the die message is lost.
33469      Branch: perl
33470            ! lib/utf8_heavy.pl
33471 ____________________________________________________________________________
33472 [ 10309] By: nick                                  on 2001/05/30  08:23:02
33473         Log: Integrate mainline (autouse works again.)
33474      Branch: perlio
33475           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
33476           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
33477           !> pod/perlvar.pod t/op/cmp.t
33478 ____________________________________________________________________________
33479 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
33480         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
33481              From: David Dyck <dcd@tc.fluke.com>
33482              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
33483              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
33484      Branch: perl
33485            ! lib/File/Find.pm
33486 ____________________________________________________________________________
33487 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
33488         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
33489              From: Nicholas Clark <nick@ccl4.org>
33490              Date: Tue, 29 May 2001 23:16:09 +0100
33491              Message-ID: <20010529231609.U86445@plum.flirble.org>
33492              
33493              Make the test output slightly clearer by distinguishing
33494              between '' and undef.
33495      Branch: perl
33496            ! t/op/cmp.t
33497 ____________________________________________________________________________
33498 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
33499         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
33500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33501              Date: Tue, 29 May 2001 19:15:19 -0400
33502              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
33503      Branch: perl
33504            ! hints/os2.sh
33505 ____________________________________________________________________________
33506 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
33507         Log: Subject: perlvar.pod addition
33508              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
33509              Date: Fri, 25 May 2001 20:23:12 +0200
33510              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
33511              
33512              Subject: Re: perlvar.pod addition
33513              From: "Abigail" <abigail@foad.org> 
33514              Date: Fri, 25 May 2001 22:00:39 +0200
33515              Message-ID: <20010525200039.28029.qmail@foad.org>
33516              
33517              Mention $a and $b in perlvar.
33518      Branch: perl
33519            ! pod/perlvar.pod
33520 ____________________________________________________________________________
33521 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
33522         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
33523              From: Jeff Pinyan <jeffp@crusoe.net>
33524              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
33525              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
33526      Branch: perl
33527            ! pod/perlvar.pod
33528 ____________________________________________________________________________
33529 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
33530         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
33531              From: Jeff Pinyan <jeffp@crusoe.net>
33532              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
33533              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
33534      Branch: perl
33535            ! pod/perlfaq6.pod
33536 ____________________________________________________________________________
33537 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
33538         Log: Mention Time::localtime and Time::gmtime.
33539      Branch: perl
33540            ! ext/Time/Piece/Piece.pm
33541 ____________________________________________________________________________
33542 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
33543         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
33544              From: Michael G Schwern <schwern@pobox.com>
33545              Date: Tue, 29 May 2001 18:51:32 +0100
33546              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
33547      Branch: perl
33548            ! pod/perlfaq4.pod
33549 ____________________________________________________________________________
33550 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
33551         Log: Retract #10243.
33552      Branch: perl
33553            ! lib/autouse.pm
33554 ____________________________________________________________________________
33555 [ 10299] By: nick                                  on 2001/05/29  18:41:19
33556         Log: Post weekend integrate mainline (fails one test pragma/autouse).
33557      Branch: perlio
33558           +> (branch 29 files)
33559           !> (integrate 91 files)
33560 ____________________________________________________________________________
33561 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
33562         Log: Update Changes.
33563      Branch: perl
33564            ! Changes patchlevel.h
33565 ____________________________________________________________________________
33566 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
33567         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
33568              before Perl_load_module/Perl_call_method and restore the value
33569              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
33570      Branch: perl
33571            ! utf8.c
33572 ____________________________________________________________________________
33573 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
33574         Log: Subject: Re: AIX and gcc (moving targets)
33575              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33576              Date: Tue, 29 May 2001 17:59:40 +0200
33577              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
33578      Branch: perl
33579            ! ext/Storable/Makefile.PL
33580 ____________________________________________________________________________
33581 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
33582         Log: Subject: Re: AIX and gcc (moving targets)
33583              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33584              Date: Tue, 29 May 2001 12:32:57 +0200
33585              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
33586      Branch: perl
33587            ! ext/POSIX/Makefile.PL
33588 ____________________________________________________________________________
33589 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
33590         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
33591              From: Michael G Schwern <schwern@pobox.com>
33592              Date: Tue, 29 May 2001 09:53:29 +0100
33593              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
33594              
33595              (#10280 retracted)
33596      Branch: perl
33597            ! lib/Test/Harness.pm t/lib/test-harness.t
33598 ____________________________________________________________________________
33599 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
33600         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
33601              From: Michael G Schwern <schwern@pobox.com>
33602              Date: Tue, 29 May 2001 09:19:52 +0100
33603              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
33604      Branch: perl
33605            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
33606            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
33607            + t/lib/Test/todo.t
33608            ! MANIFEST lib/Test.pm t/TEST
33609 ____________________________________________________________________________
33610 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
33611         Log: From: Michael G Schwern <schwern@pobox.com>
33612              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
33613              Date: Tue, 29 May 2001 08:26:09 +0100
33614              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
33615      Branch: perl
33616            ! t/TEST
33617 ____________________________________________________________________________
33618 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
33619         Log: Add tests for Time::gmtime and Time::localtime.
33620      Branch: perl
33621            + t/lib/time-gmtime.t t/lib/time-localtime.t
33622            ! MANIFEST t/lib/1_compile.t
33623 ____________________________________________________________________________
33624 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
33625         Log: Add test for File::stat.
33626      Branch: perl
33627            + t/lib/filestat.t
33628            ! MANIFEST t/lib/1_compile.t
33629 ____________________________________________________________________________
33630 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
33631         Log: Add test for Net::servent.
33632      Branch: perl
33633            + t/lib/net-sent.t
33634            ! MANIFEST t/lib/1_compile.t
33635 ____________________________________________________________________________
33636 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
33637         Log: Add test for Net::protoent.
33638      Branch: perl
33639            + t/lib/net-pent.t
33640            ! MANIFEST t/lib/1_compile.t
33641 ____________________________________________________________________________
33642 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
33643         Log: Add test for Net::netent.
33644      Branch: perl
33645            + t/lib/net-nent.t
33646            ! MANIFEST t/lib/1_compile.t
33647 ____________________________________________________________________________
33648 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
33649         Log: Add test for User::grent.  Portability doubtful.
33650      Branch: perl
33651            + t/lib/user-grent.t
33652            ! MANIFEST t/lib/1_compile.t
33653 ____________________________________________________________________________
33654 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
33655         Log: Add test for User::pwent.
33656              Probably will fall down somewhere for portability reasons.
33657      Branch: perl
33658            + t/lib/user-pwent.t
33659            ! MANIFEST t/lib/1_compile.t
33660 ____________________________________________________________________________
33661 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
33662         Log: Metaconfig units changes for #10283.
33663      Branch: metaconfig
33664            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
33665            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
33666            ! U/installdirs/sitescript.U U/modified/Signal.U
33667 ____________________________________________________________________________
33668 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
33669         Log: Subject: [PATCH 5.6.1] signal names in Configure
33670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33671              Date: Tue, 29 May 2001 03:52:25 -0400
33672              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
33673              
33674              Subject: [PATCH 5.6.1] older perl in Configure
33675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33676              Date: Tue, 29 May 2001 03:55:40 -0400
33677              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
33678              
33679              Subject: [PATCH 5.6.1] goofs in Configure
33680              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33681              Date: Tue, 29 May 2001 04:13:07 -0400
33682              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
33683              
33684              Configure portability tweaks.
33685      Branch: perl
33686            ! Configure
33687 ____________________________________________________________________________
33688 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
33689         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
33690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33691              Date: Tue, 29 May 2001 04:07:06 -0400
33692              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
33693      Branch: perl
33694            ! os2/os2.c
33695 ____________________________________________________________________________
33696 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
33697         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
33698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33699              Date: Tue, 29 May 2001 04:01:38 -0400
33700              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
33701      Branch: perl
33702            ! hints/os2.sh os2/Makefile.SHs
33703 ____________________________________________________________________________
33704 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
33705         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
33706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33707              Date: Tue, 29 May 2001 03:50:18 -0400
33708              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
33709      Branch: perl
33710            ! lib/Test/Harness.pm
33711 ____________________________________________________________________________
33712 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
33713         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
33714      Branch: perl
33715            ! lib/utf8_heavy.pl
33716 ____________________________________________________________________________
33717 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
33718         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
33719              From: Hugo <hv@crypt.compulink.co.uk>
33720              Date: Tue, 29 May 2001 03:03:45 +0100
33721              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
33722              
33723              Explanation why the $@ always gets the UTF8 flag when under use utf8--
33724              because we told it to have the flag when under use utf8.
33725      Branch: perl
33726            ! pp_ctl.c
33727 ____________________________________________________________________________
33728 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
33729         Log: At least a partial fix for 20010528.004.
33730      Branch: perl
33731            ! lib/utf8_heavy.pl
33732 ____________________________________________________________________________
33733 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
33734         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
33735              From: Nicholas Clark <nick@ccl4.org> 
33736              Date: Mon, 28 May 2001 23:39:38 +0100
33737              Message-ID: <20010528233938.M86445@plum.flirble.org>
33738              
33739              More portable non-zero UV.
33740      Branch: perl
33741            ! t/lib/extutils.t
33742 ____________________________________________________________________________
33743 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
33744         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
33745              From: Nicholas Clark <nick@ccl4.org>
33746              Date: Mon, 28 May 2001 22:46:09 +0100
33747              Message-ID: <20010528224608.L86445@plum.flirble.org>
33748              
33749              Test also "make clean".
33750      Branch: perl
33751            ! t/lib/extutils.t
33752 ____________________________________________________________________________
33753 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
33754         Log: Subject: Re: Would -Wno-unused -Wall be better?
33755              From: Michael G Schwern <schwern@pobox.com>
33756              Date: Tue, 29 May 2001 00:55:54 +0100
33757              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
33758      Branch: perl
33759            ! pp.h
33760 ____________________________________________________________________________
33761 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
33762         Log: Add a test for 20010528.007, fixed in #10272.
33763      Branch: perl
33764            ! t/op/misc.t toke.c
33765 ____________________________________________________________________________
33766 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
33767         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
33768              From: Hugo <hv@crypt.compulink.co.uk>
33769              Date: Tue, 29 May 2001 00:23:23 +0100
33770              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
33771      Branch: perl
33772            ! toke.c
33773 ____________________________________________________________________________
33774 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
33775         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
33776              From: Michael G Schwern <schwern@pobox.com>
33777              Date: Tue, 29 May 2001 00:42:59 +0100
33778              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
33779      Branch: perl
33780            ! t/pragma/autouse.t
33781 ____________________________________________________________________________
33782 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
33783         Log: Some shells seemingly arrange the signal handlers differently
33784              (bug id 20010521.004).
33785      Branch: perl
33786            ! t/lib/sigaction.t
33787 ____________________________________________________________________________
33788 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
33789         Log: Regen perlmodlib.
33790      Branch: perl
33791            ! pod/perlmodlib.pod
33792 ____________________________________________________________________________
33793 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
33794         Log: Update Changes.
33795      Branch: perl
33796            ! Changes patchlevel.h
33797 ____________________________________________________________________________
33798 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
33799         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
33800              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33801              Date: Mon, 28 May 2001 14:56:35 -0500
33802              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
33803      Branch: perl
33804            ! pod/perlnewmod.pod
33805 ____________________________________________________________________________
33806 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
33807         Log: Regen toc.
33808      Branch: perl
33809            ! pod/perltoc.pod
33810 ____________________________________________________________________________
33811 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
33812         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
33813              From: "Richard Soderberg" <rs@crystalflame.net>
33814              Date: Mon, 28 May 2001 12:31:23 -0700
33815              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
33816      Branch: perl
33817            ! t/op/splice.t
33818 ____________________________________________________________________________
33819 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
33820         Log: The #10260 was too bold: locales and utf8 still do not mix.
33821      Branch: perl
33822            ! t/pragma/locale.t
33823 ____________________________________________________________________________
33824 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
33825         Log: Subject: [PATCH] Pod nitpicks
33826              From: "Richard Soderberg" <rs@crystalflame.net>
33827              Date: Mon, 28 May 2001 10:08:58 -0700
33828              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
33829      Branch: perl
33830            ! pod/perl571delta.pod pod/perlapi.pod sv.h
33831 ____________________________________________________________________________
33832 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
33833         Log: Upgrade to I18N::LangTags 0.22.
33834      Branch: perl
33835            + lib/I18N/LangTags/List.pod
33836            ! MANIFEST lib/I18N/LangTags.pm
33837 ____________________________________________________________________________
33838 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
33839         Log: A slightly more serious bug found by -Mutf8; op/misc and
33840              lib/complex dumped core.
33841      Branch: perl
33842            ! regexec.c
33843 ____________________________________________________________________________
33844 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
33845         Log: Various buglets shaken out by -Mutf8.
33846      Branch: perl
33847            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
33848            ! t/pragma/locale.t
33849 ____________________________________________________________________________
33850 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
33851         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
33852      Branch: perl
33853            ! t/lib/carp.t
33854 ____________________________________________________________________________
33855 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
33856         Log: Subject: [PATCH] todo patch
33857              From: Artur Bergman <artur@contiller.se> 
33858              Date: Mon, 28 May 2001 17:03:51 +0200
33859              Message-ID: <B7383577.F34%artur@contiller.se>
33860      Branch: perl
33861            ! pod/perltodo.pod
33862 ____________________________________________________________________________
33863 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
33864         Log: Subject: typo in perlguts.pod
33865              From: "John P. Linderman" <jpl@research.att.com>
33866              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
33867              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
33868      Branch: perl
33869            ! pod/perlguts.pod
33870 ____________________________________________________________________________
33871 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
33872         Log: Subject: AIX and gcc (moving targets)
33873              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33874              Date: Mon, 28 May 2001 12:54:04 +0200
33875              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
33876      Branch: perl
33877            ! hints/aix.sh
33878 ____________________________________________________________________________
33879 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
33880         Log: Subject: Re: perlio + multiple perl_alloc..destruct
33881              From: Doug MacEachern <dougm@covalent.net>
33882              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
33883              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
33884      Branch: perl
33885            ! perlio.c
33886 ____________________________________________________________________________
33887 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
33888         Log: The #10251 wasn't quite up-to-the-code.
33889      Branch: perl
33890            ! t/op/misc.t
33891 ____________________________________________________________________________
33892 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
33893         Log: Test case for bug 20010526.004, fixed in #10252.
33894      Branch: perl
33895            ! t/op/taint.t
33896 ____________________________________________________________________________
33897 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
33898         Log: Subject: Re: [ID 20010526.004] Taint looses value
33899              From: Hugo <hv@crypt.compulink.co.uk>
33900              Date: Sun, 27 May 2001 20:39:32 +0100
33901              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
33902      Branch: perl
33903            ! sv.c
33904 ____________________________________________________________________________
33905 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
33906         Log: Test case for 20010422.005, fixed by #10250.
33907      Branch: perl
33908            ! t/op/misc.t
33909 ____________________________________________________________________________
33910 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
33911         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
33912              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33913              Date: Mon, 28 May 2001 06:39:12 -0400
33914              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
33915      Branch: perl
33916            ! toke.c
33917 ____________________________________________________________________________
33918 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
33919         Log: Linerewrapping.
33920      Branch: perl
33921            ! lib/open.pm
33922 ____________________________________________________________________________
33923 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
33924         Log: Updates on the modules list.
33925      Branch: perl
33926            ! t/lib/1_compile.t
33927 ____________________________________________________________________________
33928 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
33929         Log: Add a test for PerlIO.
33930              
33931              (I probably got the crlf/raw thing wrong for clrfy platforms...)
33932      Branch: perl
33933            + t/lib/perlio.t
33934            ! MANIFEST lib/PerlIO.pm
33935 ____________________________________________________________________________
33936 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
33937         Log: Add a test for carp et alia.
33938      Branch: perl
33939            + t/lib/carp.t
33940            ! MANIFEST
33941 ____________________________________________________________________________
33942 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
33943         Log: Adding the new test would be swell.
33944      Branch: perl
33945            + t/pragma/autouse.t
33946 ____________________________________________________________________________
33947 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
33948         Log: Add a test for the autouse pragma.
33949      Branch: perl
33950            ! MANIFEST
33951 ____________________________________________________________________________
33952 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
33953         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
33954              From: dLux <dlux@spam.sch.bme.hu>
33955              Date: Sun, 27 May 2001 16:14:26 +0200
33956              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
33957      Branch: perl
33958            ! lib/autouse.pm
33959 ____________________________________________________________________________
33960 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
33961         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
33962              From: "Richard Soderberg" <rs@crystalflame.net>
33963              Date: Mon, 28 May 2001 03:56:36 -0700
33964              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
33965      Branch: perl
33966            ! utils/dprofpp.PL
33967 ____________________________________________________________________________
33968 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
33969         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
33970              From: "Stephen P. Potter" <spp@spotter.yi.org>
33971              Date: Tue, 22 May 2001 11:40:25 -0400
33972              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
33973              
33974              Subject: Re: [ID 20010522.003] Time::Local module bug
33975              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
33976              Date: Tue, 22 May 2001 11:50:19 -0400
33977              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
33978      Branch: perl
33979            ! lib/Time/Local.pm
33980 ____________________________________________________________________________
33981 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
33982         Log: The PERL_DL_NONLAZY can have whitespace in front.
33983      Branch: perl
33984            ! t/lib/extutils.t
33985 ____________________________________________________________________________
33986 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
33987         Log: Document strftime() and strptime().
33988      Branch: perl
33989            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
33990 ____________________________________________________________________________
33991 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
33992         Log: Make Time::Piece::strptime() to be a function, not a method.
33993      Branch: perl
33994            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
33995 ____________________________________________________________________________
33996 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
33997         Log: Tweak the test to be more portable.
33998      Branch: perl
33999            ! t/lib/extutils.t
34000 ____________________________________________________________________________
34001 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
34002         Log: Subject: PATCH: Re: Re: Attributes that tie
34003              From: Leon Brocard <acme@astray.com>
34004              Date: Sun, 27 May 2001 12:37:29 +0100
34005              Message-ID: <20010527123729.A22663@ns0.astray.com>
34006              
34007              Document that variable attributes are not currently usable
34008              for tieing.  (An ugly limitation that should be fixed.)
34009      Branch: perl
34010            ! lib/attributes.pm
34011 ____________________________________________________________________________
34012 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
34013         Log: Microperl tweaks.
34014      Branch: perl
34015            ! Makefile.micro uconfig.h uconfig.sh
34016 ____________________________________________________________________________
34017 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
34018         Log: Add make target for microperl (kind of silly, but convenient).
34019      Branch: perl
34020            ! Makefile.SH
34021 ____________________________________________________________________________
34022 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
34023         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
34024              for microperl.)
34025      Branch: perl
34026            ! doio.c
34027 ____________________________________________________________________________
34028 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
34029         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
34030              From: rspier@pobox.com (Robert Spier)
34031              Date: Sat, 26 May 2001 20:05:23 -0400
34032              Message-ID: <15120.17603.148648.12430@rls.cx>
34033              
34034              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
34035              From: rspier@pobox.com (Robert Spier)
34036              Date: Sun, 27 May 2001 00:23:12 -0400
34037              Message-ID: <15120.33072.511966.767230@rls.cx>
34038      Branch: perl
34039            ! doio.c pod/perlfunc.pod
34040 ____________________________________________________________________________
34041 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
34042         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
34043      Branch: perl
34044            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34045 ____________________________________________________________________________
34046 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
34047         Log: Add README.tru64.
34048      Branch: perl
34049            + README.tru64
34050 ____________________________________________________________________________
34051 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
34052         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
34053      Branch: perl
34054            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
34055            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
34056            ! MANIFEST
34057 ____________________________________________________________________________
34058 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
34059         Log: Integrate I18N::LangTags from Sean Burke.
34060              
34061              TODO: the language list from RFC 3066 needs to be integrated
34062              and made available somehow.  The list is included in the
34063              I18N-LangTags 0.21 distribution, but it is undocumented
34064              and unconnected to the module.
34065      Branch: perl
34066            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
34067            ! MANIFEST
34068 ____________________________________________________________________________
34069 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
34070         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
34071              envisioned by Sarathy.
34072      Branch: perl
34073            ! t/op/ver.t toke.c
34074 ____________________________________________________________________________
34075 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
34076         Log: Subject: [ID 20010525.001] Pod typo nits fixed
34077              From: lvirden@cas.org
34078              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
34079              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
34080              
34081              minus the perlsolaris decimation plus the
34082              
34083              Subject: Re: [ID 20010525.001] Pod typo nits fixed
34084              From: "Philip Newton" <Philip.Newton@gmx.net>
34085              Date: Fri, 25 May 2001 18:05:55 +0200
34086              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
34087      Branch: perl
34088            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
34089            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
34090            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
34091            ! pod/perlutil.pod pod/perlxstut.pod
34092 ____________________________________________________________________________
34093 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
34094         Log: return clauses are nice.
34095      Branch: perl
34096            ! sv.c
34097 ____________________________________________________________________________
34098 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
34099         Log: Subject: change 10199 backwards?
34100              From: Doug MacEachern <dougm@covalent.net>
34101              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
34102              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
34103      Branch: perl
34104            ! sv.c
34105 ____________________________________________________________________________
34106 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
34107         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
34108              From: Hugo <hv@crypt.compulink.co.uk>
34109              Date: Sat, 26 May 2001 17:05:12 +0100
34110              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
34111      Branch: perl
34112            + t/op/gmagic.t
34113            ! MANIFEST doop.c embed.h embed.pl global.sym
34114            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
34115            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
34116 ____________________________________________________________________________
34117 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
34118         Log: Regen headers for #10221.
34119      Branch: perl
34120            ! global.sym objXSUB.h perlapi.c
34121 ____________________________________________________________________________
34122 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
34123         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
34124              From: Juha Laiho <juha.laiho@Elma.Net>
34125              Date: Thu, 3 May 2001 09:51:30 +0300
34126              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
34127      Branch: perl
34128            ! embed.pl
34129 ____________________________________________________________________________
34130 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
34131         Log: Subject: Re: [PATCH] Re: stability of sort()?
34132              From: "John P. Linderman" <jpl@research.att.com>
34133              Date: Sat, 26 May 2001 13:27:19 -0400
34134              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
34135      Branch: perl
34136            ! pod/perlfunc.pod
34137 ____________________________________________________________________________
34138 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
34139         Log: Integrate perlio.
34140      Branch: perl
34141           !> pod/perlguts.pod
34142 ____________________________________________________________________________
34143 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
34144         Log: Subject: [PATCH perl@10210] PerlIO for VMS
34145              From: "Craig A. Berry" <craigberry@mac.com>
34146              Date: Sat, 26 May 2001 09:34:11 -0500
34147              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
34148      Branch: perl
34149            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
34150            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
34151            ! vms/vmsish.h
34152 ____________________________________________________________________________
34153 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
34154         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
34155              From: David Dyck <dcd@tc.fluke.com>
34156              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
34157              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
34158      Branch: perl
34159            ! lib/perl5db.pl
34160 ____________________________________________________________________________
34161 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
34162         Log: Subject: utf8 regexp tests
34163              From: Hugo <hv@crypt.compulink.co.uk>
34164              Date: Fri, 25 May 2001 22:35:01 +0100
34165              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
34166      Branch: perl
34167            ! t/op/regexp.t
34168 ____________________________________________________________________________
34169 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
34170         Log: Subject: [PATCH] Re: stability of sort()?
34171              From: Nicholas Clark <nick@ccl4.org>
34172              Date: Fri, 25 May 2001 22:40:19 +0100
34173              Message-ID: <20010525224019.B86445@plum.flirble.org>
34174      Branch: perl
34175            ! pod/perlfunc.pod
34176 ____________________________________________________________________________
34177 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
34178         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
34179              From: John Peacock <jpeacock@rowman.com>
34180              Date: Thu, 24 May 2001 22:14:01 -0400
34181              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
34182      Branch: perl
34183            ! mg.c scope.c sv.c
34184 ____________________________________________________________________________
34185 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
34186         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
34187              From: Nicholas Clark <nick@ccl4.org>
34188              Date: Sun, 20 May 2001 19:24:13 +0100
34189              Message-ID: <20010520192413.G83222@plum.flirble.org>
34190      Branch: perl
34191            + lib/ExtUtils/Constant.pm t/lib/extutils.t
34192            ! MANIFEST utils/h2xs.PL
34193 ____________________________________________________________________________
34194 [ 10212] By: nick                                  on 2001/05/26  09:49:28
34195         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
34196              add a few more notes there on use of mortals on the stack.
34197      Branch: perlio
34198            ! pod/perlguts.pod
34199 ____________________________________________________________________________
34200 [ 10211] By: nick                                  on 2001/05/26  09:05:36
34201         Log: Integrate mainline
34202      Branch: perlio
34203           +> t/lib/fcntl.t t/pragma/vars.t
34204           !> (integrate 49 files)
34205 ____________________________________________________________________________
34206 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
34207         Log: Update Changes.
34208      Branch: perl
34209            ! Changes patchlevel.h
34210 ____________________________________________________________________________
34211 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
34212         Log: Based on
34213              
34214              Subject: [PATCH pp.c] Wrapping pack("C",256)
34215              From: Simon Cozens <simon@netthink.co.uk>
34216              Date: Sat, 12 May 2001 17:58:41 +0100
34217              Message-ID: <20010512175841.A6132@netthink.co.uk>
34218      Branch: perl
34219            ! pod/perldiag.pod pp.c t/pragma/warn/pp
34220 ____________________________________________________________________________
34221 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
34222         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
34223              From: "Brendan O'Dea" <bod@compusol.com.au>
34224              Date: Fri, 25 May 2001 11:18:29 +1000
34225              Message-ID: <20010525111829.A28411@compusol.com.au>
34226              
34227              (Slightly modified.)
34228      Branch: perl
34229            ! lib/Term/Cap.pm
34230 ____________________________________________________________________________
34231 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
34232         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
34233              From: Hugo <hv@crypt.compulink.co.uk>
34234              Date: Fri, 25 May 2001 02:13:25 +0100
34235              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
34236      Branch: perl
34237            ! t/op/misc.t
34238 ____________________________________________________________________________
34239 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
34240         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
34241              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
34242              Date: Fri, 25 May 2001 10:25:36 +0900
34243              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
34244      Branch: perl
34245            ! regcomp.c regexec.c
34246 ____________________________________________________________________________
34247 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
34248         Log: Subject: [PATCH #2] stash autovivification and method call error messages
34249              From: Ilmari Karonen <iltzu@sci.fi>
34250              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
34251              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
34252      Branch: perl
34253            ! gv.c pp_hot.c t/op/method.t
34254 ____________________________________________________________________________
34255 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
34256         Log: Add make target and documentation for gprof profiling.
34257      Branch: perl
34258            ! Makefile.SH pod/perlhack.pod
34259 ____________________________________________________________________________
34260 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
34261         Log: Subject: Don't think about UTF8 
34262              From: Mike Guy <mjtg@cam.ac.uk> 
34263              Date: Tue, 22 May 2001 14:35:39 +0100
34264              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
34265      Branch: perl
34266            ! sv.h
34267 ____________________________________________________________________________
34268 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
34269         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
34270              From: Geraint A Edwards <gedge@serf.org> 
34271              Date: Thu, 24 May 2001 22:51:24 +0100
34272              Message-Id: <20010524225124.A34981@cymru.serf.org>
34273      Branch: perl
34274            ! x2p/find2perl.PL
34275 ____________________________________________________________________________
34276 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
34277         Log: DB_File has its own attribute story.
34278      Branch: perl
34279            ! ext/DB_File/DB_File.xs
34280 ____________________________________________________________________________
34281 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
34282         Log: Subject: Re: Making perl with -Wall
34283              From: Andy Dougherty <doughera@lafayette.edu>
34284              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
34285              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
34286      Branch: perl
34287            ! perl.h
34288 ____________________________________________________________________________
34289 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
34290         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
34291              From: "Richard Soderberg" <rs@crystalflame.net>
34292              Date: Thu, 24 May 2001 08:58:16 -0700
34293              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
34294      Branch: perl
34295            ! sv.c
34296 ____________________________________________________________________________
34297 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
34298         Log: IV/UV casting fixes from Nicholas Clark.
34299      Branch: perl
34300            ! perl.h pp_sys.c util.c
34301 ____________________________________________________________________________
34302 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
34303         Log: Subject: Re: Making perl with -Wall
34304              From: Michael G Schwern <schwern@pobox.com>
34305              Date: Thu, 24 May 2001 15:40:28 +0100
34306              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
34307      Branch: perl
34308            ! malloc.c perl.h
34309 ____________________________________________________________________________
34310 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
34311         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
34312              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34313              Date: Tue, 22 May 2001 11:49:37 +0200
34314              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
34315      Branch: metaconfig
34316            ! U/modified/Oldsym.U
34317      Branch: metaconfig/U/perl
34318            ! patchlevel.U
34319      Branch: perl
34320            ! Configure config_h.SH myconfig.SH
34321 ____________________________________________________________________________
34322 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
34323         Log: Under versiononly install also the scripts with the version suffix.
34324              (e.g. .../bin/h2xs5.7.1)
34325      Branch: perl
34326            ! installperl
34327 ____________________________________________________________________________
34328 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
34329         Log: Subject: [PATCH] Stop segfault in mg.c:636
34330              From: "Richard Soderberg" <rs@crystalflame.net>
34331              Date: Thu, 24 May 2001 05:51:52 -0700
34332              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
34333      Branch: perl
34334            ! mg.c
34335 ____________________________________________________________________________
34336 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
34337         Log: Iteration continues; hopefully convergently.
34338      Branch: perl
34339            ! t/lib/b-stash.t
34340 ____________________________________________________________________________
34341 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
34342         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
34343              From: Gisle Aas <gisle@ActiveState.com>
34344              Date: 23 May 2001 16:13:10 -0700
34345              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
34346      Branch: perl
34347            ! op.c toke.c
34348 ____________________________________________________________________________
34349 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
34350         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
34351              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34352              Date: Thu, 24 May 2001 05:05:22 -0500
34353              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
34354      Branch: perl
34355            ! lib/dumpvar.pl lib/perl5db.pl
34356 ____________________________________________________________________________
34357 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
34358         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
34359              From: David Dyck <dcd@tc.fluke.com>
34360              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
34361              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
34362      Branch: perl
34363            ! lib/perl5db.pl
34364 ____________________________________________________________________________
34365 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
34366         Log: Tiny pod nits on READMEs, mostly whitespace issues.
34367      Branch: perl
34368            ! README.amiga README.dos README.macos README.mpeix README.vmesa
34369            ! README.win32
34370 ____________________________________________________________________________
34371 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
34372         Log: The DG/UX part of the 20010521.005.
34373      Branch: perl
34374            ! README.dgux
34375 ____________________________________________________________________________
34376 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
34377         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
34378              From: Hugo <hv@crypt.compulink.co.uk>
34379              Date: Mon, 21 May 2001 16:32:02 +0100
34380              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
34381      Branch: perl
34382            ! regcomp.c t/op/misc.t
34383 ____________________________________________________________________________
34384 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
34385         Log: Subject: [PATCH] Extra UNIVERSAL tests
34386              From: Mike Guy <mjtg@cam.ac.uk>
34387              Date: Wed, 23 May 2001 12:29:20 +0100
34388              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
34389      Branch: perl
34390            ! t/op/universal.t
34391 ____________________________________________________________________________
34392 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
34393         Log: Subject: [PATCH] Remove EQ keyword
34394              From: Mike Guy <mjtg@cam.ac.uk>
34395              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
34396              Date: Wed, 23 May 2001 11:17:29 +0100
34397      Branch: perl
34398            ! keywords.h keywords.pl
34399 ____________________________________________________________________________
34400 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
34401         Log: Subject: [PATCH] lib/perl5db.pl
34402              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34403              Date: Wed, 23 May 2001 02:18:03 -0500
34404              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
34405      Branch: perl
34406            ! lib/perl5db.pl
34407 ____________________________________________________________________________
34408 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
34409         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
34410              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34411              Date: Tue, 22 May 2001 23:34:41 -0500
34412              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
34413      Branch: perl
34414            ! lib/Term/Cap.pm
34415 ____________________________________________________________________________
34416 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
34417         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
34418              From: davem@fdgroup.co.uk
34419              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
34420              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
34421      Branch: perl
34422            ! emacs/e2ctags.pl
34423 ____________________________________________________________________________
34424 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
34425         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
34426              From: Michael G Schwern <schwern@pobox.com>
34427              Date: Tue, 22 May 2001 14:15:09 +0100
34428              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
34429      Branch: perl
34430            ! lib/vars.pm
34431 ____________________________________________________________________________
34432 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
34433         Log: Subject: [PATCH lib/vars.pm] Odd code nit
34434              From: Michael G Schwern <schwern@pobox.com>
34435              Date: Tue, 22 May 2001 14:14:28 +0100
34436              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
34437      Branch: perl
34438            ! lib/vars.pm
34439 ____________________________________________________________________________
34440 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
34441         Log: Use the new use vars feature.
34442      Branch: perl
34443            ! t/lib/b-stash.t
34444 ____________________________________________________________________________
34445 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
34446         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
34447              From: Mike Guy <mjtg@cam.ac.uk>
34448              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34449              Date: Tue, 22 May 2001 13:11:39 +0100
34450      Branch: perl
34451            + t/pragma/vars.t
34452            ! MANIFEST lib/vars.pm t/lib/1_compile.t
34453 ____________________________________________________________________________
34454 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
34455         Log: -qlongdouble considered harmful by Merijn.
34456      Branch: perl
34457            ! hints/aix.sh
34458 ____________________________________________________________________________
34459 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
34460         Log: Update Changes.
34461      Branch: perl
34462            ! Changes patchlevel.h
34463 ____________________________________________________________________________
34464 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
34465         Log: Add a test of its very own for Fcntl.  Hopefully portable.
34466      Branch: perl
34467            + t/lib/fcntl.t
34468            ! MANIFEST
34469 ____________________________________________________________________________
34470 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
34471         Log: Must be trickier for 'minitest' not to die.
34472      Branch: perl
34473            ! t/op/taint.t
34474 ____________________________________________________________________________
34475 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
34476         Log: Can't declare other people's variables.
34477      Branch: perl
34478            ! t/lib/b-stash.t
34479 ____________________________________________________________________________
34480 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
34481         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
34482      Branch: perl
34483            ! doio.c t/op/taint.t
34484 ____________________________________________________________________________
34485 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
34486         Log: The OS/2 variable needs to be declared.
34487      Branch: perl
34488            ! t/lib/b-stash.t
34489 ____________________________________________________________________________
34490 [ 10170] By: nick                                  on 2001/05/20  16:48:29
34491         Log: Integrate mainline
34492      Branch: perlio
34493           !> (integrate 41 files)
34494 ____________________________________________________________________________
34495 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
34496         Log: Small perlsec updates: clarify the taintedness of filename
34497              globbing; suggest using Scalar::Util::tainted().
34498      Branch: perl
34499            ! pod/perlsec.pod
34500 ____________________________________________________________________________
34501 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
34502         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
34503              From: Dave Mitchell <davem@fdgroup.co.uk>
34504              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
34505              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
34506      Branch: perl
34507            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
34508            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
34509            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
34510            ! xsutils.c
34511 ____________________________________________________________________________
34512 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
34513         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
34514              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34515              Date: Sat, 19 May 2001 04:08:46 -0400
34516              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
34517      Branch: perl
34518            ! lib/ExtUtils/Mksymlists.pm makedef.pl
34519 ____________________________________________________________________________
34520 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
34521         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
34522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34523              Date: Sat, 19 May 2001 04:30:45 -0400
34524              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
34525      Branch: perl
34526            ! os2/os2.c
34527 ____________________________________________________________________________
34528 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
34529         Log: Subject: [PATCH 5.6.1] build bugs OS/2
34530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34531              Date: Sat, 19 May 2001 04:35:28 -0400
34532              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
34533      Branch: perl
34534            ! os2/Makefile.SHs os2/os2.c
34535 ____________________________________________________________________________
34536 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
34537         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
34538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34539              Date: Sat, 19 May 2001 04:04:23 -0400
34540              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
34541              
34542              (In bleadperl patched b-stash.t instead of b.t)
34543      Branch: perl
34544            ! t/lib/b-stash.t t/lib/bigfltpm.t
34545 ____________________________________________________________________________
34546 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
34547         Log: Subject: [PATCH 5.6.1] perl5db
34548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34549              Date: Sat, 19 May 2001 03:49:09 -0400
34550              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
34551      Branch: perl
34552            ! lib/perl5db.pl
34553 ____________________________________________________________________________
34554 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
34555         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
34556              From: Gisle Aas <gisle@ActiveState.com>
34557              Date: 18 May 2001 14:24:51 -0700
34558              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
34559      Branch: perl
34560            ! pp_ctl.c
34561 ____________________________________________________________________________
34562 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
34563         Log: Subject: [PATCH] Chomp should not always stringify
34564              From: Gisle Aas <gisle@ActiveState.com>
34565              Date: 18 May 2001 07:55:25 -0700
34566              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
34567      Branch: perl
34568            ! doop.c t/op/chop.t
34569 ____________________________________________________________________________
34570 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
34571         Log: Integrate perlio.
34572      Branch: perl
34573           !> pod/perlfunc.pod
34574 ____________________________________________________________________________
34575 [ 10159] By: nick                                  on 2001/05/20  09:39:46
34576         Log: Document some more of open's features.
34577      Branch: perlio
34578            ! pod/perlfunc.pod
34579 ____________________________________________________________________________
34580 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
34581         Log: back out change#10153 (it has compatibility issues such as the
34582              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
34583              benefit for 5.6.x doesn't seem worth the risk)
34584      Branch: maint-5.6/perl
34585            ! toke.c
34586 ____________________________________________________________________________
34587 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
34588         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
34589      Branch: perl
34590            ! x2p/s2p.PL
34591 ____________________________________________________________________________
34592 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
34593         Log: Update Changes.
34594      Branch: perl
34595            ! Changes patchlevel.h
34596 ____________________________________________________________________________
34597 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
34598         Log: Integrate change #10144 from maintperl.
34599              
34600              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
34601      Branch: perl
34602           !> win32/config.bc win32/config.gc win32/config.vc
34603           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34604 ____________________________________________________________________________
34605 [ 10154] By: nick                                  on 2001/05/18  07:23:03
34606         Log: Integrate mainline.
34607      Branch: perlio
34608           +> README.dgux t/lib/i18n-collate.t utils.lst
34609           !> (integrate 49 files)
34610 ____________________________________________________________________________
34611 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
34612         Log: Integrate change #7224 from mainline into maintperl.
34613              
34614              Allow @+ and @- to be doublequoted, from Simon Cozens. 
34615              (Approved by Larry, see Tom's comment in 20000830.005.)
34616      Branch: maint-5.6/perl
34617           !> toke.c
34618 ____________________________________________________________________________
34619 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
34620         Log: Subject: [PATCH bleadperl] small lookbehind fix
34621              From: Hugo <hv@crypt.compulink.co.uk>
34622              Date: Fri, 18 May 2001 00:07:19 +0100
34623              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
34624      Branch: perl
34625            ! regexec.c
34626 ____________________________________________________________________________
34627 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
34628         Log: Detypos.
34629      Branch: perl
34630            ! installman utils.lst
34631 ____________________________________________________________________________
34632 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
34633         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
34634              in 20001222.001.
34635      Branch: perl
34636            ! t/lib/glob-basic.t
34637 ____________________________________________________________________________
34638 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
34639         Log: Subject: [PATCH] Test for bug 20010515.004
34640              From: Benjamin Sugars <bsugars@canoe.ca>
34641              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
34642              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
34643      Branch: perl
34644            ! t/op/misc.t
34645 ____________________________________________________________________________
34646 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
34647         Log: Integrate #10145 from maintperl.
34648              
34649              fix for ID 20010515.004 (needs test)
34650      Branch: perl
34651           !> pp_hot.c
34652 ____________________________________________________________________________
34653 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
34654         Log: Thinko noticed by Doug MacEachern.
34655      Branch: perl
34656            ! thread.h
34657 ____________________________________________________________________________
34658 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
34659         Log: Subject: Re: [PATCH] HERE mark in regex
34660              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34661              Date: Thu, 17 May 2001 12:20:33 -0400
34662              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
34663      Branch: perl
34664            ! t/op/re_tests
34665 ____________________________________________________________________________
34666 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
34667         Log: fix for ID 20010515.004 (needs test)
34668      Branch: maint-5.6/perl
34669            ! pp_hot.c
34670 ____________________________________________________________________________
34671 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
34672         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
34673      Branch: maint-5.6/perl
34674            ! win32/config.bc win32/config.gc win32/config.vc
34675            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34676 ____________________________________________________________________________
34677 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
34678         Log: Macrofy the getspecific (and use it also in util.c)
34679      Branch: perl
34680            ! thread.h util.c
34681 ____________________________________________________________________________
34682 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
34683         Log: Use the unchecked thread-specific key fetch also in Tru64.
34684      Branch: perl
34685            ! thread.h
34686 ____________________________________________________________________________
34687 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
34688         Log: Subject: [PATCH 5.6.1]Quick thread speedup
34689              From: Dan Sugalski <dan@sidhe.org> 
34690              Date: Wed, 16 May 2001 18:05:19 -0400
34691              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
34692      Branch: perl
34693            ! thread.h util.c
34694 ____________________________________________________________________________
34695 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
34696         Log: I think this is quite enough testing for a deprecated feature.
34697      Branch: perl
34698            + t/lib/i18n-collate.t
34699            ! MANIFEST t/lib/1_compile.t
34700 ____________________________________________________________________________
34701 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
34702         Log: More HP-UX lore from Jeff Okamoto.
34703      Branch: perl
34704            ! README.hpux
34705 ____________________________________________________________________________
34706 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
34707         Log: Sort utils.lst for easier maintenance.
34708      Branch: perl
34709            ! utils.lst
34710 ____________________________________________________________________________
34711 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
34712         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34713              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34714              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
34715              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
34716              
34717              Add pod2latex to utils.lst.
34718      Branch: perl
34719            ! MANIFEST utils.lst
34720 ____________________________________________________________________________
34721 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
34722         Log: Subject: Re: [PATCH] HERE mark in regex
34723              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34724              Date: Wed, 16 May 2001 13:04:43 -0400
34725              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
34726      Branch: perl
34727            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
34728            ! t/op/regmesg.t t/pragma/warn/regcomp
34729 ____________________________________________________________________________
34730 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
34731         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34732              From: Simon Cozens <simon@netthink.co.uk>
34733              Date: Wed, 16 May 2001 18:02:08 +0100
34734              Message-ID: <20010516180208.A6458@netthink.co.uk>
34735      Branch: perl
34736            ! installman utils.lst
34737 ____________________________________________________________________________
34738 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
34739         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
34740              From: "Philip Newton" <pnewton@gmx.de>
34741              Date: Tue, 15 May 2001 15:09:30 +0200
34742              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
34743              
34744              Test case for #10128.
34745      Branch: perl
34746            ! t/pragma/warn/pp_hot
34747 ____________________________________________________________________________
34748 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
34749         Log: Update Changes.
34750      Branch: perl
34751            ! Changes patchlevel.h
34752 ____________________________________________________________________________
34753 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
34754         Log: Deprecate pseudo-hashes.
34755      Branch: perl
34756            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
34757 ____________________________________________________________________________
34758 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
34759         Log: HP-UX hints update from Merijn.
34760      Branch: perl
34761            ! hints/hpux.sh
34762 ____________________________________________________________________________
34763 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
34764         Log: README.hpux update from Merijn.
34765      Branch: perl
34766            ! README.hpux
34767 ____________________________________________________________________________
34768 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
34769         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34770              From: Simon Cozens <simon@netthink.co.uk>
34771              Date: Wed, 16 May 2001 15:57:55 +0100
34772              Message-ID: <20010516155755.A4728@netthink.co.uk>
34773      Branch: perl
34774            + utils.lst
34775            ! MANIFEST installman installperl
34776 ____________________________________________________________________________
34777 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
34778         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
34779              From: "Philip Newton" <pnewton@gmx.de>
34780              Date: Tue, 15 May 2001 16:31:05 +0200
34781              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
34782              
34783              Fix PERL_Y2KWARN test to check before rather than after appending.
34784      Branch: perl
34785            ! pp_hot.c
34786 ____________________________________________________________________________
34787 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
34788         Log: Regen Porting stuff.
34789      Branch: perl
34790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34791            ! config_h.SH
34792 ____________________________________________________________________________
34793 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
34794         Log: Metaconfig unit change for #10125.
34795      Branch: metaconfig
34796            ! U/modified/Oldconfig.U
34797 ____________________________________________________________________________
34798 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
34799         Log: Use OSVERS.
34800      Branch: perl
34801            ! Configure config_h.SH perl.c
34802 ____________________________________________________________________________
34803 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
34804         Log: Regen toc.
34805      Branch: perl
34806            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34807 ____________________________________________________________________________
34808 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
34809         Log: Adding the README.dgux to the MANIFEST would be a good idea.
34810      Branch: perl
34811            ! MANIFEST
34812 ____________________________________________________________________________
34813 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
34814         Log: Move the stack desire definition to thread.h.
34815      Branch: perl
34816            ! ext/Thread/Thread.xs thread.h
34817 ____________________________________________________________________________
34818 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
34819         Log: DG-UX threading patches, including a README.dgux,
34820              from Takis Psarogiannakopoulos.
34821      Branch: perl
34822            + README.dgux
34823            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
34824 ____________________________________________________________________________
34825 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
34826         Log: Subject: [PATCH B::Deparse] More on /x regexes
34827              From: Robin Houston <robin@kitsite.com>
34828              Date: Tue, 15 May 2001 19:09:35 +0100
34829              Message-ID: <20010515190935.A27268@penderel>
34830      Branch: perl
34831            ! ext/B/B/Deparse.pm
34832 ____________________________________________________________________________
34833 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
34834         Log: Document that the core time() may be rounding rather
34835              than truncating, would have saved at least my confusion.
34836      Branch: perl
34837            ! ext/Time/HiRes/HiRes.pm
34838 ____________________________________________________________________________
34839 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
34840         Log: Subject: perl-current/t/time-hires.t
34841              From: John Peacock <jpeacock@rowman.com>
34842              Date: Fri, 11 May 2001 14:09:41 -0400
34843              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
34844      Branch: perl
34845            ! t/lib/time-hires.t
34846 ____________________________________________________________________________
34847 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
34848         Log: Subject: [PATCH dump.c] Op private flags
34849              From: Simon Cozens <simon@netthink.co.uk>
34850              Date: Sun, 13 May 2001 20:20:36 +0100
34851              Message-ID: <20010513202036.A21896@netthink.co.uk>
34852      Branch: perl
34853            ! dump.c
34854 ____________________________________________________________________________
34855 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
34856         Log: Upgrade to Switch 2.03.
34857      Branch: perl
34858            ! lib/Switch.pm
34859 ____________________________________________________________________________
34860 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
34861         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
34862              to PERL_CONFIG_SH and use it consistently.
34863      Branch: maint-5.6/perl
34864           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
34865           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
34866           !> myconfig.SH writemain.SH
34867 ____________________________________________________________________________
34868 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
34869         Log: Metaconfig units changes for #10113.
34870      Branch: metaconfig
34871            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
34872 ____________________________________________________________________________
34873 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
34874         Log: The problem described in 20010514.031 still wasn't
34875              fully cured, there were remnants of $CONFIG when
34876              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
34877              to avoid future conflicts.
34878      Branch: perl
34879            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
34880            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
34881            ! myconfig.SH writemain.SH
34882 ____________________________________________________________________________
34883 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
34884         Log: Half of #10107 got lost.
34885      Branch: perl
34886            ! ext/B/B/Deparse.pm
34887 ____________________________________________________________________________
34888 [ 10111] By: nick                                  on 2001/05/15  08:39:14
34889         Log: Integrate mainline.
34890      Branch: perlio
34891           +> ext/POSIX/hints/uts.pl
34892            - Todo Todo-5.6 t/camel-III/vstring.t
34893           !> (integrate 48 files)
34894 ____________________________________________________________________________
34895 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
34896         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
34897              From: Robin Houston <robin@kitsite.com>
34898              Date: Mon, 14 May 2001 22:27:08 +0100
34899              Message-ID: <20010514222708.A22963@penderel>
34900      Branch: perl
34901            ! t/TestInit.pm
34902 ____________________________________________________________________________
34903 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
34904         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
34905              From: Robin Houston <robin@kitsite.com>
34906              Date: Mon, 14 May 2001 22:16:43 +0100
34907              Message-ID: <20010514221643.A22437@penderel>
34908      Branch: perl
34909            ! ext/B/B/Deparse.pm
34910 ____________________________________________________________________________
34911 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
34912         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
34913              From: Robin Houston <robin@kitsite.com>
34914              Date: Mon, 14 May 2001 22:03:44 +0100
34915              Message-ID: <20010514220344.A20643@penderel>
34916      Branch: perl
34917            ! ext/B/B/Deparse.pm
34918 ____________________________________________________________________________
34919 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
34920         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
34921              From: Robin Houston <robin@kitsite.com>
34922              Date: Mon, 14 May 2001 22:10:07 +0100
34923              Message-ID: <20010514221007.A21118@penderel>
34924      Branch: perl
34925            ! ext/B/B/Deparse.pm
34926 ____________________________________________________________________________
34927 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
34928         Log: Fix for 20010514.037; substr() didn't invalidate the locale
34929              collation magic.
34930      Branch: perl
34931            ! pp.c
34932 ____________________________________________________________________________
34933 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
34934         Log: Update Changes.
34935      Branch: perl
34936            ! Changes patchlevel.h
34937 ____________________________________________________________________________
34938 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
34939         Log: Retract #10094.
34940      Branch: perl
34941            ! lib/Pod/Text.pm
34942 ____________________________________________________________________________
34943 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
34944         Log: Integrate change #10100 from maintperl.
34945              
34946              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
34947              bug ID 20010514.027)
34948      Branch: perl
34949           !> mg.c pp_ctl.c
34950 ____________________________________________________________________________
34951 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
34952         Log: Document the deprecatedness of suidperl.
34953      Branch: perl
34954            ! INSTALL pod/perlfaq1.pod
34955 ____________________________________________________________________________
34956 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
34957         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
34958              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34959              Date: Mon, 14 May 2001 09:38:59 -0400
34960              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
34961      Branch: perl
34962            ! lib/ExtUtils/MM_Unix.pm
34963 ____________________________________________________________________________
34964 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
34965         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
34966              bug ID 20010514.027)
34967              
34968              TODO: this needs a testsuite addition
34969      Branch: maint-5.6/perl
34970            ! mg.c pp_ctl.c
34971 ____________________________________________________________________________
34972 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
34973         Log: More DWIMminess for Class::Struct: calling the array or hash
34974              accessors only with one argument, an array or a hash reference,
34975              sets the underlying array or hash.  This mirrors nicely also
34976              the usage in the constructor.
34977              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
34978      Branch: perl
34979            ! lib/Class/Struct.pm t/lib/class-struct.t
34980 ____________________________________________________________________________
34981 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
34982         Log: Reference cmp'ing should go through the whole stringification
34983              process shebang, as pointed out by Sarathy in #10091.
34984      Branch: perl
34985            ! pp.c
34986 ____________________________________________________________________________
34987 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
34988         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
34989              From: Simon Cozens <simon@netthink.co.uk>
34990              Date: Sat, 12 May 2001 16:36:27 +0100
34991              Message-ID: <20010512163627.A5522@netthink.co.uk>
34992              
34993              with some additions salvaged from Todo and Todo-5.6 before
34994              retiring them.
34995      Branch: perl
34996            - Todo Todo-5.6
34997            ! MANIFEST pod/perltodo.pod
34998 ____________________________________________________________________________
34999 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
35000         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
35001              From: "Golubev I. N." <gin@mo.msk.ru>
35002              Date: Mon, 07 May 2001 14:33:34 (GMT)
35003              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
35004      Branch: perl
35005            ! perl.h
35006 ____________________________________________________________________________
35007 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
35008         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
35009              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
35010              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
35011              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
35012      Branch: perl
35013            ! lib/ExtUtils/MM_Unix.pm
35014 ____________________________________________________________________________
35015 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
35016         Log: (Retracted by #10104.)
35017              
35018              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
35019              From: barries <barries@slaysys.com>
35020              Date: Sat, 12 May 2001 01:28:10 -0400
35021              Message-ID: <20010512012810.B26358@jester.slaysys.com>
35022      Branch: perl
35023            ! lib/Pod/Text.pm
35024 ____________________________________________________________________________
35025 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
35026         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
35027              From: Mike Guy <mjtg@cam.ac.uk>
35028              Date: Sat, 12 May 2001 19:24:33 +0100
35029              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
35030      Branch: perl
35031            ! lib/AutoSplit.pm
35032 ____________________________________________________________________________
35033 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
35034         Log: Yet another HP-UX hints tweak from Merijn.
35035      Branch: perl
35036            ! hints/hpux.sh
35037 ____________________________________________________________________________
35038 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
35039         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
35040              isn't defined (changes#9366,9368,9370 from mainline without the
35041              pp_scmp() change)
35042      Branch: maint-5.6/perl
35043            ! pp.c pp.h pp_hot.c
35044 ____________________________________________________________________________
35045 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
35046         Log: The sorting seems to happen now automatically.
35047      Branch: perl
35048            ! t/lib/glob-basic.t
35049 ____________________________________________________________________________
35050 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
35051         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
35052              From: Benjamin Sugars <bsugars@canoe.ca>
35053              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
35054              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
35055      Branch: perl
35056            ! pod/perlfunc.pod
35057 ____________________________________________________________________________
35058 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
35059         Log: Subject: Re: undef(&foo) does not work for XS functions
35060              From: Doug MacEachern <dougm@covalent.net>
35061              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
35062              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
35063      Branch: perl
35064            ! op.c
35065 ____________________________________________________________________________
35066 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
35067         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
35068              From: Peter Prymmer <pvhp@forte.com>
35069              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
35070              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
35071      Branch: perl
35072            ! t/op/append.t
35073 ____________________________________________________________________________
35074 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
35075         Log: Update Changes.
35076      Branch: perl
35077            ! Changes patchlevel.h
35078 ____________________________________________________________________________
35079 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
35080         Log: Remove the 'asciir' re subpragma.  Should instead implement
35081              the 'physical vs logical' range scheme:
35082              
35083              \xAA-\xCC is a native physical range, you want that range of
35084              codepoints in your native encoding.  In EBCDIC the codepoints
35085              in the gaps (between i-j and r-s) should be included.
35086              
35087              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
35088              codepoints in Unicode.
35089              
35090              a-z is a logical range, you want that range of 'logical' codepoints
35091              in your native encoding.  In EBCDIC the codepoints in the gaps
35092              (between i-j and r-s) should not be included.
35093              
35094              Mixed cases (a-\xAA, etc) should either be errors, or maybe
35095              the 'logical' endpoints should be converted to native/Unicode
35096              codepoints, and the range handled as a physical range.
35097              
35098              'Logical endpoints' are to be recognized only in the A-Z, a-z,
35099              and 0-9 ranges.  Probably a warning should be given for mixed
35100              cases like A-z or a-9 (since such expressions are encoding
35101              dependent), with a recommendation to use physical ranges.
35102      Branch: perl
35103            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
35104            ! t/op/regexp.t
35105 ____________________________________________________________________________
35106 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
35107         Log: Make the test to cleanup the test directory tree
35108              both before and after the testing so that we always
35109              have a clean slate to work with.
35110      Branch: perl
35111            ! t/lib/filefind.t
35112 ____________________________________________________________________________
35113 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
35114         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
35115              From: Jon Eveland <jweveland@yahoo.com>
35116              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
35117              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
35118      Branch: perl
35119            ! pod/perlfunc.pod
35120 ____________________________________________________________________________
35121 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
35122         Log: Merge the camel-III/vstring.t with op/ver.t.
35123      Branch: perl
35124            - t/camel-III/vstring.t
35125            ! MANIFEST t/TEST t/harness t/op/ver.t
35126 ____________________________________________________________________________
35127 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
35128         Log: Add test.deparse make target.
35129      Branch: perl
35130            ! Makefile.SH
35131 ____________________________________________________________________________
35132 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
35133         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
35134              From: Robin Houston <robin@kitsite.com>
35135              Date: Fri, 11 May 2001 12:02:22 +0100
35136              Message-ID: <20010511120222.A11529@penderel>
35137      Branch: perl
35138            ! ext/B/B/Deparse.pm t/op/method.t
35139 ____________________________________________________________________________
35140 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
35141         Log: A nicely working combination for UTS from Hal Morris.
35142      Branch: perl
35143            + ext/POSIX/hints/uts.pl
35144            ! MANIFEST hints/uts.sh
35145 ____________________________________________________________________________
35146 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
35147         Log: i_ieeefp=undef for UTS.
35148      Branch: perl
35149            ! hints/uts.sh
35150 ____________________________________________________________________________
35151 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
35152         Log: Subject: RE: rand(0) is rand(1)
35153              From: Larry Shatzer <lshatzer@islanddata.com>
35154              Date: Thu, 10 May 2001 11:09:27 -0700
35155              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
35156      Branch: perl
35157            ! pod/perlfunc.pod
35158 ____________________________________________________________________________
35159 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
35160         Log: Subject: [patch] make op_{clear,null} public
35161              From: Doug MacEachern <dougm@covalent.net>
35162              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
35163              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
35164      Branch: perl
35165            ! embed.h embed.pl op.c proto.h
35166 ____________________________________________________________________________
35167 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
35168         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
35169              From: Robin Houston <robin@kitsite.com>
35170              Date: Thu, 10 May 2001 18:54:59 +0100
35171              Message-ID: <20010510185459.A5995@penderel>
35172      Branch: perl
35173            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
35174 ____________________________________________________________________________
35175 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
35176         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
35177              From: Robin Houston <robin@kitsite.com>
35178              Date: Thu, 10 May 2001 12:56:39 +0100
35179              Message-ID: <20010510125639.A2119@penderel>
35180      Branch: perl
35181            ! ext/B/B/Deparse.pm
35182 ____________________________________________________________________________
35183 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
35184         Log: Retract #10070, not ready yet.
35185      Branch: perl
35186            ! ext/B/B/Deparse.pm
35187 ____________________________________________________________________________
35188 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
35189         Log: The metaconfig unit change for #10071.
35190      Branch: metaconfig
35191            ! U/modified/mallocsrc.U
35192 ____________________________________________________________________________
35193 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
35194         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
35195      Branch: perl
35196            ! Configure
35197 ____________________________________________________________________________
35198 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
35199         Log: (Retracted by #10073)
35200              
35201              Subject: Re: [PATCH t/TEST] B::Deparse tester 
35202              From: Hugo <hv@crypt.compulink.co.uk>
35203              Date: Thu, 10 May 2001 05:48:09 +0100
35204              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
35205      Branch: perl
35206            ! ext/B/B/Deparse.pm
35207 ____________________________________________________________________________
35208 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
35209         Log: Add a for(func()) test.
35210      Branch: perl
35211            ! t/cmd/for.t
35212 ____________________________________________________________________________
35213 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
35214         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
35215              From: Robin Houston <robin@kitsite.com>
35216              Date: Thu, 10 May 2001 13:50:08 +0100
35217              Message-ID: <20010510135008.A2454@penderel>
35218      Branch: perl
35219            ! ext/B/B/Deparse.pm
35220 ____________________________________________________________________________
35221 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
35222         Log: A thinko in #10065.
35223      Branch: perl
35224            ! hv.c
35225 ____________________________________________________________________________
35226 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
35227         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
35228              From: Robin Houston <robin@kitsite.com>
35229              Date: Thu, 10 May 2001 02:10:34 +0100
35230              Message-ID: <20010510021034.A19421@penderel>
35231      Branch: perl
35232            ! ext/B/B.xs ext/B/B/Deparse.pm
35233 ____________________________________________________________________________
35234 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
35235         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
35236              From: Doug MacEachern <dougm@covalent.net>
35237              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
35238              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
35239      Branch: perl
35240            ! hv.c
35241 ____________________________________________________________________________
35242 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
35243         Log: One more workaround for the UTS compiler from Hal Morris.
35244      Branch: perl
35245            ! perl.h
35246 ____________________________________________________________________________
35247 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
35248         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
35249              From: Robin Houston <robin@kitsite.com>
35250              Date: Thu, 10 May 2001 01:02:08 +0100
35251              Message-ID: <20010510010208.A18200@penderel>
35252      Branch: perl
35253            ! ext/B/B/Debug.pm
35254 ____________________________________________________________________________
35255 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
35256         Log: Subject: [PATCH] Simplify deb_curcv() a bit
35257              From: Benjamin Sugars <bsugars@canoe.ca>
35258              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
35259              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
35260      Branch: perl
35261            ! run.c
35262 ____________________________________________________________________________
35263 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
35264         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
35265              From: Benjamin Sugars <bsugars@canoe.ca>
35266              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
35267              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
35268      Branch: perl
35269            ! t/lib/io_scalar.t
35270 ____________________________________________________________________________
35271 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
35272         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
35273              From: Peter Prymmer <pvhp@forte.com>
35274              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
35275              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
35276      Branch: perl
35277            ! t/lib/md5-file.t
35278 ____________________________________________________________________________
35279 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
35280         Log: Subject: [PATCH t/TEST] B::Deparse tester
35281              From: Robin Houston <robin@kitsite.com>
35282              Date: Wed, 9 May 2001 19:17:50 +0100
35283              Message-ID: <20010509191750.A16940@penderel>
35284      Branch: perl
35285            ! ext/B/O.pm t/TEST
35286 ____________________________________________________________________________
35287 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
35288         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
35289              From: Jeff Pinyan <jeffp@crusoe.net>
35290              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
35291              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
35292      Branch: perl
35293            ! lib/Pod/Html.pm
35294 ____________________________________________________________________________
35295 [ 10057] By: nick                                  on 2001/05/09  18:37:56
35296         Log: Integrate mainline.
35297      Branch: perlio
35298           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
35299           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
35300 ____________________________________________________________________________
35301 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
35302         Log: Update Changes.
35303      Branch: perl
35304            ! Changes patchlevel.h
35305 ____________________________________________________________________________
35306 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
35307         Log: Integrate perlio.
35308      Branch: perl
35309           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35310 ____________________________________________________________________________
35311 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
35312         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
35313              From: Benjamin Sugars <bsugars@canoe.ca>
35314              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
35315              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
35316      Branch: perl
35317            ! perlio.c
35318 ____________________________________________________________________________
35319 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
35320         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
35321              From: Benjamin Sugars <bsugars@canoe.ca>
35322              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
35323              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
35324      Branch: perl
35325            ! ext/PerlIO/Scalar/Scalar.xs
35326 ____________________________________________________________________________
35327 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
35328         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
35329              From: Jeff Pinyan <jeffp@crusoe.net>
35330              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
35331              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
35332      Branch: perl
35333            ! lib/Pod/Html.pm
35334 ____________________________________________________________________________
35335 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
35336         Log: EPOC tweak from Olaf Flebbe.
35337      Branch: perl
35338            ! epoc/epocish.h
35339 ____________________________________________________________________________
35340 [ 10050] By: nick                                  on 2001/05/09  14:37:57
35341         Log: win32, regen_config_h
35342      Branch: perlio
35343            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35344 ____________________________________________________________________________
35345 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
35346         Log: Integrate perlio.
35347      Branch: perl
35348           !> pp_sys.c
35349 ____________________________________________________________________________
35350 [ 10048] By: nick                                  on 2001/05/09  11:59:50
35351         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
35352              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
35353      Branch: perlio
35354            ! pp_sys.c
35355 ____________________________________________________________________________
35356 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
35357         Log: Integrate perlio.
35358      Branch: perl
35359           !> run.c
35360 ____________________________________________________________________________
35361 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
35362         Log: Subject: Re: Less warnings during configure
35363              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35364              Date: Wed, 09 May 2001 13:12:49 +0200
35365              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
35366      Branch: perl
35367            ! hints/hpux.sh
35368 ____________________________________________________________________________
35369 [ 10045] By: nick                                  on 2001/05/09  09:56:59
35370         Log: MULTIPLICITY/DEBUGGING build fix.
35371      Branch: perlio
35372            ! run.c
35373 ____________________________________________________________________________
35374 [ 10044] By: nick                                  on 2001/05/09  09:46:37
35375         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
35376      Branch: perlio
35377           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
35378            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
35379           !> (integrate 65 files)
35380 ____________________________________________________________________________
35381 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
35382         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
35383              From: Robin Houston <robin@kitsite.com>
35384              Date: Tue, 8 May 2001 19:38:00 +0100
35385              Message-ID: <20010508193800.A4389@penderel>
35386              
35387              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
35388              From: Robin Houston <robin@kitsite.com>
35389              Date: Tue, 8 May 2001 20:03:57 +0100
35390              Message-ID: <20010508200357.A4614@penderel>
35391              
35392              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
35393              From: Robin Houston <robin@kitsite.com>
35394              Date: Wed, 9 May 2001 00:12:05 +0100
35395              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
35396      Branch: perl
35397            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
35398 ____________________________________________________________________________
35399 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
35400         Log: Retract #10031.
35401      Branch: perl
35402            ! pod/perlfunc.pod
35403 ____________________________________________________________________________
35404 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
35405         Log: The metaconfig unit changes for #10040.
35406      Branch: metaconfig/U/perl
35407            ! Checkcc.U d_dlsymun.U dlsrc.U
35408 ____________________________________________________________________________
35409 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
35410         Log: The Configure half of
35411              
35412              Subject: Less warnings during configure
35413              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35414              Date: Tue, 08 May 2001 08:44:02 +0200
35415              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
35416      Branch: perl
35417            ! Configure
35418 ____________________________________________________________________________
35419 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
35420         Log: Subject: Less warnings during configure
35421              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35422              Date: Tue, 08 May 2001 08:44:02 +0200
35423              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
35424      Branch: perl
35425            ! hints/hpux.sh
35426 ____________________________________________________________________________
35427 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
35428         Log: Don't forget to whine about \d__\d.
35429      Branch: perl
35430            ! t/pragma/warn/toke toke.c
35431 ____________________________________________________________________________
35432 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
35433         Log: Allow underscores also in the exponent part.
35434      Branch: perl
35435            ! t/pragma/warn/toke toke.c
35436 ____________________________________________________________________________
35437 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
35438         Log: CodeMagicCD doesn't look like an *I*DE.
35439      Branch: perl
35440            ! pod/perlfaq3.pod
35441 ____________________________________________________________________________
35442 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
35443         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
35444              to be consistently down).
35445      Branch: perl
35446            ! pod/perlfaq3.pod
35447 ____________________________________________________________________________
35448 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
35449         Log: Upgrade to Text::Balanced 1.84.
35450      Branch: perl
35451            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
35452 ____________________________________________________________________________
35453 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
35454         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
35455              From: Benjamin Sugars <bsugars@canoe.ca>
35456              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
35457              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
35458      Branch: perl
35459            ! run.c
35460 ____________________________________________________________________________
35461 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
35462         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
35463              From: Peter Prymmer <pvhp@forte.com>
35464              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
35465              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
35466      Branch: perl
35467            ! t/pod/plainer.t
35468 ____________________________________________________________________________
35469 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
35470         Log: (Retracted by #10042)
35471              
35472              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
35473              From: "Philip Newton" <pnewton@gmx.de>
35474              Date: Tue, 8 May 2001 09:18:10 +0200
35475              Message-ID: <3AF7B9D2.28861.603732@localhost>
35476      Branch: perl
35477            ! pod/perlfunc.pod
35478 ____________________________________________________________________________
35479 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
35480         Log: Subject: [PATCH B::Deparse] Document known bugs
35481              From: Robin Houston <robin@kitsite.com>
35482              Date: Tue, 8 May 2001 01:53:34 +0100
35483              Message-ID: <20010508015334.A32394@penderel>
35484      Branch: perl
35485            ! ext/B/B/Deparse.pm
35486 ____________________________________________________________________________
35487 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
35488         Log: Subject: Re: Perl book, magazine and website updates.
35489              From: "Philip Newton" <pnewton@gmx.de>
35490              Date: Mon, 7 May 2001 17:03:58 +0200
35491              Message-ID: <3AF6D57E.5387.1E29930@localhost>
35492      Branch: perl
35493            ! pod/perlfaq2.pod
35494 ____________________________________________________________________________
35495 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
35496         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
35497              From: Peter Prymmer <pvhp@forte.com>
35498              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
35499              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
35500      Branch: perl
35501            ! t/io/fflush.t
35502 ____________________________________________________________________________
35503 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
35504         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
35505              From: Robin Houston <robin@kitsite.com>
35506              Date: Tue, 8 May 2001 01:14:55 +0100
35507              Message-ID: <20010508011455.A32162@penderel>
35508      Branch: perl
35509            ! ext/B/B/Deparse.pm
35510 ____________________________________________________________________________
35511 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
35512         Log: Typo in #10025.
35513      Branch: perl
35514            ! hints/uts.sh
35515 ____________________________________________________________________________
35516 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
35517         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
35518      Branch: perl
35519            ! hints/uts.sh
35520 ____________________________________________________________________________
35521 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
35522         Log: Subject: Re: [ID 20010506.045] question about hash syntax
35523              From: Peter Scott <Peter@PSDT.com>
35524              Date: Sun, 06 May 2001 13:10:40 -0700
35525              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
35526      Branch: perl
35527            ! pod/perl56delta.pod
35528 ____________________________________________________________________________
35529 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
35530         Log: Configure should figure out the list of dynamic extensions
35531              just fine in UTS-- and in fact it does, as reported by Hal Morris.
35532      Branch: perl
35533            ! hints/uts.sh
35534 ____________________________________________________________________________
35535 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
35536         Log: Update Changes.
35537      Branch: perl
35538            ! Changes patchlevel.h
35539 ____________________________________________________________________________
35540 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
35541         Log: Subject: [PATCH regcomp.c] Insecure regexes
35542              From: Robin Houston <robin@kitsite.com>
35543              Date: Mon, 7 May 2001 21:56:12 +0100
35544              Message-ID: <20010507215612.A31114@penderel>
35545      Branch: perl
35546            ! regcomp.c
35547 ____________________________________________________________________________
35548 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
35549         Log: Drop the foobar.perl.com references for now until Simon
35550              gets them sorted out.
35551      Branch: perl
35552            ! pod/perlfaq2.pod
35553 ____________________________________________________________________________
35554 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
35555         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
35556              From: Prymmer/Kahn <pvhp@best.com>
35557              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
35558              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
35559      Branch: perl
35560            ! lib/Devel/SelfStubber.pm
35561 ____________________________________________________________________________
35562 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
35563         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
35564              From: Prymmer/Kahn <pvhp@best.com>
35565              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
35566              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
35567      Branch: perl
35568            ! win32/Makefile
35569 ____________________________________________________________________________
35570 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
35571         Log: s/WebTechnique's/WebTechniques/
35572      Branch: perl
35573            ! pod/perlfaq2.pod
35574 ____________________________________________________________________________
35575 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
35576         Log: Llama 3 updates from Randal.
35577      Branch: perl
35578            ! pod/perlfaq2.pod
35579 ____________________________________________________________________________
35580 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
35581         Log: Subject: [PATCH] Help -Dt show correct pad variables
35582              From: Benjamin Sugars <ben.sugars@home.com>
35583              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
35584              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
35585      Branch: perl
35586            ! embed.h embed.pl proto.h run.c
35587 ____________________________________________________________________________
35588 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
35589         Log: Subject: [PATCH] Document C<our $foo : shared>
35590              From: Benjamin Sugars <ben.sugars@home.com>
35591              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
35592              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
35593      Branch: perl
35594            ! pod/perlfunc.pod
35595 ____________________________________________________________________________
35596 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
35597         Log: Subject: [PATCH B::Deparse] undefined folded constants
35598              From: Robin Houston <robin@kitsite.com>
35599              Date: Sun, 6 May 2001 17:19:09 +0100
35600              Message-ID: <20010506171909.A7046@penderel>
35601      Branch: perl
35602            ! ext/B/B/Deparse.pm
35603 ____________________________________________________________________________
35604 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
35605         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
35606              From: Robin Houston <robin@kitsite.com>
35607              Message-ID: <20010506164654.A6848@penderel>
35608              Date: Sun, 6 May 2001 16:46:54 +0100
35609      Branch: perl
35610            ! ext/B/B/Deparse.pm
35611 ____________________________________________________________________________
35612 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
35613         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
35614              From: Robin Houston <robin@kitsite.com>
35615              Date: Sun, 6 May 2001 14:47:02 +0100
35616              Message-ID: <20010506144702.A6308@penderel>
35617      Branch: perl
35618            ! t/op/my_stash.t
35619 ____________________________________________________________________________
35620 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
35621         Log: Subject: Perl book, magazine and website updates.
35622              From: Simon Cozens <simon@netthink.co.uk>
35623              Date: Sun, 6 May 2001 16:55:36 +0100
35624              Message-ID: <20010506165536.A1795@netthink.co.uk>
35625      Branch: perl
35626            ! pod/perlbook.pod pod/perlfaq2.pod
35627 ____________________________________________________________________________
35628 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
35629         Log: Tweaks on the Tru64 prof options.
35630      Branch: perl
35631            ! pod/perlhack.pod
35632 ____________________________________________________________________________
35633 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
35634         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
35635              From: Robin Houston <robin@kitsite.com>
35636              Date: Sun, 6 May 2001 14:40:51 +0100
35637              Message-ID: <20010506144051.A6279@penderel>
35638      Branch: perl
35639            ! t/pod/testp2pt.pl
35640 ____________________________________________________________________________
35641 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
35642         Log: Subject: [PATCH B::Deparse] scoping
35643              From: Robin Houston <robin@kitsite.com>
35644              Date: Sun, 6 May 2001 14:36:56 +0100
35645              Message-ID: <20010506143656.A4006@penderel>
35646      Branch: perl
35647            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
35648 ____________________________________________________________________________
35649 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
35650         Log: Document the undefinedness of bitshifting out of range.
35651      Branch: perl
35652            ! pod/perlop.pod
35653 ____________________________________________________________________________
35654 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
35655         Log: Retract #10003 and update the IDE descriptions a bit.
35656      Branch: perl
35657            ! pod/perlfaq3.pod
35658 ____________________________________________________________________________
35659 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
35660         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
35661              From: Prymmer/Kahn <pvhp@best.com>
35662              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
35663              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
35664      Branch: perl
35665            ! win32/Makefile win32/buildext.pl win32/config.bc
35666            ! win32/config.gc win32/config.vc
35667 ____________________________________________________________________________
35668 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
35669         Log: (Retracted by #10005.)
35670      Branch: perl
35671            ! pod/perlfaq3.pod
35672 ____________________________________________________________________________
35673 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
35674         Log: It's "psed", not "sed".
35675      Branch: perl
35676            ! x2p/s2p.PL
35677 ____________________________________________________________________________
35678 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
35679         Log: Update Changes.
35680      Branch: perl
35681            ! Changes patchlevel.h
35682 ____________________________________________________________________________
35683 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
35684         Log: Subject: Re: bleadperl make install fails due to "psed"
35685              From: andreas.koenig@anima.de (Andreas J. Koenig)
35686              Date: 05 May 2001 18:23:28 +0200
35687              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
35688      Branch: perl
35689            ! x2p/Makefile.SH x2p/s2p.PL
35690 ____________________________________________________________________________
35691 [  9999] By: jhi                                   on 2001/05/05  18:28:09
35692         Log: AUTHORS updates.
35693      Branch: perl
35694            ! AUTHORS
35695 ____________________________________________________________________________
35696 [  9998] By: jhi                                   on 2001/05/05  18:16:00
35697         Log: Updates on the pods related to the modules included since 5.6.
35698              
35699              TODO: perltodo really could use major updating.
35700      Branch: perl
35701            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
35702            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
35703            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
35704            ! pod/perlsyn.pod pod/perltodo.pod
35705 ____________________________________________________________________________
35706 [  9997] By: jhi                                   on 2001/05/05  17:35:17
35707         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
35708              from Kurt Skauen.
35709      Branch: perl
35710            + hints/atheos.sh
35711            ! MANIFEST
35712 ____________________________________________________________________________
35713 [  9996] By: jhi                                   on 2001/05/05  17:25:00
35714         Log: Add preemptive #undefs for some of the shorter and more prone
35715              to collision regcomp.h #defines.  (Background: the MASK collided
35716              with a system header #define in Rhapsody.)
35717      Branch: perl
35718            ! regcomp.h
35719 ____________________________________________________________________________
35720 [  9995] By: jhi                                   on 2001/05/05  13:24:21
35721         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
35722              From: Nicholas Clark <nick@ccl4.org>
35723              Date: Sat, 5 May 2001 14:46:39 +0100
35724              Message-ID: <20010505144639.O53513@plum.flirble.org>
35725              
35726              Add a test for the constants (if any) being processed correctly.
35727      Branch: perl
35728            ! utils/h2xs.PL
35729 ____________________________________________________________________________
35730 [  9994] By: jhi                                   on 2001/05/05  02:11:03
35731         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
35732              From: Peter Prymmer <pvhp@forte.com>
35733              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
35734              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
35735      Branch: perl
35736            ! t/lib/b-stash.t
35737 ____________________________________________________________________________
35738 [  9993] By: jhi                                   on 2001/05/05  02:03:49
35739         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
35740              From: Peter Prymmer <pvhp@forte.com>
35741              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
35742              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
35743      Branch: perl
35744            ! perlio.c vms/vmsish.h
35745 ____________________________________________________________________________
35746 [  9992] By: jhi                                   on 2001/05/04  17:21:12
35747         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
35748              From: Robin Barker <rmb1@cise.npl.co.uk>
35749              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
35750              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
35751      Branch: perl
35752            + t/pod/plainer.t
35753            ! MANIFEST
35754 ____________________________________________________________________________
35755 [  9991] By: jhi                                   on 2001/05/04  16:47:45
35756         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
35757              From: Robin Barker <rmb1@cise.npl.co.uk>
35758              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
35759              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
35760      Branch: perl
35761            ! regcomp.c
35762 ____________________________________________________________________________
35763 [  9990] By: jhi                                   on 2001/05/04  14:37:20
35764         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
35765              From: Prymmer/Kahn <pvhp@best.com>
35766              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
35767              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
35768      Branch: perl
35769            ! t/lib/b-stash.t
35770 ____________________________________________________________________________
35771 [  9989] By: jhi                                   on 2001/05/04  14:03:58
35772         Log: Introduce perl572delta, update Todo, add the missing
35773              mention about signal safety since 5.7.1 (though this
35774              requires verification and more details.)
35775      Branch: perl
35776            + pod/perl572delta.pod
35777            ! MANIFEST Todo pod/perl571delta.pod
35778 ____________________________________________________________________________
35779 [  9988] By: jhi                                   on 2001/05/04  12:41:51
35780         Log: Subject: [PATCH perl@9944] long =item
35781              From: Robin Barker <rmb1@cise.npl.co.uk>
35782              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
35783              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
35784      Branch: perl
35785            ! ext/Time/HiRes/HiRes.pm
35786 ____________________________________________________________________________
35787 [  9987] By: jhi                                   on 2001/05/04  12:39:19
35788         Log: The #9901 had removed one line essential for EBCDIC.
35789      Branch: perl
35790            ! regcomp.c
35791 ____________________________________________________________________________
35792 [  9986] By: jhi                                   on 2001/05/04  12:30:23
35793         Log: Subject: cygwin/Makefile.SHs INSTALL patch
35794              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
35795              Date: Mon, 08 Jan 2001 04:59:21 +0200
35796              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
35797      Branch: perl
35798            ! cygwin/Makefile.SHs
35799 ____________________________________________________________________________
35800 [  9985] By: jhi                                   on 2001/05/04  03:51:39
35801         Log: Encode/IO doc tweaks.
35802      Branch: perl
35803            ! ext/Encode/Encode.pm
35804 ____________________________________________________________________________
35805 [  9984] By: jhi                                   on 2001/05/04  03:29:34
35806         Log: Remove GDBM_File from the dynamic extensions for UTS,
35807              GDBM is not a standard feature.
35808      Branch: perl
35809            ! hints/uts.sh
35810 ____________________________________________________________________________
35811 [  9983] By: jhi                                   on 2001/05/04  03:22:59
35812         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
35813      Branch: perl
35814            ! pod/perlretut.pod
35815 ____________________________________________________________________________
35816 [  9982] By: jhi                                   on 2001/05/03  23:21:03
35817         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
35818              From: Benjamin Sugars <bsugars@canoe.ca>
35819              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
35820              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
35821      Branch: perl
35822            ! dump.c
35823 ____________________________________________________________________________
35824 [  9981] By: jhi                                   on 2001/05/03  23:20:05
35825         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
35826              From: Benjamin Sugars <bsugars@canoe.ca>
35827              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
35828              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
35829      Branch: perl
35830            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35831 ____________________________________________________________________________
35832 [  9980] By: jhi                                   on 2001/05/03  23:15:29
35833         Log: Integrate perlio.
35834      Branch: perl
35835           !> ext/Encode/Encode.pm
35836 ____________________________________________________________________________
35837 [  9979] By: jhi                                   on 2001/05/03  16:54:59
35838         Log: Install psed man page.
35839      Branch: perl
35840            ! installman
35841 ____________________________________________________________________________
35842 [  9978] By: jhi                                   on 2001/05/03  16:45:58
35843         Log: Remove unused files; noted by Sarathy.
35844      Branch: perl
35845            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
35846            ! MANIFEST
35847 ____________________________________________________________________________
35848 [  9977] By: jhi                                   on 2001/05/03  16:42:30
35849         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
35850              From: Andy Dougherty <doughera@lafayette.edu>
35851              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
35852              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
35853      Branch: perl
35854            ! INSTALL
35855 ____________________________________________________________________________
35856 [  9976] By: nick                                  on 2001/05/03  16:40:42
35857         Log: Allow $answer = encode($object,$text); like it says in docs.
35858      Branch: perlio
35859            ! ext/Encode/Encode.pm
35860 ____________________________________________________________________________
35861 [  9975] By: nick                                  on 2001/05/03  16:22:30
35862         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
35863              to be in scope (fair enough), and also a package variable (our) for eval to see it.
35864      Branch: perlio
35865            ! ext/Encode/Encode.pm
35866 ____________________________________________________________________________
35867 [  9974] By: nick                                  on 2001/05/03  15:48:17
35868         Log: Integrate mainline.
35869      Branch: perlio
35870           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
35871           +> t/lib/filter-simple.t t/lib/next.t
35872           !> (integrate 70 files)
35873 ____________________________________________________________________________
35874 [  9973] By: jhi                                   on 2001/05/03  13:09:09
35875         Log: Update Changes.
35876      Branch: perl
35877            ! Changes patchlevel.h
35878 ____________________________________________________________________________
35879 [  9972] By: jhi                                   on 2001/05/03  12:58:33
35880         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
35881              From: Prymmer/Kahn <pvhp@best.com>
35882              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
35883              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
35884      Branch: perl
35885            ! t/io/fflush.t
35886 ____________________________________________________________________________
35887 [  9971] By: jhi                                   on 2001/05/03  12:57:26
35888         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
35889              From: Prymmer/Kahn <pvhp@best.com>
35890              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
35891              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
35892      Branch: perl
35893            ! win32/FindExt.pm
35894 ____________________________________________________________________________
35895 [  9970] By: jhi                                   on 2001/05/03  02:42:46
35896         Log: Can't croak sans thread context, from Doug MacEachern.
35897      Branch: perl
35898            ! toke.c
35899 ____________________________________________________________________________
35900 [  9969] By: jhi                                   on 2001/05/03  01:23:48
35901         Log: Subject: Random input test and Perl
35902              From: Ilya Zakharevich <ilya@math.berkeley.edu>
35903              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
35904              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
35905      Branch: perl
35906            ! toke.c
35907 ____________________________________________________________________________
35908 [  9968] By: jhi                                   on 2001/05/02  22:17:21
35909         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
35910              From: Peter Prymmer <pvhp@forte.com>
35911              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
35912              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
35913      Branch: perl
35914            ! pod/perlfunc.pod pod/perlport.pod
35915 ____________________________________________________________________________
35916 [  9967] By: jhi                                   on 2001/05/02  20:12:45
35917         Log: Workaround for UTS compiler casting bug from Hal Morris.
35918      Branch: perl
35919            ! perl.h
35920 ____________________________________________________________________________
35921 [  9966] By: jhi                                   on 2001/05/02  18:31:37
35922         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
35923              From: Dan Sugalski <dan@sidhe.org>
35924              Date: Wed, 02 May 2001 15:23:22 -0400
35925              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
35926      Branch: perl
35927            ! perl.c vms/vms.c
35928 ____________________________________________________________________________
35929 [  9965] By: jhi                                   on 2001/05/02  18:21:29
35930         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
35931      Branch: perl
35932            ! pod/perlfunc.pod
35933 ____________________________________________________________________________
35934 [  9964] By: jhi                                   on 2001/05/02  18:15:01
35935         Log: Document large files in INSTALL, document also the %x
35936              limitation if not use64bitint, closes bug 20010326.007.
35937      Branch: perl
35938            ! INSTALL
35939 ____________________________________________________________________________
35940 [  9963] By: jhi                                   on 2001/05/02  17:24:47
35941         Log: perlmodlib tweaks; regen pods.
35942      Branch: perl
35943            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
35944            ! pod/perltoc.pod
35945 ____________________________________________________________________________
35946 [  9962] By: jhi                                   on 2001/05/02  17:14:00
35947         Log: Fix for a segfault, from Marc Lehmann.
35948      Branch: perl
35949            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
35950 ____________________________________________________________________________
35951 [  9961] By: jhi                                   on 2001/05/02  15:55:53
35952         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
35953              From: "Philip Newton" <pnewton@gmx.de>
35954              Date: Wed, 2 May 2001 18:39:03 +0200
35955              Message-ID: <3AF05447.15525.173B588@localhost>
35956      Branch: perl
35957            ! pod/perlop.pod
35958 ____________________________________________________________________________
35959 [  9960] By: jhi                                   on 2001/05/02  15:35:37
35960         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
35961              From: Dan Sugalski <dan@sidhe.org>
35962              Date: Wed, 02 May 2001 11:37:27 -0400
35963              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
35964      Branch: perl
35965            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
35966            ! thread.h vms/vms.c vms/vmsish.h
35967 ____________________________________________________________________________
35968 [  9959] By: jhi                                   on 2001/05/02  15:21:08
35969         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
35970              From: Benjamin Sugars <bsugars@canoe.ca>
35971              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
35972              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
35973      Branch: perl
35974            ! ext/PerlIO/Scalar/Scalar.xs
35975 ____________________________________________________________________________
35976 [  9958] By: jhi                                   on 2001/05/02  15:15:53
35977         Log: Bug in #9915, spotted by Mike Guy.
35978      Branch: perl
35979            ! installperl
35980 ____________________________________________________________________________
35981 [  9957] By: jhi                                   on 2001/05/02  13:26:01
35982         Log: Add a test for not griping about references as array
35983              indices if the reference has magic in it (overloaded
35984              methods).
35985      Branch: perl
35986            ! pod/perldiag.pod t/pragma/warn/pp_hot
35987 ____________________________________________________________________________
35988 [  9956] By: jhi                                   on 2001/05/02  13:07:01
35989         Log: Retracted a bit too much in #9952.
35990      Branch: perl
35991            ! t/pragma/sub_lval.t
35992 ____________________________________________________________________________
35993 [  9955] By: jhi                                   on 2001/05/02  13:05:38
35994         Log: Test for #9952.
35995      Branch: perl
35996            ! t/op/tie.t
35997 ____________________________________________________________________________
35998 [  9954] By: jhi                                   on 2001/05/02  11:48:18
35999         Log: Additional note on the encoding example: one cannot
36000              convert string constants in-place.
36001      Branch: perl
36002            ! ext/Encode/Encode.pm
36003 ____________________________________________________________________________
36004 [  9953] By: jhi                                   on 2001/05/02  11:43:51
36005         Log: Note that if you have recent enough Perl you already
36006              have Filter::Util::Call.
36007      Branch: perl
36008            ! lib/Filter/Simple.pm
36009 ____________________________________________________________________________
36010 [  9952] By: jhi                                   on 2001/05/02  11:31:53
36011         Log: Retract changes #8254 and #8255, causes coredump in
36012              'tie FH, "main"', reported by Abigail, culprit found by
36013              Benjamin Sugars.  Mirrors maintperl change #9950.
36014      Branch: perl
36015            ! op.c t/pragma/sub_lval.t
36016 ____________________________________________________________________________
36017 [  9951] By: jhi                                   on 2001/05/02  11:14:29
36018         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
36019      Branch: perl
36020            + t/lib/MyFilter.pm
36021 ____________________________________________________________________________
36022 [  9950] By: gsar                                  on 2001/05/02  03:17:11
36023         Log: revert integration of changes#8254,8255 in change#8620 (causes
36024              a coredump in C<tie FH, 'foo'>; the idea itself may need better
36025              rationalization)
36026      Branch: maint-5.6/perl
36027            ! op.c t/pragma/sub_lval.t
36028 ____________________________________________________________________________
36029 [  9949] By: gsar                                  on 2001/05/02  02:56:32
36030         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
36031              
36032              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
36033              
36034              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
36035      Branch: maint-5.6/perl
36036           !> hints/svr5.sh
36037 ____________________________________________________________________________
36038 [  9948] By: gsar                                  on 2001/05/02  02:49:15
36039         Log: pod/find.t breaks on VMS (from Craig Berry)
36040      Branch: maint-5.6/perl
36041            ! t/pod/find.t
36042 ____________________________________________________________________________
36043 [  9947] By: jhi                                   on 2001/05/02  02:43:09
36044         Log: Add an encoding conversion example.
36045      Branch: perl
36046            ! ext/Encode/Encode.pm
36047 ____________________________________________________________________________
36048 [  9946] By: jhi                                   on 2001/05/02  01:34:22
36049         Log: Another coat of paint but still nowhere finished.
36050              Need to decide on the semantics of strptime(): should
36051              strptime() be a function instead of a method?  To do
36052              the week/monthname-strptiming the i18n/l10n bullet needs
36053              to be bitten with gusto.
36054      Branch: perl
36055            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
36056 ____________________________________________________________________________
36057 [  9945] By: jhi                                   on 2001/05/01  23:40:52
36058         Log: Update Changes.
36059      Branch: perl
36060            ! Changes patchlevel.h
36061 ____________________________________________________________________________
36062 [  9944] By: jhi                                   on 2001/05/01  23:33:37
36063         Log: Add known-to-be-tested modules to the list-to-be-skipped.
36064      Branch: perl
36065            ! t/lib/1_compile.t
36066 ____________________________________________________________________________
36067 [  9943] By: jhi                                   on 2001/05/01  23:24:40
36068         Log: Subject: BorlandC++ fix
36069              From: "Vadim Konovalov" <watman@inbox.ru>
36070              Date: Mon, 30 Apr 2001 20:12:26 -0700
36071              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
36072      Branch: perl
36073            ! win32/makefile.mk
36074 ____________________________________________________________________________
36075 [  9942] By: jhi                                   on 2001/05/01  23:18:02
36076         Log: Update to Filter::Simple 0.60, create a test for it.
36077      Branch: perl
36078            + t/lib/filter-simple.t
36079            ! MANIFEST lib/Filter/Simple.pm
36080 ____________________________________________________________________________
36081 [  9941] By: jhi                                   on 2001/05/01  19:47:24
36082         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
36083              From: Hugo <hv@crypt.compulink.co.uk>
36084              Date: Tue, 01 May 2001 20:12:20 +0100
36085              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
36086      Branch: perl
36087            ! pp_hot.c t/op/re_tests
36088 ____________________________________________________________________________
36089 [  9940] By: jhi                                   on 2001/05/01  19:42:16
36090         Log: Integrate perlio.
36091      Branch: perl
36092           !> lib/base.pm t/lib/fields.t
36093 ____________________________________________________________________________
36094 [  9939] By: jhi                                   on 2001/05/01  19:39:51
36095         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
36096              From: Benjamin Sugars <bsugars@canoe.ca>
36097              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
36098              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
36099      Branch: perl
36100            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36101 ____________________________________________________________________________
36102 [  9938] By: jhi                                   on 2001/05/01  19:34:09
36103         Log: Add NEXT, a pseudo-class for method redispatching.
36104              <Damian>NEXT.pm probably offers more bang-for-buck
36105              than anything else I've ever written.</Damian>
36106      Branch: perl
36107            + lib/NEXT.pm t/lib/next.t
36108            ! MANIFEST
36109 ____________________________________________________________________________
36110 [  9937] By: jhi                                   on 2001/05/01  19:21:41
36111         Log: Update to Switch 2.02.
36112      Branch: perl
36113            ! lib/Switch.pm t/lib/switch.t
36114 ____________________________________________________________________________
36115 [  9936] By: nick                                  on 2001/05/01  19:09:21
36116         Log: Fix for base.pm clobbering $VERSION
36117      Branch: perlio
36118            ! lib/base.pm
36119 ____________________________________________________________________________
36120 [  9935] By: nick                                  on 2001/05/01  18:54:38
36121         Log: Test for base.pm clobbering $VERSION.
36122      Branch: perlio
36123            ! t/lib/fields.t
36124 ____________________________________________________________________________
36125 [  9934] By: jhi                                   on 2001/05/01  18:39:10
36126         Log: Add information about Scalar::Util::blessed.
36127      Branch: perl
36128            ! pod/perlobj.pod
36129 ____________________________________________________________________________
36130 [  9933] By: jhi                                   on 2001/05/01  18:33:51
36131         Log: Subject: Extra UNIVERSAL documentation
36132              From: Mike Guy <mjtg@cam.ac.uk>
36133              Date: Tue, 01 May 2001 20:12:11 +0100
36134              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
36135      Branch: perl
36136            ! pod/perlobj.pod
36137 ____________________________________________________________________________
36138 [  9932] By: jhi                                   on 2001/05/01  18:26:54
36139         Log: Subject: Autoflush in tests as appropriate
36140              From: Mike Guy <mjtg@cam.ac.uk>
36141              Date: Tue, 01 May 2001 20:05:31 +0100
36142              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
36143      Branch: perl
36144            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
36145            ! t/op/taint.t
36146 ____________________________________________________________________________
36147 [  9931] By: jhi                                   on 2001/05/01  18:02:29
36148         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
36149              From: Benjamin Sugars <bsugars@canoe.ca>
36150              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
36151              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
36152      Branch: perl
36153            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36154 ____________________________________________________________________________
36155 [  9930] By: jhi                                   on 2001/05/01  15:12:26
36156         Log: Subject: Re: Finally got a round tuit
36157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36158              Date: Tue, 01 May 2001 14:14:10 +0200
36159              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
36160              
36161              The -DP part, slightly modified.
36162      Branch: perl
36163            ! perl.c
36164 ____________________________________________________________________________
36165 [  9929] By: jhi                                   on 2001/05/01  14:17:15
36166         Log: Subject: Re: Finally got a round tuit
36167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36168              Date: Tue, 01 May 2001 16:34:06 +0200
36169              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
36170              
36171              cpp and optimization tweaks for HP-UX.
36172      Branch: perl
36173            ! hints/hpux.sh
36174 ____________________________________________________________________________
36175 [  9928] By: jhi                                   on 2001/05/01  13:24:20
36176         Log: Tune the scan_num() comments to reality.
36177      Branch: perl
36178            ! toke.c
36179 ____________________________________________________________________________
36180 [  9927] By: jhi                                   on 2001/05/01  13:14:01
36181         Log: Subject: [PATCH B::Deparse] optimised sort
36182              From: Robin Houston <robin@kitsite.com>
36183              Date: Tue, 1 May 2001 14:07:12 +0100
36184              Message-ID: <20010501140712.A4266@penderel>
36185      Branch: perl
36186            ! ext/B/B/Deparse.pm
36187 ____________________________________________________________________________
36188 [  9926] By: jhi                                   on 2001/05/01  13:10:53
36189         Log: Subject: [PATCH t/lib/b-deparse.t] 
36190              From: Robin Houston <robin@kitsite.com>
36191              Date: Tue, 1 May 2001 13:37:42 +0100
36192              Message-ID: <20010501133742.A4082@penderel>
36193      Branch: perl
36194            ! t/lib/b-deparse.t
36195 ____________________________________________________________________________
36196 [  9925] By: jhi                                   on 2001/05/01  13:10:13
36197         Log: Subject: [PATCH B::Deparse] for(;;), sort
36198              From: Robin Houston <robin@kitsite.com>
36199              Date: Tue, 1 May 2001 13:35:00 +0100
36200              Message-ID: <20010501133500.A4061@penderel>
36201      Branch: perl
36202            ! ext/B/B/Deparse.pm
36203 ____________________________________________________________________________
36204 [  9924] By: jhi                                   on 2001/05/01  13:09:22
36205         Log: Subject: [PATCH B::Deparse] do, warn, use
36206              From: Robin Houston <robin@kitsite.com>
36207              Date: Tue, 1 May 2001 13:31:03 +0100
36208              Message-ID: <20010501133103.A4041@penderel>
36209      Branch: perl
36210            ! ext/B/B/Deparse.pm
36211 ____________________________________________________________________________
36212 [  9923] By: jhi                                   on 2001/05/01  11:45:36
36213         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
36214              From: Benjamin Sugars <ben.sugars@home.com>
36215              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
36216              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
36217      Branch: perl
36218            + t/io/fflush.t
36219            ! MANIFEST
36220 ____________________________________________________________________________
36221 [  9922] By: jhi                                   on 2001/05/01  11:35:42
36222         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
36223              From: Peter Prymmer <pvhp@forte.com>
36224              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
36225              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
36226      Branch: perl
36227            ! t/lib/selfstubber.t
36228 ____________________________________________________________________________
36229 [  9921] By: jhi                                   on 2001/04/30  16:34:33
36230         Log: Subject: [PATCH B::Concise] suppress warning
36231              From: Robin Houston <robin@kitsite.com>
36232              Date: Mon, 30 Apr 2001 16:09:49 +0100
36233              Message-ID: <20010430160949.A25086@penderel>
36234      Branch: perl
36235            ! ext/B/B/Concise.pm
36236 ____________________________________________________________________________
36237 [  9920] By: jhi                                   on 2001/04/30  13:56:04
36238         Log: Strip the *markers* from #9919.
36239      Branch: perl
36240            ! pod/perlfaq.pod pod/perlfaq5.pod
36241 ____________________________________________________________________________
36242 [  9919] By: jhi                                   on 2001/04/30  13:54:04
36243         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
36244              From: Gwyn Judd <b.judd@xtra.co.nz>
36245              Date: Sun, 29 Apr 2001 01:47:49 +1200
36246              Message-ID: <20010429014749.A4418@thislove>
36247      Branch: perl
36248            ! pod/perlfaq.pod pod/perlfaq5.pod
36249 ____________________________________________________________________________
36250 [  9918] By: jhi                                   on 2001/04/30  13:13:54
36251         Log: More_tweakage.
36252      Branch: perl
36253            ! pod/perldata.pod pod/perldiag.pod
36254 ____________________________________________________________________________
36255 [  9917] By: jhi                                   on 2001/04/30  13:01:27
36256         Log: Update Changes.
36257      Branch: perl
36258            ! Changes patchlevel.h
36259 ____________________________________________________________________________
36260 [  9916] By: jhi                                   on 2001/04/30  12:57:03
36261         Log: T_w_e_a_k_a_g_e.
36262      Branch: perl
36263            ! pod/perldata.pod pod/perldiag.pod
36264 ____________________________________________________________________________
36265 [  9915] By: jhi                                   on 2001/04/30  12:39:29
36266         Log: Install s2p also as psed.
36267              
36268              TODO: psed documentation?
36269      Branch: perl
36270            ! installperl
36271 ____________________________________________________________________________
36272 [  9914] By: jhi                                   on 2001/04/30  12:29:21
36273         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
36274              From: Jens Hamisch <jens@Strawberry.COM>
36275              Date: Fri, 27 Apr 2001 17:00:36 +0200
36276              Message-ID: <20010427170036.K1372@Strawberry.COM>
36277              
36278              SOCKS5_VERSION_NAME is the right symbol to detect
36279              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
36280              function called socks5_init() is available, and even that is
36281              not universal, most SOCKS5 installations use SOCKSinit()).
36282      Branch: perl
36283            ! perlio.c
36284 ____________________________________________________________________________
36285 [  9913] By: jhi                                   on 2001/04/30  12:22:15
36286         Log: Allow a zero timeout on IO::Socket accept and connect--
36287              though one really shouldn't do that.  Based on
36288              
36289              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
36290              From: "John Holdsworth" <coldwave@bigfoot.com>
36291              Date: Sun, 4 Feb 2001 12:48:18 +0100
36292              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
36293      Branch: perl
36294            ! ext/IO/lib/IO/Socket.pm
36295 ____________________________________________________________________________
36296 [  9912] By: jhi                                   on 2001/04/30  11:27:27
36297         Log: Save the spot of regprev (see #9911) for binary compatibility;
36298              regen API.
36299      Branch: perl
36300            ! embedvar.h perlapi.h thrdvar.h
36301 ____________________________________________________________________________
36302 [  9911] By: jhi                                   on 2001/04/30  11:22:03
36303         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
36304              From: Hugo <hv@crypt.compulink.co.uk>
36305              Date: Sun, 29 Apr 2001 17:09:30 +0100
36306              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
36307      Branch: perl
36308            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
36309 ____________________________________________________________________________
36310 [  9910] By: jhi                                   on 2001/04/30  11:15:12
36311         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
36312              a dummy for PL_numeric_radix); no pressing reason to break
36313              binary compatibility; regen API.
36314      Branch: perl
36315            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
36316            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
36317 ____________________________________________________________________________
36318 [  9909] By: jhi                                   on 2001/04/30  10:56:08
36319         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
36320              From: Walt Mankowski <waltman@netaxs.com>
36321              Date: Sun, 29 Apr 2001 21:53:48 -0400
36322              Message-ID: <20010429215348.A3971@netaxs.com>
36323      Branch: perl
36324            ! pod/perlfunc.pod
36325 ____________________________________________________________________________
36326 [  9908] By: jhi                                   on 2001/04/30  10:49:40
36327         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
36328      Branch: perl
36329            ! t/lib/selfstubber.t
36330 ____________________________________________________________________________
36331 [  9907] By: nick                                  on 2001/04/30  09:26:50
36332         Log: Integrate mainline.
36333      Branch: perlio
36334           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
36335 ____________________________________________________________________________
36336 [  9906] By: jhi                                   on 2001/04/29  23:24:20
36337         Log: Abigail spotted a thinko in #9905.
36338      Branch: perl
36339            ! pod/perldiag.pod
36340 ____________________________________________________________________________
36341 [  9905] By: jhi                                   on 2001/04/29  15:55:39
36342         Log: Changed the underscore/undebar syntax in numeric constants;
36343              now any grouping will do, as long as the underscores are not
36344              consecutive (so "zero-grouping" is out), and they do not begin
36345              or end the integer or fractional parts.
36346      Branch: perl
36347            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
36348 ____________________________________________________________________________
36349 [  9904] By: nick                                  on 2001/04/29  15:43:22
36350         Log: Integrate mainline.
36351      Branch: perlio
36352           +> (branch 98 files)
36353            - lib/unicode/Block.pl
36354            - lib/unicode/In/AlphabeticPresentationForms.pl
36355            - lib/unicode/In/Arabic.pl
36356            - lib/unicode/In/ArabicPresentationForms-A.pl
36357            - lib/unicode/In/ArabicPresentationForms-B.pl
36358            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
36359            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
36360            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
36361            - lib/unicode/In/BopomofoExtended.pl
36362            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
36363            - lib/unicode/In/CJKCompatibility.pl
36364            - lib/unicode/In/CJKCompatibilityForms.pl
36365            - lib/unicode/In/CJKCompatibilityIdeographs.pl
36366            - lib/unicode/In/CJKRadicalsSupplement.pl
36367            - lib/unicode/In/CJKSymbolsandPunctuation.pl
36368            - lib/unicode/In/CJKUnifiedIdeographs.pl
36369            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
36370            - lib/unicode/In/Cherokee.pl
36371            - lib/unicode/In/CombiningDiacriticalMarks.pl
36372            - lib/unicode/In/CombiningHalfMarks.pl
36373            - lib/unicode/In/CombiningMarksforSymbols.pl
36374            - lib/unicode/In/ControlPictures.pl
36375            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
36376            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
36377            - lib/unicode/In/EnclosedAlphanumerics.pl
36378            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
36379            - lib/unicode/In/Ethiopic.pl
36380            - lib/unicode/In/GeneralPunctuation.pl
36381            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
36382            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
36383            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
36384            - lib/unicode/In/HalfwidthandFullwidthForms.pl
36385            - lib/unicode/In/HangulCompatibilityJamo.pl
36386            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
36387            - lib/unicode/In/Hebrew.pl
36388            - lib/unicode/In/HighPrivateUseSurrogates.pl
36389            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
36390            - lib/unicode/In/IPAExtensions.pl
36391            - lib/unicode/In/IdeographicDescriptionCharacters.pl
36392            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
36393            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
36394            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
36395            - lib/unicode/In/Latin-1Supplement.pl
36396            - lib/unicode/In/LatinExtended-A.pl
36397            - lib/unicode/In/LatinExtended-B.pl
36398            - lib/unicode/In/LatinExtendedAdditional.pl
36399            - lib/unicode/In/LetterlikeSymbols.pl
36400            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
36401            - lib/unicode/In/MathematicalOperators.pl
36402            - lib/unicode/In/MiscellaneousSymbols.pl
36403            - lib/unicode/In/MiscellaneousTechnical.pl
36404            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
36405            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
36406            - lib/unicode/In/OpticalCharacterRecognition.pl
36407            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
36408            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
36409            - lib/unicode/In/SmallFormVariants.pl
36410            - lib/unicode/In/SpacingModifierLetters.pl
36411            - lib/unicode/In/Specials.pl
36412            - lib/unicode/In/SuperscriptsandSubscripts.pl
36413            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
36414            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
36415            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
36416            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
36417            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
36418           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
36419           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
36420           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
36421           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
36422           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
36423           !> utf8.c win32/Makefile
36424 ____________________________________________________________________________
36425 [  9903] By: jhi                                   on 2001/04/29  14:30:53
36426         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
36427              From: Prymmer/Kahn <pvhp@best.com>
36428              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
36429              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
36430      Branch: perl
36431            ! win32/Makefile
36432 ____________________________________________________________________________
36433 [  9902] By: jhi                                   on 2001/04/29  02:52:44
36434         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
36435              From: "Abigail" <abigail@foad.org>
36436              Date: Sun, 29 Apr 2001 03:14:25 +0200
36437              Message-ID: <20010429011425.24503.qmail@foad.org>
36438      Branch: perl
36439            ! ext/IO/lib/IO/Seekable.pm
36440 ____________________________________________________________________________
36441 [  9901] By: jhi                                   on 2001/04/29  02:04:46
36442         Log: In character classes one couldn't have 0x80..0xff characters
36443              at the left hand side if there were 0x100.. characters in the
36444              character class.
36445      Branch: perl
36446            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
36447            ! t/op/pat.t utf8.c
36448 ____________________________________________________________________________
36449 [  9900] By: jhi                                   on 2001/04/28  22:55:04
36450         Log: Forgot the latest mktables.PL from #9899.
36451      Branch: perl
36452            ! lib/unicode/mktables.PL
36453 ____________________________________________________________________________
36454 [  9899] By: jhi                                   on 2001/04/28  22:53:28
36455         Log: Explain the \p{} and \P{} error message better and
36456              have prettier prettyprint in In.pl.
36457      Branch: perl
36458            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
36459            ! pod/perldiag.pod
36460 ____________________________________________________________________________
36461 [  9898] By: jhi                                   on 2001/04/28  21:03:34
36462         Log: Add one possible explanation for the "Invalid [] range" error.
36463      Branch: perl
36464            ! pod/perldiag.pod
36465 ____________________________________________________________________________
36466 [  9897] By: jhi                                   on 2001/04/28  17:18:26
36467         Log: Add a level of indirection to the implementation of \p{InFoo}
36468              so that we don't have to have long filenames.  (Nothing changes
36469              in the user interface.)   The indirection is defined in
36470              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
36471              Also rename some the character classes by removing '-' from
36472              the classnames, and finally renamed Block.pl as Blocks.pl.
36473      Branch: perl
36474            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
36475            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
36476            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
36477            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
36478            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
36479            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
36480            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
36481            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
36482            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
36483            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
36484            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
36485            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
36486            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
36487            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
36488            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
36489            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
36490            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
36491            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
36492            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
36493            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
36494            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
36495            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
36496            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
36497            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
36498            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
36499            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
36500            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
36501            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
36502            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
36503            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
36504            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
36505            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
36506            + lib/unicode/In/94.pl lib/unicode/In/95.pl
36507            - lib/unicode/Block.pl
36508            - lib/unicode/In/AlphabeticPresentationForms.pl
36509            - lib/unicode/In/Arabic.pl
36510            - lib/unicode/In/ArabicPresentationForms-A.pl
36511            - lib/unicode/In/ArabicPresentationForms-B.pl
36512            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
36513            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
36514            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
36515            - lib/unicode/In/BopomofoExtended.pl
36516            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
36517            - lib/unicode/In/CJKCompatibility.pl
36518            - lib/unicode/In/CJKCompatibilityForms.pl
36519            - lib/unicode/In/CJKCompatibilityIdeographs.pl
36520            - lib/unicode/In/CJKRadicalsSupplement.pl
36521            - lib/unicode/In/CJKSymbolsandPunctuation.pl
36522            - lib/unicode/In/CJKUnifiedIdeographs.pl
36523            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
36524            - lib/unicode/In/Cherokee.pl
36525            - lib/unicode/In/CombiningDiacriticalMarks.pl
36526            - lib/unicode/In/CombiningHalfMarks.pl
36527            - lib/unicode/In/CombiningMarksforSymbols.pl
36528            - lib/unicode/In/ControlPictures.pl
36529            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
36530            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
36531            - lib/unicode/In/EnclosedAlphanumerics.pl
36532            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
36533            - lib/unicode/In/Ethiopic.pl
36534            - lib/unicode/In/GeneralPunctuation.pl
36535            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
36536            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
36537            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
36538            - lib/unicode/In/HalfwidthandFullwidthForms.pl
36539            - lib/unicode/In/HangulCompatibilityJamo.pl
36540            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
36541            - lib/unicode/In/Hebrew.pl
36542            - lib/unicode/In/HighPrivateUseSurrogates.pl
36543            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
36544            - lib/unicode/In/IPAExtensions.pl
36545            - lib/unicode/In/IdeographicDescriptionCharacters.pl
36546            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
36547            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
36548            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
36549            - lib/unicode/In/Latin-1Supplement.pl
36550            - lib/unicode/In/LatinExtended-A.pl
36551            - lib/unicode/In/LatinExtended-B.pl
36552            - lib/unicode/In/LatinExtendedAdditional.pl
36553            - lib/unicode/In/LetterlikeSymbols.pl
36554            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
36555            - lib/unicode/In/MathematicalOperators.pl
36556            - lib/unicode/In/MiscellaneousSymbols.pl
36557            - lib/unicode/In/MiscellaneousTechnical.pl
36558            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
36559            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
36560            - lib/unicode/In/OpticalCharacterRecognition.pl
36561            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
36562            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
36563            - lib/unicode/In/SmallFormVariants.pl
36564            - lib/unicode/In/SpacingModifierLetters.pl
36565            - lib/unicode/In/Specials.pl
36566            - lib/unicode/In/SuperscriptsandSubscripts.pl
36567            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
36568            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
36569            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
36570            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
36571            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
36572            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
36573            ! pod/perlunicode.pod
36574 ____________________________________________________________________________
36575 [  9896] By: jhi                                   on 2001/04/28  14:33:17
36576         Log: Update the information on shared library path on HP-UX.
36577      Branch: perl
36578            ! INSTALL
36579 ____________________________________________________________________________
36580 [  9895] By: jhi                                   on 2001/04/28  14:32:30
36581         Log: Because #9894 seems to do the trick, this workaround can be removed.
36582      Branch: perl
36583            ! t/lib/selfstubber.t
36584 ____________________________________________________________________________
36585 [  9894] By: jhi                                   on 2001/04/28  14:26:13
36586         Log: For PerlIO flush the children's file handles (on fork/exec/system).
36587      Branch: perl
36588            ! perl.h
36589 ____________________________________________________________________________
36590 [  9893] By: jhi                                   on 2001/04/28  14:23:15
36591         Log: Test tweak for #9891.
36592      Branch: perl
36593            ! t/lib/b-deparse.t
36594 ____________________________________________________________________________
36595 [  9892] By: jhi                                   on 2001/04/28  14:10:13
36596         Log: New HP-UX hints from Merijn.
36597      Branch: perl
36598            ! hints/hpux.sh
36599 ____________________________________________________________________________
36600 [  9891] By: jhi                                   on 2001/04/28  14:07:27
36601         Log: Subject: [PATCH B::Deparse] non-block scopes
36602              From: Robin Houston <robin@kitsite.com>
36603              Date: Fri, 27 Apr 2001 19:15:14 +0100
36604              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
36605      Branch: perl
36606            ! ext/B/B/Deparse.pm
36607 ____________________________________________________________________________
36608 [  9890] By: nick                                  on 2001/04/27  19:41:25
36609         Log: Integrate mainline
36610      Branch: perlio
36611           +> t/lib/selfstubber.t
36612           !> (integrate 50 files)
36613 ____________________________________________________________________________
36614 [  9889] By: jhi                                   on 2001/04/27  18:23:46
36615         Log: Subject: Re: selfstubber test fail on bleadperl
36616              From: Mike Guy <mjtg@cam.ac.uk>
36617              Date: Fri, 27 Apr 2001 19:31:18 +0100
36618              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
36619      Branch: perl
36620            ! t/lib/selfstubber.t
36621 ____________________________________________________________________________
36622 [  9888] By: jhi                                   on 2001/04/27  16:20:54
36623         Log: Test tweak for #9886.
36624      Branch: perl
36625            ! t/lib/b-deparse.t
36626 ____________________________________________________________________________
36627 [  9887] By: jhi                                   on 2001/04/27  16:16:33
36628         Log: Buffering issue at least in Solaris (even with perlio).
36629      Branch: perl
36630            ! t/lib/selfstubber.t
36631 ____________________________________________________________________________
36632 [  9886] By: jhi                                   on 2001/04/27  14:59:23
36633         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
36634              From: Robin Houston <robin@kitsite.com>
36635              Date: Fri, 27 Apr 2001 16:53:20 +0100
36636              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
36637      Branch: perl
36638            ! ext/B/B/Deparse.pm
36639 ____________________________________________________________________________
36640 [  9885] By: jhi                                   on 2001/04/27  14:23:51
36641         Log: Update Changes.
36642      Branch: perl
36643            ! Changes patchlevel.h
36644 ____________________________________________________________________________
36645 [  9884] By: jhi                                   on 2001/04/27  14:14:12
36646         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
36647              From: "Philip Newton" <pnewton@gmx.de>
36648              Date: Fri, 27 Apr 2001 16:40:13 +0200
36649              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
36650      Branch: perl
36651            ! pod/perldata.pod
36652 ____________________________________________________________________________
36653 [  9883] By: jhi                                   on 2001/04/27  13:28:19
36654         Log: Add LOG_PERROR; prettify the "removed".
36655      Branch: perl
36656            ! ext/Sys/Syslog/Syslog.xs
36657 ____________________________________________________________________________
36658 [  9882] By: jhi                                   on 2001/04/27  13:13:18
36659         Log: h2xs tweaks: use NV instead of double, "quote" the removed
36660              prefixes for clarity (especially when nothing is removed),
36661              slight pod reformats.
36662      Branch: perl
36663            ! utils/h2xs.PL
36664 ____________________________________________________________________________
36665 [  9881] By: jhi                                   on 2001/04/27  12:58:48
36666         Log: Don't bother creating existing directories.
36667      Branch: perl
36668            ! utils/h2xs.PL
36669 ____________________________________________________________________________
36670 [  9880] By: jhi                                   on 2001/04/27  12:45:39
36671         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
36672              From: Mike Schilli <m@perlmeister.com>
36673              Date: Wed, 25 Apr 2001 01:29:21 -0700
36674              Message-id: <3AE68AE1.6A981723@perlmeister.com>
36675      Branch: perl
36676            ! utils/h2xs.PL
36677 ____________________________________________________________________________
36678 [  9879] By: jhi                                   on 2001/04/27  12:40:55
36679         Log: break is not yet Perl.  Added the template license also to README.
36680      Branch: perl
36681            ! utils/h2xs.PL
36682 ____________________________________________________________________________
36683 [  9878] By: jhi                                   on 2001/04/27  03:08:20
36684         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
36685              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36686              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
36687              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
36688      Branch: perl
36689            ! t/lib/xs-typemap.t
36690 ____________________________________________________________________________
36691 [  9877] By: jhi                                   on 2001/04/26  23:54:40
36692         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
36693              From: "Abigail" <abigail@foad.org>
36694              Date: Fri, 27 Apr 2001 01:44:28 +0200
36695              Message-ID: <20010426234428.19786.qmail@foad.org>
36696      Branch: perl
36697            ! utils/h2xs.PL
36698 ____________________________________________________________________________
36699 [  9876] By: jhi                                   on 2001/04/26  23:52:06
36700         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
36701              From: Peter Prymmer <pvhp@forte.com>
36702              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
36703              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
36704      Branch: perl
36705            ! t/lib/selfstubber.t
36706 ____________________________________________________________________________
36707 [  9875] By: jhi                                   on 2001/04/26  23:48:10
36708         Log: Deparse nits.
36709      Branch: perl
36710            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
36711 ____________________________________________________________________________
36712 [  9874] By: jhi                                   on 2001/04/26  22:46:05
36713         Log: Document ANYOF_CLASS.
36714      Branch: perl
36715            ! regcomp.h
36716 ____________________________________________________________________________
36717 [  9873] By: jhi                                   on 2001/04/26  22:35:03
36718         Log: Subject: Re: [PATCH @9846] dumping ANYOF
36719              From: Hugo <hv@crypt.compulink.co.uk>
36720              Date: Thu, 26 Apr 2001 23:33:38 +0100
36721              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
36722      Branch: perl
36723            ! regcomp.c regcomp.h
36724 ____________________________________________________________________________
36725 [  9872] By: jhi                                   on 2001/04/26  22:34:31
36726         Log: Subject: [PATCH] more for Devel::SelfStubber
36727              From: Nicholas Clark <nick@ccl4.org>
36728              Date: Fri, 27 Apr 2001 00:13:52 +0100
36729              Message-ID: <20010427001351.K88186@plum.flirble.org>
36730      Branch: perl
36731            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
36732 ____________________________________________________________________________
36733 [  9871] By: jhi                                   on 2001/04/26  21:59:17
36734         Log: Subject: [PATCH B::Deparse] formats must be flush left
36735              From: Robin Houston <robin@kitsite.com>
36736              Date: Thu, 26 Apr 2001 23:54:29 +0100
36737              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
36738      Branch: perl
36739            ! ext/B/B/Deparse.pm
36740 ____________________________________________________________________________
36741 [  9870] By: jhi                                   on 2001/04/26  21:57:37
36742         Log: If some of the constants are prefixes of others,
36743              the prefixes may never get recognized.  (See 20010426.006.)
36744      Branch: perl
36745            ! utils/h2xs.PL
36746 ____________________________________________________________________________
36747 [  9869] By: jhi                                   on 2001/04/26  21:50:42
36748         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
36749              From: Chris Bongaarts <cab@tc.umn.edu>
36750              Date: Thu, 26 Apr 2001 17:10:31 -0500
36751              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
36752      Branch: perl
36753            ! ext/Sys/Syslog/Syslog.xs
36754 ____________________________________________________________________________
36755 [  9868] By: jhi                                   on 2001/04/26  21:35:12
36756         Log: Further cuts and more docs from Graham Barr.
36757      Branch: perl
36758            ! ext/List/Util/lib/List/Util.pm
36759            ! ext/List/Util/lib/Scalar/Util.pm
36760 ____________________________________________________________________________
36761 [  9867] By: jhi                                   on 2001/04/26  21:18:57
36762         Log: Subject: [PATCH 5.7.1] DB_File-1.77
36763              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
36764              Date: Thu, 26 Apr 2001 22:37:53 +0100
36765              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
36766      Branch: perl
36767            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36768            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36769 ____________________________________________________________________________
36770 [  9866] By: jhi                                   on 2001/04/26  21:12:31
36771         Log: Subject: [PATCH B::Deparse] fix easy bugs
36772              From: Robin Houston <robin@kitsite.com>
36773              Date: Thu, 26 Apr 2001 23:03:33 +0100
36774              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
36775      Branch: perl
36776            ! ext/B/B/Deparse.pm
36777 ____________________________________________________________________________
36778 [  9865] By: jhi                                   on 2001/04/26  20:26:13
36779         Log: Update Changes.
36780      Branch: perl
36781            ! Changes patchlevel.h
36782 ____________________________________________________________________________
36783 [  9864] By: jhi                                   on 2001/04/26  19:27:48
36784         Log: Dethinko from Robin Houston.
36785      Branch: perl
36786            ! ext/B/B/Deparse.pm
36787 ____________________________________________________________________________
36788 [  9863] By: jhi                                   on 2001/04/26  19:10:35
36789         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
36790              From: Robin Houston <robin@kitsite.com>
36791              Date: Thu, 26 Apr 2001 21:08:32 +0100
36792              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
36793      Branch: perl
36794            ! ext/B/B/Deparse.pm
36795 ____________________________________________________________________________
36796 [  9862] By: jhi                                   on 2001/04/26  19:04:23
36797         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36798              From: Robin Houston <robin@kitsite.com>
36799              Date: Thu, 26 Apr 2001 20:52:50 +0100
36800              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
36801      Branch: perl
36802            ! ext/B/B/Deparse.pm
36803 ____________________________________________________________________________
36804 [  9861] By: jhi                                   on 2001/04/26  18:56:14
36805         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
36806              From: Mike Guy <mjtg@cam.ac.uk>
36807              Date: Thu, 26 Apr 2001 14:22:40 +0100
36808              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
36809      Branch: perl
36810            ! pod/perlobj.pod
36811 ____________________________________________________________________________
36812 [  9860] By: jhi                                   on 2001/04/26  18:46:42
36813         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36814              From: Robin Houston <robin@kitsite.com>
36815              Date: Thu, 26 Apr 2001 20:34:29 +0100
36816              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
36817              
36818              Hashes do not interpolate.
36819      Branch: perl
36820            ! ext/B/B/Deparse.pm
36821 ____________________________________________________________________________
36822 [  9859] By: jhi                                   on 2001/04/26  18:43:51
36823         Log: Subject: The Time::Piece conspiracy unmasked!!!
36824              From: Mike Guy <mjtg@cam.ac.uk>
36825              Date: Thu, 26 Apr 2001 19:02:50 +0100
36826              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
36827              
36828              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
36829              From: Mike Guy <mjtg@cam.ac.uk>
36830              Date: Thu, 26 Apr 2001 19:08:21 +0100
36831              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
36832              
36833              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
36834              From: Graham Barr <gbarr@pobox.com>
36835              Date: Thu, 26 Apr 2001 19:12:03 +0100
36836              Message-ID: <20010426191203.A70835@pobox.com>
36837              
36838              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
36839      Branch: perl
36840            ! ext/List/Util/lib/List/Util.pm
36841            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
36842 ____________________________________________________________________________
36843 [  9858] By: jhi                                   on 2001/04/26  18:17:42
36844         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
36845              From: Robin Houston <robin@kitsite.com>
36846              Date: Thu, 26 Apr 2001 16:09:35 +0100
36847              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
36848      Branch: perl
36849            ! t/comp/proto.t
36850 ____________________________________________________________________________
36851 [  9857] By: jhi                                   on 2001/04/26  18:04:59
36852         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
36853              From: barries <barries@slaysys.com>
36854              Date: Thu, 26 Apr 2001 12:01:10 -0400
36855              Message-ID: <20010426120110.E29698@jester.slaysys.com>
36856      Branch: perl
36857            ! pod/perldiag.pod
36858 ____________________________________________________________________________
36859 [  9856] By: jhi                                   on 2001/04/26  18:03:33
36860         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
36861              Date: Thu, 26 Apr 2001 17:13:41 +0100
36862              From: Robin Houston <robin@kitsite.com>
36863              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
36864              
36865              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36866              From: Robin Houston <robin@kitsite.com>
36867              Date: Thu, 26 Apr 2001 18:44:29 +0100
36868              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
36869      Branch: perl
36870            ! ext/B/B/Deparse.pm
36871 ____________________________________________________________________________
36872 [  9855] By: jhi                                   on 2001/04/26  17:56:04
36873         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
36874              From: Robin Houston <robin@kitsite.com>
36875              Date: Thu, 26 Apr 2001 17:04:08 +0100
36876              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
36877      Branch: perl
36878            ! ext/B/B/Deparse.pm
36879 ____________________________________________________________________________
36880 [  9854] By: jhi                                   on 2001/04/26  17:47:26
36881         Log: Subject: Re: Short test case for undef %stash:: crash
36882              From: Benjamin Sugars <bsugars@canoe.ca> 
36883              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
36884              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
36885              Changed and moved the perldiag entry.
36886      Branch: perl
36887            ! gv.c pod/perldiag.pod
36888 ____________________________________________________________________________
36889 [  9853] By: jhi                                   on 2001/04/26  14:35:16
36890         Log: Beginnings of strptime().  Do not touch the wet paint.
36891      Branch: perl
36892            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
36893 ____________________________________________________________________________
36894 [  9852] By: jhi                                   on 2001/04/26  13:17:21
36895         Log: Retract #9851, core dumps from pod2man.
36896      Branch: perl
36897            ! regcomp.c
36898 ____________________________________________________________________________
36899 [  9851] By: jhi                                   on 2001/04/26  11:54:41
36900         Log: (Retracted by #9852.)
36901              
36902              Subject: [PATCH @9846] dumping ANYOF
36903              From: Hugo <hv@crypt.compulink.co.uk>
36904              Date: Thu, 26 Apr 2001 05:32:38 +0100
36905              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
36906      Branch: perl
36907            ! regcomp.c
36908 ____________________________________________________________________________
36909 [  9850] By: jhi                                   on 2001/04/26  02:34:44
36910         Log: If ccflags was empty the _previous_ $* containing all the
36911              environment variables and Configure variables was used,
36912              which lead, among other bad things, into $ccflags being your
36913              uname -a output, which lead into test compile with cc failing,
36914              which lead into gcc being selected, which didn't work that well
36915              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
36916              with large files, et cetera.
36917      Branch: perl
36918            ! hints/hpux.sh
36919 ____________________________________________________________________________
36920 [  9849] By: jhi                                   on 2001/04/26  01:44:57
36921         Log: Make selfstubber test more portable.
36922      Branch: perl
36923            ! t/lib/selfstubber.t
36924 ____________________________________________________________________________
36925 [  9848] By: jhi                                   on 2001/04/26  00:50:26
36926         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
36927              From: Benjamin Sugars <ben.sugars@home.com>
36928              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
36929              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
36930      Branch: perl
36931            ! ext/Cwd/Cwd.xs
36932 ____________________________________________________________________________
36933 [  9847] By: jhi                                   on 2001/04/26  00:46:58
36934         Log: Subject: [PATCH: perl@9841] VMS updates
36935              From: Peter Prymmer <pvhp@forte.com>
36936              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
36937              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
36938      Branch: perl
36939            ! README.vms configure.com vms/descrip_mms.template
36940            ! vms/ext/filespec.t
36941 ____________________________________________________________________________
36942 [  9846] By: jhi                                   on 2001/04/26  00:11:56
36943         Log: re 'debug' was broken by #9084.
36944      Branch: perl
36945            ! ext/re/re.xs
36946 ____________________________________________________________________________
36947 [  9845] By: jhi                                   on 2001/04/25  22:33:17
36948         Log: Subject: [PATCH] test for Devel::SelfStubber
36949              From: Nicholas Clark <nick@ccl4.org>
36950              Date: Thu, 26 Apr 2001 00:00:54 +0100
36951              Message-ID: <20010426000054.D89026@plum.flirble.org>
36952      Branch: perl
36953            + t/lib/selfstubber.t
36954            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
36955 ____________________________________________________________________________
36956 [  9844] By: jhi                                   on 2001/04/25  22:29:32
36957         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
36958              From: Paul Johnson <paul@pjcj.net>
36959              Date: Thu, 26 Apr 2001 00:46:08 +0200
36960              Message-ID: <20010426004608.H2338@pjcj.net>
36961      Branch: perl
36962            ! ext/B/B/Concise.pm
36963 ____________________________________________________________________________
36964 [  9843] By: jhi                                   on 2001/04/25  22:28:28
36965         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
36966              From: Peter Prymmer <pvhp@forte.com>
36967              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
36968              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
36969      Branch: perl
36970            ! ext/Cwd/Cwd.xs
36971 ____________________________________________________________________________
36972 [  9842] By: jhi                                   on 2001/04/25  20:58:12
36973         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
36974              From: John Peacock <jpeacock@rowman.com>
36975              Date: Wed, 25 Apr 2001 17:30:26 -0400
36976              Message-ID: <3AE741F2.B3217464@rowman.com>
36977      Branch: perl
36978            ! lib/Math/BigInt.pm t/lib/bigintpm.t
36979 ____________________________________________________________________________
36980 [  9841] By: jhi                                   on 2001/04/25  20:07:05
36981         Log: Update Changes.
36982      Branch: perl
36983            ! Changes patchlevel.h
36984 ____________________________________________________________________________
36985 [  9840] By: jhi                                   on 2001/04/25  19:56:51
36986         Log: Yet another HP-UX hints version from Merijn.
36987      Branch: perl
36988            ! hints/hpux.sh
36989 ____________________________________________________________________________
36990 [  9839] By: jhi                                   on 2001/04/25  19:53:04
36991         Log: abs_path() didn't terminate the filename correctly,
36992              in DIRNAMLENless systems like HP-UX this would fail.
36993      Branch: perl
36994            ! ext/Cwd/Cwd.xs
36995 ____________________________________________________________________________
36996 [  9838] By: jhi                                   on 2001/04/25  16:37:26
36997         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
36998              From: Mike Guy <mjtg@cam.ac.uk>
36999              Date: Wed, 25 Apr 2001 18:31:47 +0100
37000              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
37001      Branch: perl
37002            ! op.c
37003 ____________________________________________________________________________
37004 [  9837] By: jhi                                   on 2001/04/25  16:21:53
37005         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
37006              From: Jon Eveland <jweveland@yahoo.com>
37007              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
37008              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
37009      Branch: perl
37010            ! lib/perl5db.pl
37011 ____________________________________________________________________________
37012 [  9836] By: jhi                                   on 2001/04/25  14:17:50
37013         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
37014              From: "Philip Newton" <pnewton@gmx.de>
37015              Date: Wed, 25 Apr 2001 17:05:58 +0200
37016              Message-ID: <3AE703F6.3234.1833C45@localhost>
37017      Branch: perl
37018            ! Porting/patching.pod
37019 ____________________________________________________________________________
37020 [  9835] By: jhi                                   on 2001/04/25  13:58:07
37021         Log: It would seem that both ar and full_ar need to be overridden
37022              for HP-UX to avoid the GNU ar.
37023      Branch: perl
37024            ! hints/hpux.sh
37025 ____________________________________________________________________________
37026 [  9834] By: jhi                                   on 2001/04/25  13:50:40
37027         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
37028              From: "Philip Newton" <pnewton@gmx.de>
37029              Date: Wed, 25 Apr 2001 16:09:23 +0200
37030              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
37031              
37032              Detypo.
37033      Branch: perl
37034            ! t/op/misc.t
37035 ____________________________________________________________________________
37036 [  9833] By: jhi                                   on 2001/04/25  12:36:11
37037         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
37038      Branch: perl
37039            ! hints/hpux.sh
37040 ____________________________________________________________________________
37041 [  9832] By: jhi                                   on 2001/04/25  12:33:36
37042         Log: New version of HP-UX hints from Merijn.
37043      Branch: perl
37044            ! hints/hpux.sh
37045 ____________________________________________________________________________
37046 [  9831] By: jhi                                   on 2001/04/25  03:39:45
37047         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
37048      Branch: perl
37049            ! hints/hpux.sh
37050 ____________________________________________________________________________
37051 [  9830] By: jhi                                   on 2001/04/25  02:53:25
37052         Log: The tzname[] bit is not needed by util.c -- and causes
37053              heartburn in VMS (and it missing was probably the cause of
37054              the Mac OS X trouble).  Ouch.
37055      Branch: perl
37056            ! ext/POSIX/POSIX.xs util.c
37057 ____________________________________________________________________________
37058 [  9829] By: jhi                                   on 2001/04/25  00:10:06
37059         Log: Metaconfig unit change for #9828.
37060      Branch: metaconfig
37061            ! U/compline/ccflags.U
37062 ____________________________________________________________________________
37063 [  9828] By: jhi                                   on 2001/04/25  00:04:18
37064         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
37065              (which is actually the reason for the change, we need to pass
37066              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
37067              EP/IX, OS/2, and TitanOS, based on the hints files.
37068      Branch: perl
37069            ! Configure config_h.SH
37070 ____________________________________________________________________________
37071 [  9827] By: jhi                                   on 2001/04/24  23:49:20
37072         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
37073              the $cat must have an absolute path.
37074      Branch: perl
37075            ! makedepend.SH
37076 ____________________________________________________________________________
37077 [  9826] By: jhi                                   on 2001/04/24  23:40:53
37078         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
37079      Branch: perl
37080            ! README.amiga
37081 ____________________________________________________________________________
37082 [  9825] By: jhi                                   on 2001/04/24  23:35:35
37083         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
37084              From: "Philip Newton" <pnewton@gmx.de>
37085              Date: Tue, 24 Apr 2001 18:52:49 +0200
37086              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
37087      Branch: perl
37088            ! x2p/find2perl.PL
37089 ____________________________________________________________________________
37090 [  9824] By: jhi                                   on 2001/04/24  23:33:07
37091         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
37092              Some gcc specifics dropped out due to extensive rewriting;
37093              will be put back later as needed.
37094      Branch: perl
37095            ! hints/hpux.sh
37096 ____________________________________________________________________________
37097 [  9823] By: jhi                                   on 2001/04/24  23:27:57
37098         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
37099      Branch: perl
37100            ! ext/POSIX/POSIX.xs
37101 ____________________________________________________________________________
37102 [  9822] By: jhi                                   on 2001/04/24  23:25:21
37103         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
37104              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37105              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
37106              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
37107      Branch: perl
37108            ! ext/XS/Typemap/Typemap.xs
37109 ____________________________________________________________________________
37110 [  9821] By: jhi                                   on 2001/04/24  23:24:10
37111         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
37112              From: "Abigail" <abigail@foad.org>
37113              Date: Tue, 24 Apr 2001 23:12:03 +0200
37114              Message-ID: <20010424211203.7901.qmail@foad.org>
37115      Branch: perl
37116            ! pod/perlport.pod
37117 ____________________________________________________________________________
37118 [  9820] By: jhi                                   on 2001/04/24  23:23:15
37119         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
37120              From: Matt Sergeant <matt@sergeant.org>
37121              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
37122              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
37123      Branch: perl
37124            ! pod/perlfaq4.pod
37125 ____________________________________________________________________________
37126 [  9819] By: nick                                  on 2001/04/24  18:49:43
37127         Log: Integrate mainline.
37128      Branch: perlio
37129           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
37130           !> (integrate 37 files)
37131 ____________________________________________________________________________
37132 [  9818] By: jhi                                   on 2001/04/24  14:35:23
37133         Log: Update Changes.
37134      Branch: perl
37135            ! Changes patchlevel.h
37136 ____________________________________________________________________________
37137 [  9817] By: jhi                                   on 2001/04/24  14:09:17
37138         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
37139              From: "Philip Newton" <pnewton@gmx.de>
37140              Date: Tue, 24 Apr 2001 12:58:12 +0200
37141              Message-ID: <3AE57864.8304.B77A0A@localhost> 
37142              
37143              plus add CPAN to the list of modules that have their own tests.
37144      Branch: perl
37145            ! t/lib/1_compile.t
37146 ____________________________________________________________________________
37147 [  9816] By: jhi                                   on 2001/04/24  14:07:03
37148         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
37149              From: Michael G Schwern <schwern@pobox.com>
37150              Date: Sat, 21 Apr 2001 22:35:00 +0100
37151              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
37152      Branch: perl
37153            ! t/lib/1_compile.t
37154 ____________________________________________________________________________
37155 [  9815] By: jhi                                   on 2001/04/24  13:54:32
37156         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
37157              From: Robin Houston <robin@kitsite.com>
37158              Date: Tue, 24 Apr 2001 15:51:18 +0100
37159              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
37160      Branch: perl
37161            ! ext/B/B/Deparse.pm
37162 ____________________________________________________________________________
37163 [  9814] By: jhi                                   on 2001/04/24  13:17:34
37164         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
37165              From: Bill Glicker <billg@burrelles.com>
37166              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
37167              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
37168      Branch: perl
37169            ! hints/svr5.sh
37170 ____________________________________________________________________________
37171 [  9813] By: jhi                                   on 2001/04/24  12:54:23
37172         Log: Prevent path disclosure (probing for existence of filenames)
37173              using suidperl; bug id 20010322.218.
37174      Branch: perl
37175            ! perl.c pod/perldiag.pod
37176 ____________________________________________________________________________
37177 [  9812] By: jhi                                   on 2001/04/24  12:08:36
37178         Log: Retract #9811.
37179      Branch: perl
37180            ! ext/POSIX/POSIX.xs
37181 ____________________________________________________________________________
37182 [  9811] By: jhi                                   on 2001/04/24  11:57:35
37183         Log: (Retracted by #9812.)
37184      Branch: perl
37185            ! ext/POSIX/POSIX.xs
37186 ____________________________________________________________________________
37187 [  9810] By: jhi                                   on 2001/04/24  03:32:35
37188         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
37189      Branch: perl
37190            ! util.c
37191 ____________________________________________________________________________
37192 [  9809] By: jhi                                   on 2001/04/24  03:16:13
37193         Log: The Math::BigFloat::import() was broken.
37194              (Fixes bug id 20010422.002.)
37195      Branch: perl
37196            ! lib/Math/BigFloat.pm
37197 ____________________________________________________________________________
37198 [  9808] By: jhi                                   on 2001/04/24  01:11:40
37199         Log: Additional dependencies; should help for parallel makes
37200              not to fail on missing lib/lib.pm or lib/re.pm.
37201      Branch: perl
37202            ! Makefile.SH
37203 ____________________________________________________________________________
37204 [  9807] By: jhi                                   on 2001/04/24  00:57:01
37205         Log: Update the test failure disclaimer.
37206      Branch: perl
37207            ! t/pragma/warn/pp_hot
37208 ____________________________________________________________________________
37209 [  9806] By: jhi                                   on 2001/04/24  00:54:04
37210         Log: Add make target "install-all" which is alias for "install"
37211              to cater for case-preserving filesystems like HFS+.
37212      Branch: perl
37213            ! INSTALL Makefile.SH
37214 ____________________________________________________________________________
37215 [  9805] By: jhi                                   on 2001/04/24  00:47:28
37216         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
37217              From: Peter Prymmer <pvhp@forte.com>
37218              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
37219              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
37220              
37221              (Ken William's message forwarded from macosx@perl.org)
37222      Branch: perl
37223            ! hints/darwin.sh
37224 ____________________________________________________________________________
37225 [  9804] By: jhi                                   on 2001/04/23  23:57:35
37226         Log: Cut-and-pasto.
37227      Branch: perl
37228            ! perlio.c
37229 ____________________________________________________________________________
37230 [  9803] By: jhi                                   on 2001/04/23  23:52:25
37231         Log: More PerlIO robustness.
37232      Branch: perl
37233            ! perlio.c
37234 ____________________________________________________________________________
37235 [  9802] By: jhi                                   on 2001/04/23  23:43:35
37236         Log: Make the "STD* opened only for ..." errors more consistent.
37237      Branch: perl
37238            ! doio.c
37239 ____________________________________________________________________________
37240 [  9801] By: jhi                                   on 2001/04/23  23:34:26
37241         Log: Test case for #9800.
37242      Branch: perl
37243            ! t/op/misc.t
37244 ____________________________________________________________________________
37245 [  9800] By: jhi                                   on 2001/04/23  23:14:43
37246         Log: Avoid coredump on 'close STDERR; die' by making
37247              the PerlIO calls more robust.  Also use SETERRNO()
37248              instead of errno = to be more VMS-ready.
37249      Branch: perl
37250            ! perlio.c
37251 ____________________________________________________________________________
37252 [  9799] By: jhi                                   on 2001/04/23  21:41:10
37253         Log: Subject: test for ID 20010423.002
37254              From: Robin Houston <robin@kitsite.com>
37255              Date: Mon, 23 Apr 2001 16:52:21 +0100
37256              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
37257      Branch: perl
37258            ! t/op/avhv.t
37259 ____________________________________________________________________________
37260 [  9798] By: jhi                                   on 2001/04/23  21:40:07
37261         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
37262              From: David Dyck <dcd@tc.fluke.com>
37263              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
37264              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
37265      Branch: perl
37266            ! installperl
37267 ____________________________________________________________________________
37268 [  9797] By: jhi                                   on 2001/04/23  21:37:56
37269         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
37270              From: Benjamin Sugars <bsugars@canoe.ca>
37271              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
37272              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
37273      Branch: perl
37274            ! ext/Cwd/Cwd.xs lib/Cwd.pm
37275 ____________________________________________________________________________
37276 [  9796] By: jhi                                   on 2001/04/23  21:29:24
37277         Log: Synchronize h2xs and pod2man some more on the documentation
37278              templates they propose.
37279      Branch: perl
37280            ! pod/pod2man.PL utils/h2xs.PL
37281 ____________________________________________________________________________
37282 [  9795] By: jhi                                   on 2001/04/23  17:30:40
37283         Log: Add one more naughty test for base64; make encoding logic cleaner.
37284      Branch: perl
37285            ! t/lib/mimeb64.t
37286 ____________________________________________________________________________
37287 [  9794] By: jhi                                   on 2001/04/23  13:51:32
37288         Log: Update Changes.
37289      Branch: perl
37290            ! Changes patchlevel.h
37291 ____________________________________________________________________________
37292 [  9793] By: jhi                                   on 2001/04/23  13:44:18
37293         Log: Duplicate lines.
37294      Branch: perl
37295            ! MANIFEST
37296 ____________________________________________________________________________
37297 [  9792] By: jhi                                   on 2001/04/23  13:39:13
37298         Log: Subject: Re: PATCH 5.7.1
37299              From: Mark-Jason Dominus <mjd@plover.com>
37300              Date: Mon, 23 Apr 2001 10:30:21 -0400
37301              Message-ID: <20010423143021.17335.qmail@plover.com>
37302      Branch: perl
37303            ! perl.h sv.c
37304 ____________________________________________________________________________
37305 [  9791] By: jhi                                   on 2001/04/23  13:32:40
37306         Log: Add the CPAN.pm 1.59_54 tests.
37307      Branch: perl
37308            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
37309            ! MANIFEST
37310 ____________________________________________________________________________
37311 [  9790] By: jhi                                   on 2001/04/23  13:21:55
37312         Log: Subject: Deparse nit
37313              From: Robin Houston <robin@kitsite.com>
37314              Date: Mon, 23 Apr 2001 12:38:20 +0100
37315              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
37316      Branch: perl
37317            ! ext/B/B/Deparse.pm
37318 ____________________________________________________________________________
37319 [  9789] By: jhi                                   on 2001/04/23  13:19:07
37320         Log: Subject: [PATCH] bug 20010423.002
37321              From: Robin Houston <robin@kitsite.com>
37322              Date: Mon, 23 Apr 2001 13:12:30 +0100
37323              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
37324      Branch: perl
37325            ! pp.c
37326 ____________________________________________________________________________
37327 [  9788] By: jhi                                   on 2001/04/23  13:02:49
37328         Log: Subject: PATCH [5.7.1] hv.c unused #define
37329              From: Mark-Jason Dominus <mjd@plover.com>
37330              Date: Sun, 22 Apr 2001 14:17:49 -0400
37331              Message-ID: <20010422181749.26976.qmail@plover.com>
37332      Branch: perl
37333            ! hv.c
37334 ____________________________________________________________________________
37335 [  9787] By: jhi                                   on 2001/04/23  13:02:02
37336         Log: Subject: PATCH 5.7.1
37337              From: Mark-Jason Dominus <mjd@plover.com>
37338              Date: Sun, 22 Apr 2001 15:12:57 -0400
37339              Message-ID: <20010422191258.6539.qmail@plover.com>
37340              
37341              plus Sarathy's STMT_START + STMT_END suggestion.
37342      Branch: perl
37343            ! perl.h
37344 ____________________________________________________________________________
37345 [  9786] By: jhi                                   on 2001/04/23  12:53:25
37346         Log: Fix for
37347              
37348              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
37349              From: dLux <dlux@spam.sch.bme.hu>
37350              Date: Mon, 23 Apr 2001 01:25:26 +0200
37351              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
37352              
37353              (SvGROW really does return a char *.)
37354      Branch: perl
37355            ! pod/perlapi.pod sv.h
37356 ____________________________________________________________________________
37357 [  9785] By: jhi                                   on 2001/04/23  04:34:04
37358         Log: Time::Piece work continues.  $t->day removed since
37359              I think it's too confusing.  Now has normal and
37360              abbreviated length weekday names and month names,
37361              the names change with _names(), not _list().
37362              Now has strftime() in Perl, _strftime() is
37363              the libc version (to which strftime() falls back
37364              if it doesn't know the format.  To do: the reverse
37365              of strftime, strptime(), and the localisation of both.
37366      Branch: perl
37367            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
37368            ! t/lib/time-piece.t
37369 ____________________________________________________________________________
37370 [  9784] By: jhi                                   on 2001/04/23  02:41:46
37371         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
37372              From: andreas.koenig@anima.de (Andreas J. Koenig)
37373              Date: 23 Apr 2001 05:20:55 +0200
37374              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
37375      Branch: perl
37376            ! t/pragma/overload.t
37377 ____________________________________________________________________________
37378 [  9783] By: jhi                                   on 2001/04/22  23:32:42
37379         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
37380              From: Robin Houston <robin@kitsite.com>
37381              Date: Mon, 23 Apr 2001 00:38:18 +0100
37382              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
37383      Branch: perl
37384            ! ext/B/B/Deparse.pm
37385 ____________________________________________________________________________
37386 [  9782] By: jhi                                   on 2001/04/22  20:55:43
37387         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
37388              From: Simon Cozens <simon@netthink.co.uk>
37389              Date: Sun, 22 Apr 2001 18:47:25 +0100
37390              Message-ID: <20010422184725.A14411@netthink.co.uk>
37391      Branch: perl
37392            ! sv.c t/pragma/overload.t
37393 ____________________________________________________________________________
37394 [  9781] By: jhi                                   on 2001/04/22  20:52:13
37395         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
37396              From: Robin Houston <robin@kitsite.com>
37397              Date: Sun, 22 Apr 2001 22:14:50 +0100
37398              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
37399      Branch: perl
37400            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
37401 ____________________________________________________________________________
37402 [  9780] By: nick                                  on 2001/04/22  20:40:31
37403         Log: Integrate mainline.
37404      Branch: perlio
37405           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
37406           +> t/lib/b-stash.t
37407           !> (integrate 38 files)
37408 ____________________________________________________________________________
37409 [  9779] By: jhi                                   on 2001/04/22  15:16:03
37410         Log: Subject: IO::Socket::INET patch
37411              From: andrew deryabin <djsf@technarchy.ru>
37412              Date: Sat, 21 Apr 2001 17:46:52 +0400
37413              Message-ID: <20010421174652.B1426@technarchy>
37414      Branch: perl
37415            ! ext/IO/lib/IO/Socket/INET.pm
37416 ____________________________________________________________________________
37417 [  9778] By: jhi                                   on 2001/04/22  15:14:33
37418         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
37419              From: Mark-Jason Dominus <mjd@plover.com>
37420              Date: Sat, 21 Apr 2001 21:27:49 -0400
37421              Message-ID: <20010422012749.27024.qmail@plover.com>
37422      Branch: perl
37423            ! regcomp.c
37424 ____________________________________________________________________________
37425 [  9777] By: jhi                                   on 2001/04/22  15:10:51
37426         Log: Subject: Re: Regex debugger patch 
37427              From: Mark-Jason Dominus <mjd@plover.com>
37428              Date: Sat, 21 Apr 2001 21:48:51 -0400
37429              Message-ID: <20010422014851.27165.qmail@plover.com>
37430      Branch: perl
37431            ! pod/perldebguts.pod
37432 ____________________________________________________________________________
37433 [  9776] By: jhi                                   on 2001/04/22  15:09:48
37434         Log: Subject: Re: Regex debugger patch
37435              From: Mark-Jason Dominus <mjd@plover.com>
37436              Date: Sat, 21 Apr 2001 14:24:39 -0400
37437              Message-ID: <20010421182439.16508.qmail@plover.com>
37438              
37439              Regex debugger backend.
37440      Branch: perl
37441            ! regcomp.c regexp.h
37442 ____________________________________________________________________________
37443 [  9775] By: jhi                                   on 2001/04/21  16:45:40
37444         Log: Subject: [PATCH] Typo in utf8.h
37445              From: Jesús Quiroga <jquiroga@pobox.com>
37446              Date: Sat, 21 Apr 2001 19:25:33 +0200
37447              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
37448      Branch: perl
37449            ! utf8.h
37450 ____________________________________________________________________________
37451 [  9774] By: jhi                                   on 2001/04/21  16:43:52
37452         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
37453              From: Joe Orton <jorton@redhat.com>
37454              Date: Tue, 17 Apr 2001 15:50:43 +0100
37455              Message-Id: <20010417155043.D19132@eu.c2.net>
37456      Branch: perl
37457            ! hints/svr5.sh
37458 ____________________________________________________________________________
37459 [  9773] By: jhi                                   on 2001/04/21  15:30:15
37460         Log: Subject: Patch utils/h2xs.PL
37461              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37462              Date: Sat, 21 Apr 2001 10:32:16 -0500
37463              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
37464              
37465              Add MAILING list and LICENSE templates.
37466      Branch: perl
37467            ! utils/h2xs.PL
37468 ____________________________________________________________________________
37469 [  9772] By: jhi                                   on 2001/04/21  15:28:36
37470         Log: Subject: perlfaq2.patch for 5.7.1
37471              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37472              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
37473              Date: Fri, 20 Apr 2001 16:42:19 -0500
37474              
37475              rm an extra tab, a blurb about the xx.cpan to clarify
37476              which countries actually have that and dejanews is history
37477              as well as most of that nonsensical entry.
37478      Branch: perl
37479            ! pod/perlfaq2.pod
37480 ____________________________________________________________________________
37481 [  9771] By: jhi                                   on 2001/04/21  15:27:17
37482         Log: Subject: perlfaq1.patch for 5.7.1
37483              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37484              Date: Fri, 20 Apr 2001 16:57:36 -0500
37485              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
37486              
37487              Evil URLs must die. Especially when they are broken.
37488      Branch: perl
37489            ! pod/perlfaq1.pod
37490 ____________________________________________________________________________
37491 [  9770] By: jhi                                   on 2001/04/21  15:23:38
37492         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
37493              From: Michael G Schwern <schwern@pobox.com>
37494              Date: Sat, 21 Apr 2001 16:11:12 +0100
37495              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
37496      Branch: perl
37497            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
37498            + t/lib/b-stash.t
37499            ! MANIFEST ext/B/B.pm t/lib/b.t
37500 ____________________________________________________________________________
37501 [  9769] By: jhi                                   on 2001/04/21  15:03:32
37502         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
37503              From: Michael G Schwern <schwern@pobox.com>
37504              Date: Sat, 21 Apr 2001 09:48:00 +0100
37505              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
37506      Branch: perl
37507            ! utils/h2ph.PL
37508 ____________________________________________________________________________
37509 [  9768] By: jhi                                   on 2001/04/21  14:33:49
37510         Log: PerlIO and Encode doc cleanup and tweaks.
37511      Branch: perl
37512            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
37513            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
37514 ____________________________________________________________________________
37515 [  9767] By: jhi                                   on 2001/04/21  12:40:16
37516         Log: Integrate perlio.
37517      Branch: perl
37518           !> doio.c
37519 ____________________________________________________________________________
37520 [  9766] By: nick                                  on 2001/04/20  18:28:35
37521         Log: Avoid core dump on
37522              open(STDOUT,">",\$foo);
37523      Branch: perlio
37524            ! doio.c
37525 ____________________________________________________________________________
37526 [  9765] By: jhi                                   on 2001/04/20  13:23:43
37527         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
37528              From: Robin Houston <robin@kitsite.com>
37529              Date: Fri, 20 Apr 2001 14:29:22 +0100
37530              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
37531      Branch: perl
37532            ! ext/B/B.pm ext/B/B/Deparse.pm
37533 ____________________________________________________________________________
37534 [  9764] By: jhi                                   on 2001/04/20  13:19:33
37535         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
37536              From: Peter Prymmer <pvhp@forte.com>
37537              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
37538              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
37539      Branch: perl
37540            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
37541            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37542            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37543            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37544 ____________________________________________________________________________
37545 [  9763] By: jhi                                   on 2001/04/20  12:36:39
37546         Log: Subject: Re: A new PerlIO coredump
37547              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37548              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
37549              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
37550      Branch: perl
37551            ! doio.c
37552 ____________________________________________________________________________
37553 [  9762] By: jhi                                   on 2001/04/19  23:02:30
37554         Log: Update Changes.
37555      Branch: perl
37556            ! Changes patchlevel.h
37557 ____________________________________________________________________________
37558 [  9761] By: jhi                                   on 2001/04/19  22:59:19
37559         Log: More cleanup cleanup.
37560      Branch: perl
37561            ! Makefile.SH win32/Makefile win32/makefile.mk
37562 ____________________________________________________________________________
37563 [  9760] By: jhi                                   on 2001/04/19  22:50:31
37564         Log: lib/Time is non-empty, let's not rmdir it.
37565      Branch: perl
37566            ! Makefile.SH
37567 ____________________________________________________________________________
37568 [  9759] By: jhi                                   on 2001/04/19  22:36:51
37569         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
37570              From: Robin Houston <robin@kitsite.com>
37571              Date: Fri, 20 Apr 2001 00:18:53 +0100
37572              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
37573      Branch: perl
37574            ! ext/B/B/Deparse.pm
37575 ____________________________________________________________________________
37576 [  9758] By: jhi                                   on 2001/04/19  22:36:00
37577         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
37578              From: Peter Prymmer <pvhp@forte.com>
37579              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
37580              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
37581      Branch: perl
37582            ! ext/Cwd/Cwd.xs
37583 ____________________________________________________________________________
37584 [  9757] By: nick                                  on 2001/04/19  18:53:54
37585         Log: Blind (untested) integrate of mainline.
37586      Branch: perlio
37587           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37588           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
37589           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
37590           !> (integrate 53 files)
37591 ____________________________________________________________________________
37592 [  9756] By: jhi                                   on 2001/04/19  16:59:23
37593         Log: Document and test Time::Piece.
37594      Branch: perl
37595            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
37596            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
37597 ____________________________________________________________________________
37598 [  9755] By: jhi                                   on 2001/04/19  12:13:29
37599         Log: A better fix for the \x{12345678} trouble from NI-S.
37600      Branch: perl
37601            ! utf8.c
37602 ____________________________________________________________________________
37603 [  9754] By: jhi                                   on 2001/04/19  11:56:07
37604         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
37605              From: Robin Houston <robin@kitsite.com>
37606              Date: Wed, 18 Apr 2001 17:58:33 +0100
37607              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
37608      Branch: perl
37609            ! ext/B/B/Deparse.pm op.c
37610 ____________________________________________________________________________
37611 [  9753] By: jhi                                   on 2001/04/19  04:21:52
37612         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
37613              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
37614              Date: Thu, 19 Apr 2001 01:11:41 -0400
37615              Message-ID: <20010419011141.A5798@cpan.org>
37616      Branch: perl
37617            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
37618 ____________________________________________________________________________
37619 [  9752] By: jhi                                   on 2001/04/19  02:41:10
37620         Log: The new time utils need to be thread-aware, too.
37621      Branch: perl
37622            ! util.c
37623 ____________________________________________________________________________
37624 [  9751] By: jhi                                   on 2001/04/19  02:26:47
37625         Log: Compilation nit noticed by AIX compiler.
37626      Branch: perl
37627            ! perlio.c
37628 ____________________________________________________________________________
37629 [  9750] By: jhi                                   on 2001/04/19  02:20:06
37630         Log: The new time utils need to be public.
37631      Branch: perl
37632            ! embed.pl
37633 ____________________________________________________________________________
37634 [  9749] By: jhi                                   on 2001/04/19  01:42:39
37635         Log: Regen toc.
37636      Branch: perl
37637            ! pod/perltoc.pod
37638 ____________________________________________________________________________
37639 [  9748] By: jhi                                   on 2001/04/19  01:41:10
37640         Log: Add Time::Piece, a slight rewrite of Time::Object,
37641              from Matt Sergeant.
37642      Branch: perl
37643            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37644            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
37645            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
37646            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
37647            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
37648            ! win32/makefile.mk
37649 ____________________________________________________________________________
37650 [  9747] By: jhi                                   on 2001/04/19  00:55:35
37651         Log: The new metaconfig unit from strftime.
37652      Branch: metaconfig/U/perl
37653            + d_strftime.U
37654 ____________________________________________________________________________
37655 [  9746] By: jhi                                   on 2001/04/19  00:54:54
37656         Log: Move the strftime() wrapper from POSIX.xs to util.c
37657              as my_strftime(), requires HAS_STRFTIME.
37658      Branch: perl
37659            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37660            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
37661            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
37662            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37663            ! vos/config.ga.h win32/config.bc win32/config.gc
37664            ! win32/config.vc
37665 ____________________________________________________________________________
37666 [  9745] By: jhi                                   on 2001/04/18  23:11:03
37667         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
37668              in preparation of Time::Piece.
37669      Branch: perl
37670            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
37671 ____________________________________________________________________________
37672 [  9744] By: jhi                                   on 2001/04/18  22:33:12
37673         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
37674              From: Peter Prymmer <pvhp@forte.com>
37675              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
37676              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
37677      Branch: perl
37678            ! t/lib/exporter.t
37679 ____________________________________________________________________________
37680 [  9743] By: jhi                                   on 2001/04/18  22:32:23
37681         Log: Subject: Fwd: pod2html leaves cache files lying around?
37682              From: Rajesh Vaidheeswarran <rv@gnu.org>
37683              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
37684              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
37685      Branch: perl
37686            ! lib/Pod/Html.pm
37687 ____________________________________________________________________________
37688 [  9742] By: jhi                                   on 2001/04/18  20:31:49
37689         Log: Update Changes.
37690      Branch: perl
37691            ! Changes patchlevel.h
37692 ____________________________________________________________________________
37693 [  9741] By: jhi                                   on 2001/04/18  20:23:02
37694         Log: Declare hints only if needed.
37695      Branch: perl
37696            ! ext/B/B/Deparse.pm
37697 ____________________________________________________________________________
37698 [  9740] By: jhi                                   on 2001/04/18  19:06:05
37699         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
37700              bug noticed by Robin Houston; basically the code of detecting
37701              value wraparound was acting differently under different compilers
37702              and platforms.  The workaround is to remove the overflow check
37703              for now, a real fix would be to do the overflow (portably) right.
37704      Branch: perl
37705            ! t/op/pat.t utf8.c
37706 ____________________________________________________________________________
37707 [  9739] By: jhi                                   on 2001/04/18  19:01:23
37708         Log: Subject: [PATCH B::Deparse] some pragma support
37709              From: Robin Houston <robin@kitsite.com>
37710              Date: Wed, 18 Apr 2001 19:32:12 +0100
37711              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
37712      Branch: perl
37713            ! ext/B/B/Deparse.pm
37714 ____________________________________________________________________________
37715 [  9738] By: jhi                                   on 2001/04/18  15:16:37
37716         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
37717              From: Benjamin Sugars <bsugars@canoe.ca>
37718              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
37719              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
37720      Branch: perl
37721            ! t/op/glob.t
37722 ____________________________________________________________________________
37723 [  9737] By: jhi                                   on 2001/04/18  13:24:50
37724         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
37725              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37726              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
37727              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
37728      Branch: perl
37729            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
37730            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
37731 ____________________________________________________________________________
37732 [  9736] By: jhi                                   on 2001/04/18  04:15:14
37733         Log: The #9735 also changes the subtest 12.
37734      Branch: perl
37735            ! t/lib/b.t
37736 ____________________________________________________________________________
37737 [  9735] By: jhi                                   on 2001/04/18  03:55:17
37738         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
37739              From: David Dyck <dcd@tc.fluke.com>
37740              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
37741              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
37742      Branch: perl
37743            ! ext/B/B/Deparse.pm
37744 ____________________________________________________________________________
37745 [  9734] By: jhi                                   on 2001/04/18  03:54:11
37746         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
37747              From: Gisle Aas <gisle@ActiveState.com>
37748              Date: 17 Apr 2001 19:06:45 -0700
37749              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
37750      Branch: perl
37751            ! pp_hot.c t/op/misc.t
37752 ____________________________________________________________________________
37753 [  9733] By: jhi                                   on 2001/04/17  22:25:22
37754         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
37755              From: "Abigail" <abigail@foad.org>
37756              Date: Wed, 18 Apr 2001 01:17:46 +0200
37757              Message-ID: <20010417231746.21657.qmail@foad.org>
37758      Branch: perl
37759            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
37760 ____________________________________________________________________________
37761 [  9732] By: jhi                                   on 2001/04/17  20:47:56
37762         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
37763              From: Robin Houston <robin@kitsite.com>
37764              Date: Tue, 17 Apr 2001 22:37:42 +0100
37765              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
37766      Branch: perl
37767            ! ext/B/B/Deparse.pm
37768 ____________________________________________________________________________
37769 [  9731] By: nick                                  on 2001/04/17  20:46:35
37770         Log: Re-sync for t/lib/b.t fix
37771      Branch: perlio
37772           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
37773 ____________________________________________________________________________
37774 [  9730] By: jhi                                   on 2001/04/17  20:45:29
37775         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
37776              From: Robin Houston <robin@kitsite.com>
37777              Date: Tue, 17 Apr 2001 22:29:36 +0100
37778              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
37779      Branch: perl
37780            ! ext/B/B.xs ext/B/B/Deparse.pm
37781 ____________________________________________________________________________
37782 [  9729] By: jhi                                   on 2001/04/17  20:43:11
37783         Log: Subject: Deparse - parenthesise args to undeclared subs
37784              From: Robin Houston <robin@kitsite.com>
37785              Date: Tue, 17 Apr 2001 21:31:05 +0100
37786              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
37787      Branch: perl
37788            ! ext/B/B/Deparse.pm
37789 ____________________________________________________________________________
37790 [  9728] By: jhi                                   on 2001/04/17  18:57:30
37791         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
37792              From: Benjamin Sugars <ben.sugars@home.com>
37793              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
37794              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
37795      Branch: perl
37796            ! t/lib/cwd.t
37797 ____________________________________________________________________________
37798 [  9727] By: jhi                                   on 2001/04/17  18:20:20
37799         Log: Subject: [PATCH B::Deparse] ambient pragmas
37800              From: Robin Houston <robin@kitsite.com>
37801              Date: Tue, 17 Apr 2001 20:01:59 +0100
37802              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
37803      Branch: perl
37804            ! ext/B/B/Deparse.pm t/lib/b.t
37805 ____________________________________________________________________________
37806 [  9726] By: nick                                  on 2001/04/17  16:33:51
37807         Log: Integrate mainline (t/lib/b.t fails test 2...)
37808      Branch: perlio
37809           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
37810           +> ext/List/Util/README ext/List/Util/Util.xs
37811           +> ext/List/Util/lib/List/Util.pm
37812           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
37813           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
37814           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37815           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37816           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37817           !> (integrate 31 files)
37818 ____________________________________________________________________________
37819 [  9725] By: jhi                                   on 2001/04/17  12:14:24
37820         Log: Subject: multiple B::* changes
37821              From: Robin Houston <robin@kitsite.com>
37822              Date: Thu, 12 Apr 2001 20:12:27 +0100
37823              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
37824      Branch: perl
37825            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
37826 ____________________________________________________________________________
37827 [  9724] By: jhi                                   on 2001/04/17  11:59:05
37828         Log: Thread-awareness from Doug MacEachern.
37829      Branch: perl
37830            ! ext/List/Util/Util.xs
37831 ____________________________________________________________________________
37832 [  9723] By: jhi                                   on 2001/04/17  11:57:41
37833         Log: Make the test more portable.
37834      Branch: perl
37835            ! t/lib/cwd.t
37836 ____________________________________________________________________________
37837 [  9722] By: jhi                                   on 2001/04/17  11:53:50
37838         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
37839              From: Benjamin Sugars <ben.sugars@home.com>
37840              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
37841              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
37842      Branch: perl
37843            ! t/lib/cwd.t
37844 ____________________________________________________________________________
37845 [  9721] By: jhi                                   on 2001/04/17  11:52:17
37846         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
37847              From: Benjamin Sugars <bsugars@canoe.ca>
37848              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
37849              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
37850      Branch: perl
37851            ! op.c
37852 ____________________________________________________________________________
37853 [  9720] By: jhi                                   on 2001/04/17  11:35:42
37854         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
37855              From: Chris Nandor <pudge@pobox.com>
37856              Date: Tue, 17 Apr 2001 00:30:49 -0400
37857              Message-Id: <p05100207b701768712de@[10.0.1.177]>
37858      Branch: perl
37859            ! ext/File/Glob/bsd_glob.c gv.c
37860 ____________________________________________________________________________
37861 [  9719] By: jhi                                   on 2001/04/17  11:32:13
37862         Log: Subject: [PATCH] Tweten->West
37863              From: Casey West <casey@geeknest.com>
37864              Date: Mon, 16 Apr 2001 12:11:22 -0400
37865              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
37866      Branch: perl
37867            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
37868            ! pod/perltie.pod
37869 ____________________________________________________________________________
37870 [  9718] By: jhi                                   on 2001/04/16  03:22:52
37871         Log: Update Changes.
37872      Branch: perl
37873            ! Changes patchlevel.h
37874 ____________________________________________________________________________
37875 [  9717] By: jhi                                   on 2001/04/16  03:06:28
37876         Log: Regen toc.
37877      Branch: perl
37878            ! pod/perltoc.pod
37879 ____________________________________________________________________________
37880 [  9716] By: jhi                                   on 2001/04/16  02:58:42
37881         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
37882              From: Prymmer/Kahn <pvhp@best.com>
37883              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
37884              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
37885      Branch: perl
37886            ! utf8.c
37887 ____________________________________________________________________________
37888 [  9715] By: jhi                                   on 2001/04/15  23:40:35
37889         Log: Subject: Re: Net::Ping patch, adds stream protocol
37890              From: bronson@rinspin.com (Scott Bronson)
37891              Date: Tue, 10 Apr 2001 23:58:33 -0700
37892              Message-ID: <20010410235833.N29719@rinspin.com>
37893      Branch: perl
37894            ! lib/Net/Ping.pm
37895 ____________________________________________________________________________
37896 [  9714] By: jhi                                   on 2001/04/15  23:31:46
37897         Log: Printing out the ok messages helps successful testing.
37898      Branch: perl
37899            ! t/lib/time-hires.t
37900 ____________________________________________________________________________
37901 [  9713] By: jhi                                   on 2001/04/15  21:43:24
37902         Log: Update Douglas Wegscheid's email.
37903      Branch: perl
37904            ! AUTHORS
37905 ____________________________________________________________________________
37906 [  9712] By: jhi                                   on 2001/04/15  21:40:41
37907         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
37908              From: Michael G Schwern <schwern@pobox.com>
37909              Date: Sat, 14 Apr 2001 22:40:50 +0100
37910              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
37911      Branch: perl
37912            + t/lib/exporter.t
37913            ! MANIFEST lib/Exporter/Heavy.pm
37914 ____________________________________________________________________________
37915 [  9711] By: jhi                                   on 2001/04/15  21:39:21
37916         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
37917              From: Michael G Schwern <schwern@pobox.com>
37918              Date: Sat, 14 Apr 2001 22:13:59 +0100
37919              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
37920      Branch: perl
37921            ! t/op/loopctl.t
37922 ____________________________________________________________________________
37923 [  9710] By: jhi                                   on 2001/04/15  21:30:19
37924         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
37925              From: Michael G Schwern <schwern@pobox.com>
37926              Date: Sat, 14 Apr 2001 22:05:32 +0100
37927              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
37928      Branch: perl
37929            ! t/pragma/warnings.t
37930 ____________________________________________________________________________
37931 [  9709] By: jhi                                   on 2001/04/15  19:34:09
37932         Log: Integrate changes #9706,9707 from maintperl into mainline.
37933              
37934              change#7210 broke .packlist generation
37935              
37936              ExtUtils::Installed doesn't quote regex metacharacters in paths
37937              before using them in match; also make it work for dosish platforms
37938      Branch: perl
37939           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
37940 ____________________________________________________________________________
37941 [  9708] By: jhi                                   on 2001/04/15  19:31:01
37942         Log: Test also the scalar aspect of getitimer().
37943      Branch: perl
37944            ! t/lib/time-hires.t
37945 ____________________________________________________________________________
37946 [  9707] By: gsar                                  on 2001/04/15  17:24:20
37947         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
37948              before using them in match; also make it work for dosish platforms
37949      Branch: maint-5.6/perl
37950            ! lib/ExtUtils/Installed.pm
37951 ____________________________________________________________________________
37952 [  9706] By: gsar                                  on 2001/04/15  17:21:59
37953         Log: change#7210 broke .packlist generation (listed only filename
37954              rather than fully qualified path name)
37955      Branch: maint-5.6/perl
37956            ! lib/ExtUtils/Install.pm
37957 ____________________________________________________________________________
37958 [  9705] By: jhi                                   on 2001/04/15  12:36:33
37959         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
37960      Branch: perl
37961            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
37962            ! t/lib/time-hires.t
37963 ____________________________________________________________________________
37964 [  9704] By: jhi                                   on 2001/04/15  10:49:08
37965         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
37966              From: Prymmer/Kahn <pvhp@best.com>
37967              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
37968              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
37969      Branch: perl
37970            ! lib/utf8.pm pod/perlebcdic.pod
37971 ____________________________________________________________________________
37972 [  9703] By: jhi                                   on 2001/04/15  02:26:26
37973         Log: I keep forgetting to sort MANIFEST.
37974      Branch: perl
37975            ! MANIFEST
37976 ____________________________________________________________________________
37977 [  9702] By: jhi                                   on 2001/04/15  02:07:47
37978         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
37979              Now we have blessed, reftype, tainted, first, reduce, ...
37980      Branch: perl
37981            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
37982            + ext/List/Util/README ext/List/Util/Util.xs
37983            + ext/List/Util/lib/List/Util.pm
37984            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
37985            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
37986            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37987            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37988            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37989            ! MANIFEST
37990 ____________________________________________________________________________
37991 [  9701] By: jhi                                   on 2001/04/14  15:05:25
37992         Log: Subject: RE: dprofpp.pl updates 
37993              From: Carl Eklof <CEklof@endeca.com>
37994              Date: Thu, 12 Apr 2001 18:45:46 -0400
37995              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
37996      Branch: perl
37997            ! utils/dprofpp.PL
37998 ____________________________________________________________________________
37999 [  9700] By: jhi                                   on 2001/04/14  14:44:55
38000         Log: Do not just blindly add CR.
38001      Branch: perl
38002            ! Porting/makerel
38003 ____________________________________________________________________________
38004 [  9699] By: jhi                                   on 2001/04/13  13:17:01
38005         Log: Update Changes.
38006      Branch: perl
38007            ! Changes patchlevel.h
38008 ____________________________________________________________________________
38009 [  9698] By: jhi                                   on 2001/04/13  12:44:48
38010         Log: Integrate perlio.
38011      Branch: perl
38012           !> ext/PerlIO/Scalar/Scalar.xs
38013 ____________________________________________________________________________
38014 [  9697] By: jhi                                   on 2001/04/13  12:29:15
38015         Log: Add more debug output to the test.
38016      Branch: perl
38017            ! t/lib/cwd.t
38018 ____________________________________________________________________________
38019 [  9696] By: nick                                  on 2001/04/13  10:14:29
38020         Log: Fix core dump on binmode($fh,'Scalar')
38021      Branch: perlio
38022            ! ext/PerlIO/Scalar/Scalar.xs
38023 ____________________________________________________________________________
38024 [  9695] By: nick                                  on 2001/04/13  09:05:42
38025         Log: Integrate mainline
38026      Branch: perlio
38027           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38028           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
38029           +> t/lib/time-hires.t
38030           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
38031           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
38032           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
38033           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
38034           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
38035           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
38036           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
38037 ____________________________________________________________________________
38038 [  9694] By: jhi                                   on 2001/04/12  22:23:35
38039         Log: Integrate change #9693 from maintperl into mainline.
38040              
38041              $VERSION and Version() on the same line provokes a warning from
38042              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
38043      Branch: perl
38044           !> lib/Devel/SelfStubber.pm
38045 ____________________________________________________________________________
38046 [  9693] By: gsar                                  on 2001/04/12  21:55:56
38047         Log: $VERSION and Version() on the same line provokes a warning from
38048              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
38049      Branch: maint-5.6/perl
38050            ! lib/Devel/SelfStubber.pm
38051 ____________________________________________________________________________
38052 [  9692] By: jhi                                   on 2001/04/12  13:54:00
38053         Log: This is at least 5.005.
38054      Branch: perl
38055            ! ext/Time/HiRes/HiRes.xs
38056 ____________________________________________________________________________
38057 [  9691] By: jhi                                   on 2001/04/12  13:37:20
38058         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
38059      Branch: perl
38060            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
38061            ! win32/Makefile win32/makefile.mk
38062 ____________________________________________________________________________
38063 [  9690] By: jhi                                   on 2001/04/12  01:34:46
38064         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
38065      Branch: perl
38066            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38067            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
38068            + t/lib/time-hires.t
38069            ! MANIFEST
38070 ____________________________________________________________________________
38071 [  9689] By: jhi                                   on 2001/04/12  00:28:39
38072         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
38073              From: Gisle Aas <gisle@ActiveState.com>
38074              Date: 11 Apr 2001 16:36:11 -0700
38075              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
38076      Branch: perl
38077            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
38078 ____________________________________________________________________________
38079 [  9688] By: jhi                                   on 2001/04/12  00:27:39
38080         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
38081              From: Gisle Aas <gisle@ActiveState.com>
38082              Date: 11 Apr 2001 11:13:24 -0700
38083              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
38084      Branch: perl
38085            ! ext/MIME/Base64/Base64.xs
38086 ____________________________________________________________________________
38087 [  9687] By: jhi                                   on 2001/04/11  19:51:47
38088         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
38089      Branch: perl
38090            ! Todo-5.6
38091 ____________________________________________________________________________
38092 [  9686] By: jhi                                   on 2001/04/11  16:54:25
38093         Log: Subject: [PATCH opcode.pl] Documentation of table format
38094              From: Simon Cozens <simon@netthink.co.uk>
38095              Date: Wed, 11 Apr 2001 12:59:31 +0100
38096              Message-ID: <20010411125931.A25681@netthink.co.uk>
38097      Branch: perl
38098            ! opcode.pl
38099 ____________________________________________________________________________
38100 [  9685] By: jhi                                   on 2001/04/11  16:53:15
38101         Log: Subject: [PATCH] prototype("CORE::recv")
38102              From: Simon Cozens <simon@netthink.co.uk>
38103              Date: Wed, 11 Apr 2001 13:24:35 +0100
38104              Message-ID: <20010411132435.A26169@netthink.co.uk>
38105      Branch: perl
38106            ! pp.c t/comp/proto.t
38107 ____________________________________________________________________________
38108 [  9684] By: jhi                                   on 2001/04/11  16:47:13
38109         Log: FAQ (and AUTHORS) update from Dan Carson: the information
38110              was several years obsolete, Term::Readkey has been updated
38111              to have the functionality.
38112      Branch: perl
38113            ! AUTHORS pod/perlfaq5.pod
38114 ____________________________________________________________________________
38115 [  9683] By: jhi                                   on 2001/04/11  12:15:46
38116         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
38117              From: Calle Dybedahl <calle@lysator.liu.se>
38118              Date: 10 Apr 2001 16:44:16 +0200
38119              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
38120      Branch: perl
38121            ! ext/MIME/Base64/Base64.xs
38122 ____________________________________________________________________________
38123 [  9682] By: jhi                                   on 2001/04/11  12:12:26
38124         Log: A more minimal fix for 20010410.006 from Hugo.
38125      Branch: perl
38126            ! regexec.c
38127 ____________________________________________________________________________
38128 [  9681] By: jhi                                   on 2001/04/11  11:34:23
38129         Log: Integrate changes #9678,9679 from maintline into mainperl.
38130              
38131              addendum to change#9676
38132              
38133              up $File::Glob::VERSION; add a note pointing out the version of
38134              the OpenBSD glob bsd_glob.c resembles
38135      Branch: perl
38136           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
38137           !> ext/File/Glob/bsd_glob.h
38138 ____________________________________________________________________________
38139 [  9680] By: jhi                                   on 2001/04/11  11:30:38
38140         Log: Bad test numbering in integrate in #9677.
38141              Fixes ID 20010411.001.
38142      Branch: perl
38143            ! t/op/pat.t
38144 ____________________________________________________________________________
38145 [  9679] By: gsar                                  on 2001/04/11  03:38:40
38146         Log: up $File::Glob::VERSION; add a note pointing out the version of
38147              the OpenBSD glob bsd_glob.c resembles
38148      Branch: maint-5.6/perl
38149            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
38150            ! ext/File/Glob/bsd_glob.h
38151 ____________________________________________________________________________
38152 [  9678] By: gsar                                  on 2001/04/11  03:09:48
38153         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
38154              revision 1.8.10.1 found here:
38155              
38156              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
38157      Branch: maint-5.6/perl
38158            ! ext/File/Glob/bsd_glob.c
38159 ____________________________________________________________________________
38160 [  9677] By: jhi                                   on 2001/04/11  02:54:39
38161         Log: Integrate changes #9675,9676 from maintperl into mainline.
38162              
38163              fix for bug 20010410.006, undo change#7115
38164              
38165              port the OpenBSD glob() security patch
38166      Branch: perl
38167           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
38168           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
38169           !> t/op/pat.t
38170 ____________________________________________________________________________
38171 [  9676] By: gsar                                  on 2001/04/11  02:19:02
38172         Log: port the glob() security patch found at:
38173              
38174              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
38175              
38176              CERT advisory for the issue is here:
38177              
38178              http://www.cert.org/advisories/CA-2001-07.html
38179              
38180              Note that the security scare is only relevant for those who are
38181              foolish enough to build suidperl (which is now officially discouraged)
38182      Branch: maint-5.6/perl
38183            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
38184            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
38185 ____________________________________________________________________________
38186 [  9675] By: gsar                                  on 2001/04/10  23:52:11
38187         Log: fix for bug 20010410.006
38188              
38189              undo change#7115 (came into maint-5.6 as change#8156)
38190              
38191              add tests to keep it from coming back
38192      Branch: maint-5.6/perl
38193            ! regexec.c t/op/pat.t
38194 ____________________________________________________________________________
38195 [  9674] By: nick                                  on 2001/04/10  20:39:31
38196         Log: Integrate mainline
38197      Branch: perlio
38198           +> Porting/testall.atom
38199           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
38200           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
38201           !> t/lib/lc-uk.t t/pod/find.t
38202 ____________________________________________________________________________
38203 [  9673] By: nick                                  on 2001/04/10  18:46:14
38204         Log: Integrate against change 9670 aka perl-5.7.1
38205      Branch: perlio
38206           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
38207           !> (integrate 53 files)
38208 ____________________________________________________________________________
38209 [  9672] By: jhi                                   on 2001/04/10  13:45:01
38210         Log: Add a script for doing cumulative profile of the test suite.
38211              (Requires ATOM, that is, Tru64.)
38212      Branch: perl
38213            + Porting/testall.atom
38214            ! MANIFEST
38215 ____________________________________________________________________________
38216 [  9671] By: jhi                                   on 2001/04/10  12:38:53
38217         Log: Missing std block.
38218      Branch: perl
38219            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
38220            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
38221            ! t/pod/find.t
38222 ____________________________________________________________________________
38223 [  9670] By: jhi                                   on 2001/04/10  01:25:58
38224         Log: This is 5.7.1.
38225      Branch: perl
38226            ! patchlevel.h
38227 ____________________________________________________________________________
38228 [  9669] By: jhi                                   on 2001/04/10  01:09:14
38229         Log: Update Changes.
38230      Branch: perl
38231            ! Changes patchlevel.h
38232 ____________________________________________________________________________
38233 [  9668] By: jhi                                   on 2001/04/10  01:00:38
38234         Log: Regen toc.
38235      Branch: perl
38236            ! pod/perltoc.pod
38237 ____________________________________________________________________________
38238 [  9667] By: jhi                                   on 2001/04/10  00:52:16
38239         Log: Update perlhist.
38240      Branch: perl
38241            ! pod/perlhist.pod
38242 ____________________________________________________________________________
38243 [  9666] By: jhi                                   on 2001/04/09  23:38:59
38244         Log: Slight wording tweaks from Damian to #9658.
38245      Branch: perl
38246            ! pod/perlobj.pod
38247 ____________________________________________________________________________
38248 [  9665] By: jhi                                   on 2001/04/09  19:56:06
38249         Log: Subject: [PATCH perlutil.pod] Nit
38250              From: Simon Cozens <simon@netthink.co.uk>
38251              Date: Mon, 9 Apr 2001 20:29:44 +0100
38252              Message-ID: <20010409202944.A14796@the.earth.li>
38253      Branch: perl
38254            ! pod/perlutil.pod
38255 ____________________________________________________________________________
38256 [  9664] By: jhi                                   on 2001/04/09  19:54:42
38257         Log: Subject: Re: perl571delta.pod@9631
38258              From: Mike Guy <mjtg@cam.ac.uk>
38259              Date: Mon, 09 Apr 2001 18:09:14 +0100
38260              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
38261      Branch: perl
38262            ! pod/perl571delta.pod
38263 ____________________________________________________________________________
38264 [  9663] By: jhi                                   on 2001/04/09  13:43:35
38265         Log: Update Changes.
38266      Branch: perl
38267            ! Changes patchlevel.h
38268 ____________________________________________________________________________
38269 [  9662] By: jhi                                   on 2001/04/09  13:24:46
38270         Log: tweak tweak.
38271      Branch: perl
38272            ! AUTHORS pod/perl571delta.pod
38273 ____________________________________________________________________________
38274 [  9661] By: jhi                                   on 2001/04/09  13:15:13
38275         Log: Thinko in manual patch applying.
38276      Branch: perl
38277            ! sv.c
38278 ____________________________________________________________________________
38279 [  9660] By: jhi                                   on 2001/04/09  13:07:53
38280         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
38281              From: Robin Barker <rmb1@cise.npl.co.uk> 
38282              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
38283              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
38284              
38285              (This corrects the case where the "isn't numeric" string contains \0s
38286              and is longer than the temporary buffer, and contains \0 at the point
38287              the string would be truncated by "...".) 
38288      Branch: perl
38289            ! sv.c
38290 ____________________________________________________________________________
38291 [  9659] By: jhi                                   on 2001/04/09  12:57:41
38292         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
38293      Branch: perl
38294            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
38295            ! t/lib/cgi-function.t t/lib/cgi-html.t
38296 ____________________________________________________________________________
38297 [  9658] By: jhi                                   on 2001/04/09  12:48:47
38298         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
38299              From: Ilmari Karonen <iltzu@sci.fi>
38300              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
38301              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
38302              
38303              Rearrange and rewrite the Method Invocation section
38304              to explain the concepts in nicer order.
38305      Branch: perl
38306            ! pod/perlobj.pod
38307 ____________________________________________________________________________
38308 [  9657] By: jhi                                   on 2001/04/09  12:35:58
38309         Log: Upgrade to podlators 1.09, from Russ Allbery.
38310      Branch: perl
38311            ! lib/Pod/Man.pm lib/Pod/Text.pm
38312 ____________________________________________________________________________
38313 [  9656] By: jhi                                   on 2001/04/09  12:31:53
38314         Log: perl571delta.
38315      Branch: perl
38316            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
38317 ____________________________________________________________________________
38318 [  9655] By: jhi                                   on 2001/04/09  12:20:09
38319         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
38320              From: Prymmer/Kahn <pvhp@best.com>
38321              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
38322              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
38323      Branch: perl
38324            ! lib/utf8.pm pod/perlunicode.pod
38325 ____________________________________________________________________________
38326 [  9654] By: gsar                                  on 2001/04/09  03:38:33
38327         Log: here lies 5.6.1
38328      Branch: maint-5.6/perl
38329            ! Changes
38330 ____________________________________________________________________________
38331 [  9653] By: jhi                                   on 2001/04/09  03:25:24
38332         Log: Update perlhist.
38333      Branch: perl
38334            ! pod/perlhist.pod
38335 ____________________________________________________________________________
38336 [  9652] By: jhi                                   on 2001/04/09  03:18:49
38337         Log: perl571delta tweaking continues.
38338      Branch: perl
38339            ! pod/perl571delta.pod
38340 ____________________________________________________________________________
38341 [  9651] By: gsar                                  on 2001/04/09  03:11:19
38342         Log: update Changes, patchlevel.h &c.
38343      Branch: maint-5.6/perl
38344            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
38345            ! pod/perltoc.pod
38346 ____________________________________________________________________________
38347 [  9650] By: jhi                                   on 2001/04/09  02:40:24
38348         Log: Integrate the perlfork half of #9513 from maintperl into mainline
38349              (the perlunicode half is obsolete)
38350      Branch: perl
38351            ! pod/perlfork.pod
38352 ____________________________________________________________________________
38353 [  9649] By: gsar                                  on 2001/04/09  02:35:43
38354         Log: tweak perldelta as suggested by Jarkko
38355      Branch: maint-5.6/perl
38356            ! pod/perldelta.pod
38357 ____________________________________________________________________________
38358 [  9648] By: jhi                                   on 2001/04/09  02:13:04
38359         Log: Integrate change #9646 from maintperl into mainline.
38360              
38361              add note about ithreads and Thread.pm
38362      Branch: perl
38363           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
38364 ____________________________________________________________________________
38365 [  9647] By: jhi                                   on 2001/04/09  02:10:18
38366         Log: Bad assumption that shortsize == 2.
38367      Branch: perl
38368            ! t/lib/xs-typemap.t
38369 ____________________________________________________________________________
38370 [  9646] By: gsar                                  on 2001/04/09  00:48:04
38371         Log: add note about ithreads and Thread.pm (too many people are
38372              confused by the fact that Thread.pm is built and installed
38373              under non-5005threads but doesn't work)
38374      Branch: maint-5.6/perl
38375            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
38376 ____________________________________________________________________________
38377 [  9645] By: gsar                                  on 2001/04/09  00:19:03
38378         Log: update perldelta.pod for changes in 5.6.1
38379      Branch: maint-5.6/perl
38380            ! Changes pod/perldelta.pod
38381 ____________________________________________________________________________
38382 [  9644] By: jhi                                   on 2001/04/08  20:37:00
38383         Log: Integrate change #9639 from maintperl into mainline:
38384              on windows, many of the README.* pods were being copied to
38385              the wrong location
38386      Branch: perl
38387           !> win32/Makefile win32/makefile.mk
38388 ____________________________________________________________________________
38389 [  9643] By: jhi                                   on 2001/04/08  20:07:11
38390         Log: Integrate change #9624 from maintperl into mainline:
38391              the pod tests were not okay.  (t/pod/find.t changes ignored)
38392      Branch: perl
38393           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
38394           !> t/pod/include.t t/pod/included.t t/pod/lref.t
38395           !> t/pod/multiline_items.t t/pod/nested_items.t
38396           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
38397           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
38398 ____________________________________________________________________________
38399 [  9642] By: jhi                                   on 2001/04/08  19:57:17
38400         Log: Integrate change #9638 from maintperl into mainline:
38401              update to latest JPL from the anoncvs repository
38402      Branch: perl
38403           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
38404           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
38405           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
38406 ____________________________________________________________________________
38407 [  9641] By: jhi                                   on 2001/04/08  19:53:30
38408         Log: perl571delta updates.
38409      Branch: perl
38410            ! lib/Filter/Simple.pm pod/perl571delta.pod
38411 ____________________________________________________________________________
38412 [  9640] By: gsar                                  on 2001/04/08  19:20:46
38413         Log: integrate change#9634 from mainline
38414              
38415              Fix the perlmodlib generation (didn't understand separate .pod
38416              files; didn't understand -- as the name-thing separator).
38417              Update the CPAN mirrors list.
38418      Branch: maint-5.6/perl
38419            ! pod/perlmodlib.pod
38420           !> pod/perlmodlib.PL
38421 ____________________________________________________________________________
38422 [  9639] By: gsar                                  on 2001/04/08  18:57:31
38423         Log: on windows, many of the README.* pods were being copied to the wrong
38424              location
38425      Branch: maint-5.6/perl
38426            ! win32/Makefile win32/makefile.mk
38427 ____________________________________________________________________________
38428 [  9638] By: gsar                                  on 2001/04/08  18:38:25
38429         Log: update to latest JPL from the anoncvs repository
38430      Branch: maint-5.6/perl
38431            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
38432            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
38433            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
38434 ____________________________________________________________________________
38435 [  9637] By: jhi                                   on 2001/04/08  17:53:53
38436         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
38437      Branch: perl
38438            ! pod/perl571delta.pod
38439 ____________________________________________________________________________
38440 [  9636] By: jhi                                   on 2001/04/08  17:18:32
38441         Log: Regen toc.
38442      Branch: perl
38443            ! pod/perltoc.pod
38444 ____________________________________________________________________________
38445 [  9635] By: jhi                                   on 2001/04/08  17:16:33
38446         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
38447              From: "Craig A. Berry" <craigberry@mac.com>
38448              Date: Sun, 08 Apr 2001 12:30:16 -0500
38449              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
38450      Branch: perl
38451            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
38452 ____________________________________________________________________________
38453 [  9634] By: jhi                                   on 2001/04/08  17:09:19
38454         Log: Fix the perlmodlib generation (didn't understand separate .pod
38455              files; didn't understand -- as the name-thing separator).
38456              
38457              Update the CPAN mirrors list.
38458      Branch: perl
38459            ! pod/perlmodlib.PL pod/perlmodlib.pod
38460 ____________________________________________________________________________
38461 [  9633] By: jhi                                   on 2001/04/08  16:49:17
38462         Log: Sort MANIFEST.
38463      Branch: perl
38464            ! MANIFEST
38465 ____________________________________________________________________________
38466 [  9632] By: gsar                                  on 2001/04/08  16:36:06
38467         Log: add $Tie::RefHash::VERSION
38468      Branch: maint-5.6/perl
38469            ! lib/Tie/RefHash.pm
38470 ____________________________________________________________________________
38471 [  9631] By: jhi                                   on 2001/04/08  16:10:15
38472         Log: perl571delta updates based on p5p feedback; still needs
38473              lots of examples.
38474      Branch: perl
38475            ! pod/perl571delta.pod
38476 ____________________________________________________________________________
38477 [  9630] By: jhi                                   on 2001/04/08  15:59:13
38478         Log: Update the list of supported platforms to talk about 5.7.1
38479              (and 5.6.1)
38480      Branch: perl
38481            ! pod/perlport.pod
38482 ____________________________________________________________________________
38483 [  9629] By: jhi                                   on 2001/04/08  15:55:41
38484         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
38485              from maintperl into mainline: perlport updates.
38486      Branch: perl
38487            ! pod/perlport.pod
38488 ____________________________________________________________________________
38489 [  9628] By: jhi                                   on 2001/04/08  15:53:17
38490         Log: perlsolaris.pod copied to wrong directory.
38491      Branch: perl
38492            ! win32/makefile.mk
38493 ____________________________________________________________________________
38494 [  9627] By: jhi                                   on 2001/04/08  14:48:18
38495         Log: Subject: Typos in perl571delta.pod
38496              From: "Stephen P. Potter" <spp@spotter.yi.org>
38497              Date: Sat, 07 Apr 2001 20:37:05 -0400
38498              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
38499      Branch: perl
38500            ! pod/perl571delta.pod
38501 ____________________________________________________________________________
38502 [  9626] By: jhi                                   on 2001/04/08  14:39:04
38503         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
38504      Branch: perl
38505            ! gv.c
38506 ____________________________________________________________________________
38507 [  9625] By: nick                                  on 2001/04/08  10:14:23
38508         Log: Integrate mainline
38509      Branch: perlio
38510           +> pod/perl570delta.pod pod/perl571delta.pod
38511           !> (integrate 27 files)
38512 ____________________________________________________________________________
38513 [  9624] By: gsar                                  on 2001/04/08  06:08:17
38514         Log: test in t/pod/* were busted
38515              
38516              these tests are still not enabled in t/{harness,TEST}
38517      Branch: maint-5.6/perl
38518            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
38519            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
38520            ! t/pod/multiline_items.t t/pod/nested_items.t
38521            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
38522            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
38523 ____________________________________________________________________________
38524 [  9623] By: gsar                                  on 2001/04/08  03:37:01
38525         Log: integrate change#9470 from mainline
38526              
38527              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
38528      Branch: maint-5.6/perl
38529           !> ext/Socket/Socket.xs
38530 ____________________________________________________________________________
38531 [  9622] By: jhi                                   on 2001/04/07  22:40:47
38532         Log: Update Changes.
38533      Branch: perl
38534            ! Changes patchlevel.h
38535 ____________________________________________________________________________
38536 [  9621] By: jhi                                   on 2001/04/07  22:34:16
38537         Log: Update AUTHORS.
38538      Branch: perl
38539            ! AUTHORS
38540 ____________________________________________________________________________
38541 [  9620] By: jhi                                   on 2001/04/07  22:12:47
38542         Log: Forgot to bump the number of tests in #9164.
38543      Branch: perl
38544            ! t/op/array.t
38545 ____________________________________________________________________________
38546 [  9619] By: jhi                                   on 2001/04/07  22:09:50
38547         Log: Bump patchlevel to 5.7.1.
38548      Branch: perl
38549            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38550            ! config_h.SH patchlevel.h
38551 ____________________________________________________________________________
38552 [  9618] By: jhi                                   on 2001/04/07  22:02:41
38553         Log: Populate perl571delta.
38554      Branch: perl
38555            ! pod/perl571delta.pod
38556 ____________________________________________________________________________
38557 [  9617] By: jhi                                   on 2001/04/07  22:01:23
38558         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
38559              to forget it later; do not change patchlevel.h yet or regenerate
38560              Configure yet.
38561      Branch: perl
38562            ! epoc/config.sh win32/Makefile win32/config_H.bc
38563            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
38564 ____________________________________________________________________________
38565 [  9616] By: jhi                                   on 2001/04/07  17:46:33
38566         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
38567      Branch: perl
38568            ! pod/perl571delta.pod
38569 ____________________________________________________________________________
38570 [  9615] By: jhi                                   on 2001/04/07  17:33:21
38571         Log: Change the toc configuration.
38572      Branch: perl
38573            ! pod/buildtoc.PL pod/perl.pod
38574 ____________________________________________________________________________
38575 [  9614] By: jhi                                   on 2001/04/07  17:29:47
38576         Log: Subject: PATCH: $[
38577              From: Robin Houston <robin@kitsite.com>
38578              Date: Fri, 6 Apr 2001 18:10:14 +0100
38579              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
38580      Branch: perl
38581            ! op.c t/op/array.t
38582 ____________________________________________________________________________
38583 [  9613] By: jhi                                   on 2001/04/07  17:28:26
38584         Log: Subject: [PATCH perl@9424] isn't numeric warning
38585              From: Robin Barker <rmb1@cise.npl.co.uk>
38586              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
38587              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
38588      Branch: perl
38589            ! sv.c t/pragma/warn/sv
38590 ____________________________________________________________________________
38591 [  9612] By: jhi                                   on 2001/04/07  17:26:45
38592         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
38593              From: Mike Guy <mjtg@cam.ac.uk>
38594              Date: Fri, 06 Apr 2001 12:47:06 +0100
38595              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
38596      Branch: perl
38597            ! dump.c t/lib/peek.t
38598 ____________________________________________________________________________
38599 [  9611] By: jhi                                   on 2001/04/07  17:21:35
38600         Log: Create perl571delta and seed it off with the perldelta changes
38601              since 5.7.0; remove those changes from perldelta and rename it
38602              as perl570delta; recreate perldelta but leave it almost empty.
38603      Branch: perl
38604            + pod/perl570delta.pod pod/perl571delta.pod
38605            ! MANIFEST pod/perldelta.pod
38606 ____________________________________________________________________________
38607 [  9610] By: jhi                                   on 2001/04/07  16:56:32
38608         Log: Denit.
38609      Branch: perl
38610            ! pod/perldelta.pod
38611 ____________________________________________________________________________
38612 [  9609] By: jhi                                   on 2001/04/07  16:38:32
38613         Log: Retract #9523: needs more thought.
38614      Branch: perl
38615            ! Makefile.SH
38616 ____________________________________________________________________________
38617 [  9608] By: jhi                                   on 2001/04/07  14:59:20
38618         Log: atmark() code cleanaup.
38619      Branch: perl
38620            ! ext/IO/IO.xs
38621 ____________________________________________________________________________
38622 [  9607] By: jhi                                   on 2001/04/07  14:48:14
38623         Log: Integrate change #9605 from maintperl into mainline.
38624              
38625              can't optimize away scope entry if tr/// is present
38626      Branch: perl
38627           !> op.c t/op/tr.t
38628 ____________________________________________________________________________
38629 [  9606] By: jhi                                   on 2001/04/07  14:43:59
38630         Log: Integrate perlio.
38631      Branch: perl
38632           +> win32/FindExt.pm
38633           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
38634           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
38635 ____________________________________________________________________________
38636 [  9605] By: gsar                                  on 2001/04/07  11:52:40
38637         Log: can't optimize away scope entry if tr/// is present
38638      Branch: maint-5.6/perl
38639            ! op.c t/op/tr.t
38640 ____________________________________________________________________________
38641 [  9604] By: nick                                  on 2001/04/07  11:39:45
38642         Log: Split out extension finding code from buildext.pl into FindExt.pm
38643              Use it to get Config.pm's idea of available extensions in line
38644              with what is built.
38645      Branch: perlio
38646            + win32/FindExt.pm
38647            ! MANIFEST win32/buildext.pl win32/config_sh.PL
38648            ! win32/makefile.mk
38649 ____________________________________________________________________________
38650 [  9603] By: nick                                  on 2001/04/07  09:11:38
38651         Log: Cleanup correction for failed :Via() layer, also set an error code.
38652      Branch: perlio
38653            ! ext/PerlIO/Via/Via.xs
38654 ____________________________________________________________________________
38655 [  9602] By: nick                                  on 2001/04/07  08:38:04
38656         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
38657              style. So don't use binmode() on the handles so that Win32 etc. see
38658              same sequence and produce same digests.
38659      Branch: perlio
38660            ! t/lib/md5-file.t
38661 ____________________________________________________________________________
38662 [  9601] By: nick                                  on 2001/04/07  08:36:26
38663         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
38664              Else it complains and so crlf layer (say) does not get pushed.
38665      Branch: perlio
38666            ! perlio.c
38667 ____________________________________________________________________________
38668 [  9600] By: jhi                                   on 2001/04/06  23:00:09
38669         Log: Integrate change #9599 from perlio into mainline.
38670      Branch: perl
38671           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
38672           !> win32/config_H.vc
38673 ____________________________________________________________________________
38674 [  9599] By: nick                                  on 2001/04/06  21:42:43
38675         Log: Quote $VERSION in Encode.pm.
38676              regen_config_h as requested.
38677      Branch: perlio
38678            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
38679            ! win32/config_H.vc
38680 ____________________________________________________________________________
38681 [  9598] By: nick                                  on 2001/04/06  20:34:59
38682         Log: Integrate mainline
38683      Branch: perlio
38684           +> README.macos
38685           !> (integrate 39 files)
38686 ____________________________________________________________________________
38687 [  9597] By: gsar                                  on 2001/04/06  18:06:35
38688         Log: integrate change#9464 from mainline (addendum to change#8313)
38689              
38690              Subject: [PATCH @9452] Better peep()ing for foreach() loops
38691      Branch: maint-5.6/perl
38692           !> op.c
38693 ____________________________________________________________________________
38694 [  9596] By: jhi                                   on 2001/04/06  17:26:03
38695         Log: The d_casti32=undef is good for you even when not use64bitall.
38696      Branch: perl
38697            ! hints/hpux.sh
38698 ____________________________________________________________________________
38699 [  9595] By: gsar                                  on 2001/04/06  14:57:17
38700         Log: add a low-impact fix to accommodate darwin-ism
38701      Branch: maint-5.6/perl
38702            ! ext/Errno/Errno_pm.PL
38703 ____________________________________________________________________________
38704 [  9594] By: jhi                                   on 2001/04/06  14:55:14
38705         Log: Integrate changes #9528,9593 from mainline into maintperl;
38706              tweaking the editor/IDE/shell list.
38707      Branch: maint-5.6/perl
38708           !> pod/perlfaq3.pod
38709 ____________________________________________________________________________
38710 [  9593] By: jhi                                   on 2001/04/06  14:51:39
38711         Log: Make the editor/IDE/shell list a little bit airier.
38712      Branch: perl
38713            ! pod/perlfaq3.pod
38714 ____________________________________________________________________________
38715 [  9592] By: gsar                                  on 2001/04/06  14:45:18
38716         Log: integrate change#9477 from mainline (base.pm doc tweak)
38717              
38718              missing doc entry for fmod()
38719      Branch: maint-5.6/perl
38720            ! lib/Math/BigFloat.pm
38721           !> lib/base.pm
38722 ____________________________________________________________________________
38723 [  9591] By: jhi                                   on 2001/04/06  13:55:48
38724         Log: Regen toc.
38725      Branch: perl
38726            ! pod/perltoc.pod
38727 ____________________________________________________________________________
38728 [  9590] By: jhi                                   on 2001/04/06  13:54:52
38729         Log: Math::BigFloat patches from John Peacock.  The equivalent
38730              of #9586 from maintperl but reworked by John to work with
38731              the bleadperl.
38732      Branch: perl
38733            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
38734 ____________________________________________________________________________
38735 [  9589] By: jhi                                   on 2001/04/06  13:42:23
38736         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
38737      Branch: perl
38738            ! ext/Digest/MD5/Makefile.PL
38739 ____________________________________________________________________________
38740 [  9588] By: jhi                                   on 2001/04/06  13:31:45
38741         Log: Integrate changes #9584,9587 from maintperl into mainline.
38742              
38743              keep eval"" CVs alive until the end of the statement in which
38744              they're called
38745              
38746              add README.macos (from Chris Nandor)
38747              
38748              tyop in change#9555
38749      Branch: perl
38750           +> README.macos
38751           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
38752           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
38753           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
38754           !> win32/makefile.mk
38755 ____________________________________________________________________________
38756 [  9587] By: gsar                                  on 2001/04/06  07:31:30
38757         Log: add README.macos (from Chris Nandor)
38758              
38759              tyop in change#9555
38760      Branch: maint-5.6/perl
38761            + README.macos
38762            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
38763            ! win32/Makefile win32/makefile.mk
38764 ____________________________________________________________________________
38765 [  9586] By: gsar                                  on 2001/04/06  07:08:54
38766         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
38767      Branch: maint-5.6/perl
38768            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
38769 ____________________________________________________________________________
38770 [  9585] By: gsar                                  on 2001/04/06  06:58:44
38771         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
38772              from mainline
38773              
38774              Subject: [PATCH] Base64 update to perlfaq9.pod
38775              
38776              Subject: [PATCH AUTHORS] Housekeeping
38777              
38778              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
38779              Mac OS X (Darwin) has extra pwent fields.
38780              
38781              Subject: [PATCH B::*] print control-character vars readably
38782              Needs EBCDICification.
38783              
38784              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
38785              
38786              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
38787              
38788              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
38789              
38790              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
38791              
38792              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
38793              
38794              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
38795              
38796              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
38797              
38798              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
38799              
38800              FreeBSD hints tweak from Anton Berezin.
38801              
38802              Subject: [PATCH foolperl & bleadperl] README.vms update
38803              
38804              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
38805      Branch: maint-5.6/perl
38806           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
38807           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
38808           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
38809 ____________________________________________________________________________
38810 [  9584] By: gsar                                  on 2001/04/06  04:09:00
38811         Log: keep eval"" CVs alive until the end of the statement in which
38812              they're called; this avoids a coredump ensuing from search for
38813              lexicals in code such as:
38814              
38815              sub bug {
38816              my $s = @_;
38817              eval q[sub { eval 'sub { &$s }' }];
38818              }
38819              bug("x")->()->();
38820              
38821              this code still doesn't work as intended (as it has remained
38822              since time immemorial), but it doesn't provoke a coredump anymore
38823      Branch: maint-5.6/perl
38824            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38825            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
38826 ____________________________________________________________________________
38827 [  9583] By: jhi                                   on 2001/04/05  23:52:51
38828         Log: Update Changes.
38829      Branch: perl
38830            ! Changes patchlevel.h
38831 ____________________________________________________________________________
38832 [  9582] By: jhi                                   on 2001/04/05  23:11:23
38833         Log: Slight doc tweak.
38834      Branch: perl
38835            ! pod/perlunicode.pod
38836 ____________________________________________________________________________
38837 [  9581] By: jhi                                   on 2001/04/05  23:04:11
38838         Log: Integrate perlio.
38839      Branch: perl
38840           !> pod/perlunicode.pod
38841 ____________________________________________________________________________
38842 [  9580] By: jhi                                   on 2001/04/05  23:03:29
38843         Log: Test for #9579.
38844      Branch: perl
38845            ! t/op/do.t
38846 ____________________________________________________________________________
38847 [  9579] By: jhi                                   on 2001/04/05  22:54:17
38848         Log: Subject: [PATCH] Propagate calling context for do '...'
38849              From: Gisle Aas <gisle@ActiveState.com>
38850              Date: 04 Apr 2001 20:17:29 -0700
38851              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
38852      Branch: perl
38853            ! pod/perlfunc.pod pp_ctl.c
38854 ____________________________________________________________________________
38855 [  9578] By: jhi                                   on 2001/04/05  22:52:51
38856         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
38857              From: Peter Prymmer <pvhp@forte.com>
38858              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
38859              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
38860      Branch: perl
38861            ! README.vms
38862 ____________________________________________________________________________
38863 [  9577] By: jhi                                   on 2001/04/05  22:48:22
38864         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
38865              From: "Craig A. Berry" <craigberry@mac.com>
38866              Date: Thu, 5 Apr 2001 13:43:28 -0500
38867              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
38868      Branch: perl
38869            ! README.vms
38870 ____________________________________________________________________________
38871 [  9576] By: jhi                                   on 2001/04/05  22:31:38
38872         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
38873              From: Michael G Schwern <schwern@pobox.com>
38874              Date: Thu, 5 Apr 2001 21:53:21 +0100
38875              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
38876      Branch: perl
38877            ! lib/base.pm t/lib/fields.t
38878 ____________________________________________________________________________
38879 [  9575] By: jhi                                   on 2001/04/05  22:26:10
38880         Log: FreeBSD hints tweak from Anton Berezin.
38881      Branch: perl
38882            ! hints/freebsd.sh
38883 ____________________________________________________________________________
38884 [  9574] By: jhi                                   on 2001/04/05  22:24:03
38885         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
38886              From: David Dyck <dcd@tc.fluke.com>
38887              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
38888              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
38889      Branch: perl
38890            ! t/op/oct.t
38891 ____________________________________________________________________________
38892 [  9573] By: jhi                                   on 2001/04/05  22:23:06
38893         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
38894              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
38895              From: David Dyck <dcd@tc.fluke.com>
38896              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
38897      Branch: perl
38898            ! pp.c
38899 ____________________________________________________________________________
38900 [  9572] By: jhi                                   on 2001/04/05  22:14:47
38901         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
38902              From: Robin Houston <robin@kitsite.com>
38903              Date: Thu, 5 Apr 2001 20:56:48 +0100
38904              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
38905      Branch: perl
38906            ! ext/B/B/Deparse.pm
38907 ____________________________________________________________________________
38908 [  9571] By: jhi                                   on 2001/04/05  22:12:53
38909         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
38910              From: Robin Houston <robin@kitsite.com>
38911              Date: Thu, 5 Apr 2001 19:55:51 +0100
38912              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
38913      Branch: perl
38914            ! ext/B/B/Deparse.pm
38915 ____________________________________________________________________________
38916 [  9570] By: jhi                                   on 2001/04/05  22:11:06
38917         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
38918              From: Robin Houston <robin@kitsite.com>
38919              Date: Thu, 5 Apr 2001 20:16:29 +0100
38920              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
38921      Branch: perl
38922            ! ext/B/B/Deparse.pm
38923 ____________________________________________________________________________
38924 [  9569] By: nick                                  on 2001/04/05  21:32:26
38925         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
38926      Branch: perlio
38927            ! pod/perlunicode.pod
38928 ____________________________________________________________________________
38929 [  9568] By: nick                                  on 2001/04/05  19:38:09
38930         Log: Integrate mainline
38931      Branch: perlio
38932           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
38933           !> (integrate 35 files)
38934 ____________________________________________________________________________
38935 [  9567] By: jhi                                   on 2001/04/05  18:31:45
38936         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
38937              From: Robin Houston <robin@kitsite.com>
38938              Date: Thu, 5 Apr 2001 18:03:23 +0100
38939              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
38940      Branch: perl
38941            ! ext/B/B/Deparse.pm
38942 ____________________________________________________________________________
38943 [  9566] By: jhi                                   on 2001/04/05  18:29:35
38944         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
38945              From: Robin Houston <robin@kitsite.com>
38946              Date: Thu, 5 Apr 2001 16:45:18 +0100
38947              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
38948      Branch: perl
38949            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
38950 ____________________________________________________________________________
38951 [  9565] By: jhi                                   on 2001/04/05  18:24:23
38952         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
38953              From: Robin Houston <robin@kitsite.com>
38954              Date: Thu, 5 Apr 2001 14:50:09 +0100
38955              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
38956      Branch: perl
38957            ! ext/B/B/Deparse.pm
38958 ____________________________________________________________________________
38959 [  9564] By: jhi                                   on 2001/04/05  18:23:03
38960         Log: Subject: [PATCH B::*] print control-character vars readably
38961              From: Robin Houston <robin@kitsite.com>
38962              Date: Thu, 5 Apr 2001 14:27:38 +0100
38963              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
38964              
38965              Needs EBCDICification.
38966      Branch: perl
38967            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
38968            ! ext/B/B/Terse.pm
38969 ____________________________________________________________________________
38970 [  9563] By: jhi                                   on 2001/04/05  18:20:32
38971         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
38972              Date: Thu, 5 Apr 2001 13:21:42 -0400
38973              From: Paul Schinder <schinder@pobox.com>
38974              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
38975              
38976              Mac OS X (Darwin) has extra pwent fields.
38977      Branch: perl
38978            ! t/op/pwent.t
38979 ____________________________________________________________________________
38980 [  9562] By: jhi                                   on 2001/04/05  17:57:51
38981         Log: Regen toc.
38982      Branch: perl
38983            ! pod/perltoc.pod
38984 ____________________________________________________________________________
38985 [  9561] By: jhi                                   on 2001/04/05  17:47:33
38986         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
38987      Branch: metaconfig
38988            ! U/Glossary.patch
38989      Branch: metaconfig/U/perl
38990            + d_u32align.U
38991            ! d_cmsghdr_s.U d_msghdr_s.U
38992 ____________________________________________________________________________
38993 [  9560] By: jhi                                   on 2001/04/05  17:47:01
38994         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
38995              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
38996              Introduce probes for struct msghdr, struct cmsghdr,
38997              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
38998              ualarm, usleep, for possible later extension work.
38999      Branch: perl
39000            + t/lib/md5-align.t
39001            ! Configure MANIFEST Porting/Glossary Porting/config.sh
39002            ! Porting/config_H config_h.SH configure.com epoc/config.sh
39003            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
39004            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39005            ! vos/config.ga.h win32/config.bc win32/config.gc
39006            ! win32/config.vc
39007 ____________________________________________________________________________
39008 [  9559] By: jhi                                   on 2001/04/05  13:03:04
39009         Log: Be traditional in your cpp (for the Errno extension).
39010      Branch: perl
39011            ! hints/darwin.sh
39012 ____________________________________________________________________________
39013 [  9558] By: jhi                                   on 2001/04/05  13:00:05
39014         Log: Add $Config{cppflags} to the gcc incantation.
39015      Branch: perl
39016            ! ext/Errno/Errno_pm.PL
39017 ____________________________________________________________________________
39018 [  9557] By: jhi                                   on 2001/04/05  04:22:39
39019         Log: Introduce Sean Burke's Class::ISA 0.32.
39020      Branch: perl
39021            + lib/Class/ISA.pm t/lib/class-isa.t
39022            ! MANIFEST
39023 ____________________________________________________________________________
39024 [  9556] By: jhi                                   on 2001/04/05  04:09:50
39025         Log: Subject: [PATCH AUTHORS] Housekeeping
39026              From: Paul Johnson <paul@pjcj.net> 
39027              Date: Wed, 4 Apr 2001 22:45:47 +0200
39028              Message-ID: <20010404224547.D9548@pjcj.net>
39029      Branch: perl
39030            ! AUTHORS
39031 ____________________________________________________________________________
39032 [  9555] By: jhi                                   on 2001/04/05  04:06:33
39033         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
39034              From: Gisle Aas <gisle@ActiveState.com>
39035              Date: 04 Apr 2001 14:23:04 -0700
39036              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
39037      Branch: perl
39038            ! pod/perlfaq9.pod
39039 ____________________________________________________________________________
39040 [  9554] By: jhi                                   on 2001/04/05  04:05:49
39041         Log: Downgrade also the "Wide character" diagnostic.
39042      Branch: perl
39043            ! pod/perldiag.pod
39044 ____________________________________________________________________________
39045 [  9553] By: jhi                                   on 2001/04/05  04:00:33
39046         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
39047              maintperl into mainline.
39048              
39049              "double" should be "NV"; standard typemap is missing entry
39050              for NV
39051              
39052              s/djSP/dSP/
39053              
39054              Downgrade "Wide character in print" to a warning.
39055              
39056              B::Deparse fix for ${^FOO} and documentation for PVX() method
39057              (from Robin Houston)
39058              
39059              tr/// doesn't null-terminate the result in some situations
39060              (from Gisle Aas)
39061      Branch: perl
39062           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
39063           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
39064           !> t/io/utf8.t t/op/tr.t
39065 ____________________________________________________________________________
39066 [  9552] By: jhi                                   on 2001/04/05  03:52:50
39067         Log: Retract changes #9542 and #9538 (from maintperl, integrated
39068              at #9540), shouldn't be needed because of the perlio changes.
39069      Branch: perl
39070            ! util.c
39071 ____________________________________________________________________________
39072 [  9551] By: gsar                                  on 2001/04/05  00:18:34
39073         Log: tr/// doesn't null-terminate the result in some situations
39074              (from Gisle Aas)
39075      Branch: maint-5.6/perl
39076            ! doop.c t/op/tr.t
39077 ____________________________________________________________________________
39078 [  9550] By: gsar                                  on 2001/04/04  20:04:17
39079         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
39080              (from Robin Houston)
39081      Branch: maint-5.6/perl
39082            ! ext/B/B.pm ext/B/B/Deparse.pm
39083 ____________________________________________________________________________
39084 [  9549] By: nick                                  on 2001/04/04  18:56:15
39085         Log: Downgrade "Wide character in print" to a warning.
39086      Branch: perlio
39087            ! doio.c t/io/utf8.t
39088 ____________________________________________________________________________
39089 [  9548] By: gsar                                  on 2001/04/04  18:51:49
39090         Log: integrate changes#9460,9462,9482,9521,9522
39091              
39092              Subject: PATCH: B::Debug should show LOOP-specific fields
39093              
39094              Subject: B::Deparse precedence bug. (Patch included.)
39095              
39096              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
39097              
39098              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
39099              
39100              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
39101      Branch: maint-5.6/perl
39102           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
39103           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
39104 ____________________________________________________________________________
39105 [  9547] By: gsar                                  on 2001/04/04  18:49:16
39106         Log: s/djSP/dSP/
39107      Branch: maint-5.6/perl
39108            ! ext/Thread/Thread.xs
39109 ____________________________________________________________________________
39110 [  9546] By: nick                                  on 2001/04/04  18:44:00
39111         Log: Integrate mainline.
39112      Branch: perlio
39113           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
39114           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
39115 ____________________________________________________________________________
39116 [  9545] By: gsar                                  on 2001/04/04  18:38:52
39117         Log: integrate change#8837 from mainline
39118              
39119              Subject: [patch] -Wall cleanup round 2
39120      Branch: maint-5.6/perl
39121           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
39122           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
39123           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
39124           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
39125           !> ext/SDBM_File/SDBM_File.xs
39126 ____________________________________________________________________________
39127 [  9544] By: gsar                                  on 2001/04/04  17:49:57
39128         Log: "double" should be "NV"; standard typemap is missing entry
39129              for NV
39130      Branch: maint-5.6/perl
39131            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
39132 ____________________________________________________________________________
39133 [  9543] By: jhi                                   on 2001/04/04  14:13:18
39134         Log: Thou shalt not (just) match for English error messages.
39135      Branch: perl
39136            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
39137            ! os2/OS2/Process/Process.pm
39138 ____________________________________________________________________________
39139 [  9542] By: jhi                                   on 2001/04/04  13:20:39
39140         Log: Make the stdio tricks of fflush_all() to exist only if
39141              stdio is being used.
39142      Branch: perl
39143            ! util.c
39144 ____________________________________________________________________________
39145 [  9541] By: jhi                                   on 2001/04/04  04:20:24
39146         Log: Subject: Re: [PATCH] Lighten up glob
39147              From: Benjamin Sugars <bsugars@canoe.ca>
39148              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
39149              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
39150      Branch: perl
39151            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
39152            ! util.c
39153 ____________________________________________________________________________
39154 [  9540] By: jhi                                   on 2001/04/04  04:03:57
39155         Log: Integrate changes #9538,9539 from maintperl into mainline.
39156              
39157              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
39158              for use with _fwalk() (fix for change#7705)
39159              
39160              another tweak needed for SunOS 4.1.x build (from Mike Guy)
39161              (cp -f is not portable)
39162      Branch: perl
39163           !> Makefile.SH util.c
39164 ____________________________________________________________________________
39165 [  9539] By: gsar                                  on 2001/04/04  03:01:14
39166         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
39167      Branch: maint-5.6/perl
39168            ! Makefile.SH
39169 ____________________________________________________________________________
39170 [  9538] By: gsar                                  on 2001/04/04  01:00:38
39171         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
39172              for use with _fwalk() (fix for change#7705)
39173      Branch: maint-5.6/perl
39174            ! util.c
39175 ____________________________________________________________________________
39176 [  9537] By: nick                                  on 2001/04/03  19:24:55
39177         Log: Integrate mainline
39178      Branch: perlio
39179           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
39180           +> lib/unicode/PropList.html
39181            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
39182           !> (integrate 69 files)
39183 ____________________________________________________________________________
39184 [  9536] By: jhi                                   on 2001/04/03  18:02:31
39185         Log: Integrate change #9533 from maintperl into mainline.
39186              
39187              better fix for change#9517 to accomodate UNC paths like
39188              \\server\share\foo, and paths with trailing backslash
39189              like c:\this\
39190      Branch: perl
39191           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
39192 ____________________________________________________________________________
39193 [  9535] By: jhi                                   on 2001/04/03  17:58:07
39194         Log: Change the push/unshift warning to be of class syntax, not misc.
39195      Branch: perl
39196            ! op.c pod/perldiag.pod t/pragma/warn/op
39197 ____________________________________________________________________________
39198 [  9534] By: jhi                                   on 2001/04/03  15:03:46
39199         Log: Change the push/unshift warning (#9532) to talk about "no values"
39200              instead of "no arguments".
39201      Branch: perl
39202            ! op.c pod/perldiag.pod t/pragma/warn/op
39203 ____________________________________________________________________________
39204 [  9533] By: gsar                                  on 2001/04/03  14:30:07
39205         Log: better fix for change#9517 to accomodate UNC paths like
39206              \\server\share\foo, and paths with trailing backslash
39207              like c:\this\
39208      Branch: maint-5.6/perl
39209            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
39210 ____________________________________________________________________________
39211 [  9532] By: jhi                                   on 2001/04/03  13:11:46
39212         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
39213              From: Robin Houston <robin@kitsite.com>
39214              Date: Mon, 2 Apr 2001 15:03:29 +0100
39215              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
39216      Branch: perl
39217            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
39218 ____________________________________________________________________________
39219 [  9531] By: jhi                                   on 2001/04/03  13:06:34
39220         Log: Integrate change #9530 from maintperl into mainline.
39221              
39222              accomodate VMS "mailbox overflow" quirk in testsuite (from
39223              Craig Berry)
39224      Branch: perl
39225           !> t/lib/socket.t
39226 ____________________________________________________________________________
39227 [  9530] By: gsar                                  on 2001/04/03  04:56:41
39228         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
39229              Craig Berry)
39230      Branch: maint-5.6/perl
39231            ! t/lib/socket.t
39232 ____________________________________________________________________________
39233 [  9529] By: jhi                                   on 2001/04/03  02:34:34
39234         Log: Update Changes.
39235      Branch: perl
39236            ! Changes patchlevel.h
39237 ____________________________________________________________________________
39238 [  9528] By: jhi                                   on 2001/04/03  01:27:57
39239         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
39240              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
39241              To: perl5-porters@perl.org
39242              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
39243      Branch: perl
39244            ! pod/perlfaq3.pod
39245 ____________________________________________________________________________
39246 [  9527] By: jhi                                   on 2001/04/03  01:22:09
39247         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
39248              From: Peter Prymmer <pvhp@forte.com>
39249              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
39250              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
39251      Branch: perl
39252            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
39253 ____________________________________________________________________________
39254 [  9526] By: jhi                                   on 2001/04/03  01:18:25
39255         Log: The metaconfig unit changes for #9525.
39256      Branch: metaconfig
39257            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
39258      Branch: metaconfig/U/perl
39259            ! use64bits.U
39260 ____________________________________________________________________________
39261 [  9525] By: jhi                                   on 2001/04/03  01:17:30
39262         Log: Configure sanity checks:
39263              * if use64bitall is attempted but pointers are only 32-bit,
39264              'downgrade' to use64bitint
39265              * if use64bitint is attempted but there's no quad type,
39266              forget about use64bitint (well, the default for it is 'n',
39267              the user can still override this)
39268              * if pointers are 64 bits, do not try to use Perl's malloc
39269      Branch: perl
39270            ! Configure
39271 ____________________________________________________________________________
39272 [  9524] By: gsar                                  on 2001/04/03  01:09:12
39273         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
39274      Branch: maint-5.6/perl
39275            ! pp_sys.c
39276 ____________________________________________________________________________
39277 [  9523] By: jhi                                   on 2001/04/03  00:02:31
39278         Log: (Retracted by #9609)
39279              
39280              Make it harder for parallel makes to enter 'test' before
39281              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
39282              should be unhappy enough, but sometimes parallel makes seem
39283              to sneak past both in Tru64 and AIX.)
39284      Branch: perl
39285            ! Makefile.SH
39286 ____________________________________________________________________________
39287 [  9522] By: jhi                                   on 2001/04/02  22:35:31
39288         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
39289              Date: Mon, 2 Apr 2001 22:54:10 +0100
39290              From: Robin Houston <robin@kitsite.com>
39291              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
39292      Branch: perl
39293            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
39294 ____________________________________________________________________________
39295 [  9521] By: jhi                                   on 2001/04/02  22:32:23
39296         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
39297              From: Robin Houston <robin@kitsite.com>
39298              Date: Mon, 2 Apr 2001 20:24:03 +0100
39299              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
39300      Branch: perl
39301            ! ext/B/B/Concise.pm
39302 ____________________________________________________________________________
39303 [  9520] By: jhi                                   on 2001/04/02  22:30:43
39304         Log: Subject: [PATCH] REALLY pedantic hv.h nit
39305              From: Simon Cozens <simon@netthink.co.uk>
39306              Date: Mon, 2 Apr 2001 15:43:06 +0100
39307              Message-ID: <20010402154306.A21711@netthink.co.uk>
39308      Branch: perl
39309            ! hv.h
39310 ____________________________________________________________________________
39311 [  9519] By: jhi                                   on 2001/04/02  22:28:04
39312         Log: Based on
39313              
39314              Subject: [foolperl] EPOC fix
39315              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39316              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
39317              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
39318      Branch: perl
39319            ! pp_sys.c
39320 ____________________________________________________________________________
39321 [  9518] By: jhi                                   on 2001/04/02  22:22:34
39322         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
39323              
39324              README.win32 tweaks; add a note about alternative location for
39325              getting a gcc-2.95.2 that will build perl properly on windows
39326              
39327              add some notes about gutsy threading matters
39328              
39329              many of the utilities interpolate literal paths within doublequotes
39330              (fails on dosish platforms where path contains backslashes)
39331      Branch: perl
39332           !> README.win32 pod/perlguts.pod utils/perldoc.PL
39333           !> x2p/find2perl.PL x2p/s2p.PL
39334 ____________________________________________________________________________
39335 [  9517] By: gsar                                  on 2001/04/02  19:52:21
39336         Log: many of the utilities interpolate literal paths within doublequotes
39337              (fails on dosish platforms where path contains backslashes)
39338      Branch: maint-5.6/perl
39339            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
39340 ____________________________________________________________________________
39341 [  9516] By: gsar                                  on 2001/04/02  05:49:37
39342         Log: a foolish release
39343      Branch: maint-5.6/perl
39344            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
39345            ! pod/perltoc.pod
39346 ____________________________________________________________________________
39347 [  9515] By: gsar                                  on 2001/04/02  05:04:29
39348         Log: add missing changelog summaries
39349      Branch: maint-5.6/perl
39350            ! Changes
39351 ____________________________________________________________________________
39352 [  9514] By: gsar                                  on 2001/04/02  04:07:13
39353         Log: add some notes about gutsy threading matters
39354      Branch: maint-5.6/perl
39355            ! pod/perlguts.pod
39356 ____________________________________________________________________________
39357 [  9513] By: gsar                                  on 2001/04/02  03:25:21
39358         Log: add more prominent caveat notices about experimental features
39359      Branch: maint-5.6/perl
39360            ! pod/perlfork.pod pod/perlunicode.pod
39361 ____________________________________________________________________________
39362 [  9512] By: gsar                                  on 2001/04/02  02:54:33
39363         Log: integrate changes#9479,9509 from mainline
39364              
39365              [PATCH] File::Glob stuff for Mac OS
39366              
39367              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
39368      Branch: maint-5.6/perl
39369           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
39370           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
39371           !> t/lib/glob-taint.t
39372 ____________________________________________________________________________
39373 [  9511] By: gsar                                  on 2001/04/02  02:38:24
39374         Log: README.win32 tweaks; add a note about alternative location for
39375              getting a gcc-2.95.2 that will build perl properly on windows
39376      Branch: maint-5.6/perl
39377            ! README.win32
39378 ____________________________________________________________________________
39379 [  9510] By: jhi                                   on 2001/04/01  20:45:10
39380         Log: An ambiguousity warning.
39381      Branch: perl
39382            ! t/lib/trig.t
39383 ____________________________________________________________________________
39384 [  9509] By: jhi                                   on 2001/04/01  19:53:47
39385         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
39386              From: Jonathan Stowe <gellyfish@gellyfish.com>
39387              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
39388              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
39389      Branch: perl
39390            ! ext/File/Glob/bsd_glob.c
39391 ____________________________________________________________________________
39392 [  9508] By: jhi                                   on 2001/04/01  19:35:03
39393         Log: Update Changes.
39394      Branch: perl
39395            ! Changes patchlevel.h
39396 ____________________________________________________________________________
39397 [  9507] By: jhi                                   on 2001/04/01  19:24:01
39398         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
39399              from mainline to maintperl: pod tweaks.
39400      Branch: maint-5.6/perl
39401           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
39402           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
39403           !> pod/perlvar.pod
39404 ____________________________________________________________________________
39405 [  9506] By: jhi                                   on 2001/04/01  19:11:53
39406         Log: Commit Sarathy to April release of 5.6.1 :-)
39407      Branch: perl
39408            ! pod/perlfaq1.pod
39409 ____________________________________________________________________________
39410 [  9505] By: jhi                                   on 2001/04/01  19:03:15
39411         Log: Subject: PATCH 5.6.0 (perldebug.pod)
39412              From: Mark-Jason Dominus <mjd@plover.com>
39413              Date: Sun, 01 Apr 2001 14:25:11 -0400
39414              Message-ID: <20010401182511.9247.qmail@plover.com>
39415      Branch: perl
39416            ! pod/perldebug.pod
39417 ____________________________________________________________________________
39418 [  9504] By: jhi                                   on 2001/04/01  18:43:09
39419         Log: Add great_circle_direction().
39420      Branch: perl
39421            ! lib/Math/Trig.pm t/lib/trig.t
39422 ____________________________________________________________________________
39423 [  9503] By: jhi                                   on 2001/04/01  17:29:12
39424         Log: Unicode ReadMe update for Unicode 3.1.
39425      Branch: perl
39426            ! lib/unicode/ReadMe.txt
39427 ____________________________________________________________________________
39428 [  9502] By: jhi                                   on 2001/04/01  17:18:40
39429         Log: Integrate change #9501 from maintperl into mainline.
39430              
39431              fix the perlembed notes on multiple interpreters
39432              
39433              fix ExtUtils::Embed to work passably on Windows
39434      Branch: perl
39435           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
39436 ____________________________________________________________________________
39437 [  9501] By: gsar                                  on 2001/04/01  07:21:57
39438         Log: fix the perlembed notes on multiple interpreters
39439              
39440              fix ExtUtils::Embed to work passably on Windows
39441      Branch: maint-5.6/perl
39442            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
39443 ____________________________________________________________________________
39444 [  9500] By: jhi                                   on 2001/04/01  05:58:23
39445         Log: Test for #9499.
39446      Branch: perl
39447            ! t/op/tr.t
39448 ____________________________________________________________________________
39449 [  9499] By: jhi                                   on 2001/04/01  05:55:46
39450         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
39451      Branch: perl
39452            ! embed.h embed.pl op.c proto.h
39453 ____________________________________________________________________________
39454 [  9498] By: jhi                                   on 2001/04/01  05:44:34
39455         Log: Protect the workaround hunk more.
39456      Branch: perl
39457            ! toke.c
39458 ____________________________________________________________________________
39459 [  9497] By: jhi                                   on 2001/04/01  00:24:25
39460         Log: Integrate changes #9493,9494,9495,9496 from maintperl
39461              into mainline.
39462              
39463              fix a broken workaround for Borland compiler in change#4739
39464              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
39465              
39466              nits spotted by Borland compiler
39467              
39468              avoid redefinition warnings under Borland 5.02
39469              
39470              various nits identified by the Borland 5.5 compiler; remove suppression
39471              of a few warnings
39472      Branch: perl
39473           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
39474           !> win32/win32.h
39475 ____________________________________________________________________________
39476 [  9496] By: gsar                                  on 2001/03/31  23:22:28
39477         Log: various nits identified by the Borland 5.5 compiler; remove suppression
39478              of a few warnings
39479      Branch: maint-5.6/perl
39480            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
39481 ____________________________________________________________________________
39482 [  9495] By: gsar                                  on 2001/03/31  21:03:08
39483         Log: avoid redefinition warnings under Borland 5.02
39484      Branch: maint-5.6/perl
39485            ! win32/makefile.mk
39486 ____________________________________________________________________________
39487 [  9494] By: gsar                                  on 2001/03/31  20:18:59
39488         Log: nits spotted by Borland compiler
39489      Branch: maint-5.6/perl
39490            ! utf8.h win32/win32.h
39491 ____________________________________________________________________________
39492 [  9493] By: gsar                                  on 2001/03/31  20:18:05
39493         Log: fix a broken workaround for Borland compiler in change#4739
39494              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
39495      Branch: maint-5.6/perl
39496            ! toke.c
39497 ____________________________________________________________________________
39498 [  9492] By: jhi                                   on 2001/03/31  18:36:24
39499         Log: Integrate change #9491 from maintperl into mainline.
39500              
39501              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
39502              directory is relative (need to fetch the full path name *before*
39503              the chdir!)
39504      Branch: perl
39505           !> lib/Cwd.pm
39506 ____________________________________________________________________________
39507 [  9491] By: gsar                                  on 2001/03/31  17:01:56
39508         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
39509              directory is relative (need to fetch the full path name *before*
39510              the chdir!)
39511              
39512              this is a followup patch for change#6749
39513      Branch: maint-5.6/perl
39514            ! lib/Cwd.pm
39515 ____________________________________________________________________________
39516 [  9490] By: jhi                                   on 2001/03/31  15:50:18
39517         Log: Subject: Re: [PATCH] av.h cosmetics
39518              From: Simon Cozens <simon@netthink.co.uk>
39519              Date: Sat, 31 Mar 2001 13:09:59 +0100
39520              Message-ID: <20010331130959.A22000@netthink.co.uk>
39521              
39522              Document AvALLOC.
39523      Branch: perl
39524            ! pod/perlguts.pod
39525 ____________________________________________________________________________
39526 [  9489] By: jhi                                   on 2001/03/31  15:48:44
39527         Log: Subject: [PATCH] Re: Math::Big* v1.21
39528              From: Tels <perl_dummy@bloodgate.com>
39529              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
39530              Message-Id: <200103311125.GAA377738@www08.hway.net>
39531      Branch: perl
39532            ! pod/perlop.pod
39533 ____________________________________________________________________________
39534 [  9488] By: jhi                                   on 2001/03/31  03:39:51
39535         Log: Debug output tweak.
39536      Branch: perl
39537            ! t/lib/cwd.t
39538 ____________________________________________________________________________
39539 [  9487] By: jhi                                   on 2001/03/31  03:33:02
39540         Log: OverVMSification.
39541      Branch: perl
39542            ! t/lib/cwd.t
39543 ____________________________________________________________________________
39544 [  9486] By: jhi                                   on 2001/03/31  03:01:40
39545         Log: Missed MANIFESTations in #9483.
39546      Branch: perl
39547            ! MANIFEST
39548 ____________________________________________________________________________
39549 [  9485] By: jhi                                   on 2001/03/31  02:58:17
39550         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
39551              From: Peter Prymmer <pvhp@forte.com>
39552              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
39553              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
39554      Branch: perl
39555            ! regexec.c t/lib/cwd.t
39556 ____________________________________________________________________________
39557 [  9484] By: jhi                                   on 2001/03/31  01:04:41
39558         Log: Obsolete file (see #3938)
39559      Branch: perl
39560            - lib/unicode/README.Ethiopic
39561            ! MANIFEST
39562 ____________________________________________________________________________
39563 [  9483] By: jhi                                   on 2001/03/31  00:52:42
39564         Log: Update to Unicode 3.1.
39565              (Rename Names.txt to NamesList.txt.)
39566      Branch: perl
39567            + lib/unicode/NamesList.txt lib/unicode/PropList.html
39568            - lib/unicode/Names.txt
39569            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39570            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
39571            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
39572            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
39573            ! lib/unicode/UCD.html lib/unicode/Unicode.html
39574            ! lib/unicode/rename lib/unicode/version
39575 ____________________________________________________________________________
39576 [  9482] By: jhi                                   on 2001/03/30  23:33:44
39577         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
39578              From: Robin Houston <robin@kitsite.com>
39579              Date: Fri, 30 Mar 2001 20:07:22 +0100
39580              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
39581      Branch: perl
39582            ! ext/B/B/Deparse.pm
39583 ____________________________________________________________________________
39584 [  9481] By: jhi                                   on 2001/03/30  23:20:25
39585         Log: Subject: Re: [PATCH] CwdXS, Take 2
39586              From: Benjamin Sugars <bsugars@canoe.ca>
39587              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
39588              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
39589      Branch: perl
39590            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
39591            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
39592 ____________________________________________________________________________
39593 [  9480] By: jhi                                   on 2001/03/30  22:52:38
39594         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
39595              From: David Dyck <dcd@tc.fluke.com>
39596              Date: Fri, 30 Mar 2001 14:44:13 -0800
39597              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
39598              
39599              The t/rantests flags file creation was accidentally
39600              removed by #9217.
39601      Branch: perl
39602            ! Makefile.SH
39603 ____________________________________________________________________________
39604 [  9479] By: jhi                                   on 2001/03/30  22:45:45
39605         Log: Subject: [PATCH] File::Glob stuff for Mac OS
39606              From: Chris Nandor <pudge@pobox.com>
39607              Date: Fri, 30 Mar 2001 16:51:00 -0500
39608              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
39609      Branch: perl
39610            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
39611            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
39612            ! t/lib/glob-taint.t
39613 ____________________________________________________________________________
39614 [  9478] By: jhi                                   on 2001/03/30  22:43:12
39615         Log: Subject: fix for win32/buildext.pl
39616              From: "Vadim Konovalov" <watman@inbox.ru>
39617              Date: Sat, 31 Mar 2001 00:50:36 +0400
39618              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
39619      Branch: perl
39620            ! win32/buildext.pl
39621 ____________________________________________________________________________
39622 [  9477] By: jhi                                   on 2001/03/30  22:41:16
39623         Log: Subject: small base.pm doc patch
39624              From: Leon Brocard <acme@astray.com>
39625              Date: Fri, 30 Mar 2001 21:49:57 +0100
39626              Message-ID: <20010330214957.B8733@ns0.astray.com>
39627      Branch: perl
39628            ! lib/base.pm
39629 ____________________________________________________________________________
39630 [  9476] By: jhi                                   on 2001/03/30  18:16:57
39631         Log: Subject: [PATCH] av.h cosmetics
39632              From: Simon Cozens <simon@netthink.co.uk>
39633              Date: Fri, 30 Mar 2001 18:12:28 +0100
39634              Message-ID: <20010330181228.A9319@netthink.co.uk>
39635      Branch: perl
39636            ! av.h
39637 ____________________________________________________________________________
39638 [  9475] By: jhi                                   on 2001/03/30  18:15:50
39639         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
39640              From: "Philip Newton" <pnewton@gmx.de>
39641              Date: Fri, 30 Mar 2001 19:06:57 +0200
39642              Message-ID: <3AC4D951.14815.1AC7068@localhost>
39643      Branch: perl
39644            ! pod/perlhack.pod
39645 ____________________________________________________________________________
39646 [  9474] By: jhi                                   on 2001/03/30  18:14:02
39647         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
39648              From: Benjamin Sugars <bsugars@canoe.ca>
39649              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
39650              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
39651      Branch: perl
39652            ! t/lib/glob-basic.t
39653 ____________________________________________________________________________
39654 [  9473] By: jhi                                   on 2001/03/30  16:09:24
39655         Log: Update Changes.
39656      Branch: perl
39657            ! Changes patchlevel.h
39658 ____________________________________________________________________________
39659 [  9472] By: jhi                                   on 2001/03/30  15:16:08
39660         Log: Integrate perlio.
39661      Branch: perl
39662           !> t/lib/cwd.t t/lib/glob-basic.t
39663 ____________________________________________________________________________
39664 [  9471] By: nick                                  on 2001/03/30  14:47:10
39665         Log: Should be (^O eq 'MSWin32') not 'Win32'
39666              Fail #12 seems real - chdir is in wrong dir.
39667      Branch: perlio
39668            ! t/lib/cwd.t
39669 ____________________________________________________________________________
39670 [  9470] By: jhi                                   on 2001/03/30  14:41:11
39671         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
39672              From: Radu Greab <radu@netsoft.ro>
39673              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
39674              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
39675              
39676              Replace #9352.
39677      Branch: perl
39678            ! ext/Socket/Socket.xs pp_sys.c
39679 ____________________________________________________________________________
39680 [  9469] By: jhi                                   on 2001/03/30  14:37:51
39681         Log: Subject: PATCH pod/perldiag.pod
39682              From: Robin Houston <robin@kitsite.com>
39683              Date: Fri, 30 Mar 2001 14:10:36 +0100
39684              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
39685      Branch: perl
39686            ! pod/perldiag.pod t/lib/glob-basic.t
39687 ____________________________________________________________________________
39688 [  9468] By: jhi                                   on 2001/03/30  14:36:36
39689         Log: Subject: Better diagnostic in io/fs.t
39690              From: andreas.koenig@anima.de (Andreas J. Koenig)
39691              Date: 30 Mar 2001 10:11:43 +0200
39692              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
39693      Branch: perl
39694            ! t/io/fs.t
39695 ____________________________________________________________________________
39696 [  9467] By: nick                                  on 2001/03/30  14:25:43
39697         Log: Skip order test of glob if case-ignoring system cannot 
39698              create a.test and A.test
39699      Branch: perlio
39700            ! t/lib/glob-basic.t
39701 ____________________________________________________________________________
39702 [  9466] By: nick                                  on 2001/03/30  13:03:12
39703         Log: Integrate mainline.
39704      Branch: perlio
39705            - ext/re/hints/aix.pl
39706           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
39707           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
39708           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
39709           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
39710 ____________________________________________________________________________
39711 [  9465] By: jhi                                   on 2001/03/30  03:53:37
39712         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
39713              the tests sometimes hang, sometimes not.)
39714      Branch: perl
39715            ! t/lib/io_multihomed.t t/lib/io_sock.t
39716 ____________________________________________________________________________
39717 [  9464] By: jhi                                   on 2001/03/30  02:56:04
39718         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
39719              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39720              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
39721              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
39722      Branch: perl
39723            ! op.c
39724 ____________________________________________________________________________
39725 [  9463] By: jhi                                   on 2001/03/30  02:34:48
39726         Log: Test for #9462.
39727      Branch: perl
39728            ! t/lib/b.t
39729 ____________________________________________________________________________
39730 [  9462] By: jhi                                   on 2001/03/30  02:29:37
39731         Log: Subject: B::Deparse precedence bug. (Patch included.)
39732              From: Jeremy Madea <jmadea@inktomi.com>
39733              Date: Thu, 29 Mar 2001 12:05:02 -0800
39734              Message-ID: <20010329120502.A24881@dr.inktomi.com>
39735      Branch: perl
39736            ! ext/B/B/Deparse.pm
39737 ____________________________________________________________________________
39738 [  9461] By: jhi                                   on 2001/03/30  02:18:41
39739         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
39740              From: Peter Prymmer <pvhp@forte.com>
39741              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
39742              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
39743      Branch: perl
39744            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
39745            ! t/lib/md5-file.t
39746 ____________________________________________________________________________
39747 [  9460] By: jhi                                   on 2001/03/30  02:17:07
39748         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
39749              From: Robin Houston <robin@kitsite.com>
39750              Date: Thu, 29 Mar 2001 20:47:56 +0100
39751              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
39752      Branch: perl
39753            ! ext/B/B/Debug.pm
39754 ____________________________________________________________________________
39755 [  9459] By: jhi                                   on 2001/03/30  02:16:05
39756         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
39757              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
39758              Date: Wed, 28 Mar 2001 18:02:20 -0600
39759              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
39760      Branch: perl
39761            ! lib/ExtUtils/MM_VMS.pm
39762 ____________________________________________________________________________
39763 [  9458] By: jhi                                   on 2001/03/30  02:07:58
39764         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
39765              From: "Joshua E. Rodd" <jrodd@pbs.org>
39766              Date: Wed, 28 Mar 2001 17:29:12 -0500
39767              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
39768      Branch: perl
39769            ! pod/perlop.pod
39770 ____________________________________________________________________________
39771 [  9457] By: jhi                                   on 2001/03/30  02:04:33
39772         Log: Subject: ext/re/aix.pl can go
39773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39774              Date: Thu, 29 Mar 2001 12:03:28 +0200
39775              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
39776      Branch: perl
39777            - ext/re/hints/aix.pl
39778            ! MANIFEST
39779 ____________________________________________________________________________
39780 [  9456] By: jhi                                   on 2001/03/30  02:03:32
39781         Log: Integrate perlio.
39782      Branch: perl
39783           !> ext/Encode/Encode.xs installperl
39784 ____________________________________________________________________________
39785 [  9455] By: nick                                  on 2001/03/29  21:11:46
39786         Log: DLL name has changed so installperl needs to know
39787              (Why isn't it working it out or passed it?)
39788      Branch: perlio
39789            ! installperl
39790 ____________________________________________________________________________
39791 [  9454] By: nick                                  on 2001/03/29  20:56:12
39792         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
39793              and we don't get undef warnings.
39794      Branch: perlio
39795            ! ext/Encode/Encode.xs
39796 ____________________________________________________________________________
39797 [  9453] By: nick                                  on 2001/03/29  17:58:48
39798         Log: Integrate mainline
39799      Branch: perlio
39800           !> Changes patchlevel.h
39801 ____________________________________________________________________________
39802 [  9452] By: jhi                                   on 2001/03/29  16:44:55
39803         Log: Update Changes.
39804      Branch: perl
39805            ! Changes patchlevel.h
39806 ____________________________________________________________________________
39807 [  9451] By: nick                                  on 2001/03/29  16:31:38
39808         Log: Integrate mainline
39809      Branch: perlio
39810           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
39811           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
39812           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
39813           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
39814           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
39815 ____________________________________________________________________________
39816 [  9450] By: jhi                                   on 2001/03/29  16:29:17
39817         Log: Integrate perlio.
39818      Branch: perl
39819           !> win32/buildext.pl
39820 ____________________________________________________________________________
39821 [  9449] By: jhi                                   on 2001/03/29  15:50:01
39822         Log: Update Changes.
39823      Branch: perl
39824            ! Changes patchlevel.h
39825 ____________________________________________________________________________
39826 [  9448] By: nick                                  on 2001/03/29  15:47:15
39827         Log: Make sure buildext.pl finds Errno.pm
39828      Branch: perlio
39829            ! win32/buildext.pl
39830 ____________________________________________________________________________
39831 [  9447] By: jhi                                   on 2001/03/29  15:39:34
39832         Log: Integrate perlio.
39833      Branch: perl
39834           !> win32/makefile.mk
39835 ____________________________________________________________________________
39836 [  9446] By: nick                                  on 2001/03/29  15:30:03
39837         Log: Integrate win32/makefile.mk with mainline.
39838      Branch: perlio
39839           !> win32/makefile.mk
39840 ____________________________________________________________________________
39841 [  9445] By: nick                                  on 2001/03/29  15:27:32
39842         Log: Fix breakage ... 
39843      Branch: perlio
39844            ! win32/makefile.mk
39845 ____________________________________________________________________________
39846 [  9444] By: jhi                                   on 2001/03/29  15:03:08
39847         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
39848              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39849              Date: Thu, 29 Mar 2001 10:32:59 +0400
39850              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
39851      Branch: perl
39852            ! win32/makefile.mk
39853 ____________________________________________________________________________
39854 [  9443] By: jhi                                   on 2001/03/29  15:02:12
39855         Log: Integrate perlio.
39856      Branch: perl
39857           +> win32/buildext.pl
39858           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
39859           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
39860 ____________________________________________________________________________
39861 [  9442] By: nick                                  on 2001/03/29  14:59:11
39862         Log: Work in progress - determine win32 extensions to build via script.
39863      Branch: perlio
39864            + win32/buildext.pl
39865            ! MANIFEST win32/makefile.mk
39866 ____________________________________________________________________________
39867 [  9441] By: jhi                                   on 2001/03/29  14:51:47
39868         Log: Reintroduce the use of external pwd.
39869      Branch: perl
39870            ! t/lib/cwd.t
39871 ____________________________________________________________________________
39872 [  9440] By: jhi                                   on 2001/03/29  14:42:58
39873         Log: use warnings instead of -w.
39874      Branch: perl
39875            ! utils/h2xs.PL
39876 ____________________________________________________________________________
39877 [  9439] By: jhi                                   on 2001/03/29  14:41:52
39878         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
39879              From: Jonathan Stowe <gellyfish@gellyfish.com>
39880              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
39881              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
39882      Branch: perl
39883            ! utils/h2xs.PL
39884 ____________________________________________________________________________
39885 [  9438] By: jhi                                   on 2001/03/29  14:39:38
39886         Log: Subject: [PATCH perl@9424] minor pod nits
39887              From: Robin Barker <rmb1@cise.npl.co.uk>
39888              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
39889              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
39890      Branch: perl
39891            ! pod/perlhack.pod pod/perliol.pod
39892 ____________________________________________________________________________
39893 [  9437] By: jhi                                   on 2001/03/29  14:29:16
39894         Log: Subject: [PATCH perl@9424] typemap cast warning
39895              From: Robin Barker <rmb1@cise.npl.co.uk>
39896              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
39897              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
39898      Branch: perl
39899            ! lib/ExtUtils/typemap
39900 ____________________________________________________________________________
39901 [  9436] By: jhi                                   on 2001/03/29  14:26:03
39902         Log: Subject: [PATCH perl@9424] printf warning
39903              From: Robin Barker <rmb1@cise.npl.co.uk>
39904              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
39905              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
39906      Branch: perl
39907            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
39908            ! ext/Storable/Storable.xs toke.c
39909 ____________________________________________________________________________
39910 [  9435] By: nick                                  on 2001/03/29  14:23:31
39911         Log: Win32 has name conflict with ERROR
39912      Branch: perlio
39913            ! ext/PerlIO/Via/Via.xs
39914 ____________________________________________________________________________
39915 [  9434] By: jhi                                   on 2001/03/29  14:17:48
39916         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
39917              From: Peter Prymmer <pvhp@forte.com>
39918              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
39919              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
39920      Branch: perl
39921            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
39922 ____________________________________________________________________________
39923 [  9433] By: jhi                                   on 2001/03/29  13:52:44
39924         Log: test-prep target was missing.
39925      Branch: perl
39926            ! Makefile.SH
39927 ____________________________________________________________________________
39928 [  9432] By: nick                                  on 2001/03/29  12:40:03
39929         Log: Make as-shipped compiler default to MSVC6 
39930      Branch: perlio
39931            ! win32/makefile.mk
39932 ____________________________________________________________________________
39933 [  9431] By: nick                                  on 2001/03/29  12:12:16
39934         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
39935              akin to PerlIO::Scalar.
39936      Branch: perlio
39937            ! perlio.c perlio.h
39938 ____________________________________________________________________________
39939 [  9430] By: nick                                  on 2001/03/29  10:56:35
39940         Log: Integrate mainline.
39941      Branch: perlio
39942           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
39943           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
39944           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
39945           !> win32/makefile.mk win32/win32sck.c
39946 ____________________________________________________________________________
39947 [  9429] By: nick                                  on 2001/03/29  09:03:43
39948         Log: Noticed that two tests were skipped as perlio:: package
39949              isn't there any more. Changed the skip condition.
39950              Avoid core-dump if sv_utf8_upgrade() called on something
39951              that does not become SvPOK after SvPV() (e.g. a ref).
39952      Branch: perlio
39953            ! sv.c t/io/utf8.t t/lib/io_scalar.t
39954 ____________________________________________________________________________
39955 [  9428] By: jhi                                   on 2001/03/29  01:31:47
39956         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
39957              From: Benjamin Sugars <bsugars@canoe.ca> 
39958              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
39959              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
39960      Branch: perl
39961            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
39962            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
39963            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
39964 ____________________________________________________________________________
39965 [  9427] By: jhi                                   on 2001/03/29  00:49:30
39966         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
39967              From: "Vadim Konovalov" <watman@inbox.ru>
39968              Date: Thu, 29 Mar 2001 01:50:12 +0400
39969              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
39970      Branch: perl
39971            ! win32/makefile.mk win32/win32sck.c
39972 ____________________________________________________________________________
39973 [  9426] By: gsar                                  on 2001/03/29  00:28:04
39974         Log: dmake can only handle == and != in comparisons; support building
39975              with Borland's VCL libraries (from Vadim Konovalov)
39976      Branch: maint-5.6/perl
39977            ! win32/makefile.mk
39978 ____________________________________________________________________________
39979 [  9425] By: nick                                  on 2001/03/28  19:29:56
39980         Log: Integrate (@snapshot)
39981      Branch: perlio
39982           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
39983 ____________________________________________________________________________
39984 [  9424] By: jhi                                   on 2001/03/28  19:03:16
39985         Log: Update Changes.
39986      Branch: perl
39987            ! Changes patchlevel.h
39988 ____________________________________________________________________________
39989 [  9423] By: jhi                                   on 2001/03/28  18:52:09
39990         Log: Rmdir lib/XS on cleanup.
39991      Branch: perl
39992            ! Makefile.SH
39993 ____________________________________________________________________________
39994 [  9422] By: jhi                                   on 2001/03/28  18:49:34
39995         Log: Integrate perlio.
39996      Branch: perl
39997           !> t/op/utf8decode.t
39998 ____________________________________________________________________________
39999 [  9421] By: nick                                  on 2001/03/28  18:46:44
40000         Log: Loose duplicate chunk.
40001      Branch: perlio
40002            ! t/op/utf8decode.t
40003 ____________________________________________________________________________
40004 [  9420] By: nick                                  on 2001/03/28  18:44:11
40005         Log: Integrate mainline.
40006      Branch: perlio
40007           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
40008           !> vms/vmsish.h
40009 ____________________________________________________________________________
40010 [  9419] By: jhi                                   on 2001/03/28  18:42:05
40011         Log: Can't trust external pwds
40012              (either shell builtins or external programs)
40013      Branch: perl
40014            ! t/lib/cwd.t
40015 ____________________________________________________________________________
40016 [  9418] By: jhi                                   on 2001/03/28  18:34:05
40017         Log: Integrate perlio.
40018      Branch: perl
40019            - lib/perlio.pm
40020           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
40021           !> t/op/utf8decode.t
40022 ____________________________________________________________________________
40023 [  9417] By: nick                                  on 2001/03/28  18:24:02
40024         Log: PerlIO.pm / perlio.pm conflict.
40025              Update some pods.
40026              Make t/op/utf8decode.t a text file.
40027      Branch: perlio
40028            - lib/perlio.pm
40029            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
40030            ! t/op/utf8decode.t
40031 ____________________________________________________________________________
40032 [  9416] By: jhi                                   on 2001/03/28  18:06:07
40033         Log: Integrate change #9409 from mainline to maintperl.
40034              
40035              Yet another tweak on AIX dynaloading.
40036      Branch: maint-5.6/perl
40037           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
40038 ____________________________________________________________________________
40039 [  9415] By: gsar                                  on 2001/03/28  17:13:01
40040         Log: integrate changes#9377,9385,9401 from mainline
40041              
40042              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
40043              
40044              If directory entries compare equal case-insensitively,
40045              retry case-sensitively.
40046              
40047              Subject: [PATCH] B::Terse and warnings
40048      Branch: maint-5.6/perl
40049           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
40050           !> t/pragma/warn/perl
40051 ____________________________________________________________________________
40052 [  9414] By: jhi                                   on 2001/03/28  17:11:12
40053         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
40054              From: "Craig A. Berry" <craigberry@mac.com>
40055              Date: Wed, 28 Mar 2001 10:55:20 -0600
40056              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
40057      Branch: perl
40058            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
40059 ____________________________________________________________________________
40060 [  9413] By: jhi                                   on 2001/03/28  17:03:12
40061         Log: Dup hunk.
40062      Branch: perl
40063            ! t/op/utf8decode.t
40064 ____________________________________________________________________________
40065 [  9412] By: jhi                                   on 2001/03/28  17:02:36
40066         Log: Forced integrate from perlio.
40067      Branch: perl
40068           !> t/op/utf8decode.t
40069 ____________________________________________________________________________
40070 [  9411] By: nick                                  on 2001/03/28  16:50:03
40071         Log: Integrate mainline.
40072      Branch: perlio
40073           +> t/lib/cwd.t
40074           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
40075           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
40076           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
40077           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
40078           !> t/pragma/warn/perl
40079 ____________________________________________________________________________
40080 [  9410] By: jhi                                   on 2001/03/28  16:44:23
40081         Log: Subject: Re: [PATCH] 9403 cannot be tested
40082              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40083              Date: Wed, 28 Mar 2001 18:33:56 +0200
40084              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
40085      Branch: perl
40086            ! makedef.pl
40087 ____________________________________________________________________________
40088 [  9409] By: jhi                                   on 2001/03/28  16:12:45
40089         Log: Yet another tweak on AIX dynaloading.
40090      Branch: perl
40091            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
40092 ____________________________________________________________________________
40093 [  9408] By: jhi                                   on 2001/03/28  15:52:55
40094         Log: Subject: [PATCH] 9403 cannot be tested
40095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
40096              Date: Wed, 28 Mar 2001 17:23:00 +0200
40097              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
40098              
40099              A missing symbol.
40100      Branch: perl
40101            ! makedef.pl
40102 ____________________________________________________________________________
40103 [  9407] By: jhi                                   on 2001/03/28  15:47:43
40104         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
40105      Branch: perl
40106            ! t/op/utf8decode.t
40107           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
40108           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
40109 ____________________________________________________________________________
40110 [  9406] By: jhi                                   on 2001/03/28  15:37:08
40111         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
40112              From: Benjamin Sugars <bsugars@canoe.ca> 
40113              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
40114              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
40115      Branch: perl
40116            + t/lib/cwd.t
40117            ! MANIFEST
40118 ____________________________________________________________________________
40119 [  9405] By: jhi                                   on 2001/03/28  15:13:18
40120         Log: pp_ne() needs a CORRECT boolean.
40121      Branch: perl
40122            ! pp.c
40123 ____________________________________________________________________________
40124 [  9404] By: jhi                                   on 2001/03/28  15:09:23
40125         Log: pp_ne() needs a boolean, not an integer.
40126      Branch: perl
40127            ! pp.c
40128 ____________________________________________________________________________
40129 [  9403] By: jhi                                   on 2001/03/28  14:47:43
40130         Log: (Retracted by #9404.)
40131      Branch: perl
40132            ! pp.c
40133 ____________________________________________________________________________
40134 [  9402] By: jhi                                   on 2001/03/28  14:43:59
40135         Log: Subject: Re: [PATCH] Typemap testing
40136              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
40137              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
40138              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
40139      Branch: perl
40140            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
40141            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
40142 ____________________________________________________________________________
40143 [  9401] By: jhi                                   on 2001/03/28  14:42:14
40144         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
40145              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40146              Date: Sun, 25 Mar 2001 21:59:15 +0100
40147              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
40148              
40149              A variable will be checked for the "use once" warnings if:
40150              
40151              1. It is in the scope of a use warnings 'once'
40152              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
40153              
40154              Otherwise it won't be checked at all.
40155              
40156              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
40157              
40158              The enclosed patch partially fixes this issue. What I didn't
40159              get to work was the case where the "used once" warning is enabled
40160              in any file other than the main file.
40161      Branch: perl
40162            ! gv.c t/pragma/warn/perl
40163 ____________________________________________________________________________
40164 [  9400] By: nick                                  on 2001/03/28  14:38:24
40165         Log: More EBCDIC tweaks:
40166              - one more swash issue &~(0xA0-1) did not do the right thing,
40167              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
40168              - add "use re 'asciirange'" to make [!-~] etc. work
40169              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
40170              - Choose a key for t/op/each.t test which gets encoded.
40171              - Skip utf8decode if this is UTF-EBCDIC.
40172      Branch: perlio
40173            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
40174            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
40175 ____________________________________________________________________________
40176 [  9399] By: jhi                                   on 2001/03/28  14:21:00
40177         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
40178              Andreas Schwab.
40179      Branch: perl
40180            ! pp.c
40181 ____________________________________________________________________________
40182 [  9398] By: jhi                                   on 2001/03/28  00:55:56
40183         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
40184              From: David Dyck <dcd@tc.fluke.com>
40185              Date: Tue, 27 Mar 2001 15:16:24 -0800
40186              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
40187      Branch: perl
40188            ! ext/IO/lib/IO/Socket.pm
40189 ____________________________________________________________________________
40190 [  9397] By: jhi                                   on 2001/03/27  21:52:49
40191         Log: Integrate perlio.
40192      Branch: perl
40193           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
40194           +> ext/PerlIO/Via/Via.xs
40195           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
40196 ____________________________________________________________________________
40197 [  9396] By: nick                                  on 2001/03/27  21:45:13
40198         Log: Integrate mainline.
40199      Branch: perlio
40200           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
40201           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
40202 ____________________________________________________________________________
40203 [  9395] By: nick                                  on 2001/03/27  21:18:58
40204         Log: Outline docs for PerlIO and PerlIO::Scalar
40205      Branch: perlio
40206            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
40207 ____________________________________________________________________________
40208 [  9394] By: nick                                  on 2001/03/27  20:50:13
40209         Log: PerlIO::Via layer (alpha-ish).
40210      Branch: perlio
40211            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
40212            + ext/PerlIO/Via/Via.xs
40213            ! MANIFEST
40214 ____________________________________________________________________________
40215 [  9393] By: jhi                                   on 2001/03/27  20:49:55
40216         Log: Retract #9329 now that 9390 should take care of the matter.
40217      Branch: perl
40218            ! utils/h2xs.PL
40219 ____________________________________________________________________________
40220 [  9390] By: jhi                                   on 2001/03/27  20:47:50
40221         Log: Subject: Autoloading Errno.pm when %! is encountered
40222              From: Robin Houston <robin@kitsite.com>
40223              Date: Tue, 27 Mar 2001 20:57:11 +0100
40224              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
40225      Branch: perl
40226            ! embed.h embed.pl gv.c proto.h t/op/magic.t
40227 ____________________________________________________________________________
40228 [  9389] By: jhi                                   on 2001/03/27  20:24:31
40229         Log: Integrate perlio.
40230      Branch: perl
40231           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
40232           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
40233           !> utf8.c
40234 ____________________________________________________________________________
40235 [  9388] By: jhi                                   on 2001/03/27  20:21:38
40236         Log: Better have a three-element array if one is going to assign
40237              to the third element of that array. (from Tim Jenness)
40238      Branch: perl
40239            ! ext/XS/Typemap/Typemap.xs
40240 ____________________________________________________________________________
40241 [  9387] By: nick                                  on 2001/03/27  20:15:43
40242         Log: Integrate mainline.
40243      Branch: perlio
40244           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
40245           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
40246           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
40247           +> t/lib/xs-typemap.t
40248           !> (integrate 34 files)
40249 ____________________________________________________________________________
40250 [  9386] By: jhi                                   on 2001/03/27  20:04:18
40251         Log: Subject: Re: perl@9359 breaks HTML::Parser
40252              From: Gisle Aas <gisle@ActiveState.com>
40253              Date: 27 Mar 2001 11:30:24 -0800
40254              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
40255              
40256              Clarify the UTF-8 issues of the API docs.
40257              (Slightly reworded and expanded.)
40258      Branch: perl
40259            ! pod/perlapi.pod sv.c sv.h
40260 ____________________________________________________________________________
40261 [  9385] By: jhi                                   on 2001/03/27  19:44:25
40262         Log: If directory entries compare equal case-insensitively,
40263              retry case-sensitively.
40264      Branch: perl
40265            ! ext/File/Glob/bsd_glob.c
40266 ____________________________________________________________________________
40267 [  9384] By: nick                                  on 2001/03/27  19:38:50
40268         Log: Various EBCDIC fixes:
40269              - major revelation that swash code is encoding aware,
40270              (or thought it was) - now it is ;-)
40271              - With that out of the way fix a slab of tr/// cases.
40272              - Fix Encode 'Unicode' to be true Unicode so tests pass.
40273              - As anticipated Base64.xs needed tweaks.
40274              - Until tr/// works right avoid old_encode64 in MIME tests.
40275      Branch: perlio
40276            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
40277            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
40278 ____________________________________________________________________________
40279 [  9383] By: jhi                                   on 2001/03/27  18:34:41
40280         Log: Add the std test suite BEGIN block.
40281      Branch: perl
40282            ! t/lib/xs-typemap.t
40283 ____________________________________________________________________________
40284 [  9382] By: jhi                                   on 2001/03/27  15:16:07
40285         Log: Add debugging output to the test.
40286      Branch: perl
40287            ! t/lib/glob-basic.t
40288 ____________________________________________________________________________
40289 [  9381] By: jhi                                   on 2001/03/27  15:08:10
40290         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
40291      Branch: perl
40292            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
40293            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
40294            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
40295            + t/lib/xs-typemap.t
40296            ! MANIFEST
40297 ____________________________________________________________________________
40298 [  9380] By: jhi                                   on 2001/03/27  14:48:34
40299         Log: Subject: [PATCH] Typemap testing
40300              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
40301              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
40302              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
40303              
40304              (The first part of the patch.)
40305      Branch: perl
40306            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
40307 ____________________________________________________________________________
40308 [  9379] By: jhi                                   on 2001/03/27  14:44:56
40309         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
40310              From: Benjamin Sugars <bsugars@canoe.ca> 
40311              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
40312              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
40313      Branch: perl
40314            ! t/lib/glob-basic.t
40315 ____________________________________________________________________________
40316 [  9378] By: jhi                                   on 2001/03/27  14:42:30
40317         Log: Subject: [PATCH] perlvar nit
40318              From: Simon Cozens <simon@netthink.co.uk>
40319              Date: Tue, 27 Mar 2001 01:12:01 +0100
40320              Message-ID: <20010327011201.A19179@netthink.co.uk>
40321      Branch: perl
40322            ! pod/perlvar.pod
40323 ____________________________________________________________________________
40324 [  9377] By: jhi                                   on 2001/03/27  14:36:26
40325         Log: Subject: [PATCH] B::Terse and warnings
40326              From: Benjamin Sugars <ben.sugars@home.com>
40327              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
40328              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
40329      Branch: perl
40330            ! ext/B/B.pm ext/B/B/Terse.pm
40331 ____________________________________________________________________________
40332 [  9376] By: jhi                                   on 2001/03/27  14:31:31
40333         Log: Document sockatmark() some.
40334      Branch: perl
40335            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
40336            ! pod/perltoc.pod
40337 ____________________________________________________________________________
40338 [  9375] By: jhi                                   on 2001/03/27  14:00:24
40339         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
40340              noted by Gisle and fixed by NI-S.
40341      Branch: perl
40342            ! sv.c
40343 ____________________________________________________________________________
40344 [  9374] By: jhi                                   on 2001/03/27  05:50:01
40345         Log: Regen toc.
40346      Branch: perl
40347            ! pod/perltoc.pod
40348 ____________________________________________________________________________
40349 [  9373] By: jhi                                   on 2001/03/27  05:43:51
40350         Log: Pixie documenting.
40351      Branch: perl
40352            ! Makefile.SH pod/perlhack.pod
40353 ____________________________________________________________________________
40354 [  9372] By: jhi                                   on 2001/03/27  05:29:34
40355         Log: Metaconfig unit changes for #9371.
40356      Branch: metaconfig
40357            ! U/modified/myhostname.U
40358      Branch: metaconfig/U/perl
40359            + d_sockatmark.U
40360            ! gccvers.U
40361 ____________________________________________________________________________
40362 [  9371] By: jhi                                   on 2001/03/27  05:29:07
40363         Log: Add sockatmark() probing.
40364      Branch: perl
40365            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40366            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40367            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40368            ! vos/config.ga.h win32/config.bc win32/config.gc
40369            ! win32/config.vc
40370 ____________________________________________________________________________
40371 [  9370] By: jhi                                   on 2001/03/26  22:01:18
40372         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
40373              Really need to benchmark this.
40374      Branch: perl
40375            ! pp.c
40376 ____________________________________________________________________________
40377 [  9369] By: nick                                  on 2001/03/26  21:59:30
40378         Log: Integrate mainline.
40379      Branch: perlio
40380            ! ext/MIME/Base64/QuotedPrint.pm
40381           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
40382           !> patchlevel.h pod/perlhack.pod pp_sys.c
40383 ____________________________________________________________________________
40384 [  9368] By: jhi                                   on 2001/03/26  21:47:03
40385         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
40386              
40387              TODO1: perlbench.
40388              TODO2: le, lt, ge, gt?  Yech.
40389      Branch: perl
40390            ! pp.c
40391 ____________________________________________________________________________
40392 [  9367] By: jhi                                   on 2001/03/26  21:34:57
40393         Log: Too much cut-and-paste in #9363.
40394      Branch: perl
40395            ! pp_sys.c
40396 ____________________________________________________________________________
40397 [  9366] By: jhi                                   on 2001/03/26  21:20:53
40398         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
40399              From: Andreas Schwab <schwab@suse.de>
40400              Date: 26 Mar 2001 17:29:04 +0200
40401              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
40402              
40403              (The patch for 5.6.0 or so, this is a guess for bleadperl)
40404      Branch: perl
40405            ! pp_hot.c
40406 ____________________________________________________________________________
40407 [  9365] By: jhi                                   on 2001/03/26  21:07:54
40408         Log: Integrate perlio.
40409      Branch: perl
40410           !> perlio.c
40411 ____________________________________________________________________________
40412 [  9364] By: nick                                  on 2001/03/26  20:30:48
40413         Log: REFCNT botch in layer name cache hash.
40414      Branch: perlio
40415            ! perlio.c
40416 ____________________________________________________________________________
40417 [  9363] By: jhi                                   on 2001/03/26  18:44:32
40418         Log: Subject: [PATCH] socket() leaks file descriptors
40419              From: Benjamin Sugars <bsugars@canoe.ca>
40420              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
40421              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
40422              
40423              Also sockpair() fixed similarly.
40424      Branch: perl
40425            ! pp_sys.c
40426 ____________________________________________________________________________
40427 [  9362] By: jhi                                   on 2001/03/26  18:37:52
40428         Log: Integrate perlio.
40429      Branch: perl
40430           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
40431 ____________________________________________________________________________
40432 [  9361] By: nick                                  on 2001/03/26  17:32:06
40433         Log: Implement flush of linebuffered streams on read of a tty.
40434      Branch: perlio
40435            ! perlio.c perliol.h
40436 ____________________________________________________________________________
40437 [  9360] By: nick                                  on 2001/03/26  17:12:32
40438         Log: Memory tweaks and notes for OEMVS.
40439      Branch: perlio
40440            ! README.os390 miniperlmain.c t/op/pat.t
40441 ____________________________________________________________________________
40442 [  9359] By: jhi                                   on 2001/03/26  02:12:54
40443         Log: Update Changes.
40444      Branch: perl
40445            ! Changes patchlevel.h
40446 ____________________________________________________________________________
40447 [  9358] By: jhi                                   on 2001/03/26  02:05:32
40448         Log: Document the most common pixie options.
40449      Branch: perl
40450            ! pod/perlhack.pod
40451 ____________________________________________________________________________
40452 [  9357] By: jhi                                   on 2001/03/26  01:25:28
40453         Log: For perl.pixie check *before* compiling that optimize is -g,
40454              as for perl.third.
40455      Branch: perl
40456            ! Makefile.SH
40457 ____________________________________________________________________________
40458 [  9356] By: jhi                                   on 2001/03/26  01:13:41
40459         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
40460      Branch: perl
40461            ! Makefile.SH
40462 ____________________________________________________________________________
40463 [  9355] By: jhi                                   on 2001/03/26  01:11:19
40464         Log: Remove t/perl.third.
40465      Branch: perl
40466            ! Makefile.SH
40467 ____________________________________________________________________________
40468 [  9354] By: jhi                                   on 2001/03/26  00:23:38
40469         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
40470              IO::Sockatmark().
40471      Branch: perl
40472            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
40473 ____________________________________________________________________________
40474 [  9353] By: jhi                                   on 2001/03/25  22:25:04
40475         Log: Integrate perlio.
40476      Branch: perl
40477           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
40478           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
40479           !> pp_hot.c win32/makefile.mk
40480 ____________________________________________________________________________
40481 [  9352] By: jhi                                   on 2001/03/25  22:21:41
40482         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
40483              From: Radu Greab <radu@netsoft.ro>
40484              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
40485              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
40486      Branch: perl
40487            ! pp_sys.c
40488 ____________________________________________________________________________
40489 [  9351] By: nick                                  on 2001/03/25  22:15:02
40490         Log: Fix readline in list mode to tell rest of world that it has
40491              things on the stack. Otherwise if perl code gets invoked
40492              underneath it it scribbles over results-so-far.
40493              (Why TIEHANDLE has not tripped on this is a mystery.)
40494      Branch: perlio
40495            ! pp_hot.c
40496 ____________________________________________________________________________
40497 [  9350] By: nick                                  on 2001/03/25  22:10:13
40498         Log: win32/makefile.mk typos
40499      Branch: perlio
40500            ! win32/makefile.mk
40501 ____________________________________________________________________________
40502 [  9349] By: nick                                  on 2001/03/25  21:31:14
40503         Log: Integrate now-non-binary file.
40504      Branch: perlio
40505           !> t/lib/mimeqp.t
40506 ____________________________________________________________________________
40507 [  9348] By: nick                                  on 2001/03/25  21:27:24
40508         Log: Make it text
40509      Branch: perlio
40510            ! t/lib/mimeqp.t
40511 ____________________________________________________________________________
40512 [  9347] By: nick                                  on 2001/03/25  21:25:37
40513         Log: Integrate mainline.
40514      Branch: perlio
40515           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
40516           !> lib/Term/ReadLine.pm t/lib/md5-file.t
40517 ____________________________________________________________________________
40518 [  9346] By: nick                                  on 2001/03/25  20:58:15
40519         Log: Add destruct time hook to PerlIO (for work-in-process implementing
40520              layers in perl code. In such cases layers need to be popped before
40521              we loose the ability to run perl code.)
40522              Also back-out "PerlIO::object" hook - it isn't going to work like that...
40523      Branch: perlio
40524            ! perl.c perlio.c perlio.h perliol.h
40525 ____________________________________________________________________________
40526 [  9345] By: nick                                  on 2001/03/25  20:49:11
40527         Log: Avoid at leasy one of undefined warnings in Encode.
40528      Branch: perlio
40529            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
40530 ____________________________________________________________________________
40531 [  9344] By: jhi                                   on 2001/03/25  20:37:43
40532         Log: A workaround for using Term::ReadLine in emacs minibuffer
40533              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
40534              additional tweaks from Ilya Zakharevich.
40535      Branch: perl
40536            ! lib/Term/ReadLine.pm
40537 ____________________________________________________________________________
40538 [  9343] By: nick                                  on 2001/03/25  20:21:14
40539         Log: Missing return value.
40540      Branch: perlio
40541            ! ext/PerlIO/Scalar/Scalar.xs
40542 ____________________________________________________________________________
40543 [  9342] By: jhi                                   on 2001/03/25  16:21:00
40544         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
40545              to equal the CPAN versions since no code changes have been made.
40546      Branch: perl
40547            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
40548            ! t/lib/md5-file.t
40549 ____________________________________________________________________________
40550 [  9341] By: jhi                                   on 2001/03/25  16:01:48
40551         Log: Escape 8-bit characters.
40552      Branch: perl
40553            ! t/lib/mimeqp.t
40554 ____________________________________________________________________________
40555 [  9340] By: gsar                                  on 2001/03/25  15:50:53
40556         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
40557              chars)
40558      Branch: perl
40559            + t/lib/mimeqp.t
40560 ____________________________________________________________________________
40561 [  9339] By: gsar                                  on 2001/03/25  15:48:50
40562         Log: delete mimeqp.t for later add with text mode set
40563      Branch: perl
40564            - t/lib/mimeqp.t
40565 ____________________________________________________________________________
40566 [  9338] By: nick                                  on 2001/03/25  09:01:57
40567         Log: Integrate mainline.
40568      Branch: perlio
40569           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40570           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
40571           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
40572           +> t/lib/mimeb64u.t t/lib/mimeqp.t
40573           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
40574           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
40575           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
40576 ____________________________________________________________________________
40577 [  9337] By: jhi                                   on 2001/03/25  04:23:24
40578         Log: Add MIME::Base64 here and there.  Again, a lot of
40579              optimism is in the air.
40580      Branch: perl
40581            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
40582            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
40583 ____________________________________________________________________________
40584 [  9336] By: jhi                                   on 2001/03/25  04:12:43
40585         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
40586              this by ear as I do not do Win32 programming.)
40587      Branch: perl
40588            ! win32/Makefile win32/makefile.mk
40589 ____________________________________________________________________________
40590 [  9335] By: jhi                                   on 2001/03/25  04:03:50
40591         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
40592      Branch: perl
40593            ! t/lib/md5-file.t
40594 ____________________________________________________________________________
40595 [  9334] By: jhi                                   on 2001/03/25  03:58:53
40596         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
40597      Branch: perl
40598            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40599            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
40600            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
40601            + t/lib/mimeb64u.t t/lib/mimeqp.t
40602            ! MANIFEST
40603 ____________________________________________________________________________
40604 [  9333] By: jhi                                   on 2001/03/24  20:14:37
40605         Log: Integrate perlio.
40606      Branch: perl
40607           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
40608 ____________________________________________________________________________
40609 [  9332] By: nick                                  on 2001/03/24  19:40:34
40610         Log: Fix un-init variable leading to spurious "Out of Memory!"
40611      Branch: perlio
40612            ! doio.c
40613 ____________________________________________________________________________
40614 [  9331] By: nick                                  on 2001/03/24  19:09:59
40615         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
40616              and update layers internals doc.
40617      Branch: perlio
40618            ! pod/perlfunc.pod pod/perliol.pod
40619 ____________________________________________________________________________
40620 [  9330] By: jhi                                   on 2001/03/24  18:42:11
40621         Log: The length might be uninitialized garbage if the *svp is the undef.
40622      Branch: perl
40623            ! doio.c
40624 ____________________________________________________________________________
40625 [  9329] By: jhi                                   on 2001/03/24  18:26:57
40626         Log: (Retracted by #9393)
40627              
40628              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
40629              From: Simon Cozens <simon@netthink.co.uk>
40630              Date: Sat, 24 Mar 2001 17:13:17 +0000
40631              Message-ID: <20010324171317.A13406@netthink.co.uk>
40632      Branch: perl
40633            ! utils/h2xs.PL
40634 ____________________________________________________________________________
40635 [  9328] By: nick                                  on 2001/03/24  17:22:02
40636         Log: Integrate mainline.
40637      Branch: perlio
40638           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
40639           !> lib/unicode/version
40640 ____________________________________________________________________________
40641 [  9327] By: nick                                  on 2001/03/24  17:16:02
40642         Log: Integrate mainline.
40643      Branch: perlio
40644           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40645           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
40646           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
40647           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
40648           +> t/lib/md5-file.t
40649           !> MANIFEST Makefile.SH configure.com djgpp/config.over
40650           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
40651           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
40652           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
40653           !> win32/makefile.mk
40654 ____________________________________________________________________________
40655 [  9326] By: jhi                                   on 2001/03/24  17:00:42
40656         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
40657      Branch: perl
40658            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
40659            ! lib/unicode/version
40660 ____________________________________________________________________________
40661 [  9325] By: jhi                                   on 2001/03/24  16:22:33
40662         Log: Subject: Re: B::Deparse bug (5.6.0)
40663              From: Robin Houston <robin@kitsite.com>
40664              Date: Sat, 24 Mar 2001 14:33:09 +0000
40665              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
40666      Branch: perl
40667            ! op.c pp.c t/lib/b.t t/op/repeat.t
40668 ____________________________________________________________________________
40669 [  9324] By: jhi                                   on 2001/03/24  16:21:56
40670         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
40671              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
40672              these additions may be too optimistic.
40673      Branch: perl
40674            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
40675            ! hints/uwin.sh hints/vmesa.sh
40676 ____________________________________________________________________________
40677 [  9323] By: jhi                                   on 2001/03/24  16:06:01
40678         Log: Integrate perlio.
40679      Branch: perl
40680           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
40681           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40682            ! Makefile.SH
40683           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
40684           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
40685           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
40686           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40687           !> win32/makefile.mk win32/perlhost.h win32/win32.c
40688           !> win32/win32iop.h
40689 ____________________________________________________________________________
40690 [  9322] By: nick                                  on 2001/03/24  14:39:12
40691         Log: Routine Win32 regen_config_h - no real changes.
40692      Branch: perlio
40693            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40694 ____________________________________________________________________________
40695 [  9321] By: nick                                  on 2001/03/24  14:31:49
40696         Log: PerlIO fixups for Win32:
40697              - provide win33_popenlist() - non-functional as yet.
40698              - avoid need for aTHX in PerlIO_debug calls - even if not 
40699              enabled args are still evaluated so Win32 has trouble during fork().
40700              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
40701              - Fixup makedef.pl for latest set of symbols.
40702      Branch: perlio
40703            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
40704            ! win32/perlhost.h win32/win32.c win32/win32iop.h
40705 ____________________________________________________________________________
40706 [  9320] By: nick                                  on 2001/03/24  14:26:58
40707         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
40708              was gibberish - broke it on WIn32 at least.
40709      Branch: perlio
40710            ! ext/POSIX/POSIX.xs
40711 ____________________________________________________________________________
40712 [  9319] By: nick                                  on 2001/03/24  11:29:41
40713         Log: Generated files.
40714      Branch: perlio
40715            ! embed.h global.sym objXSUB.h perlapi.c proto.h
40716 ____________________________________________________________________________
40717 [  9318] By: nick                                  on 2001/03/24  10:29:37
40718         Log: Implement:
40719              1.  open($fh,"+<",undef);  # add test to t/io/open.t
40720              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
40721      Branch: perlio
40722            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
40723            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40724            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
40725            ! t/io/open.t t/io/utf8.t
40726 ____________________________________________________________________________
40727 [  9317] By: jhi                                   on 2001/03/23  23:41:25
40728         Log: AIX does seems to have optimization problems with its C compilers.
40729      Branch: perl
40730            ! hints/aix.sh
40731 ____________________________________________________________________________
40732 [  9316] By: jhi                                   on 2001/03/23  23:40:46
40733         Log: Integrate perlio.
40734      Branch: perl
40735           +> lib/PerlIO.pm
40736           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
40737           !> perliol.h
40738 ____________________________________________________________________________
40739 [  9315] By: jhi                                   on 2001/03/23  22:16:30
40740         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
40741      Branch: perl
40742            ! t/lib/md5-file.t
40743 ____________________________________________________________________________
40744 [  9314] By: nick                                  on 2001/03/23  20:49:02
40745         Log: Perlio internals re-organized.
40746              - open process creates AV of layer/arg pairs
40747              (appends layers from open() or open.pm to default list).
40748              - push arg is now an SV.
40749              - layer ->Open get passed the AV
40750              - open is no longer mandatory method.
40751              - topmost layer that has ->Open method does the open
40752              - any layers above are pushed once that returns.
40753              - vtable re-ordered so dummy layers need only provide push/pop methods.
40754      Branch: perlio
40755            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40756 ____________________________________________________________________________
40757 [  9313] By: nick                                  on 2001/03/23  16:27:41
40758         Log: Check in a stable (working) version before next round of tweaks.
40759              Changes include:
40760              - Move default layers code out of doio.c and into perlio.c
40761              - Single routine for parsing layer specification strings.
40762              - Skeleton support for demand loading of layers
40763              - Core-dump avoidance if PERLIO environment specifies loadable layer
40764              (does not _work_ as need IO to load and need load to do IO ...)
40765      Branch: perlio
40766            + lib/PerlIO.pm
40767            ! MANIFEST doio.c perlio.c
40768 ____________________________________________________________________________
40769 [  9312] By: gsar                                  on 2001/03/23  16:25:25
40770         Log: add execute bit to files with shebang lines in the repository;
40771              avoid clobbering execute bit in Porting/makerel 
40772      Branch: maint-5.6/perl
40773            ! (edit 144 files)
40774 ____________________________________________________________________________
40775 [  9311] By: jhi                                   on 2001/03/23  14:25:35
40776         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
40777      Branch: perl
40778            ! MANIFEST
40779 ____________________________________________________________________________
40780 [  9310] By: jhi                                   on 2001/03/23  13:45:04
40781         Log: Subject: [PATCH] Net::Ping
40782              From: Colin McMillen <mcmi0037@tc.umn.edu>
40783              Date: Thu, 22 Mar 2001 19:30:31 -0600
40784              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
40785      Branch: perl
40786            ! lib/Net/Ping.pm
40787 ____________________________________________________________________________
40788 [  9309] By: jhi                                   on 2001/03/23  13:39:13
40789         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
40790      Branch: perl
40791            ! t/lib/md5-aaa.t t/lib/md5-file.t
40792 ____________________________________________________________________________
40793 [  9308] By: jhi                                   on 2001/03/23  13:20:34
40794         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
40795              - bump the version to 2.14
40796              - drop the base64 tests since they require MIME::Base64
40797              - drop the rfc1321.txt
40798              - drop the hints/dec_osf.pl since it's only needed for
40799              pre-5.005_03 Perls
40800              Todo:
40801              - the U32 alignment testing is now removed; it needs to
40802              be reintroduced as as a Config variable (meaning also
40803              as a Configure test)
40804              - get the new EBCDIC md5sum for MD5.pm
40805              - test in Win32 to see how badly I botched the makefiles
40806      Branch: perl
40807            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40808            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
40809            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
40810            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
40811            + t/lib/md5-file.t
40812            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
40813            ! win32/Makefile win32/makefile.mk
40814 ____________________________________________________________________________
40815 [  9307] By: jhi                                   on 2001/03/23  12:56:14
40816         Log: Integrate change #9306 from maintperl into mainline,
40817              AIX dynaloader for AIXes without <load.h>.
40818      Branch: perl
40819           !> ext/DynaLoader/hints/aix.pl
40820 ____________________________________________________________________________
40821 [  9306] By: jhi                                   on 2001/03/23  12:51:36
40822         Log: There are AIXes without /usr/include/load.h,
40823              patch from H.Merijn Brand.
40824      Branch: maint-5.6/perl
40825            ! ext/DynaLoader/hints/aix.pl
40826 ____________________________________________________________________________
40827 [  9305] By: nick                                  on 2001/03/23  11:00:42
40828         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
40829      Branch: perlio
40830            ! ext/Encode/Encode.xs perlio.c perlio.h
40831 ____________________________________________________________________________
40832 [  9304] By: nick                                  on 2001/03/23  10:20:46
40833         Log: Render -Duseperlio functional again.
40834              - this is "quick fix" which calls PerlIO_apply_layers after opening,
40835              which is what old scheme did. New scheme needs to change that
40836              to make open(...,\$scalar) etc. work but this will do for now.
40837      Branch: perlio
40838            ! perlio.c
40839 ____________________________________________________________________________
40840 [  9303] By: nick                                  on 2001/03/23  09:53:20
40841         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
40842              -Uuseperlio now works again.
40843              -Duseperlio is still poorly. Don't merge yet...
40844      Branch: perlio
40845            ! doio.c perlio.h
40846 ____________________________________________________________________________
40847 [  9302] By: nick                                  on 2001/03/22  22:26:51
40848         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
40849              type code.
40850              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
40851              is its main caller. In particular now has access to "extra" args, and
40852              can tell when an open handle is "reopened" (or duped?).
40853              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
40854              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
40855              PerlIO_open() et. al. (i.e. other way round).
40856              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
40857              with args close to PerlIO_openn().
40858      Branch: perlio
40859            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40860 ____________________________________________________________________________
40861 [  9301] By: jhi                                   on 2001/03/22  20:58:04
40862         Log: Integrate perlio.
40863      Branch: perl
40864           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
40865           !> t/io/open.t util.c
40866 ____________________________________________________________________________
40867 [  9300] By: nick                                  on 2001/03/22  17:36:32
40868         Log: Don't include $@ in not ok message.
40869      Branch: perlio
40870            ! t/io/open.t
40871 ____________________________________________________________________________
40872 [  9299] By: gsar                                  on 2001/03/22  16:53:45
40873         Log: back out changes#7532,7521 for now (appears to have problems
40874              on IRIX)
40875      Branch: maint-5.6/perl
40876            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40877            ! ext/POSIX/typemap pod/perlvar.pod
40878 ____________________________________________________________________________
40879 [  9298] By: nick                                  on 2001/03/22  14:35:46
40880         Log: Give a meaning to '&' in n-arg open case:
40881              open($fh,"<&",$scalar);
40882              $scalar can be:
40883              - an integer which does "fdopen"
40884              open($fh,"<&",2); # like open($fh,"<&2")
40885              - something that will yield a file handle via sv_2io()
40886              useful for dup'ing anonymous handles.
40887              e.g.:
40888              open(my $fh,"<&",\*STDIN);
40889              open(my $dup,"<&",$fh);
40890      Branch: perlio
40891            ! doio.c t/io/open.t
40892 ____________________________________________________________________________
40893 [  9297] By: nick                                  on 2001/03/22  13:34:35
40894         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
40895      Branch: perlio
40896            ! util.c
40897 ____________________________________________________________________________
40898 [  9296] By: nick                                  on 2001/03/22  12:51:20
40899         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
40900      Branch: perlio
40901            ! perl.c
40902 ____________________________________________________________________________
40903 [  9295] By: nick                                  on 2001/03/22  11:59:44
40904         Log: If stdin, stdout or stderr get opened in unexpected read/write state
40905              then warn at time of open not at time of use.
40906      Branch: perlio
40907            ! doio.c pp_hot.c pp_sys.c
40908 ____________________________________________________________________________
40909 [  9294] By: nick                                  on 2001/03/22  10:54:35
40910         Log: Die on n-arg open(...,"",xxx,yyy,...)
40911              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
40912              - die on read/write cases so we can decide what it means later.
40913      Branch: perlio
40914            ! doio.c embed.pl iperlsys.h util.c
40915 ____________________________________________________________________________
40916 [  9293] By: nick                                  on 2001/03/22  09:02:45
40917         Log: perlio tweaks (reported by Nick Clark)
40918              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
40919              error check in Pendinf_read().
40920      Branch: perlio
40921            ! perlio.c
40922 ____________________________________________________________________________
40923 [  9292] By: gsar                                  on 2001/03/22  07:12:00
40924         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
40925              fixes)
40926      Branch: maint-5.6/perl
40927           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
40928 ____________________________________________________________________________
40929 [  9291] By: jhi                                   on 2001/03/22  06:06:44
40930         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
40931      Branch: perl
40932            ! t/op/re_tests
40933 ____________________________________________________________________________
40934 [  9290] By: jhi                                   on 2001/03/22  05:57:01
40935         Log: Move MacOS Classic higher in the list of supported platforms.
40936      Branch: maint-5.6/perl
40937            ! pod/perlport.pod
40938 ____________________________________________________________________________
40939 [  9289] By: gsar                                  on 2001/03/22  05:35:04
40940         Log: revert part of change#6438 for compatibility (av_reify()
40941              appears to be needed to implement av_splice()ish things
40942              in XS)
40943      Branch: maint-5.6/perl
40944            ! embed.pl global.sym objXSUB.h perlapi.c
40945 ____________________________________________________________________________
40946 [  9288] By: gsar                                  on 2001/03/22  03:09:19
40947         Log: update copyright year
40948      Branch: maint-5.6/perl
40949            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
40950            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
40951            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
40952            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
40953            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
40954            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
40955            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
40956            ! x2p/walk.c
40957 ____________________________________________________________________________
40958 [  9287] By: jhi                                   on 2001/03/21  20:30:54
40959         Log: Integrate perlio.
40960      Branch: perl
40961           !> ext/Data/Dumper/Dumper.xs
40962 ____________________________________________________________________________
40963 [  9286] By: gsar                                  on 2001/03/21  19:49:54
40964         Log: makefile.mk tweak
40965      Branch: maint-5.6/perl
40966            ! win32/Makefile win32/makefile.mk
40967 ____________________________________________________________________________
40968 [  9285] By: nick                                  on 2001/03/21  19:07:13
40969         Log: Multiplicity fix for Dumper.
40970      Branch: perlio
40971            ! ext/Data/Dumper/Dumper.xs
40972 ____________________________________________________________________________
40973 [  9284] By: nick                                  on 2001/03/21  19:01:07
40974         Log: Integrate mainline - (does not build xTHX issue in Dumper).
40975      Branch: perlio
40976           !> (integrate 27 files)
40977 ____________________________________________________________________________
40978 [  9283] By: jhi                                   on 2001/03/21  17:17:35
40979         Log: Integrate change #9282 from mainline into maintperl,
40980              4-arg UTF-8 substr().
40981      Branch: maint-5.6/perl
40982           !> pp.c
40983 ____________________________________________________________________________
40984 [  9282] By: jhi                                   on 2001/03/21  17:15:43
40985         Log: The #9270 would have leaked a scalar if pp_substr()
40986              returned early.
40987      Branch: perl
40988            ! pp.c
40989 ____________________________________________________________________________
40990 [  9281] By: gsar                                  on 2001/03/21  17:03:14
40991         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
40992      Branch: maint-5.6/perl
40993            ! win32/makefile.mk
40994 ____________________________________________________________________________
40995 [  9280] By: gsar                                  on 2001/03/21  17:01:20
40996         Log: some tweaks to change#9278 (fork() emulation should be enabled
40997              by setting BUILD_FLAVOR instead of changing the defaults)
40998      Branch: maint-5.6/perl
40999            ! win32/makefile.mk
41000 ____________________________________________________________________________
41001 [  9279] By: gsar                                  on 2001/03/21  16:47:19
41002         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
41003      Branch: maint-5.6/perl
41004            ! ext/File/Glob/Glob.pm
41005           !> lib/Cwd.pm
41006 ____________________________________________________________________________
41007 [  9278] By: jhi                                   on 2001/03/21  14:35:10
41008         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
41009              From: "Vadim Konovalov" <watman@inbox.ru>
41010              Date: Wed, 21 Mar 2001 01:53:51 +0300
41011              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
41012      Branch: maint-5.6/perl
41013            ! win32/makefile.mk win32/win32sck.c
41014 ____________________________________________________________________________
41015 [  9277] By: jhi                                   on 2001/03/21  13:58:28
41016         Log: Integrate change #9270 from mainline to maintperl:
41017              continued 4-arg UTF-8 substr() fixing.
41018      Branch: maint-5.6/perl
41019           !> pp.c t/op/substr.t
41020 ____________________________________________________________________________
41021 [  9276] By: jhi                                   on 2001/03/21  13:33:00
41022         Log: More pixie cleaning.
41023      Branch: perl
41024            ! Makefile.SH
41025 ____________________________________________________________________________
41026 [  9275] By: jhi                                   on 2001/03/21  03:54:17
41027         Log: Update Changes.
41028      Branch: perl
41029            ! Changes patchlevel.h
41030 ____________________________________________________________________________
41031 [  9274] By: jhi                                   on 2001/03/21  03:48:24
41032         Log: First stab at making Data::Dumper to grok Unicode.
41033              
41034              TODO: tests, EBCDICify.
41035      Branch: perl
41036            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
41037 ____________________________________________________________________________
41038 [  9273] By: jhi                                   on 2001/03/21  02:23:00
41039         Log: Fix for
41040              
41041              Subject: Memory leak in unquoted print   
41042              From: Benjamin Sugars <bsugars@canoe.ca> 
41043              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
41044              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
41045      Branch: perl
41046            ! perlio.c
41047 ____________________________________________________________________________
41048 [  9272] By: jhi                                   on 2001/03/21  01:33:17
41049         Log: Subject: Re: [PATCH] POSIX::getcwd()
41050              From: Benjamin Sugars <bsugars@canoe.ca> 
41051              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
41052              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
41053      Branch: perl
41054            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
41055 ____________________________________________________________________________
41056 [  9271] By: jhi                                   on 2001/03/21  01:22:52
41057         Log: Subject: [PATCH] Cwd.pm docs
41058              From: Benjamin Sugars <bsugars@canoe.ca>
41059              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
41060              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
41061      Branch: perl
41062            ! lib/Cwd.pm
41063 ____________________________________________________________________________
41064 [  9270] By: jhi                                   on 2001/03/21  01:16:29
41065         Log: Continue 4-arg substr() UTF-8 fixage.
41066      Branch: perl
41067            ! pp.c t/op/substr.t
41068 ____________________________________________________________________________
41069 [  9269] By: jhi                                   on 2001/03/21  00:46:14
41070         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
41071              
41072              revert the leak fix in change#9142 (problem needs a more experimental
41073              fix unsuitable for 5.6.1)
41074              
41075              do alphabetical sorting by default (for csh compatibility)
41076              
41077              cut-n-paste goof in change#9264
41078              
41079              VMS piping fixes (from Charles Lane)
41080      Branch: perl
41081           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
41082           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
41083           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
41084 ____________________________________________________________________________
41085 [  9268] By: jhi                                   on 2001/03/21  00:37:04
41086         Log: Integrate perlio.
41087      Branch: perl
41088           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
41089           !> utf8.c utf8.h utfebcdic.h
41090 ____________________________________________________________________________
41091 [  9267] By: nick                                  on 2001/03/20  20:04:39
41092         Log: More EBCDIC stuff:
41093              - Loose the extra level of function on ASCII.
41094              - spotted a chr(0) issue in sv.c
41095              - re-work of UTF-X tr/// ranges to work in Unicode
41096              space. Still issues with the "0xff is illegal UTF-8" hack.
41097              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
41098              (why do it once when you can do it all over the place :-(
41099              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
41100              need utf8.pm for swashes.
41101              - Simplified and commented scan_const() in toke.c
41102              Still something wrong regexp and tr (swashes?).
41103      Branch: perlio
41104            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
41105            ! utf8.c utf8.h utfebcdic.h
41106 ____________________________________________________________________________
41107 [  9266] By: gsar                                  on 2001/03/20  19:16:43
41108         Log: VMS piping fixes (from Charles Lane)
41109      Branch: maint-5.6/perl
41110            ! vms/vms.c vms/vmspipe.com
41111 ____________________________________________________________________________
41112 [  9265] By: gsar                                  on 2001/03/20  17:53:52
41113         Log: cut-n-paste goof in change#9264
41114      Branch: maint-5.6/perl
41115            ! ext/File/Glob/Glob.xs
41116 ____________________________________________________________________________
41117 [  9264] By: gsar                                  on 2001/03/20  17:43:47
41118         Log: do alphabetical sorting by default (for csh compatibility);
41119              bsd_glob() does ASCII sort by default as usual, unless
41120              GLOB_ALPHASORT was specified
41121      Branch: maint-5.6/perl
41122            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
41123            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
41124            ! ext/File/Glob/bsd_glob.h
41125 ____________________________________________________________________________
41126 [  9263] By: gsar                                  on 2001/03/20  16:40:08
41127         Log: integrate change#9255 from mainline (unicode fix)
41128              
41129              substr($bytestr, i, n, $charstr)
41130      Branch: maint-5.6/perl
41131           !> Todo-5.6 pp.c t/op/substr.t
41132 ____________________________________________________________________________
41133 [  9262] By: gsar                                  on 2001/03/20  15:57:41
41134         Log: revert the leak fix in change#9142 (problem needs a more experimental
41135              fix unsuitable for 5.6.1)
41136      Branch: maint-5.6/perl
41137            ! scope.c
41138 ____________________________________________________________________________
41139 [  9261] By: jhi                                   on 2001/03/20  14:26:25
41140         Log: Integrate changes #9259,9260 from maintperl into mainline.
41141              
41142              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
41143              
41144              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
41145      Branch: perl
41146           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
41147 ____________________________________________________________________________
41148 [  9260] By: jhi                                   on 2001/03/20  14:05:46
41149         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
41150              From: Robin Barker <rmb1@cise.npl.co.uk>
41151              Date: Tue, 20 Mar 2001 10:12:04 GMT
41152              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
41153      Branch: maint-5.6/perl
41154            ! run.c
41155 ____________________________________________________________________________
41156 [  9259] By: jhi                                   on 2001/03/20  14:04:39
41157         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
41158              From: Chris Nandor <pudge@pobox.com>
41159              Date: Tue, 20 Mar 2001 00:40:56 -0500
41160              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
41161      Branch: maint-5.6/perl
41162            ! ext/POSIX/POSIX.xs lib/File/Path.pm
41163 ____________________________________________________________________________
41164 [  9258] By: jhi                                   on 2001/03/20  05:09:34
41165         Log: Update Changes.
41166      Branch: perl
41167            ! Changes patchlevel.h
41168 ____________________________________________________________________________
41169 [  9257] By: jhi                                   on 2001/03/20  05:04:25
41170         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
41171      Branch: perl
41172            ! t/op/tr.t
41173 ____________________________________________________________________________
41174 [  9256] By: jhi                                   on 2001/03/20  04:43:12
41175         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
41176              From: Peter Prymmer <pvhp@forte.com>
41177              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
41178              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
41179      Branch: maint-5.6/perl
41180            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
41181 ____________________________________________________________________________
41182 [  9255] By: jhi                                   on 2001/03/19  23:17:17
41183         Log: substr($bytestr, i, n, $charstr)
41184              
41185              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
41186      Branch: perl
41187            ! Todo-5.6 pp.c t/op/substr.t
41188 ____________________________________________________________________________
41189 [  9254] By: jhi                                   on 2001/03/19  22:25:09
41190         Log: Rearrange the make test target prerequisites so that
41191              in a parallel make 'all' is finished before 'test'.
41192      Branch: perl
41193            ! Makefile.SH
41194 ____________________________________________________________________________
41195 [  9253] By: jhi                                   on 2001/03/19  21:48:07
41196         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
41197              From: Robin Houston <robin@kitsite.com>
41198              Date: Mon, 19 Mar 2001 15:48:41 +0000
41199              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
41200      Branch: perl
41201            ! pp_ctl.c
41202 ____________________________________________________________________________
41203 [  9252] By: jhi                                   on 2001/03/19  21:42:27
41204         Log: Integrate perlio.
41205      Branch: perl
41206           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
41207           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
41208           !> utfebcdic.h vms/perly_c.vms
41209 ____________________________________________________________________________
41210 [  9251] By: jhi                                   on 2001/03/19  21:31:28
41211         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
41212              
41213              Dynaloading in 64-bit AIX with vac.
41214      Branch: perl
41215           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
41216           !> hints/aix.sh
41217 ____________________________________________________________________________
41218 [  9250] By: jhi                                   on 2001/03/19  21:18:00
41219         Log: A more robust solution for the 64bitall AIX dynaloading
41220              problem, from Jens-Uwe Mager.
41221      Branch: maint-5.6/perl
41222            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
41223 ____________________________________________________________________________
41224 [  9249] By: nick                                  on 2001/03/19  20:59:37
41225         Log: Integrate mainline.
41226      Branch: perlio
41227           !> (integrate 42 files)
41228 ____________________________________________________________________________
41229 [  9248] By: nick                                  on 2001/03/19  20:22:07
41230         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
41231              (Building on OS390 uses native YACC and YYDEBUG has other
41232              side effects.)
41233      Branch: perlio
41234            ! perly.c perly.y vms/perly_c.vms
41235 ____________________________________________________________________________
41236 [  9247] By: jhi                                   on 2001/03/19  19:59:53
41237         Log: 64-bit AIX dynaloading problem (see #9244) idea
41238              from Jens-Uwe Mager.
41239      Branch: maint-5.6/perl
41240            ! ext/DynaLoader/dl_aix.xs
41241 ____________________________________________________________________________
41242 [  9246] By: nick                                  on 2001/03/19  19:27:57
41243         Log: More EBCDIC fixes.
41244      Branch: perlio
41245            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
41246            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
41247 ____________________________________________________________________________
41248 [  9245] By: jhi                                   on 2001/03/19  19:05:19
41249         Log: Integrate change #9243 from mainline into maintperl.
41250              
41251              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
41252      Branch: maint-5.6/perl
41253           !> README.vmesa
41254 ____________________________________________________________________________
41255 [  9244] By: jhi                                   on 2001/03/19  19:03:15
41256         Log: Get 64bitall AIX building, but still does not test okay:
41257              dynaloading anything fails, for example for op/defins:
41258              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
41259              (update: fixed by #9247,9250)
41260      Branch: maint-5.6/perl
41261            ! hints/aix.sh
41262 ____________________________________________________________________________
41263 [  9243] By: jhi                                   on 2001/03/19  19:00:16
41264         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
41265              From: Robin Barker <rmb1@cise.npl.co.uk>
41266              Date: Mon, 19 Mar 2001 18:01:57 GMT
41267              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
41268      Branch: perl
41269            ! README.vmesa
41270 ____________________________________________________________________________
41271 [  9242] By: jhi                                   on 2001/03/19  18:58:43
41272         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
41273              
41274              TODO: tests.
41275      Branch: perl
41276            ! doop.c op.c
41277 ____________________________________________________________________________
41278 [  9241] By: gsar                                  on 2001/03/19  17:34:46
41279         Log: VMSify tests (from Charles Lane)
41280      Branch: maint-5.6/perl
41281            ! t/lib/filehand.t t/lib/texttabs.t
41282 ____________________________________________________________________________
41283 [  9240] By: jhi                                   on 2001/03/19  14:24:26
41284         Log: Integrate change #9233 from maintperl into mainline.
41285              
41286              some refcounts were incorrect in perl_clone()
41287      Branch: perl
41288           !> sv.c
41289 ____________________________________________________________________________
41290 [  9239] By: gsar                                  on 2001/03/19  09:23:17
41291         Log: this is 5.6.1-trial3
41292      Branch: maint-5.6/perl
41293            ! Changes
41294 ____________________________________________________________________________
41295 [  9238] By: gsar                                  on 2001/03/19  08:47:04
41296         Log: some new symbols are only available under ithreads
41297      Branch: maint-5.6/perl
41298            ! makedef.pl
41299 ____________________________________________________________________________
41300 [  9237] By: gsar                                  on 2001/03/19  08:42:28
41301         Log: update patchlevel.h, Changes, &c.
41302      Branch: maint-5.6/perl
41303            ! Changes patchlevel.h pod/perlhist.pod
41304           !> AUTHORS
41305 ____________________________________________________________________________
41306 [  9236] By: gsar                                  on 2001/03/19  08:17:49
41307         Log: integrate changes#8068,8717 from mainline
41308              
41309              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
41310              
41311              [PATCH CPAN 1.59_51] warning message (not!)
41312      Branch: maint-5.6/perl
41313           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
41314           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
41315           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
41316           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
41317           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
41318 ____________________________________________________________________________
41319 [  9235] By: gsar                                  on 2001/03/19  08:07:09
41320         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
41321              
41322              [PATCH] Add missing CV flags to dump.c
41323              
41324              Re: [patch] Re: PL_ptr_table
41325              
41326              Fixup non-ithread build after 8713
41327              
41328              Generated files form 8713 etc.
41329              
41330              Correct the correction :-(
41331              
41332              Documenting coderef @INC (Re: CPAN "make this script work" feature)
41333              
41334              Subject: Re: sync sync sync: have I missed any patches?
41335              Replace djSP with dSP.
41336      Branch: maint-5.6/perl
41337           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
41338           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
41339           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
41340           !> sv.c sv.h win32/perlhost.h
41341 ____________________________________________________________________________
41342 [  9234] By: gsar                                  on 2001/03/19  07:22:05
41343         Log: revert the change#9090 integrate for now (change looks somewhat
41344              incomplete in that [ha]v_exists() need something similar; lacks
41345              tests; &c.)
41346      Branch: maint-5.6/perl
41347            ! hv.c
41348 ____________________________________________________________________________
41349 [  9233] By: gsar                                  on 2001/03/19  07:10:01
41350         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
41351              destruction when there are unreferenced scalars (SvREFCNT==0)
41352      Branch: maint-5.6/perl
41353            ! sv.c
41354 ____________________________________________________________________________
41355 [  9232] By: jhi                                   on 2001/03/19  05:11:02
41356         Log: Regen api and toc.
41357      Branch: maint-5.6/perl
41358            ! pod/perlapi.pod pod/perltoc.pod
41359 ____________________________________________________________________________
41360 [  9231] By: jhi                                   on 2001/03/19  04:06:03
41361         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
41362              add a lost line in pp.c:pp_chop(), update to new op/chop.
41363              
41364              Clarify the description differentiating for and while; inspired by
41365              
41366              Subject: [ID 20010306.004] || != named unary operator
41367              
41368              The $Is_MacOS needs to be declared.
41369      Branch: maint-5.6/perl
41370            ! pp.c t/op/chop.t
41371           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
41372 ____________________________________________________________________________
41373 [  9230] By: jhi                                   on 2001/03/19  03:48:16
41374         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
41375              9079,9083,9089,9090,9091 from mainline to maintperl.
41376              
41377              Quieten some noise in Win32 builds
41378              
41379              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
41380              
41381              The perlretut was still talking about the old \p and \P
41382              definitions.
41383              
41384              More tweakage on the Unicode character class descriptions.
41385              
41386              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
41387              
41388              Subject: 'no *POSIX' Patch speeding up make on BS2000 
41389              
41390              Subject: [PATCH] perldata.pod here-doc docs
41391              
41392              Add /sbin and /usr/sbin to the list of directories scanned
41393              for setuid programs.  Takes care of bug id 20010309.003.
41394              
41395              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
41396              
41397              In op/stat #35 better to scan all the potential directories
41398              for setuids, not just the first one.
41399      Branch: maint-5.6/perl
41400            ! Makefile.SH
41401           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
41402           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
41403           !> t/op/stat.t toke.c win32/win32.h
41404 ____________________________________________________________________________
41405 [  9229] By: jhi                                   on 2001/03/19  02:31:50
41406         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
41407              From: Chris Nandor <pudge@pobox.com>
41408              Date: Sat, 10 Mar 2001 14:22:19 -0500
41409              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
41410      Branch: maint-5.6/perl
41411            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
41412            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
41413            ! t/lib/b.t t/lib/errno.t
41414 ____________________________________________________________________________
41415 [  9228] By: jhi                                   on 2001/03/19  02:29:59
41416         Log: Integrate changes #9113,9122 from mainline into maintperl.
41417              
41418              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?)
41419      Branch: maint-5.6/perl
41420           !> Configure README.os390 hints/os390.sh
41421 ____________________________________________________________________________
41422 [  9227] By: jhi                                   on 2001/03/19  02:22:35
41423         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
41424              into maintperl.
41425              
41426              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
41427              
41428              Forgot to check-in the larger part of #9120, duh.
41429              
41430              Subject: Another patch for integer.pm POD 
41431              
41432              h2ph strictness and cleanliness from Kurt Starsinic.
41433              
41434              Borland filename case problem.
41435              
41436              h2ph strictness and cleanliness from Kurt Starsinic.
41437              
41438              Subject: [PATCH] the uncontroversial doc patches
41439      Branch: maint-5.6/perl
41440           +> win32/sncfnmcs.pl
41441           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
41442           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
41443           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
41444           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
41445           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
41446           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
41447           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
41448 ____________________________________________________________________________
41449 [  9226] By: jhi                                   on 2001/03/19  02:10:21
41450         Log: Integrate changes #9207,9214 from mainline into maintperl.
41451              
41452              podchecker relaxations: =over has an *optional* number after it,
41453              and whitespace in L<> is okay.
41454      Branch: maint-5.6/perl
41455           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
41456           !> t/pod/poderrs.xr
41457 ____________________________________________________________________________
41458 [  9225] By: jhi                                   on 2001/03/19  02:07:38
41459         Log: Integrate change #9219 from maintperl into mainline.
41460              
41461              remove duplicated tests
41462      Branch: perl
41463           !> t/op/re_tests
41464 ____________________________________________________________________________
41465 [  9224] By: jhi                                   on 2001/03/19  02:06:11
41466         Log: Integrate change #9223 from mainline to maintperl.
41467              
41468              Document -Dmksymlinks.
41469      Branch: maint-5.6/perl
41470           !> INSTALL
41471 ____________________________________________________________________________
41472 [  9223] By: jhi                                   on 2001/03/19  02:01:25
41473         Log: Document -Dmksymlinks.
41474      Branch: perl
41475            ! INSTALL
41476 ____________________________________________________________________________
41477 [  9222] By: jhi                                   on 2001/03/19  01:15:35
41478         Log: The -Dmksymlinks wasn't working for maintperl.
41479      Branch: maint-5.6/perl
41480            ! Configure
41481 ____________________________________________________________________________
41482 [  9221] By: jhi                                   on 2001/03/19  00:49:43
41483         Log: Cleanup pixie residue.
41484      Branch: perl
41485            ! Makefile.SH
41486 ____________________________________________________________________________
41487 [  9220] By: jhi                                   on 2001/03/19  00:44:47
41488         Log: Document the use of pixie/prof; create make targets for it.
41489              
41490              TODO: make t/TEST pixie-aware.
41491      Branch: perl
41492            ! Makefile.SH pod/perlhack.pod
41493 ____________________________________________________________________________
41494 [  9219] By: gsar                                  on 2001/03/19  00:16:55
41495         Log: remove duplicated tests
41496      Branch: maint-5.6/perl
41497            ! t/op/re_tests
41498 ____________________________________________________________________________
41499 [  9218] By: jhi                                   on 2001/03/18  23:59:31
41500         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
41501      Branch: perl
41502            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
41503 ____________________________________________________________________________
41504 [  9217] By: jhi                                   on 2001/03/18  23:25:20
41505         Log: Rewrite the tests section of Makefile to be less redundant
41506              and to allow for more flexible test targets, many recursive
41507              make calls introduced.
41508      Branch: perl
41509            ! Makefile.SH
41510 ____________________________________________________________________________
41511 [  9216] By: jhi                                   on 2001/03/18  22:30:04
41512         Log: Document the use of Third Degree (sparsely).
41513      Branch: perl
41514            ! pod/perlhack.pod t/TEST
41515 ____________________________________________________________________________
41516 [  9215] By: jhi                                   on 2001/03/18  22:10:30
41517         Log: Make targets for testing with Third Degree.
41518      Branch: perl
41519            ! Makefile.SH
41520 ____________________________________________________________________________
41521 [  9214] By: jhi                                   on 2001/03/18  21:08:53
41522         Log: The podchecker relaxations need to mirrored also at the tests.
41523      Branch: perl
41524            ! t/pod/poderrs.xr
41525 ____________________________________________________________________________
41526 [  9213] By: jhi                                   on 2001/03/18  20:56:21
41527         Log: Update Changes.
41528      Branch: perl
41529            ! Changes patchlevel.h
41530 ____________________________________________________________________________
41531 [  9212] By: jhi                                   on 2001/03/18  20:36:59
41532         Log: Looking for config.sh in parent directories isn't
41533              very useful for the toplevel Makefile.
41534      Branch: perl
41535            ! Makefile.SH
41536 ____________________________________________________________________________
41537 [  9211] By: jhi                                   on 2001/03/18  20:33:37
41538         Log: On "make clean" take care of Third Degree droppings.
41539      Branch: perl
41540            ! Makefile.SH
41541 ____________________________________________________________________________
41542 [  9210] By: jhi                                   on 2001/03/18  20:21:34
41543         Log: Add a hook for running the tests under the Third Degree
41544              debugging tool (set $ENV{PERL_3LOG} to non-zero)
41545              
41546              TODO: Document the use of Third Degree.
41547      Branch: perl
41548            ! t/TEST
41549 ____________________________________________________________________________
41550 [  9209] By: jhi                                   on 2001/03/18  20:19:07
41551         Log: Regen toc and api pods.
41552      Branch: perl
41553            ! pod/perlapi.pod pod/perltoc.pod
41554 ____________________________________________________________________________
41555 [  9208] By: jhi                                   on 2001/03/18  20:12:12
41556         Log: Integrate changes #8128,9132 from mainline into maintperl,
41557              Tie::SubstrHash fixes.
41558      Branch: maint-5.6/perl
41559           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
41560 ____________________________________________________________________________
41561 [  9207] By: jhi                                   on 2001/03/18  20:07:43
41562         Log: podchecker relaxations from Michael Stevens.
41563      Branch: perl
41564            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
41565 ____________________________________________________________________________
41566 [  9206] By: jhi                                   on 2001/03/18  20:04:24
41567         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
41568      Branch: perl
41569            ! lib/Locale/Constants.pm lib/Locale/Country.pm
41570            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
41571            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
41572 ____________________________________________________________________________
41573 [  9205] By: jhi                                   on 2001/03/18  19:54:45
41574         Log: Integrate changes #9161,9162 from maintperl to mainline.
41575              
41576              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
41577              results
41578      Branch: perl
41579           !> t/op/magic.t
41580 ____________________________________________________________________________
41581 [  9204] By: jhi                                   on 2001/03/18  19:37:46
41582         Log: Make perl.third checks more understandable to the builder.
41583      Branch: perl
41584            ! Makefile.SH
41585 ____________________________________________________________________________
41586 [  9203] By: jhi                                   on 2001/03/18  19:20:54
41587         Log: Re-integrate #9138 from maintperl to mainline,
41588              the squelching of the unneeded "Scalars leaked" messages.
41589      Branch: perl
41590           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
41591           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
41592           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
41593 ____________________________________________________________________________
41594 [  9202] By: jhi                                   on 2001/03/18  18:48:36
41595         Log: More robust and more paranoid perl.third target.
41596      Branch: perl
41597            ! Makefile.SH
41598 ____________________________________________________________________________
41599 [  9201] By: jhi                                   on 2001/03/18  18:39:21
41600         Log: Integrate change #9197 from maintperl to mainline.
41601              
41602              more thorough cleaning of arenas.
41603      Branch: perl
41604           !> embed.pl perl.c proto.h sv.c t/op/sort.t
41605 ____________________________________________________________________________
41606 [  9200] By: jhi                                   on 2001/03/18  18:25:17
41607         Log: Integrate perlio.
41608      Branch: perl
41609           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
41610           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
41611           !> t/lib/encode.t toke.c universal.c utf8.c
41612 ____________________________________________________________________________
41613 [  9199] By: nick                                  on 2001/03/18  15:23:51
41614         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
41615              is the sense of the test being done. Avoid some magical 127 and 128 values
41616              by using macros.
41617      Branch: perlio
41618            ! doop.c pp_ctl.c sv.c toke.c
41619 ____________________________________________________________________________
41620 [  9198] By: nick                                  on 2001/03/18  14:18:12
41621         Log: UTF-X encoding invariance for Encode:
41622              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
41623              - move the XS code for those to universal.c (so in miniperl)
41624              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
41625              - change ext/Encode/compile to use above.
41626              - Fix t/lib/encode.t for above
41627              - Teach t/lib/b.t to expect -uutf8
41628              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
41629              utf8.pm is needed.
41630      Branch: perlio
41631            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
41632            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
41633 ____________________________________________________________________________
41634 [  9197] By: gsar                                  on 2001/03/18  12:15:57
41635         Log: more thorough cleaning of arenas--keep going until no more
41636              SvREFCNT_dec()s occur (this fixes the problem that causes the
41637              pesky "Scalars leaked" warnings)
41638      Branch: maint-5.6/perl
41639            ! embed.pl perl.c proto.h sv.c t/op/sort.t
41640 ____________________________________________________________________________
41641 [  9196] By: nick                                  on 2001/03/18  10:57:29
41642         Log: Fix pragma/utf8.t # 15
41643              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
41644              are SvUTF8 as well.
41645      Branch: perlio
41646            ! toke.c
41647 ____________________________________________________________________________
41648 [  9195] By: nick                                  on 2001/03/18  09:27:06
41649         Log: Integrate mainline
41650      Branch: perlio
41651           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
41652           !> t/op/pat.t
41653 ____________________________________________________________________________
41654 [  9194] By: jhi                                   on 2001/03/18  05:29:59
41655         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
41656              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
41657      Branch: perl
41658            ! op.c op.h t/op/misc.t t/op/pat.t
41659 ____________________________________________________________________________
41660 [  9193] By: jhi                                   on 2001/03/18  05:15:06
41661         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
41662      Branch: perl
41663            ! mg.c t/op/pat.t
41664 ____________________________________________________________________________
41665 [  9192] By: jhi                                   on 2001/03/18  04:22:43
41666         Log: tr/// UTF-8 patches from Inaba Hiroto.
41667      Branch: perl
41668            ! doop.c op.c
41669 ____________________________________________________________________________
41670 [  9191] By: jhi                                   on 2001/03/18  04:21:17
41671         Log: Integrate perlio.
41672      Branch: perl
41673           !> utf8.c utfebcdic.h
41674 ____________________________________________________________________________
41675 [  9190] By: nick                                  on 2001/03/17  20:32:01
41676         Log: Correct #if EBCDIC side typos.
41677              Builds and passes many tests on OS390.
41678      Branch: perlio
41679            ! utf8.c utfebcdic.h
41680 ____________________________________________________________________________
41681 [  9189] By: jhi                                   on 2001/03/17  18:55:49
41682         Log: Add prerequisites for the perl.third target.
41683      Branch: perl
41684            ! Makefile.SH
41685 ____________________________________________________________________________
41686 [  9188] By: jhi                                   on 2001/03/17  18:46:00
41687         Log: Integrate perlio.
41688      Branch: perl
41689           +> utfebcdic.h
41690           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
41691 ____________________________________________________________________________
41692 [  9187] By: jhi                                   on 2001/03/17  18:38:47
41693         Log: Add a make rule for perl.third (the Third Degree memory debugging
41694              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
41695      Branch: perl
41696            ! Makefile.SH
41697 ____________________________________________________________________________
41698 [  9186] By: nick                                  on 2001/03/17  18:34:48
41699         Log: MANIFEST addition :-(
41700      Branch: perlio
41701            ! MANIFEST
41702 ____________________________________________________________________________
41703 [  9185] By: nick                                  on 2001/03/17  18:29:50
41704         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
41705              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
41706              a superset of ASCII are invariant under the encoding. This is EBCDIC
41707              friendly as an encoded string can be looked at as being EBCDIC by lexer
41708              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
41709              ASCII on ASCII machines.
41710              
41711              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
41712              seperate.
41713              - Add some more macros to comprehend different shift amounts and
41714              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
41715              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
41716              and conditionally #include it.
41717              
41718              EBCDIC build as yet untested.  ASCII still fails the one test.
41719      Branch: perlio
41720            + utfebcdic.h
41721            ! utf8.c utf8.h
41722 ____________________________________________________________________________
41723 [  9184] By: nick                                  on 2001/03/17  17:44:16
41724         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
41725      Branch: perlio
41726            ! doop.c perl.h pp.c utf8.h
41727 ____________________________________________________________________________
41728 [  9183] By: jhi                                   on 2001/03/17  15:55:42
41729         Log: Integrate perlio.
41730      Branch: perl
41731            ! MANIFEST
41732           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
41733 ____________________________________________________________________________
41734 [  9182] By: nick                                  on 2001/03/17  09:16:06
41735         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
41736      Branch: perlio
41737            ! t/op/pat.t
41738 ____________________________________________________________________________
41739 [  9181] By: nick                                  on 2001/03/17  09:15:11
41740         Log: Integrate mainline.
41741      Branch: perlio
41742           +> lib/Locale/Constants.pm lib/Locale/Country.pm
41743           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
41744           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
41745           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
41746           !> (integrate 83 files)
41747 ____________________________________________________________________________
41748 [  9180] By: nick                                  on 2001/03/16  17:23:21
41749         Log: EBCDIC Fixes.
41750      Branch: perlio
41751            ! perl.h sv.c toke.c utf8.c utf8.h
41752 ____________________________________________________________________________
41753 [  9179] By: jhi                                   on 2001/03/16  14:10:12
41754         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
41755              a change needed to work around an AIX compiler bug.
41756      Branch: perl
41757            ! ext/Storable/Storable.xs
41758 ____________________________________________________________________________
41759 [  9178] By: jhi                                   on 2001/03/16  03:19:59
41760         Log: With Damian's approval synchronize damian's modules'
41761              licensing with Perl's standard module licensing.
41762      Branch: perl
41763            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
41764 ____________________________________________________________________________
41765 [  9177] By: jhi                                   on 2001/03/16  03:15:34
41766         Log: Make the Filter::Util:Call files have their own copies
41767              of the Perl standard module licensing, from Paul Marquess.
41768      Branch: perl
41769            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
41770 ____________________________________________________________________________
41771 [  9176] By: jhi                                   on 2001/03/16  02:56:04
41772         Log: Subject: [PATCH] more pod patches
41773              From: Michael Stevens <michael@etla.org>
41774              Date: Thu, 15 Mar 2001 21:25:18 +0000
41775              Message-ID: <20010315212518.A18870@firedrake.org>
41776      Branch: perl
41777            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
41778            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
41779            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
41780            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
41781            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
41782            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
41783            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
41784            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
41785            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
41786            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
41787            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
41788            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
41789            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
41790            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
41791            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
41792            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
41793            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
41794            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
41795            ! lib/Locale/Country.pm lib/Locale/Language.pm
41796            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
41797            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
41798            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
41799            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
41800            ! os2/OS2/Process/Process.pm
41801 ____________________________________________________________________________
41802 [  9175] By: jhi                                   on 2001/03/16  02:53:32
41803         Log: Subject: [PATCH] the uncontroversial doc patches
41804              From: Michael Stevens <michael@etla.org>
41805              Date: Thu, 15 Mar 2001 20:01:12 +0000
41806              Message-ID: <20010315200112.A7636@firedrake.org>
41807      Branch: perl
41808            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
41809            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
41810            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
41811            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
41812            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
41813 ____________________________________________________________________________
41814 [  9174] By: jhi                                   on 2001/03/16  02:50:49
41815         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
41816              From: Paul Lindner <lindner@inuus.com>
41817              Date: Fri, 16 Mar 2001 11:28:03 -0800
41818              Message-ID: <20010316112803.A7577@inuus.com>
41819      Branch: perl
41820            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
41821 ____________________________________________________________________________
41822 [  9173] By: nick                                  on 2001/03/15  20:21:03
41823         Log: 1st day's EBCDIC fixes:
41824              - toke.c's parsing of strings needed attention
41825              needed to conditionally e2a if string was already UTF-8
41826              - e2a/a2e tables where wrong way round.
41827              - new macros in utf8.h
41828      Branch: perlio
41829            ! perl.h toke.c utf8.h
41830 ____________________________________________________________________________
41831 [  9172] By: jhi                                   on 2001/03/15  15:17:17
41832         Log: Update Changes.
41833      Branch: perl
41834            ! Changes patchlevel.h
41835 ____________________________________________________________________________
41836 [  9171] By: jhi                                   on 2001/03/15  15:09:32
41837         Log: Subject: Re: Another Borland C++ problem.
41838              From: "Vadim Konovalov" <watman@inbox.ru>
41839              Date: Sat, 10 Mar 2001 19:26:07 +0300
41840              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
41841              
41842              Borland filename case problem.
41843      Branch: perl
41844            + win32/sncfnmcs.pl
41845            ! MANIFEST README.win32
41846 ____________________________________________________________________________
41847 [  9170] By: jhi                                   on 2001/03/15  14:54:23
41848         Log: Add Locale::Codes 1.06, from Neil Bowers.
41849      Branch: perl
41850            + lib/Locale/Constants.pm lib/Locale/Country.pm
41851            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
41852            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
41853            + t/lib/lc-language.t t/lib/lc-uk.t
41854            ! MANIFEST
41855 ____________________________________________________________________________
41856 [  9169] By: jhi                                   on 2001/03/15  14:19:01
41857         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
41858      Branch: perl
41859            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41860            ! ext/Storable/Storable.xs
41861 ____________________________________________________________________________
41862 [  9168] By: jhi                                   on 2001/03/15  14:13:22
41863         Log: Integrate changes #9120,9167 from mainline to maintperl.
41864              
41865              Subject: [PATCH 5.6.1] OS/2 docs
41866              
41867              Subject: [PATCH 5.6.1] perldoc
41868      Branch: maint-5.6/perl
41869           !> os2/Changes utils/perldoc.PL
41870 ____________________________________________________________________________
41871 [  9167] By: jhi                                   on 2001/03/15  14:07:42
41872         Log: Subject: [PATCH 5.6.1] perldoc
41873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41874              Date: Wed, 14 Mar 2001 23:46:52 -0500
41875              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
41876      Branch: perl
41877            ! utils/perldoc.PL
41878 ____________________________________________________________________________
41879 [  9166] By: jhi                                   on 2001/03/15  13:53:15
41880         Log: sigaction test condition tweakage.
41881      Branch: perl
41882            ! t/lib/sigaction.t
41883 ____________________________________________________________________________
41884 [  9165] By: alanbur                               on 2001/03/15  03:49:17
41885         Log: Resynchronised with parent
41886      Branch: maint-5.6/pureperl
41887           +> os2/os2add.sym t/op/anonsub.t
41888           !> (integrate 72 files)
41889 ____________________________________________________________________________
41890 [  9164] By: jhi                                   on 2001/03/15  01:05:01
41891         Log: Avoid stomping off the beginning of an array in tr///.
41892      Branch: perl
41893            ! op.c
41894 ____________________________________________________________________________
41895 [  9163] By: jhi                                   on 2001/03/15  00:58:57
41896         Log: h2ph strictness and cleanliness from Kurt Starsinic.
41897      Branch: perl
41898            ! utils/h2ph.PL
41899 ____________________________________________________________________________
41900 [  9162] By: gsar                                  on 2001/03/15  00:56:53
41901         Log: avoid warnings
41902      Branch: maint-5.6/perl
41903            ! t/op/magic.t
41904 ____________________________________________________________________________
41905 [  9161] By: gsar                                  on 2001/03/15  00:52:09
41906         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
41907              results
41908      Branch: maint-5.6/perl
41909            ! t/op/magic.t
41910 ____________________________________________________________________________
41911 [  9160] By: jhi                                   on 2001/03/14  22:02:10
41912         Log: Do not use the Perl malloc in IRIX, suggested by
41913              Helmus Jarausch.
41914      Branch: perl
41915            ! hints/irix_6.sh
41916 ____________________________________________________________________________
41917 [  9159] By: nick                                  on 2001/03/14  21:45:59
41918         Log: Integrate mainline
41919      Branch: perlio
41920           +> t/op/loopctl.t
41921           !> (integrate 41 files)
41922 ____________________________________________________________________________
41923 [  9158] By: jhi                                   on 2001/03/14  21:10:09
41924         Log: The Day of the Retractions continues: the #9138
41925              (integrated in #9144) doesn't work well in mainline.
41926      Branch: perl
41927            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
41928            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
41929            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
41930 ____________________________________________________________________________
41931 [  9157] By: jhi                                   on 2001/03/14  20:58:12
41932         Log: The #9145 CANNOT be enabled: the clear_pmop code still
41933              dumps core all over in Tru64.
41934      Branch: perl
41935            ! op.c op.h t/op/pat.t
41936 ____________________________________________________________________________
41937 [  9156] By: jhi                                   on 2001/03/14  20:48:06
41938         Log: Integrate change #9154 from maintperl to mainline.
41939              
41940              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
41941              (caused Storable 1.0.10 to break on windows)
41942      Branch: perl
41943           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
41944           !> perlapi.c proto.h
41945 ____________________________________________________________________________
41946 [  9155] By: jhi                                   on 2001/03/14  20:23:53
41947         Log: Retract #9136: breaks threading (and binary compatibility).
41948      Branch: perl
41949            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
41950 ____________________________________________________________________________
41951 [  9154] By: gsar                                  on 2001/03/14  17:48:18
41952         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
41953              (caused Storable 1.0.10 to break on windows)
41954      Branch: maint-5.6/perl
41955            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
41956            ! perlapi.c proto.h
41957 ____________________________________________________________________________
41958 [  9153] By: jhi                                   on 2001/03/14  13:35:21
41959         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
41960      Branch: perl
41961            ! t/lib/sigaction.t
41962 ____________________________________________________________________________
41963 [  9152] By: gsar                                  on 2001/03/14  07:29:40
41964         Log: back out changes#9012,9010,9009 and parts of change#9016
41965              (causes ABRs under purify, and some prerequisites don't
41966              seem to be there in 5.6.x)
41967      Branch: maint-5.6/perl
41968            ! doop.c op.c t/op/tr.t toke.c
41969 ____________________________________________________________________________
41970 [  9151] By: gsar                                  on 2001/03/14  07:01:29
41971         Log: reenable change#9145 (the test was busted due to a missing
41972              C<print "ok 27\n">)
41973      Branch: perl
41974            ! op.c op.h t/op/pat.t
41975 ____________________________________________________________________________
41976 [  9150] By: jhi                                   on 2001/03/14  06:38:36
41977         Log: Retract #9145.
41978      Branch: perl
41979            ! op.c op.h t/op/pat.t
41980 ____________________________________________________________________________
41981 [  9149] By: jhi                                   on 2001/03/14  06:14:56
41982         Log: Retract #9143.
41983      Branch: perl
41984            ! op.c
41985 ____________________________________________________________________________
41986 [  9148] By: gsar                                  on 2001/03/14  06:13:02
41987         Log: Uninitialized Memory Read in regexec.c
41988      Branch: perl
41989            ! regexec.c
41990 ____________________________________________________________________________
41991 [  9147] By: jhi                                   on 2001/03/14  04:59:54
41992         Log: Subject: PATCH: make goto work in nested eval ""
41993              From: Robin Houston <robin@kitsite.com>
41994              Date: Wed, 14 Mar 2001 04:16:10 +0000
41995              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
41996      Branch: perl
41997            ! pp_ctl.c t/op/goto.t
41998 ____________________________________________________________________________
41999 [  9146] By: jhi                                   on 2001/03/14  04:42:54
42000         Log: Preserve the #ifdef PERL_CORE in perly.h.
42001      Branch: perl
42002            ! perly.fixer
42003 ____________________________________________________________________________
42004 [  9145] By: jhi                                   on 2001/03/14  03:57:41
42005         Log: (Retracted by #9150.)
42006      Branch: perl
42007            ! op.c op.h t/op/pat.t
42008 ____________________________________________________________________________
42009 [  9144] By: jhi                                   on 2001/03/14  03:50:38
42010         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
42011              
42012              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
42013              
42014              remove squelch controls for "Scalars leaked" messages in most places
42015              (these are now cured)
42016              
42017              fix another memory leak reported by purify (tie callbacks that
42018              croak can leak when wiping out magic)
42019      Branch: perl
42020           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
42021           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
42022           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
42023           !> t/pragma/warnings.t
42024 ____________________________________________________________________________
42025 [  9143] By: jhi                                   on 2001/03/14  03:37:53
42026         Log: (Retracted by #9149.)
42027      Branch: perl
42028            ! op.c
42029 ____________________________________________________________________________
42030 [  9142] By: gsar                                  on 2001/03/14  03:20:48
42031         Log: fix another memory leak reported by purify (tie callbacks that
42032              croak can leak when wiping out magic)
42033      Branch: maint-5.6/perl
42034            ! scope.c
42035 ____________________________________________________________________________
42036 [  9141] By: jhi                                   on 2001/03/14  02:55:00
42037         Log: Subject: PATCH for [ID 20010305.003]
42038              From: Robin Houston <robin@kitsite.com>
42039              Date: Wed, 14 Mar 2001 02:45:51 +0000
42040              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
42041      Branch: perl
42042            ! pp_ctl.c t/op/eval.t
42043 ____________________________________________________________________________
42044 [  9140] By: jhi                                   on 2001/03/14  02:41:54
42045         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
42046              Date: Wed, 14 Mar 2001 01:52:51 +0000
42047              From: Robin Houston <robin@kitsite.com>
42048              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
42049              
42050              Fix for 2000313.004.
42051      Branch: perl
42052            ! pp_ctl.c t/op/goto.t
42053 ____________________________________________________________________________
42054 [  9139] By: jhi                                   on 2001/03/14  02:40:50
42055         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
42056              From: Robin Houston <robin@kitsite.com>
42057              Date: Wed, 14 Mar 2001 00:43:45 +0000
42058              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
42059      Branch: perl
42060            + t/op/loopctl.t
42061            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
42062            ! vms/perly_c.vms
42063 ____________________________________________________________________________
42064 [  9138] By: gsar                                  on 2001/03/14  01:18:00
42065         Log: remove squelch controls for "Scalars leaked" messages in most places
42066              (these are now cured)
42067      Branch: maint-5.6/perl
42068            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
42069            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
42070            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
42071 ____________________________________________________________________________
42072 [  9137] By: gsar                                  on 2001/03/14  00:57:04
42073         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
42074      Branch: maint-5.6/perl
42075            ! regcomp.c
42076 ____________________________________________________________________________
42077 [  9136] By: jhi                                   on 2001/03/13  23:12:24
42078         Log: (Retracted by #9155)
42079              
42080              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
42081              From: Jens-Uwe Mager <jum@helios.de>
42082              Date: Wed, 21 Feb 2001 21:32:04 +0100
42083              Message-ID: <20010221213203.A18340@ans.helios.de>
42084      Branch: perl
42085            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
42086 ____________________________________________________________________________
42087 [  9135] By: jhi                                   on 2001/03/13  22:50:05
42088         Log: Integrate perlio.
42089      Branch: perl
42090           !> pp.c
42091 ____________________________________________________________________________
42092 [  9134] By: jhi                                   on 2001/03/13  22:49:05
42093         Log: Integrate change #9131 from maintperl into mainline.
42094              
42095              make the error text look more consistent in hints/hpux.sh
42096      Branch: perl
42097           !> hints/hpux.sh
42098 ____________________________________________________________________________
42099 [  9133] By: gsar                                  on 2001/03/13  22:46:20
42100         Log: integrate change#9067 from mainline
42101              
42102              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42103      Branch: maint-5.6/perl
42104           !> lib/ExtUtils/MM_Unix.pm
42105 ____________________________________________________________________________
42106 [  9132] By: jhi                                   on 2001/03/13  22:41:21
42107         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
42108              From: "John P. Linderman" <jpl@research.att.com>
42109              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
42110              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
42111              
42112              A more correct prime finder.
42113      Branch: perl
42114            ! lib/Tie/SubstrHash.pm
42115 ____________________________________________________________________________
42116 [  9131] By: gsar                                  on 2001/03/13  22:30:42
42117         Log: make the error text look more consistent in hints/hpux.sh
42118      Branch: maint-5.6/perl
42119            ! hints/hpux.sh
42120 ____________________________________________________________________________
42121 [  9130] By: jhi                                   on 2001/03/13  22:23:44
42122         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
42123              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42124              Date: Tue, 13 Mar 2001 18:41:26 +0100
42125              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
42126              
42127              If the test is run non-interactively the default handler
42128              is different.
42129      Branch: perl
42130            ! t/lib/sigaction.t
42131 ____________________________________________________________________________
42132 [  9129] By: jhi                                   on 2001/03/13  22:20:21
42133         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
42134              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42135              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
42136              Date:     Tue, 13 Mar 2001 16:44:32 EST
42137      Branch: perl
42138            ! t/lib/1_compile.t
42139 ____________________________________________________________________________
42140 [  9128] By: jhi                                   on 2001/03/13  22:18:34
42141         Log: Subject: Another patch for integer.pm POD 
42142              From: "John L. Allen" <allen@grumman.com>
42143              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
42144              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
42145      Branch: perl
42146            ! lib/integer.pm
42147 ____________________________________________________________________________
42148 [  9127] By: nick                                  on 2001/03/13  21:26:30
42149         Log: Integrate mainline.
42150      Branch: perlio
42151           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
42152           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
42153           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
42154           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
42155           !> Changes Configure MANIFEST README.os2 README.os390
42156           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
42157           !> os2/Changes patchlevel.h win32/perlhost.h
42158 ____________________________________________________________________________
42159 [  9126] By: nick                                  on 2001/03/13  20:39:51
42160         Log: #ifdef'ed out code to make packed side of pack/unpack
42161              octets. (i.e. pack('U') => encode_utf8).
42162      Branch: perlio
42163            ! pp.c
42164 ____________________________________________________________________________
42165 [  9125] By: jhi                                   on 2001/03/13  15:07:16
42166         Log: Update Changes.
42167      Branch: perl
42168            ! Changes patchlevel.h
42169 ____________________________________________________________________________
42170 [  9124] By: jhi                                   on 2001/03/13  14:22:45
42171         Log: Workaround for the buggy ("internal compiler error")
42172              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
42173              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
42174              of Andreas König.
42175      Branch: perl
42176            ! ext/re/Makefile.PL hints/aix.sh
42177 ____________________________________________________________________________
42178 [  9123] By: jhi                                   on 2001/03/13  03:24:34
42179         Log: Typo in #9114.
42180      Branch: metaconfig
42181            ! U/modified/myhostname.U
42182 ____________________________________________________________________________
42183 [  9122] By: jhi                                   on 2001/03/13  03:24:06
42184         Log: Typo in #9113.
42185      Branch: perl
42186            ! Configure
42187 ____________________________________________________________________________
42188 [  9121] By: jhi                                   on 2001/03/13  01:53:05
42189         Log: Forgot to check-in the larger part of #9120, duh.
42190      Branch: perl
42191            ! README.os2
42192 ____________________________________________________________________________
42193 [  9120] By: jhi                                   on 2001/03/13  01:51:31
42194         Log: Subject: [PATCH 5.6.1] OS/2 docs
42195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42196              Date: Mon, 12 Mar 2001 03:27:32 -0500
42197              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
42198      Branch: perl
42199            ! os2/Changes
42200 ____________________________________________________________________________
42201 [  9119] By: jhi                                   on 2001/03/13  01:49:41
42202         Log: Integrate change #9116 from maintperl into mainline.
42203              
42204              Win32::GetCwd() returns C: instead of C:\ in the root directory
42205              under ithreads
42206      Branch: perl
42207           !> win32/perlhost.h
42208 ____________________________________________________________________________
42209 [  9118] By: jhi                                   on 2001/03/13  01:13:39
42210         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
42211      Branch: perl
42212            + lib/Switch.pm t/lib/switch.t
42213            ! MANIFEST
42214 ____________________________________________________________________________
42215 [  9117] By: jhi                                   on 2001/03/13  01:03:17
42216         Log: Add Text::Balanced 1.83.
42217      Branch: perl
42218            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
42219            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
42220            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
42221            + t/lib/tb-xvari.t
42222            ! MANIFEST
42223 ____________________________________________________________________________
42224 [  9116] By: gsar                                  on 2001/03/13  00:55:53
42225         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
42226              under ithreads
42227      Branch: maint-5.6/perl
42228            ! win32/perlhost.h
42229 ____________________________________________________________________________
42230 [  9115] By: jhi                                   on 2001/03/13  00:54:09
42231         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
42232              From: "John L. Allen" <allen@grumman.com>
42233              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
42234              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
42235              
42236              use integer document clarification.
42237      Branch: perl
42238            ! lib/integer.pm
42239 ____________________________________________________________________________
42240 [  9114] By: jhi                                   on 2001/03/13  00:38:54
42241         Log: Metaconfig unit change for #9113.
42242      Branch: metaconfig
42243            ! U/modified/myhostname.U
42244 ____________________________________________________________________________
42245 [  9113] By: jhi                                   on 2001/03/13  00:38:35
42246         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?)
42247              From: Peter Prymmer <pvhp@forte.com>
42248              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
42249              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
42250      Branch: perl
42251            ! Configure README.os390 hints/os390.sh
42252 ____________________________________________________________________________
42253 [  9112] By: jhi                                   on 2001/03/13  00:29:00
42254         Log: Integrate perlio.
42255      Branch: perl
42256           !> sv.c utf8.h
42257 ____________________________________________________________________________
42258 [  9111] By: nick                                  on 2001/03/12  21:16:33
42259         Log: Integrate mainline.
42260      Branch: perlio
42261           +> t/op/anonsub.t
42262           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
42263           !> proto.h sv.c
42264 ____________________________________________________________________________
42265 [  9110] By: nick                                  on 2001/03/12  21:00:13
42266         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
42267      Branch: perlio
42268            ! sv.c utf8.h
42269 ____________________________________________________________________________
42270 [  9109] By: jhi                                   on 2001/03/12  16:04:47
42271         Log: Integrate change #9108 from maintperl to mainline.
42272              
42273              fix memory leak in C<sub X { sub {} }> arising from a refcount
42274              loop between the outer sub and the inner prototype anonsub
42275              
42276              this also enables closures returned by subroutines that
42277              subsequently get redefined to work without generating coredumps :)
42278              
42279              completely removed the free_closures() hack--it shouldn't be
42280              needed anymore
42281      Branch: perl
42282           +> t/op/anonsub.t
42283           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
42284           !> proto.h sv.c
42285 ____________________________________________________________________________
42286 [  9108] By: gsar                                  on 2001/03/12  10:21:31
42287         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
42288              loop between the outer sub and the inner prototype anonsub
42289              
42290              this also enables closures returned by subroutines that
42291              subsequently get redefined to work without generating coredumps :)
42292              
42293              completely removed the free_closures() hack--it shouldn't be
42294              needed anymore
42295      Branch: maint-5.6/perl
42296            + t/op/anonsub.t
42297            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
42298            ! proto.h sv.c
42299 ____________________________________________________________________________
42300 [  9107] By: jhi                                   on 2001/03/12  05:15:31
42301         Log: Integrate perlio.
42302      Branch: perl
42303           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
42304 ____________________________________________________________________________
42305 [  9106] By: nick                                  on 2001/03/11  20:10:12
42306         Log: regcomp.c is working in native space, not Unicode space (if different)
42307              as it is doing compare against 'W' in \W etc.
42308      Branch: perlio
42309            ! regcomp.c
42310 ____________________________________________________________________________
42311 [  9105] By: nick                                  on 2001/03/11  19:39:34
42312         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
42313              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
42314      Branch: perlio
42315            ! regcomp.c toke.c utf8.c
42316 ____________________________________________________________________________
42317 [  9104] By: nick                                  on 2001/03/11  18:15:44
42318         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
42319      Branch: perlio
42320            ! sv.c
42321 ____________________________________________________________________________
42322 [  9103] By: nick                                  on 2001/03/11  18:03:28
42323         Log: Integrate mainline (for regexp stuff).
42324      Branch: perlio
42325           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
42326           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
42327           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
42328           !> t/lib/errno.t t/op/pat.t
42329 ____________________________________________________________________________
42330 [  9102] By: nick                                  on 2001/03/11  17:44:20
42331         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
42332              - exclude layer syms in makedef.pl for sfio
42333              - also inhibit Encode from trying to build ":encode()" layer.
42334      Branch: perlio
42335            ! ext/Encode/Encode.xs makedef.pl
42336 ____________________________________________________________________________
42337 [  9101] By: jhi                                   on 2001/03/10  22:38:13
42338         Log: The $Is_MacOS needs to be declared.
42339      Branch: perl
42340            ! lib/ExtUtils/Manifest.pm
42341 ____________________________________________________________________________
42342 [  9100] By: jhi                                   on 2001/03/10  22:14:29
42343         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
42344              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
42345              pollute the symbolspace if using sfio.
42346      Branch: perl
42347            ! ext/Encode/Encode.xs
42348 ____________________________________________________________________________
42349 [  9099] By: jhi                                   on 2001/03/10  21:58:48
42350         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
42351              Date: Sat, 10 Mar 2001 14:23:55 -0500
42352              From: Chris Nandor <pudge@pobox.com>
42353              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
42354      Branch: perl
42355            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
42356            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
42357            ! t/lib/errno.t
42358 ____________________________________________________________________________
42359 [  9098] By: jhi                                   on 2001/03/10  21:38:30
42360         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
42361      Branch: perl
42362            ! regcomp.c regexec.c t/op/pat.t
42363 ____________________________________________________________________________
42364 [  9097] By: jhi                                   on 2001/03/10  14:38:07
42365         Log: Integrate perlio.
42366      Branch: perl
42367           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
42368           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
42369           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
42370 ____________________________________________________________________________
42371 [  9096] By: nick                                  on 2001/03/10  11:55:43
42372         Log: EBCDIC sanity - phase I
42373              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
42374              - use utf8n_xxxx (c.f. pvn) for forms which take length.
42375              - back out vN.N and $^V exceptions to e2a/a2e
42376              - make "locale" isxxx macros be uvchr (may be redundant?)
42377              
42378              Not clear yet that toUPPER_uni et. al. return being handled correctly.
42379              The tr// and rexexp stuff still needs an audit, assumption is they are working
42380              in Unicode space.
42381              
42382              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
42383      Branch: perlio
42384            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
42385            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
42386            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
42387 ____________________________________________________________________________
42388 [  9095] By: jhi                                   on 2001/03/09  22:10:01
42389         Log: Integrate perlio.
42390      Branch: perl
42391           !> dump.c
42392 ____________________________________________________________________________
42393 [  9094] By: nick                                  on 2001/03/09  17:36:38
42394         Log: Builds an passes all tests after integrate and this tweak.
42395      Branch: perlio
42396            ! dump.c
42397 ____________________________________________________________________________
42398 [  9093] By: nick                                  on 2001/03/09  17:16:03
42399         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
42400      Branch: perlio
42401           +> lib/unicode/Scripts.txt t/lib/sigaction.t
42402           !> (integrate 79 files)
42403 ____________________________________________________________________________
42404 [  9092] By: jhi                                   on 2001/03/09  15:28:26
42405         Log: Update Changes.
42406      Branch: perl
42407            ! Changes patchlevel.h
42408 ____________________________________________________________________________
42409 [  9091] By: jhi                                   on 2001/03/09  15:25:05
42410         Log: In op/stat #35 better to scan all the potential directories
42411              for setuids, not just the first one.
42412      Branch: perl
42413            ! t/op/stat.t
42414 ____________________________________________________________________________
42415 [  9090] By: jhi                                   on 2001/03/09  15:01:27
42416         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
42417              From: rspier@pobox.com (Robert Spier)
42418              Date: Fri, 9 Mar 2001 03:30:20 -0500
42419              Message-ID: <15016.38044.381174.160189@rls.cx>
42420              
42421              EXISTS() returning undef mistakenly triggered a FETCH().
42422      Branch: perl
42423            ! hv.c
42424 ____________________________________________________________________________
42425 [  9089] By: jhi                                   on 2001/03/09  14:59:02
42426         Log: Add /sbin and /usr/sbin to the list of directories scanned
42427              for setuid programs.  Takes care of bug id 20010309.003.
42428      Branch: perl
42429            ! t/op/stat.t
42430 ____________________________________________________________________________
42431 [  9088] By: jhi                                   on 2001/03/09  14:48:32
42432         Log: Regen perlapi, perltoc.
42433      Branch: perl
42434            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
42435 ____________________________________________________________________________
42436 [  9087] By: jhi                                   on 2001/03/09  14:38:56
42437         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
42438              From: David Mitchell <davem@fdgroup.co.uk>
42439              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
42440              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
42441      Branch: perl
42442            ! dump.c perl.c perl.h pod/perlrun.pod
42443 ____________________________________________________________________________
42444 [  9086] By: jhi                                   on 2001/03/09  01:47:16
42445         Log: A modified version of
42446              
42447              Subject: [ID 20010307.005] POSIX::sigaction has various problems
42448              From: anders@broadcom.com
42449              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
42450              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
42451              
42452              Currently the sigaction.t test #6 fails (and is fudged to look
42453              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
42454              This may well be a genuine bug in Linux sigaction() (since at
42455              least Tru64, Solaris, and HP-UX disagree with Linux).
42456              Anyone with POSIX / SUSv2 tome handy?  The problem is that
42457              the flags of the oldaction don't match with the flags in
42458              the previously installed disposition.
42459      Branch: perl
42460            + t/lib/sigaction.t
42461            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
42462 ____________________________________________________________________________
42463 [  9085] By: jhi                                   on 2001/03/09  01:30:13
42464         Log: Subject: Re: mission impossible for the day
42465              From: Alex Gough <alex@rcon.org>
42466              Date: Thu, 08 Mar 2001 17:18:19 +0000
42467              Message-ID: <3AA7BEDB.8070409@rcon.org>
42468              
42469              If references (are overloaded) and can be directly stringified,
42470              show that instead of "stringified".
42471              
42472              (The problem, infinite mutual recursion caused by overloaded bool
42473              in Switch.pm, tracked by David Mitchell)
42474      Branch: perl
42475            ! lib/Carp/Heavy.pm
42476 ____________________________________________________________________________
42477 [  9084] By: jhi                                   on 2001/03/09  01:20:39
42478         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
42479              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
42480              From: David Mitchell <davem@fdgroup.co.uk>
42481              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
42482      Branch: perl
42483            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
42484            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
42485 ____________________________________________________________________________
42486 [  9083] By: jhi                                   on 2001/03/09  01:16:51
42487         Log: Subject: [PATCH] perldata.pod here-doc docs
42488              From: Jeff Pinyan <jeffp@crusoe.net>
42489              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
42490              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
42491      Branch: perl
42492            ! pod/perldata.pod
42493 ____________________________________________________________________________
42494 [  9082] By: jhi                                   on 2001/03/09  01:01:27
42495         Log: Subject: Re: Unicode/EBCDIC
42496              From: Peter Prymmer <pvhp@forte.com>
42497              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
42498              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
42499      Branch: perl
42500            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
42501 ____________________________________________________________________________
42502 [  9081] By: jhi                                   on 2001/03/08  13:41:30
42503         Log: Subject: Ooops, wrong 'no *POSIX' Patch
42504              From: Dorner Thomas <Thomas.Dorner@start.de>
42505              Date: Thu, 8 Mar 2001 08:43:28 +0100
42506              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
42507      Branch: perl
42508            ! hints/posix-bc.sh
42509 ____________________________________________________________________________
42510 [  9080] By: jhi                                   on 2001/03/08  13:11:42
42511         Log: It's Scripts.txt, not Script.txt.
42512      Branch: perl
42513            ! MANIFEST
42514 ____________________________________________________________________________
42515 [  9079] By: jhi                                   on 2001/03/08  12:59:05
42516         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
42517              From: Dorner Thomas <Thomas.Dorner@start.de>
42518              Date: Wed, 7 Mar 2001 14:13:31 +0100
42519              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
42520      Branch: perl
42521            ! makedepend.SH
42522 ____________________________________________________________________________
42523 [  9078] By: jhi                                   on 2001/03/08  12:57:43
42524         Log: Retract #9069, wrong patch.
42525      Branch: perl
42526            ! Makefile.SH
42527 ____________________________________________________________________________
42528 [  9077] By: jhi                                   on 2001/03/08  01:06:13
42529         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
42530      Branch: perl
42531            + lib/unicode/Scripts.txt
42532            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
42533            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
42534            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
42535            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
42536            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
42537            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
42538            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
42539            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
42540            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
42541            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
42542            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
42543            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
42544            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
42545            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
42546            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
42547            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
42548            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
42549            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
42550            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
42551            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
42552            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
42553            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
42554            ! lib/unicode/version
42555 ____________________________________________________________________________
42556 [  9076] By: jhi                                   on 2001/03/07  22:59:39
42557         Log: Integrate change #7784 from mainline into maintperl.
42558              
42559              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
42560      Branch: maint-5.6/perl
42561           !> pp_ctl.c t/op/pat.t
42562 ____________________________________________________________________________
42563 [  9075] By: jhi                                   on 2001/03/07  22:05:11
42564         Log: More UTF-8 test tweaks.
42565      Branch: perl
42566            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
42567 ____________________________________________________________________________
42568 [  9074] By: nick                                  on 2001/03/07  21:39:29
42569         Log: Integrate mainline.
42570      Branch: perlio
42571           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
42572           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
42573           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
42574           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
42575           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
42576 ____________________________________________________________________________
42577 [  9073] By: jhi                                   on 2001/03/07  16:37:09
42578         Log: Update Changes.
42579      Branch: perl
42580            ! Changes patchlevel.h
42581 ____________________________________________________________________________
42582 [  9072] By: jhi                                   on 2001/03/07  16:32:30
42583         Log: Subject: [ID 20010306.004] || != named unary operator
42584              From: abela@geneanet.org
42585              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
42586              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
42587      Branch: perl
42588            ! pod/perlop.pod
42589 ____________________________________________________________________________
42590 [  9071] By: jhi                                   on 2001/03/07  15:14:11
42591         Log: Subject: downgrading to bytes for common functions
42592              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
42593              Date: Wed, 7 Mar 2001 02:36:55 -0500
42594              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
42595      Branch: perl
42596            ! pp_sys.c
42597 ____________________________________________________________________________
42598 [  9070] By: jhi                                   on 2001/03/07  15:04:58
42599         Log: Clarify the description differentiating for and while; inspired by
42600              
42601              Subject: [ID 20010306.002] for/while difference in for definition
42602              From: abela@geneanet.org
42603              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
42604              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
42605      Branch: perl
42606            ! pod/perlsyn.pod
42607 ____________________________________________________________________________
42608 [  9069] By: jhi                                   on 2001/03/07  14:55:30
42609         Log: (Retracted by #9078.)
42610      Branch: perl
42611            ! Makefile.SH
42612 ____________________________________________________________________________
42613 [  9068] By: jhi                                   on 2001/03/07  14:51:17
42614         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
42615              From: Radu Greab <radu@netsoft.ro>
42616              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
42617              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
42618      Branch: perl
42619            ! pp.c t/op/chop.t
42620 ____________________________________________________________________________
42621 [  9067] By: jhi                                   on 2001/03/07  14:48:57
42622         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42623              From: Simon Cozens <simon@netthink.co.uk>
42624              Date: Wed, 7 Mar 2001 13:59:28 +0000
42625              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
42626              
42627              In order to allow MakeMaker to build correct Makefiles,
42628              you need to change the order of the arguments in MM_Unix.pm
42629              as well. (Unless you have C89_CCMODE set, but we're trying
42630              to be POSIXly correct)
42631              
42632              Thanks to Merijn Broeren for tracking this down.
42633      Branch: perl
42634            ! lib/ExtUtils/MM_Unix.pm
42635 ____________________________________________________________________________
42636 [  9066] By: jhi                                   on 2001/03/07  14:30:02
42637         Log: Floating point too messy.
42638      Branch: perl
42639            ! t/camel-III/vstring.t
42640 ____________________________________________________________________________
42641 [  9065] By: jhi                                   on 2001/03/07  14:17:44
42642         Log: Integrate change #9064 from maintperl into mainline.
42643              
42644              fix memory leak in pack("Bb",...)
42645      Branch: perl
42646           !> perl.c
42647 ____________________________________________________________________________
42648 [  9064] By: gsar                                  on 2001/03/07  06:29:24
42649         Log: fix memory leak in pack("Bb",...)
42650      Branch: maint-5.6/perl
42651            ! perl.c
42652 ____________________________________________________________________________
42653 [  9063] By: jhi                                   on 2001/03/07  00:55:04
42654         Log: Major utf8 test reorganisation and rewrite.
42655              Hopefully no tests were lost in the shuffle.
42656              (The beginning of pragma/utf8 was lost intentionally,
42657              the tests were rather bogus and incomplete.)
42658      Branch: perl
42659            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
42660            ! t/pragma/utf8.t
42661 ____________________________________________________________________________
42662 [  9062] By: jhi                                   on 2001/03/07  00:41:16
42663         Log: More tweakage on the Unicode character class descriptions.
42664      Branch: perl
42665            ! lib/unicode/mktables.PL pod/perlretut.pod
42666 ____________________________________________________________________________
42667 [  9061] By: jhi                                   on 2001/03/06  23:12:38
42668         Log: The perlretut was still talking about the old \p and \P
42669              definitions.
42670      Branch: perl
42671            ! pod/perlretut.pod
42672 ____________________________________________________________________________
42673 [  9060] By: nick                                  on 2001/03/06  20:52:37
42674         Log: Integrate mainline (make test works again now).
42675      Branch: perlio
42676           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
42677 ____________________________________________________________________________
42678 [  9059] By: jhi                                   on 2001/03/06  15:36:14
42679         Log: 0.999... does equal 1.0, doesn't it?
42680      Branch: perl
42681            ! t/camel-III/vstring.t
42682 ____________________________________________________________________________
42683 [  9058] By: jhi                                   on 2001/03/06  15:34:00
42684         Log: Make /x{abcd}/ to work without use utf8.
42685      Branch: perl
42686            ! regcomp.c
42687 ____________________________________________________________________________
42688 [  9057] By: jhi                                   on 2001/03/06  03:02:36
42689         Log: Easier to outcomment all the three reset() tests for now.
42690      Branch: perl
42691            ! t/op/pat.t
42692 ____________________________________________________________________________
42693 [  9056] By: jhi                                   on 2001/03/06  02:30:02
42694         Log: Comment out the deadly reset; until the 20010301.005
42695              is finally fixed.
42696      Branch: perl
42697            ! t/op/pat.t
42698 ____________________________________________________________________________
42699 [  9055] By: jhi                                   on 2001/03/06  02:21:26
42700         Log: Integrate the change #9054 from mainline:
42701              retract the PMOP cleanup patch pending further investigation.
42702      Branch: maint-5.6/perl
42703           !> op.c op.h
42704 ____________________________________________________________________________
42705 [  9054] By: jhi                                   on 2001/03/06  02:19:57
42706         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
42707              with oddly familiar stack traces.
42708      Branch: perl
42709            ! op.c op.h
42710 ____________________________________________________________________________
42711 [  9053] By: jhi                                   on 2001/03/05  23:20:28
42712         Log: Integrate perlio.
42713      Branch: perl
42714           +> ext/Encode/Encode/koi8-r.ucm
42715           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
42716           !> makedef.pl
42717 ____________________________________________________________________________
42718 [  9052] By: nick                                  on 2001/03/05  23:08:17
42719         Log: skipping USE_PERLIO symbols correction.
42720      Branch: perlio
42721            ! makedef.pl
42722 ____________________________________________________________________________
42723 [  9051] By: nick                                  on 2001/03/05  22:35:07
42724         Log: More Encode alias tidying.
42725      Branch: perlio
42726            + ext/Encode/Encode/koi8-r.ucm
42727            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
42728 ____________________________________________________________________________
42729 [  9050] By: jhi                                   on 2001/03/05  21:44:29
42730         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
42731              Sarathy's fix for ID 20010301.005.
42732      Branch: maint-5.6/perl
42733           !> op.c op.h
42734 ____________________________________________________________________________
42735 [  9049] By: nick                                  on 2001/03/05  19:54:04
42736         Log: Integrate Jarkko's Encode.pm tweak.
42737      Branch: perlio
42738           !> ext/Encode/Encode.pm
42739 ____________________________________________________________________________
42740 [  9048] By: nick                                  on 2001/03/05  19:47:57
42741         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
42742      Branch: perlio
42743           +> os2/os2add.sym
42744           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
42745           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
42746           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
42747           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
42748           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
42749 ____________________________________________________________________________
42750 [  9047] By: jhi                                   on 2001/03/05  19:25:26
42751         Log: Regen perlapi.
42752      Branch: perl
42753            ! pod/perlapi.pod
42754 ____________________________________________________________________________
42755 [  9046] By: jhi                                   on 2001/03/05  19:12:14
42756         Log: Integrate perlio.
42757      Branch: perl
42758           +> t/camel-III/vstring.t
42759           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
42760 ____________________________________________________________________________
42761 [  9045] By: jhi                                   on 2001/03/05  19:10:36
42762         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
42763      Branch: perl
42764            ! ext/Encode/Encode.pm
42765 ____________________________________________________________________________
42766 [  9044] By: jhi                                   on 2001/03/05  18:49:12
42767         Log: Forgot the other half of the PMOP patch (#9033).
42768      Branch: perl
42769            ! op.h
42770 ____________________________________________________________________________
42771 [  9043] By: nick                                  on 2001/03/05  18:14:47
42772         Log: Update MANIFEST for new test.
42773      Branch: perlio
42774            ! MANIFEST
42775 ____________________________________________________________________________
42776 [  9042] By: nick                                  on 2001/03/05  18:12:41
42777         Log: Some tests for Camel 3rd edition features.
42778              Make gethostbyaddr() test in above work.
42779      Branch: perlio
42780            + t/camel-III/vstring.t
42781            ! pp.h pp_sys.c t/TEST t/harness
42782 ____________________________________________________________________________
42783 [  9041] By: jhi                                   on 2001/03/05  17:41:48
42784         Log: Add more ISO 8859 encoding aliases.
42785      Branch: perl
42786            ! ext/Encode/Encode.pm
42787 ____________________________________________________________________________
42788 [  9040] By: jhi                                   on 2001/03/05  17:30:43
42789         Log: Integrate perlio.
42790      Branch: perl
42791           !> MANIFEST sv.c
42792 ____________________________________________________________________________
42793 [  9039] By: nick                                  on 2001/03/05  17:11:36
42794         Log: Missed added file.
42795      Branch: perlio
42796            ! MANIFEST
42797 ____________________________________________________________________________
42798 [  9038] By: jhi                                   on 2001/03/05  15:58:01
42799         Log: Add tr tests for EBCDIC, from Karsten Sperling.
42800      Branch: perl
42801            ! t/op/tr.t
42802 ____________________________________________________________________________
42803 [  9037] By: nick                                  on 2001/03/05  15:56:35
42804         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
42805              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
42806              
42807              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
42808              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
42809              - uses SvPV() rather than sv_2pv() in case it isn't a string.
42810      Branch: perlio
42811            ! sv.c
42812 ____________________________________________________________________________
42813 [  9036] By: jhi                                   on 2001/03/05  15:49:15
42814         Log: Add matching tests currently failing in EBCDIC,
42815              suggested by Karsten Sperling.
42816      Branch: perl
42817            ! t/op/pat.t
42818 ____________________________________________________________________________
42819 [  9035] By: jhi                                   on 2001/03/05  15:36:55
42820         Log: The #9034 needs a MANIFESTation.
42821      Branch: perl
42822            ! MANIFEST
42823 ____________________________________________________________________________
42824 [  9034] By: jhi                                   on 2001/03/05  15:35:14
42825         Log: Integrate perlio.
42826      Branch: perl
42827           +> ext/Encode/Encode/Tcl.pm
42828           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
42829           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
42830           !> ext/Encode/Encode/iso8859-1.ucm
42831           !> ext/Encode/Encode/iso8859-10.ucm
42832           !> ext/Encode/Encode/iso8859-13.ucm
42833           !> ext/Encode/Encode/iso8859-14.ucm
42834           !> ext/Encode/Encode/iso8859-15.ucm
42835           !> ext/Encode/Encode/iso8859-16.ucm
42836           !> ext/Encode/Encode/iso8859-2.ucm
42837           !> ext/Encode/Encode/iso8859-3.ucm
42838           !> ext/Encode/Encode/iso8859-4.ucm
42839           !> ext/Encode/Encode/iso8859-5.ucm
42840           !> ext/Encode/Encode/iso8859-6.ucm
42841           !> ext/Encode/Encode/iso8859-7.ucm
42842           !> ext/Encode/Encode/iso8859-8.ucm
42843           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
42844           !> t/lib/encode.t
42845 ____________________________________________________________________________
42846 [  9033] By: jhi                                   on 2001/03/05  15:33:18
42847         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
42848              From: Gurusamy Sarathy <gsar@ActiveState.com>
42849              Date: Sun, 04 Mar 2001 22:33:15 -0800
42850              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
42851              
42852              PMOPs need to remember their own stash so that they can
42853              gracefully remove themselves from their linked list.
42854      Branch: perl
42855            ! op.c
42856 ____________________________________________________________________________
42857 [  9032] By: nick                                  on 2001/03/05  14:51:50
42858         Log: Encode implementation "completion"
42859              Implement and document define_encoding()
42860              Implement and document encoding aliases including define_alias()
42861              Make Encode::XS use define_encoding() rather than back-door.
42862              Move run-time *.enc to separate Encode::Tcl module.
42863              Make 'compile' honour <codeset_name>
42864              Change canonical names of to iso-8859-* and US-ascii.
42865      Branch: perlio
42866            + ext/Encode/Encode/Tcl.pm
42867            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
42868            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
42869            ! ext/Encode/Encode/iso8859-1.ucm
42870            ! ext/Encode/Encode/iso8859-10.ucm
42871            ! ext/Encode/Encode/iso8859-13.ucm
42872            ! ext/Encode/Encode/iso8859-14.ucm
42873            ! ext/Encode/Encode/iso8859-15.ucm
42874            ! ext/Encode/Encode/iso8859-16.ucm
42875            ! ext/Encode/Encode/iso8859-2.ucm
42876            ! ext/Encode/Encode/iso8859-3.ucm
42877            ! ext/Encode/Encode/iso8859-4.ucm
42878            ! ext/Encode/Encode/iso8859-5.ucm
42879            ! ext/Encode/Encode/iso8859-6.ucm
42880            ! ext/Encode/Encode/iso8859-7.ucm
42881            ! ext/Encode/Encode/iso8859-8.ucm
42882            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
42883            ! t/lib/encode.t
42884 ____________________________________________________________________________
42885 [  9031] By: jhi                                   on 2001/03/05  13:51:17
42886         Log: Integrate change #9030 from maintperl into mainline.
42887              
42888              Subject: [PATCH 5.6.1] OS/2 cleanup
42889      Branch: perl
42890           +> os2/os2add.sym
42891           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
42892           !> makedef.pl os2/Changes os2/Makefile.SHs
42893           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
42894           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
42895           !> os2/os2.sym os2/os2ish.h
42896 ____________________________________________________________________________
42897 [  9030] By: jhi                                   on 2001/03/05  13:46:49
42898         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
42899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42900              Date: Mon, 5 Mar 2001 02:29:44 -0500
42901              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
42902      Branch: maint-5.6/perl
42903            + os2/os2add.sym
42904            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
42905            ! makedef.pl os2/Changes os2/Makefile.SHs
42906            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
42907            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
42908            ! os2/os2.sym os2/os2ish.h
42909 ____________________________________________________________________________
42910 [  9029] By: jhi                                   on 2001/03/05  13:40:35
42911         Log: Integrate change #9028 from maintperl into mainline.
42912              
42913              various nits in MM_Unix.pm found by disabling SelfLoader
42914      Branch: perl
42915           !> lib/ExtUtils/MM_Unix.pm
42916 ____________________________________________________________________________
42917 [  9028] By: gsar                                  on 2001/03/05  09:58:38
42918         Log: various nits in MM_Unix.pm found by disabling SelfLoader
42919      Branch: maint-5.6/perl
42920            ! lib/ExtUtils/MM_Unix.pm
42921 ____________________________________________________________________________
42922 [  9027] By: nick                                  on 2001/03/05  08:35:22
42923         Log: Integrate mainline
42924      Branch: perlio
42925           !> (integrate 28 files)
42926 ____________________________________________________________________________
42927 [  9026] By: jhi                                   on 2001/03/05  02:14:59
42928         Log: Integrate change #9025 from mainline to maintperl,
42929              retract \N{U+HHHH}.
42930      Branch: maint-5.6/perl
42931           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
42932           !> t/lib/charnames.t toke.c
42933 ____________________________________________________________________________
42934 [  9025] By: jhi                                   on 2001/03/05  02:13:09
42935         Log: Retracting \N{U+HHHH}.
42936      Branch: perl
42937            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
42938            ! t/lib/charnames.t toke.c
42939 ____________________________________________________________________________
42940 [  9024] By: jhi                                   on 2001/03/04  20:51:07
42941         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
42942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42943              Date: Fri, 02 Mar 2001 18:25:26 +0100
42944              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
42945              
42946              Casting problem.
42947      Branch: perl
42948            ! ext/Storable/Storable.xs
42949 ____________________________________________________________________________
42950 [  9023] By: jhi                                   on 2001/03/04  19:46:45
42951         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
42952              From: nick@talking.bollo.cx
42953              Date: Sat, 03 Mar 2001 21:41:33 +0000
42954              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
42955              
42956              Revert the workaround.
42957      Branch: perl
42958            ! perlio.c
42959 ____________________________________________________________________________
42960 [  9022] By: jhi                                   on 2001/03/04  19:36:28
42961         Log: Update Changes.
42962      Branch: perl
42963            ! Changes patchlevel.h
42964 ____________________________________________________________________________
42965 [  9021] By: jhi                                   on 2001/03/04  18:41:00
42966         Log: makedef.pl updates suggested by Chris Nandor; double-checking
42967              the changes in AIX, OS/2 Win32 would be nice.
42968      Branch: perl
42969            ! makedef.pl
42970 ____________________________________________________________________________
42971 [  9020] By: jhi                                   on 2001/03/04  18:23:58
42972         Log: Integrate change #9012 from maintperl into mainline,
42973              quench a compiler warning.
42974      Branch: perl
42975           !> toke.c
42976 ____________________________________________________________________________
42977 [  9019] By: jhi                                   on 2001/03/04  18:18:43
42978         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
42979              
42980              \N{U+HHHH} fix.
42981              
42982              pattern in G_ARRAY context
42983      Branch: maint-5.6/perl
42984           !> pp_hot.c t/op/pat.t toke.c
42985 ____________________________________________________________________________
42986 [  9018] By: jhi                                   on 2001/03/04  18:07:48
42987         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
42988              From: Jeff Pinyan <jeffp@crusoe.net>
42989              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
42990              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
42991      Branch: perl
42992            ! pp_hot.c t/op/pat.t
42993 ____________________________________________________________________________
42994 [  9017] By: jhi                                   on 2001/03/04  18:06:21
42995         Log: I thought I tested the #9014.
42996      Branch: perl
42997            ! toke.c
42998 ____________________________________________________________________________
42999 [  9016] By: jhi                                   on 2001/03/04  17:41:22
43000         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
43001              
43002              Tweak the get*ent() OS/2 prototypes.
43003              
43004              Add the \N{U+HHHH} syntax.
43005              
43006              More tr/// UTF-8 fixes from Inaba Hiroto.
43007      Branch: maint-5.6/perl
43008           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
43009           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
43010 ____________________________________________________________________________
43011 [  9015] By: jhi                                   on 2001/03/04  17:36:04
43012         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
43013      Branch: perl
43014            ! doop.c t/op/tr.t
43015 ____________________________________________________________________________
43016 [  9014] By: jhi                                   on 2001/03/04  17:24:49
43017         Log: Add the \N{U+HHHH} syntax.
43018      Branch: perl
43019            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
43020            ! t/lib/charnames.t toke.c
43021 ____________________________________________________________________________
43022 [  9013] By: jhi                                   on 2001/03/04  17:20:45
43023         Log: Tweak the get*ent() OS/2 prototypes.
43024      Branch: perl
43025            ! os2/os2.c
43026 ____________________________________________________________________________
43027 [  9012] By: gsar                                  on 2001/03/04  06:26:14
43028         Log: avoid warning (nit in change#9009)
43029      Branch: maint-5.6/perl
43030            ! toke.c
43031 ____________________________________________________________________________
43032 [  9011] By: gsar                                  on 2001/03/04  06:15:24
43033         Log: lib/charnames.t fails in 5.6.x because of older Unicode
43034              data
43035              
43036              TODO: need to revisit this after updating lib/unicode/...
43037      Branch: maint-5.6/perl
43038            ! t/lib/charnames.t
43039 ____________________________________________________________________________
43040 [  9010] By: gsar                                  on 2001/03/04  06:08:36
43041         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
43042      Branch: maint-5.6/perl
43043            ! toke.c
43044 ____________________________________________________________________________
43045 [  9009] By: jhi                                   on 2001/03/03  19:27:20
43046         Log: Integrate change #9008 from mainline to maintperl,
43047              UTF-8 tr/// fixes from Inaba Hiroto.
43048      Branch: maint-5.6/perl
43049           !> doop.c op.c t/op/tr.t toke.c
43050 ____________________________________________________________________________
43051 [  9008] By: jhi                                   on 2001/03/03  19:19:42
43052         Log: UTF8 tr/// fixes from Inaba Hiroto.
43053      Branch: perl
43054            ! doop.c op.c t/op/tr.t toke.c
43055 ____________________________________________________________________________
43056 [  9007] By: jhi                                   on 2001/03/03  19:00:30
43057         Log: Integrate change #9006 from maintperl to mainline,
43058              more robust quest for the infinite.
43059      Branch: perl
43060           !> lib/Math/Complex.pm
43061 ____________________________________________________________________________
43062 [  9006] By: jhi                                   on 2001/03/03  18:58:06
43063         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
43064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43065              Date: Sat, 3 Mar 2001 12:51:50 -0500
43066              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
43067              
43068              Be more robust in our quest for the infinite.
43069      Branch: maint-5.6/perl
43070            ! lib/Math/Complex.pm
43071 ____________________________________________________________________________
43072 [  9005] By: jhi                                   on 2001/03/03  17:55:50
43073         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
43074      Branch: maint-5.6/perl
43075            ! doio.c
43076 ____________________________________________________________________________
43077 [  9004] By: jhi                                   on 2001/03/03  17:40:14
43078         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
43079              so that picky compilers like IRIX won't get huffy about
43080              "statements without effect" (like 1;).
43081      Branch: perl
43082            ! toke.c
43083 ____________________________________________________________________________
43084 [  9003] By: jhi                                   on 2001/03/03  17:15:52
43085         Log: Integrate change #9002 from mainline to maintperl.
43086              
43087              Subject: [perl-5.6.x, perl-current] accept for EPOC
43088      Branch: maint-5.6/perl
43089           !> pp_sys.c
43090 ____________________________________________________________________________
43091 [  9002] By: jhi                                   on 2001/03/03  17:14:30
43092         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
43093              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43094              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
43095              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
43096      Branch: perl
43097            ! pp_sys.c
43098 ____________________________________________________________________________
43099 [  9001] By: jhi                                   on 2001/03/03  17:13:13
43100         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
43101              From: "Craig A. Berry" <craigberry@mac.com>
43102              Date: Fri, 02 Mar 2001 17:44:40 -0600
43103              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
43104      Branch: perl
43105            ! t/pod/find.t
43106 ____________________________________________________________________________
43107 [  9000] By: jhi                                   on 2001/03/03  17:11:55
43108         Log: Integrate changes #8997,8999 from maintperl.
43109              
43110              Subject: [PATCH 5.6.1] compiling on OS/2
43111              (Better error message from hints/os2.sh)
43112              
43113              Subject: [PATCH 5.6.1] syslog.t
43114      Branch: perl
43115           !> hints/os2.sh t/lib/syslog.t
43116 ____________________________________________________________________________
43117 [  8999] By: jhi                                   on 2001/03/03  17:09:28
43118         Log: Subject: [PATCH 5.6.1] syslog.t
43119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43120              Date: Sat, 3 Mar 2001 02:11:17 -0500
43121              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
43122      Branch: maint-5.6/perl
43123            ! t/lib/syslog.t
43124 ____________________________________________________________________________
43125 [  8998] By: jhi                                   on 2001/03/03  17:07:50
43126         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
43127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43128              Date: Sat, 3 Mar 2001 01:53:52 -0500
43129              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
43130      Branch: maint-5.6/perl
43131            ! opcode.pl os2/os2.c
43132 ____________________________________________________________________________
43133 [  8997] By: jhi                                   on 2001/03/03  17:03:30
43134         Log: Subject: [PATCH 5.6.1] compiling on OS/2
43135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43136              Date: Sat, 3 Mar 2001 01:59:59 -0500
43137              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
43138      Branch: maint-5.6/perl
43139            ! hints/os2.sh
43140 ____________________________________________________________________________
43141 [  8996] By: jhi                                   on 2001/03/03  00:55:58
43142         Log: Regen files for mainline.
43143      Branch: perl
43144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43145            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
43146 ____________________________________________________________________________
43147 [  8995] By: jhi                                   on 2001/03/03  00:35:22
43148         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
43149              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
43150              to maintperl.
43151              
43152              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
43153              
43154              Add Configure option -Dmksymlinks which will create a symlink
43155              forest if the current/build differs from the source directory.
43156              (8218,8220,8221,8317,8318,8971)
43157              
43158              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
43159              (Document APPLLIB_EXP in INSTALL.)
43160              
43161              If running byacc write-enable also perly.h.
43162              
43163              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
43164              
43165              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
43166              
43167              Sanity check for conflicting thread flavours.
43168              
43169              Fix the sys/fcntl.h problem reported by Peter Prymmer.
43170              
43171              Add few CPUs/architectures to the Cppsym scan,
43172              add -perlio to archname if so selected (modified 8890)
43173              
43174              Be more helpful for devel builders, suggested by John L. Allen.
43175              (admittedly pointless change for maintperl, but the usedevel
43176              code is there already)
43177      Branch: maint-5.6/perl
43178           !> Configure INSTALL Makefile.SH Porting/Glossary
43179           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
43180           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
43181           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
43182           !> win32/config.bc win32/config.gc win32/config.vc
43183 ____________________________________________________________________________
43184 [  8994] By: jhi                                   on 2001/03/02  23:31:41
43185         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
43186      Branch: metaconfig/U/perl
43187            ! gccvers.U
43188 ____________________________________________________________________________
43189 [  8993] By: jhi                                   on 2001/03/02  23:22:12
43190         Log: Regenerate various files for maint.
43191      Branch: maint-5.6/perl
43192            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
43193            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
43194 ____________________________________________________________________________
43195 [  8992] By: alanbur                               on 2001/03/02  22:48:34
43196         Log: Resync wuth parent
43197      Branch: maint-5.6/pureperl
43198           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
43199           !> (integrate 60 files)
43200 ____________________________________________________________________________
43201 [  8991] By: jhi                                   on 2001/03/02  21:00:08
43202         Log: Retract the #8742 part of #8986, backward compat.
43203      Branch: maint-5.6/perl
43204            ! embed.pl
43205 ____________________________________________________________________________
43206 [  8990] By: jhi                                   on 2001/03/02  20:40:07
43207         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
43208      Branch: maint-5.6/perl
43209            ! hv.c
43210 ____________________________________________________________________________
43211 [  8989] By: jhi                                   on 2001/03/02  19:59:56
43212         Log: Update Changes.
43213      Branch: perl
43214            ! Changes patchlevel.h
43215 ____________________________________________________________________________
43216 [  8988] By: jhi                                   on 2001/03/02  19:57:08
43217         Log: Integrate perlio.
43218      Branch: perl
43219           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43220           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43221           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43222           !> ext/Encode/Encode/iso8859-10.ucm
43223           !> ext/Encode/Encode/iso8859-13.ucm
43224           !> ext/Encode/Encode/iso8859-14.ucm
43225           !> ext/Encode/Encode/iso8859-15.ucm
43226           !> ext/Encode/Encode/iso8859-16.ucm
43227           !> ext/Encode/Encode/iso8859-2.ucm
43228           !> ext/Encode/Encode/iso8859-3.ucm
43229           !> ext/Encode/Encode/iso8859-4.ucm
43230           !> ext/Encode/Encode/iso8859-5.ucm
43231           !> ext/Encode/Encode/iso8859-6.ucm
43232           !> ext/Encode/Encode/iso8859-7.ucm
43233           !> ext/Encode/Encode/iso8859-8.ucm
43234           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43235           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
43236 ____________________________________________________________________________
43237 [  8987] By: jhi                                   on 2001/03/02  19:43:40
43238         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
43239              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
43240              8950,8952,8955 from mainline to maintperl.
43241              
43242              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
43243              
43244              Put to rest the 20010205.001, the email address checking (not) regex.
43245              
43246              fork() not everywhere, cleanup temp files.
43247              
43248              The #8843 wasn't quite right: %Config needs to imported.
43249              
43250              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
43251              (#8849: the glob-basic hunk needed massaging as it depended
43252              on Schwern's large-scale (unintegrated) patches)
43253              
43254              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
43255              
43256              Upgrade to CGI.pm 2.752, from Lincoln Stein.
43257              (Note: there were some conflicts due to EBCDIC and EPOC
43258              patches, in general I preferred the repository code.)
43259              (When 2.753 comes out, we need to synchronize.)
43260              
43261              Subject: [PATCH] fix for charnames above FFFF
43262              
43263              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
43264              
43265              If no sfio, no -lsfio.
43266              
43267              Run run/*.t also in minitest.
43268              
43269              Subject:  [PATCH perl 5.7.0] malloc message address offset
43270              
43271              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
43272              
43273              Subject: fix for parameter -Dm (for perl@8867)
43274              
43275              Subject: [PATCH: perl@8892] was Re: hashing order difference?
43276              (make the test more portable)
43277              
43278              Subject: Re: [PATCH] fix for charnames above FFFF
43279              
43280              Subject: Re: I'm losing the war...
43281              (hv_store() not working correctly in ENV_IS_CASELESS case.)
43282              
43283              Subject: Modified README.bs2000 
43284              
43285              Subject: [PATCH: perl@8935] -Dt padsv($var)
43286              
43287              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
43288              
43289              Subject: PATCH: extra tests to check on negative float to unsigned cast
43290              
43291              Subject: [PATCH] XPUSH[insp] was Re: progress
43292              
43293              Subject: Re: Compile with perlcc..
43294      Branch: maint-5.6/perl
43295           !> (integrate 36 files)
43296 ____________________________________________________________________________
43297 [  8986] By: jhi                                   on 2001/03/02  18:51:25
43298         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
43299              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
43300              to maintperl.
43301              
43302              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
43303              
43304              Subject: [DOC PATCH] overload.pm nits
43305              
43306              Add header for LIB$ prototypes (C. Berry)
43307              
43308              Convert fwrite()s to sockets to write()s, since some socket stacks
43309              don't take kindly to stdio.
43310              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
43311              (for often optional LNMs)
43312              Correct a few typos
43313              (C. Bailey)
43314              
43315              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
43316              
43317              De-cut-and-pasto.
43318              
43319              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
43320              
43321              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
43322              
43323              Upgrade to CPAN 1.59_54, from Andreas König.
43324              
43325              Bogus shebang.
43326              
43327              Subject: [PATCH] Document makepatch in Porting/patching
43328              
43329              UTF-8 documentation.
43330              
43331              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
43332              
43333              Sort the MANIFEST.
43334              
43335              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
43336              
43337              Subject: [PATCH @8807] toke.c cleanup: scan_str()
43338              
43339              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
43340              
43341              Add run/*.t to testables.
43342              
43343              TODO: integrate #8784.
43344      Branch: maint-5.6/perl
43345           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
43346           !> (integrate 28 files)
43347 ____________________________________________________________________________
43348 [  8985] By: nick                                  on 2001/03/02  18:15:45
43349         Log: Integrate mainline
43350      Branch: perlio
43351           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
43352           !> vms/vms.c
43353 ____________________________________________________________________________
43354 [  8984] By: jhi                                   on 2001/03/02  16:00:17
43355         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
43356              
43357              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
43358              5.004_05, and mention the suidperl August 2000 security problem.
43359              (#8978,#8981)
43360              
43361              Subject: [ID 20010301.004] Technically speaking in perldata
43362              
43363              Subject: [PATCH] File::Copy for bleadperl, maintperl
43364              
43365              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
43366              
43367              (The #8982, fix for 20010221.005 and 20010221.008,
43368              would be nice too but it didn't integrate cleanly.)
43369      Branch: maint-5.6/perl
43370           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
43371 ____________________________________________________________________________
43372 [  8983] By: jhi                                   on 2001/03/02  15:51:16
43373         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
43374              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43375              Date:     Thu, 1 Mar 2001 15:54:09 EST
43376              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
43377      Branch: perl
43378            ! vms/vms.c
43379 ____________________________________________________________________________
43380 [  8982] By: jhi                                   on 2001/03/02  15:43:31
43381         Log: Subject: Re: sync sync sync: have I missed any patches?
43382              From: Radu Greab <radu@netsoft.ro> 
43383              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
43384              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
43385              
43386              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
43387              was checking argv[0] regardless of whether a different pathname
43388              will actually be executed."  Test case not supplied because 
43389              drafting that, ironically enough, revealed another bug
43390              (or a feature).
43391      Branch: perl
43392            ! doio.c
43393 ____________________________________________________________________________
43394 [  8981] By: jhi                                   on 2001/03/02  15:28:03
43395         Log: Misdate in #8978.
43396      Branch: perl
43397            ! pod/perlfaq1.pod
43398 ____________________________________________________________________________
43399 [  8980] By: jhi                                   on 2001/03/02  15:24:20
43400         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
43401              From: Chris Nandor <pudge@pobox.com>
43402              Date: Wed, 28 Feb 2001 22:10:15 -0500
43403              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
43404      Branch: perl
43405            ! lib/File/Copy.pm
43406 ____________________________________________________________________________
43407 [  8979] By: jhi                                   on 2001/03/02  15:17:16
43408         Log: Subject: [ID 20010301.004] Technically speaking in perldata
43409              From: abela@geneanet.org
43410              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
43411              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
43412      Branch: perl
43413            ! pod/perldata.pod
43414 ____________________________________________________________________________
43415 [  8978] By: jhi                                   on 2001/03/02  15:15:27
43416         Log: Subject: [ID 20010301.003] ref to 5.004
43417              From: abela@geneanet.org
43418              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
43419              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
43420              
43421              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
43422              and mention the suidperl August 2000 security problem.
43423      Branch: perl
43424            ! pod/perlfaq1.pod
43425 ____________________________________________________________________________
43426 [  8977] By: alanbur                               on 2001/03/02  14:17:45
43427         Log: Resynchronised with parent
43428      Branch: maint-5.6/pureperl
43429           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
43430           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
43431           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
43432           !> vms/descrip_mms.template win32/win32.c win32/win32.h
43433           !> win32/win32iop.h
43434 ____________________________________________________________________________
43435 [  8976] By: nick                                  on 2001/03/01  23:25:30
43436         Log: Integrate mainline.
43437      Branch: perlio
43438            - t/op/qu.t
43439           !> (integrate 55 files)
43440 ____________________________________________________________________________
43441 [  8975] By: jhi                                   on 2001/03/01  16:51:34
43442         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
43443      Branch: perl
43444           !> toke.c
43445 ____________________________________________________________________________
43446 [  8974] By: gsar                                  on 2001/03/01  16:28:21
43447         Log: fix for bugid 20010226.008
43448              
43449              the problem was that some of the pointers (PL_last_lop and
43450              PL_last_uni specifically) into the lex buffers weren't correctly
43451              being invalidated when the buffer changed; this would leave the
43452              pointers pointing at an arbitrary location in the buffer if
43453              the buffer didn't need to be reallocated, or point into freed
43454              memory if the buffer had to be realloced
43455              
43456              TODO item for bugdb maintainers: check other seemingly random
43457              parser-related bugs--they might be cured by this
43458      Branch: maint-5.6/perl
43459            ! toke.c
43460 ____________________________________________________________________________
43461 [  8973] By: jhi                                   on 2001/03/01  02:23:25
43462         Log: Retract #8970 because of a completely mysterious core dump:
43463              adding the tests 241..244 causes op/pat dump core at test #25.
43464              The test needs a lot of whittling down before the bug can be solved.
43465      Branch: perl
43466            ! t/op/pat.t
43467 ____________________________________________________________________________
43468 [  8972] By: jhi                                   on 2001/03/01  01:58:38
43469         Log: Regen perlapi.
43470      Branch: perl
43471            ! pod/perlapi.pod
43472 ____________________________________________________________________________
43473 [  8971] By: jhi                                   on 2001/03/01  01:34:09
43474         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))
43475              From: Nicholas Clark <nick@ccl4.org>
43476              Date: Wed, 28 Feb 2001 23:28:49 +0000
43477              Message-ID: <20010228232849.A55187@plum.flirble.org>
43478              
43479              Allow a completely write protected source code tree
43480              when using the Configure -Dmksymlinks.
43481      Branch: perl
43482            ! embed.pl warnings.pl
43483 ____________________________________________________________________________
43484 [  8970] By: jhi                                   on 2001/03/01  01:32:04
43485         Log: Add back the EBCDIC character range tests (for matching).
43486      Branch: perl
43487            ! t/op/pat.t
43488 ____________________________________________________________________________
43489 [  8969] By: nick                                  on 2001/02/28  18:18:01
43490         Log: Add charname comments to .ucm files writen by 'compile',
43491              also order charmaps in those files by source encoding.
43492              regenerate distrubuted .ucm files
43493      Branch: perlio
43494            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43495            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43496            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43497            ! ext/Encode/Encode/iso8859-10.ucm
43498            ! ext/Encode/Encode/iso8859-13.ucm
43499            ! ext/Encode/Encode/iso8859-14.ucm
43500            ! ext/Encode/Encode/iso8859-15.ucm
43501            ! ext/Encode/Encode/iso8859-16.ucm
43502            ! ext/Encode/Encode/iso8859-2.ucm
43503            ! ext/Encode/Encode/iso8859-3.ucm
43504            ! ext/Encode/Encode/iso8859-4.ucm
43505            ! ext/Encode/Encode/iso8859-5.ucm
43506            ! ext/Encode/Encode/iso8859-6.ucm
43507            ! ext/Encode/Encode/iso8859-7.ucm
43508            ! ext/Encode/Encode/iso8859-8.ucm
43509            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43510            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
43511 ____________________________________________________________________________
43512 [  8968] By: jhi                                   on 2001/02/28  16:26:37
43513         Log: Expand usemorebits early if d_casti32 needs to be undefined.
43514      Branch: perl
43515            ! hints/hpux.sh hints/irix_6.sh
43516 ____________________________________________________________________________
43517 [  8967] By: jhi                                   on 2001/02/28  16:22:26
43518         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
43519              retract toke.c/qu parts of #8583, retract #8485, retract
43520              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
43521              op/length.t, and MANIFEST, and delete t/op/qu.t.
43522      Branch: perl
43523            - t/op/qu.t
43524            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
43525            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
43526            ! t/op/length.t toke.c
43527 ____________________________________________________________________________
43528 [  8966] By: jhi                                   on 2001/02/28  15:00:27
43529         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
43530              by not changing from pre-Unicode days into being Unicode-aware.
43531              Sniff.
43532      Branch: perl
43533            ! pp.c t/op/pack.t t/op/qu.t
43534 ____________________________________________________________________________
43535 [  8965] By: jhi                                   on 2001/02/28  14:37:55
43536         Log: Subject: Re: Errors in core PODs
43537              From: Michael Stevens <michael@etla.org> 
43538              Date: Fri, 23 Feb 2001 15:47:56 +0000
43539              Message-ID: <20010223154756.A7723@firedrake.org> 
43540      Branch: perl
43541            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
43542            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
43543            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
43544            ! x2p/a2p.pod
43545 ____________________________________________________________________________
43546 [  8964] By: jhi                                   on 2001/02/28  14:35:35
43547         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
43548              (The #8961 was too bold.)
43549      Branch: perl
43550            ! hints/hpux.sh hints/irix_6.sh
43551 ____________________________________________________________________________
43552 [  8963] By: jhi                                   on 2001/02/28  14:33:39
43553         Log: Subject: Re: sync sync sync: have I missed any patches?
43554              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43555              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
43556              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
43557              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
43558              
43559              Replace djSP with dSP.
43560      Branch: perl
43561            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
43562            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
43563            ! win32/perlhost.h
43564 ____________________________________________________________________________
43565 [  8962] By: jhi                                   on 2001/02/27  23:21:14
43566         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
43567      Branch: perl
43568            ! lib/Filter/Simple.pm
43569 ____________________________________________________________________________
43570 [  8961] By: jhi                                   on 2001/02/27  22:55:26
43571         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
43572              and this would be it.
43573      Branch: perl
43574            ! hints/hpux.sh hints/irix_6.sh
43575 ____________________________________________________________________________
43576 [  8960] By: jhi                                   on 2001/02/27  22:51:33
43577         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
43578              From: "Craig A. Berry" <craigberry@mac.com>
43579              Date: Tue, 27 Feb 2001 16:11:44 -0600
43580              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
43581      Branch: maint-5.6/perl
43582            ! configure.com vms/descrip_mms.template
43583 ____________________________________________________________________________
43584 [  8959] By: jhi                                   on 2001/02/27  22:47:23
43585         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
43586              From: "Craig A. Berry" <craigberry@mac.com>
43587              Date: Tue, 27 Feb 2001 16:11:44 -0600
43588              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
43589      Branch: perl
43590            ! configure.com vms/descrip_mms.template
43591 ____________________________________________________________________________
43592 [  8958] By: jhi                                   on 2001/02/27  15:16:42
43593         Log: Update Changes.
43594      Branch: perl
43595            ! Changes patchlevel.h
43596 ____________________________________________________________________________
43597 [  8957] By: jhi                                   on 2001/02/27  06:15:07
43598         Log: Subject: [5.6.x] EPOC additions
43599              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43600              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
43601              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
43602      Branch: maint-5.6/perl
43603            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
43604 ____________________________________________________________________________
43605 [  8956] By: jhi                                   on 2001/02/27  06:12:11
43606         Log: Subject: [perl-current] EPOC 
43607              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43608              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
43609              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
43610      Branch: perl
43611            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
43612            ! epoc/epocish.c epoc/epocish.h pp_sys.c
43613 ____________________________________________________________________________
43614 [  8955] By: jhi                                   on 2001/02/27  05:59:50
43615         Log: Subject: Re: Compile with perlcc..
43616              From: Edward Peschko <edwardp@excitehome.net>
43617              Date: Mon, 26 Feb 2001 18:51:58 -0800
43618              Message-ID: <20010226185158.A9871@excitehome.net>
43619              
43620              plus add a simple usage message if no arguments given.
43621      Branch: perl
43622            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
43623            ! utils/Makefile utils/perlcc.PL win32/pod.mak
43624 ____________________________________________________________________________
43625 [  8954] By: nick                                  on 2001/02/26  21:02:59
43626         Log: Integrate mainline
43627      Branch: perlio
43628           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
43629           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
43630           !> t/op/sprintf.t
43631 ____________________________________________________________________________
43632 [  8953] By: jhi                                   on 2001/02/26  14:43:54
43633         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
43634              From: Nicholas Clark <nick@ccl4.org>
43635              Date: Mon, 26 Feb 2001 00:42:07 +0000
43636              Message-ID: <20010226004207.F23333@plum.flirble.org>
43637      Branch: perl
43638            ! pp_ctl.c
43639 ____________________________________________________________________________
43640 [  8952] By: jhi                                   on 2001/02/26  14:42:13
43641         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
43642              From: Simon Cozens <simon@netthink.co.uk>
43643              Date: Mon, 26 Feb 2001 12:23:48 +0000
43644              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
43645      Branch: perl
43646            ! pod/perlguts.pod
43647 ____________________________________________________________________________
43648 [  8951] By: jhi                                   on 2001/02/26  14:39:15
43649         Log: Subject: [PATCH] perlio - unknown layer
43650              From: Nicholas Clark <nick@ccl4.org>
43651              Date: Mon, 26 Feb 2001 00:27:19 +0000
43652              Message-ID: <20010226002719.E23333@plum.flirble.org>
43653      Branch: perl
43654            ! perlio.c
43655 ____________________________________________________________________________
43656 [  8950] By: jhi                                   on 2001/02/26  14:38:04
43657         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
43658              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
43659              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
43660              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
43661      Branch: perl
43662            ! t/op/bop.t
43663 ____________________________________________________________________________
43664 [  8949] By: jhi                                   on 2001/02/26  14:37:07
43665         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
43666              From: Peter Prymmer <pvhp@forte.com>
43667              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
43668              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
43669      Branch: perl
43670            ! lib/Test.pm
43671 ____________________________________________________________________________
43672 [  8948] By: jhi                                   on 2001/02/26  14:35:53
43673         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
43674              From: Radu Greab <radu@netsoft.ro>
43675              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
43676              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
43677      Branch: perl
43678            ! pod/perlop.pod
43679 ____________________________________________________________________________
43680 [  8947] By: jhi                                   on 2001/02/26  14:34:46
43681         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
43682              From: David Mitchell <davem@fdgroup.co.uk>
43683              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
43684              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
43685      Branch: perl
43686            ! run.c
43687 ____________________________________________________________________________
43688 [  8946] By: jhi                                   on 2001/02/26  14:32:37
43689         Log: Subject: Modified README.bs2000 
43690              From: Dorner Thomas <Thomas.Dorner@start.de>
43691              Date: Mon, 26 Feb 2001 09:22:17 +0100
43692              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
43693      Branch: perl
43694            ! README.bs2000
43695 ____________________________________________________________________________
43696 [  8945] By: jhi                                   on 2001/02/26  14:19:53
43697         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
43698              to maintperl, listing the known failures on the tests 129 and 130.
43699      Branch: maint-5.6/perl
43700           !> t/op/sprintf.t
43701 ____________________________________________________________________________
43702 [  8944] By: jhi                                   on 2001/02/26  14:14:15
43703         Log: Add more known sprintf failures.
43704      Branch: perl
43705            ! t/op/sprintf.t
43706 ____________________________________________________________________________
43707 [  8943] By: jhi                                   on 2001/02/26  13:56:22
43708         Log: perlglob.exe needs to be found in Win32, patch from
43709              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
43710              which needs external glob at mini-perl time."
43711      Branch: perl
43712            ! ext/Encode/compile
43713 ____________________________________________________________________________
43714 [  8942] By: jhi                                   on 2001/02/26  13:52:19
43715         Log: A missing dTHX from Vadim Konovalov.
43716      Branch: perl
43717            ! perlio.c
43718 ____________________________________________________________________________
43719 [  8941] By: jhi                                   on 2001/02/26  13:37:05
43720         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
43721      Branch: perl
43722            ! op.c
43723 ____________________________________________________________________________
43724 [  8940] By: jhi                                   on 2001/02/26  13:35:40
43725         Log: Integrate perlio.
43726      Branch: perl
43727           !> ext/Encode/Encode.pm
43728 ____________________________________________________________________________
43729 [  8939] By: nick                                  on 2001/02/25  23:47:09
43730         Log: Integrate mainline.
43731      Branch: perlio
43732           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
43733           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
43734 ____________________________________________________________________________
43735 [  8938] By: nick                                  on 2001/02/25  19:36:28
43736         Log: Encode implementations docs.
43737      Branch: perlio
43738            ! ext/Encode/Encode.pm
43739 ____________________________________________________________________________
43740 [  8937] By: jhi                                   on 2001/02/25  19:26:16
43741         Log: Script wasn't aligned with reality.
43742      Branch: perl
43743            ! t/pod/find.t
43744 ____________________________________________________________________________
43745 [  8936] By: jhi                                   on 2001/02/25  18:54:55
43746         Log: Update Changes.
43747      Branch: perl
43748            ! Changes patchlevel.h
43749 ____________________________________________________________________________
43750 [  8935] By: jhi                                   on 2001/02/25  18:46:36
43751         Log: Retract #8929,8930,8932,8933 for now.
43752      Branch: perl
43753            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
43754 ____________________________________________________________________________
43755 [  8934] By: jhi                                   on 2001/02/25  17:34:35
43756         Log: Integrate perlio.
43757      Branch: perl
43758           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
43759           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
43760           !> t/lib/encode.t
43761 ____________________________________________________________________________
43762 [  8933] By: jhi                                   on 2001/02/25  17:33:12
43763         Log: (Retracted by #8395.)
43764              
43765              Slight tweaks in scan_const(), not fixes yet, it seems like
43766              lots of work remains to be done...
43767      Branch: perl
43768            ! toke.c
43769 ____________________________________________________________________________
43770 [  8932] By: jhi                                   on 2001/02/25  17:27:11
43771         Log: (Retracted by #8395.)
43772              
43773              Missing from #8930.
43774      Branch: perl
43775            ! perl.h
43776 ____________________________________________________________________________
43777 [  8931] By: jhi                                   on 2001/02/25  17:26:19
43778         Log: A comment tweak.
43779      Branch: perl
43780            ! utf8.c
43781 ____________________________________________________________________________
43782 [  8930] By: jhi                                   on 2001/02/25  17:25:47
43783         Log: (Retracted by #8395.)
43784              
43785              Attempt to fix the EBCDIC character range problem with //.
43786      Branch: perl
43787            ! regcomp.c
43788 ____________________________________________________________________________
43789 [  8929] By: jhi                                   on 2001/02/25  17:23:45
43790         Log: (Retracted by #8395.)
43791              
43792              Expand the EBCDIC character range tests, and add few nasty
43793              tr tests from Karsten Sperling.
43794      Branch: perl
43795            ! t/op/pat.t t/op/tr.t
43796 ____________________________________________________________________________
43797 [  8928] By: jhi                                   on 2001/02/25  17:18:49
43798         Log: Missing check-in.
43799      Branch: perl
43800            ! lib/Pod/Find.pm
43801 ____________________________________________________________________________
43802 [  8927] By: nick                                  on 2001/02/25  11:30:22
43803         Log: Change method names in Encode implementation classes to something
43804              less confusing (preparing to "go public").
43805      Branch: perlio
43806            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
43807 ____________________________________________________________________________
43808 [  8926] By: nick                                  on 2001/02/25  10:53:24
43809         Log: GCC __atribute__ / printf fix
43810      Branch: perlio
43811            ! perl.h
43812 ____________________________________________________________________________
43813 [  8925] By: nick                                  on 2001/02/25  10:52:25
43814         Log: Checked in the wrong one ...
43815      Branch: perlio
43816            ! ext/Encode/Encode.pm
43817 ____________________________________________________________________________
43818 [  8924] By: nick                                  on 2001/02/24  18:46:51
43819         Log: Integrate mainline - to see what Jarkko has in ...
43820      Branch: perlio
43821           +> t/pod/testpods/lib/Pod/Stuff.pm
43822           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
43823 ____________________________________________________________________________
43824 [  8923] By: nick                                  on 2001/02/24  17:05:23
43825         Log: Encode API documentation nd tidy up.
43826              Minor additions to test.
43827              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
43828              Adds STRLEN to standard typemap.
43829      Branch: perlio
43830            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
43831            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
43832 ____________________________________________________________________________
43833 [  8922] By: jhi                                   on 2001/02/24  16:38:12
43834         Log: Add a test for the "character range should match in EBCDIC
43835              if specified using explicit numerics" bug found by Karsten
43836              Sperling.
43837      Branch: perl
43838            ! t/op/pat.t
43839 ____________________________________________________________________________
43840 [  8921] By: jhi                                   on 2001/02/24  16:30:16
43841         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
43842              From: schwern@pobox.com
43843              Date: Fri, 23 Feb 2001 03:21:37 -0500
43844              Message-ID: <20010223032137.A26022@magnonel.guild.net>
43845              
43846              plus Charles Lane's fixes, plus tweaks.
43847      Branch: perl
43848            + t/pod/testpods/lib/Pod/Stuff.pm
43849            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
43850 ____________________________________________________________________________
43851 [  8920] By: nick                                  on 2001/02/24  10:30:11
43852         Log: Integrate mainline
43853      Branch: perlio
43854           !> (integrate 33 files)
43855 ____________________________________________________________________________
43856 [  8919] By: jhi                                   on 2001/02/24  00:23:35
43857         Log: Subject: Re: I'm losing the war...
43858              From: "Vadim Konovalov" <watman@inbox.ru>
43859              Date: Sat, 24 Feb 2001 00:10:14 +0300
43860              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
43861              
43862              hv_store() not working correctly in ENV_IS_CASELESS case.
43863      Branch: perl
43864            ! hv.c
43865 ____________________________________________________________________________
43866 [  8918] By: jhi                                   on 2001/02/24  00:20:09
43867         Log: Subject: Re: [PATCH] fix for charnames above FFFF
43868              From: andreas.koenig@anima.de (Andreas J. Koenig)
43869              Date: 23 Feb 2001 02:39:03 +0100
43870              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
43871              
43872              A further efficiency tweak.
43873      Branch: perl
43874            ! lib/charnames.pm
43875 ____________________________________________________________________________
43876 [  8917] By: jhi                                   on 2001/02/23  20:27:51
43877         Log: Integrate change #8916 from mainline,
43878              do away with USE_WIN32_RTL_ENV.
43879      Branch: maint-5.6/perl
43880           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
43881 ____________________________________________________________________________
43882 [  8916] By: jhi                                   on 2001/02/23  20:02:25
43883         Log: Abolish USE_WIN32_RTL_ENV.
43884      Branch: perl
43885            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
43886 ____________________________________________________________________________
43887 [  8915] By: jhi                                   on 2001/02/23  19:36:00
43888         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
43889              later protected by some #define.
43890      Branch: perl
43891            ! gv.c
43892 ____________________________________________________________________________
43893 [  8914] By: jhi                                   on 2001/02/23  19:31:38
43894         Log: Retract #8902 for now, requested by Charles Lane, the correct
43895              fix will be something else.
43896      Branch: perl
43897            ! op.c
43898 ____________________________________________________________________________
43899 [  8913] By: jhi                                   on 2001/02/23  19:11:36
43900         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
43901              From: Peter Prymmer <pvhp@forte.com>
43902              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
43903              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
43904      Branch: perl
43905            ! t/op/lex_assign.t
43906 ____________________________________________________________________________
43907 [  8912] By: jhi                                   on 2001/02/23  18:38:20
43908         Log: Subject: [patch] perlio + useithreads
43909              From: Doug MacEachern <dougm@covalent.net>
43910              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
43911              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
43912              
43913              Gets things running but not complete.
43914      Branch: perl
43915            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
43916 ____________________________________________________________________________
43917 [  8911] By: jhi                                   on 2001/02/23  04:20:02
43918         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
43919              
43920              Duplicated environment freeing, File::Temp 0.12,
43921              op/append portability (EBCDIC) tweak.
43922      Branch: maint-5.6/perl
43923           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43924           !> t/op/append.t
43925 ____________________________________________________________________________
43926 [  8910] By: jhi                                   on 2001/02/23  02:07:33
43927         Log: Integrate change #8909 from mainline, a better Borland
43928              putenv() workaround.
43929      Branch: maint-5.6/perl
43930           !> perl.c
43931 ____________________________________________________________________________
43932 [  8909] By: jhi                                   on 2001/02/23  02:05:46
43933         Log: A better workaround for Borland putenv() brokenness from Sarathy.
43934      Branch: perl
43935            ! perl.c
43936 ____________________________________________________________________________
43937 [  8908] By: jhi                                   on 2001/02/23  02:04:14
43938         Log: Subject: fix for parameter -Dm (for perl@8867)
43939              From: "Vadim Konovalov" <watman@inbox.ru>
43940              Date: Thu, 22 Feb 2001 17:30:12 +0300
43941              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
43942      Branch: perl
43943            ! perl.h
43944 ____________________________________________________________________________
43945 [  8907] By: jhi                                   on 2001/02/23  01:58:20
43946         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
43947              From: Peter Prymmer <pvhp@forte.com>
43948              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
43949              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
43950      Branch: perl
43951            ! t/op/append.t
43952 ____________________________________________________________________________
43953 [  8906] By: jhi                                   on 2001/02/23  01:48:34
43954         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
43955      Branch: perl
43956            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43957 ____________________________________________________________________________
43958 [  8905] By: jhi                                   on 2001/02/23  01:43:30
43959         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
43960              From: Peter Prymmer <pvhp@forte.com>
43961              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
43962              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
43963      Branch: perl
43964            ! t/lib/st-06compat.t
43965 ____________________________________________________________________________
43966 [  8904] By: jhi                                   on 2001/02/23  01:42:39
43967         Log: Metaconfig unit change for #8903.
43968      Branch: metaconfig/U/perl
43969            ! Devel.U
43970 ____________________________________________________________________________
43971 [  8903] By: jhi                                   on 2001/02/23  01:42:12
43972         Log: Be more helpful for devel builders, suggested by John L. Allen.
43973      Branch: perl
43974            ! Configure
43975 ____________________________________________________________________________
43976 [  8902] By: jhi                                   on 2001/02/23  01:37:41
43977         Log: (Retracted by #8914)
43978              (Wrongly, reinstated by #8941)
43979              
43980              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
43981              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43982              Date:     Thu, 22 Feb 2001 09:43:57 EST
43983              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
43984      Branch: perl
43985            ! op.c
43986 ____________________________________________________________________________
43987 [  8901] By: jhi                                   on 2001/02/23  01:20:32
43988         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
43989              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43990              Date:     Thu, 22 Feb 2001 08:01:35 EST
43991              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
43992      Branch: perl
43993            ! malloc.c
43994 ____________________________________________________________________________
43995 [  8900] By: jhi                                   on 2001/02/23  01:18:02
43996         Log: Integrate changes #8898,8899 from mainline, environ handling.
43997      Branch: maint-5.6/perl
43998           !> perl.c
43999 ____________________________________________________________________________
44000 [  8899] By: jhi                                   on 2001/02/23  01:16:25
44001         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
44002              putenv() is not to be relied on, they are either broken or leaky
44003              or both.)
44004      Branch: perl
44005            ! perl.c
44006 ____________________________________________________________________________
44007 [  8898] By: jhi                                   on 2001/02/22  23:36:59
44008         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
44009              and safesysfree() must be used.
44010      Branch: perl
44011            ! perl.c
44012 ____________________________________________________________________________
44013 [  8897] By: jhi                                   on 2001/02/22  23:25:45
44014         Log: With environ one must use safesysmalloc()/safesysfree().
44015      Branch: perl
44016            ! perl.c
44017 ____________________________________________________________________________
44018 [  8896] By: jhi                                   on 2001/02/22  22:13:18
44019         Log: If we have a duplicated environment free it
44020              if PERL_DESTRUCT_LEVEL.
44021      Branch: perl
44022            ! perl.c
44023 ____________________________________________________________________________
44024 [  8895] By: alanbur                               on 2001/02/22  19:31:57
44025         Log: Synchronised with parent
44026      Branch: maint-5.6/pureperl
44027           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
44028 ____________________________________________________________________________
44029 [  8894] By: gsar                                  on 2001/02/22  19:06:18
44030         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
44031              
44032              fix memory leak in method call optimization (change#3768);
44033              made C<eval "$x->foo()"> leak
44034              
44035              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
44036      Branch: maint-5.6/perl
44037           !> op.c
44038 ____________________________________________________________________________
44039 [  8893] By: jhi                                   on 2001/02/22  18:35:27
44040         Log: (Retracted by #8915.)
44041              
44042              Third Degree finding:
44043              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
44044      Branch: perl
44045            ! gv.c
44046 ____________________________________________________________________________
44047 [  8892] By: jhi                                   on 2001/02/22  14:28:32
44048         Log: Update Changes.
44049      Branch: perl
44050            ! Changes patchlevel.h
44051 ____________________________________________________________________________
44052 [  8891] By: jhi                                   on 2001/02/22  13:22:45
44053         Log: Metaconfig unit changes for #8890.
44054      Branch: metaconfig
44055            ! U/modified/Cppsym.U U/threads/archname.U
44056 ____________________________________________________________________________
44057 [  8890] By: jhi                                   on 2001/02/22  13:22:12
44058         Log: Add -stdio to the archname if no perlio selected,
44059              no -perlio added since that is now the default.
44060              
44061              Add few CPUs/architectures to the Cppsym scan.
44062      Branch: perl
44063            ! Configure config_h.SH
44064 ____________________________________________________________________________
44065 [  8889] By: jhi                                   on 2001/02/22  13:05:59
44066         Log: Metaconfig unit change for #8888.
44067      Branch: metaconfig/U/perl
44068            ! useperlio.U
44069 ____________________________________________________________________________
44070 [  8888] By: jhi                                   on 2001/02/22  13:05:28
44071         Log: *drum roll*  Make perlio the default.
44072      Branch: perl
44073            ! Configure config_h.SH
44074 ____________________________________________________________________________
44075 [  8887] By: jhi                                   on 2001/02/22  12:50:52
44076         Log: Integrate change #8665 from maintperl to mainline,
44077              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
44078      Branch: perl
44079           !> ext/POSIX/POSIX.xs
44080 ____________________________________________________________________________
44081 [  8886] By: jhi                                   on 2001/02/22  12:49:24
44082         Log: Integrate changes #8883,8884 from mainline to maintperl.
44083              
44084              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
44085              Subject: Re: File::Temp::_gettemp warning
44086      Branch: maint-5.6/perl
44087           !> embed.h embed.pl lib/File/Temp.pm
44088 ____________________________________________________________________________
44089 [  8885] By: jhi                                   on 2001/02/22  12:43:59
44090         Log: Based on
44091              
44092              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
44093              From: schwab@suse.de
44094              Date: Thu, 22 Feb 2001 13:08:09 +0100
44095              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
44096              
44097              but the fix done slightly differently because the other
44098              half was already done in #8664.
44099      Branch: maint-5.6/perl
44100            ! ext/POSIX/POSIX.xs
44101 ____________________________________________________________________________
44102 [  8884] By: jhi                                   on 2001/02/22  12:37:15
44103         Log: Subject: Re: File::Temp::_gettemp warning
44104              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44105              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
44106              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
44107              
44108              This patch to File::Temp does two things:
44109              
44110              1. Fixes the problem with CGI::Carp when determining
44111              the Fcntl constants
44112              
44113              2. Removes most of the carps and consolidates them so that all the
44114              reasons are included in a single die that is caught by the test. This
44115              means that the correct skipping behaviour is displayed by the test.
44116      Branch: perl
44117            ! lib/File/Temp.pm
44118 ____________________________________________________________________________
44119 [  8883] By: jhi                                   on 2001/02/22  12:29:19
44120         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
44121              From: Peter Prymmer <pvhp@forte.com>
44122              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
44123              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
44124      Branch: perl
44125            ! embed.h embed.pl
44126 ____________________________________________________________________________
44127 [  8882] By: jhi                                   on 2001/02/21  19:41:33
44128         Log: Integrate change #8881 from mainlin to maintperl.
44129              
44130              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
44131      Branch: maint-5.6/perl
44132           !> op.c
44133 ____________________________________________________________________________
44134 [  8881] By: jhi                                   on 2001/02/21  19:38:57
44135         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
44136              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44137              Date:     Wed, 21 Feb 2001 13:08:03 EST
44138              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
44139      Branch: perl
44140            ! op.c
44141 ____________________________________________________________________________
44142 [  8880] By: jhi                                   on 2001/02/21  19:34:34
44143         Log: Retract #8875, cannot let go of the old semantics of unpack U
44144              without rethinking utf8decode.t.
44145      Branch: perl
44146            ! pp.c t/op/pack.t
44147 ____________________________________________________________________________
44148 [  8879] By: jhi                                   on 2001/02/21  19:08:02
44149         Log: Run run/*.t also in minitest.
44150      Branch: perl
44151            ! Makefile.SH
44152 ____________________________________________________________________________
44153 [  8878] By: nick                                  on 2001/02/21  18:55:37
44154         Log: Integrate mainline
44155      Branch: perlio
44156           !> (integrate 76 files)
44157 ____________________________________________________________________________
44158 [  8877] By: jhi                                   on 2001/02/21  15:09:33
44159         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
44160      Branch: metaconfig
44161            ! U/compline/nblock_io.U
44162      Branch: perl
44163            ! Configure config_h.SH
44164 ____________________________________________________________________________
44165 [  8876] By: jhi                                   on 2001/02/21  14:54:45
44166         Log: If no sfio, no -lsfio.
44167      Branch: metaconfig/U/perl
44168            ! d_sfio.U
44169      Branch: perl
44170            ! Configure config_h.SH
44171 ____________________________________________________________________________
44172 [  8875] By: jhi                                   on 2001/02/21  14:54:00
44173         Log: Make unpack C and unpack U truly equivalent.
44174      Branch: perl
44175            ! pp.c t/op/pack.t
44176 ____________________________________________________________________________
44177 [  8874] By: jhi                                   on 2001/02/21  14:26:02
44178         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
44179              From: Peter Prymmer <pvhp@forte.com>
44180              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
44181              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
44182      Branch: perl
44183            ! pod/perlport.pod
44184 ____________________________________________________________________________
44185 [  8873] By: jhi                                   on 2001/02/21  14:24:31
44186         Log: Subject: [PATCH] fix for charnames above FFFF
44187              From: andreas.koenig@anima.de (Andreas J. Koenig)
44188              Date: 21 Feb 2001 07:05:45 +0100
44189              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
44190      Branch: perl
44191            ! lib/charnames.pm t/lib/charnames.t
44192 ____________________________________________________________________________
44193 [  8872] By: jhi                                   on 2001/02/21  14:15:25
44194         Log: Integrate change #8868 from pureperl to mainline.
44195              
44196              Fixed reference count loop caused by sv_magic.
44197      Branch: perl
44198           !> sv.c
44199 ____________________________________________________________________________
44200 [  8871] By: jhi                                   on 2001/02/21  14:07:29
44201         Log: Integrate change #8868 from pureperl to maintperl.
44202              
44203              Fixed reference count loop caused by sv_magic.
44204      Branch: maint-5.6/perl
44205           !> sv.c
44206 ____________________________________________________________________________
44207 [  8870] By: jhi                                   on 2001/02/21  14:04:41
44208         Log: Put back the #8840, it was innocent.
44209      Branch: perl
44210            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
44211            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
44212 ____________________________________________________________________________
44213 [  8869] By: jhi                                   on 2001/02/21  14:00:03
44214         Log: unpack("C", ...) was left slightly unfinished by #8865.
44215      Branch: perl
44216            ! pp.c t/op/pack.t
44217 ____________________________________________________________________________
44218 [  8868] By: alanbur                               on 2001/02/21  01:33:45
44219         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
44220              from gv_fetchpv to create single-character magic variables (e.g. $!),
44221              and it is passed a sv and the gv that contains the sv as the mg_obj
44222              value.  When sv_magic stores the mg_obj pointer it increments the gv
44223              refcount, thus causing a sv-gv pair that can't be freed.  There is
44224              already a check for sv == obj which is used to prevent such reference
44225              loops.  This change extends the check to cover the case described above.
44226      Branch: maint-5.6/pureperl
44227            ! sv.c
44228 ____________________________________________________________________________
44229 [  8867] By: jhi                                   on 2001/02/21  00:52:39
44230         Log: Update Changes.
44231      Branch: perl
44232            ! Changes patchlevel.h
44233 ____________________________________________________________________________
44234 [  8866] By: jhi                                   on 2001/02/21  00:34:20
44235         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
44236              (Note: there were some conflicts due to EBCDIC and EPOC
44237              patches, in general I preferred the repository code.)
44238              (When 2.753 comes out, we need to synchronize.)
44239      Branch: perl
44240            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
44241            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
44242            ! t/lib/cgi-html.t
44243 ____________________________________________________________________________
44244 [  8865] By: jhi                                   on 2001/02/21  00:24:22
44245         Log: Make pack("C", 0x100) to create Unicode, unless under the
44246              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
44247              will understand Unicode, unless you under know what.
44248      Branch: perl
44249            ! pp.c t/op/pack.t t/op/qu.t
44250 ____________________________________________________________________________
44251 [  8864] By: alanbur                               on 2001/02/20  22:35:34
44252         Log: Resynchronised with parent
44253      Branch: maint-5.6/pureperl
44254           !> README.win32 ext/GDBM_File/GDBM_File.pm
44255           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
44256           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
44257           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
44258           !> t/lib/sdbm.t util.c
44259 ____________________________________________________________________________
44260 [  8863] By: jhi                                   on 2001/02/20  20:55:11
44261         Log: Integrate change #8860,8861 from mainline into maintperl.
44262              
44263              "pseudo-literal j"
44264              
44265              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
44266      Branch: maint-5.6/perl
44267           !> lib/Test.pm pod/perlop.pod
44268 ____________________________________________________________________________
44269 [  8862] By: jhi                                   on 2001/02/20  20:30:07
44270         Log: Don't do casting between pointers pointing to differently sized
44271              integers.
44272      Branch: perl
44273            ! hv.c sv.c
44274 ____________________________________________________________________________
44275 [  8861] By: jhi                                   on 2001/02/20  19:53:44
44276         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
44277              From: Peter Prymmer <pvhp@forte.com>
44278              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
44279              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
44280      Branch: perl
44281            ! lib/Test.pm
44282 ____________________________________________________________________________
44283 [  8860] By: jhi                                   on 2001/02/20  19:48:02
44284         Log: "pseudo-literal j", a documentation glitch reported to Debian.
44285              The text recovered from Perl 5.005_03, and pseudo-literal replaced
44286              by "backtick string".
44287      Branch: perl
44288            ! pod/perlop.pod
44289 ____________________________________________________________________________
44290 [  8859] By: jhi                                   on 2001/02/20  19:15:46
44291         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
44292              from Chris Nandor.
44293      Branch: perl
44294            ! makedef.pl
44295 ____________________________________________________________________________
44296 [  8858] By: jhi                                   on 2001/02/20  17:36:53
44297         Log: Integrate pureperl changes #8844,8845,8850 to mainline
44298              (via maintperl #8855).
44299              
44300              Fixed %^H scoping bug
44301              
44302              Removed GV <-> CV refcount loop
44303              
44304              Removed %ENV refcount loop
44305      Branch: perl
44306           !> gv.c op.c perl.c pp.c scope.c
44307 ____________________________________________________________________________
44308 [  8857] By: jhi                                   on 2001/02/20  17:34:32
44309         Log: Integrate changes #8853,8854 from maintperl to mainline.
44310              
44311              EBDIC fixes, README.win32 Borland update.
44312      Branch: perl
44313           !> README.win32 handy.h util.c
44314 ____________________________________________________________________________
44315 [  8856] By: jhi                                   on 2001/02/20  17:33:16
44316         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
44317      Branch: maint-5.6/perl
44318           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
44319           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
44320           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
44321 ____________________________________________________________________________
44322 [  8855] By: jhi                                   on 2001/02/20  17:32:13
44323         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
44324              
44325              Fixed %^H scoping bug
44326              
44327              Removed GV <-> CV refcount loop
44328              
44329              Removed %ENV refcount loop
44330      Branch: maint-5.6/perl
44331           !> gv.c op.c perl.c pp.c scope.c
44332 ____________________________________________________________________________
44333 [  8854] By: jhi                                   on 2001/02/20  17:25:06
44334         Log: Subject: Addition to readme.win32 for Borland C++ compilers
44335              Date: Tue, 20 Feb 2001 02:15:25 +0300
44336              From: "Vadim Konovalov" <watman@inbox.ru>
44337              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
44338              
44339              Document Borland compiler misbehaviour.
44340      Branch: maint-5.6/perl
44341            ! README.win32
44342 ____________________________________________________________________________
44343 [  8853] By: jhi                                   on 2001/02/20  17:22:25
44344         Log: The assimilation of ebcdic.c didn't quite work at the first try,
44345              patches from Thomas Dorner.
44346      Branch: maint-5.6/perl
44347            ! handy.h util.c
44348 ____________________________________________________________________________
44349 [  8852] By: jhi                                   on 2001/02/20  17:20:15
44350         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
44351              From: Chris Nandor <pudge@pobox.com>
44352              Date: Tue, 20 Feb 2001 08:32:45 -0500
44353              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
44354      Branch: maint-5.6/perl
44355            ! makedef.pl mg.c
44356 ____________________________________________________________________________
44357 [  8851] By: jhi                                   on 2001/02/20  17:15:52
44358         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
44359      Branch: perl
44360            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
44361            ! t/lib/filter-util.t
44362 ____________________________________________________________________________
44363 [  8850] By: alanbur                               on 2001/02/20  17:12:40
44364         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
44365              and the magic pointer points back to the GV that contains the
44366              %ENV hash.  This creates a refcount loop that prevents members
44367              of %ENV from being freed correctly.  This change removes the
44368              refcount loop - the magic pointer was never used anyway, the
44369              only use of the magic was to check the type ('E') so that the
44370              appropriate environment manipulation code is called when %ENV
44371              is modified.
44372      Branch: maint-5.6/pureperl
44373            ! perl.c
44374 ____________________________________________________________________________
44375 [  8849] By: jhi                                   on 2001/02/20  17:12:20
44376         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
44377              From: "Craig A. Berry" <craigberry@mac.com>
44378              Date: Mon, 19 Feb 2001 23:36:12 -0600
44379              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
44380              
44381              Case-forgiving systems match TestInit.pm with TES*.
44382      Branch: perl
44383            ! t/lib/glob-basic.t
44384 ____________________________________________________________________________
44385 [  8848] By: jhi                                   on 2001/02/20  17:10:02
44386         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
44387      Branch: perl
44388            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
44389            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
44390            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
44391 ____________________________________________________________________________
44392 [  8847] By: jhi                                   on 2001/02/20  15:34:41
44393         Log: The #8843 wasn't quite right: %Config needs to imported.
44394      Branch: perl
44395            ! t/run/runenv.t
44396 ____________________________________________________________________________
44397 [  8846] By: jhi                                   on 2001/02/20  15:31:50
44398         Log: Retract the #8838 and #8840 for now because of
44399              the DB_File tie problem.
44400      Branch: perl
44401            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
44402            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
44403            ! proto.h sv.c
44404 ____________________________________________________________________________
44405 [  8845] By: alanbur                               on 2001/02/20  14:25:41
44406         Log: Removed GV <-> CV refcount loop
44407              CvGV(mycv) points to the parent GV of the CV, and was previously
44408              refcounted.  The pointer remains, but the refcounting has been removed
44409              as it causes a refcount loop between the CV and GV that means the CV
44410              can't ever be deleted.
44411      Branch: maint-5.6/pureperl
44412            ! gv.c op.c pp.c
44413 ____________________________________________________________________________
44414 [  8844] By: alanbur                               on 2001/02/20  14:23:13
44415         Log: Fixed %^H scoping bug
44416      Branch: maint-5.6/pureperl
44417            ! scope.c
44418 ____________________________________________________________________________
44419 [  8843] By: jhi                                   on 2001/02/19  13:38:08
44420         Log: fork() not everywhere, cleanup temp files.
44421      Branch: perl
44422            ! t/run/runenv.t
44423 ____________________________________________________________________________
44424 [  8842] By: alanbur                               on 2001/02/19  12:42:07
44425         Log: Resynchronised with parent
44426      Branch: maint-5.6/pureperl
44427           !> pod/perlfaq4.pod sv.c utf8.c
44428 ____________________________________________________________________________
44429 [  8841] By: jhi                                   on 2001/02/19  03:35:51
44430         Log: Update Changes.
44431      Branch: perl
44432            ! Changes patchlevel.h
44433 ____________________________________________________________________________
44434 [  8840] By: jhi                                   on 2001/02/19  00:23:41
44435         Log: Subject: [patch] add sv_setref_uv
44436              From: Doug MacEachern <dougm@covalent.net>
44437              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
44438              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
44439      Branch: perl
44440            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
44441            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
44442 ____________________________________________________________________________
44443 [  8839] By: jhi                                   on 2001/02/19  00:01:38
44444         Log: Put to rest the 20010205.001, the email address checking (not) regex.
44445      Branch: perl
44446            ! pod/perlfaq9.pod
44447 ____________________________________________________________________________
44448 [  8838] By: jhi                                   on 2001/02/18  22:17:54
44449         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
44450              From: Doug MacEachern <dougm@covalent.net>
44451              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
44452              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
44453      Branch: perl
44454            ! lib/ExtUtils/xsubpp
44455 ____________________________________________________________________________
44456 [  8837] By: jhi                                   on 2001/02/18  22:16:50
44457         Log: Subject: [patch] -Wall cleanup round 2
44458              From: Doug MacEachern <dougm@covalent.net>
44459              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
44460              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
44461      Branch: perl
44462            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
44463            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
44464            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
44465            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
44466            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
44467            ! ext/SDBM_File/SDBM_File.xs
44468 ____________________________________________________________________________
44469 [  8836] By: jhi                                   on 2001/02/18  22:11:20
44470         Log: Misapplied regex optimizations when \C is present.
44471              Fixes 20001230.002.
44472              
44473              What still remains broken is that the submatches that
44474              have \C in them get their UTF8 flag on because their
44475              parent SV has it on.  This will result in malformed
44476              UTF8 if a \C happened to match a non-ASCII byte.
44477      Branch: perl
44478            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
44479            ! t/pragma/utf8.t
44480 ____________________________________________________________________________
44481 [  8835] By: jhi                                   on 2001/02/18  20:12:02
44482         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
44483              
44484              The hash key got wrongly UTF8fied.
44485      Branch: perl
44486            ! pod/perlapi.pod toke.c utf8.c
44487 ____________________________________________________________________________
44488 [  8834] By: jhi                                   on 2001/02/18  19:44:25
44489         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
44490              don't warn on magical or overloaded things.
44491      Branch: perl
44492            ! pp_hot.c
44493 ____________________________________________________________________________
44494 [  8833] By: nick                                  on 2001/02/18  19:31:22
44495         Log: Integrate mainline
44496      Branch: perlio
44497           +> t/TestInit.pm t/run/runenv.t
44498            - t/UTEST
44499           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
44500           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
44501           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
44502           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
44503           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
44504           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
44505           !> utf8.c
44506 ____________________________________________________________________________
44507 [  8832] By: jhi                                   on 2001/02/18  19:21:18
44508         Log: Integrate perlio.
44509      Branch: perl
44510           !> perlio.c pod/perldiag.pod
44511 ____________________________________________________________________________
44512 [  8831] By: jhi                                   on 2001/02/18  19:14:20
44513         Log: Integrate change #8827 from mainline.
44514              
44515              UTF8 tweaks.
44516      Branch: maint-5.6/perl
44517           !> sv.c utf8.c
44518 ____________________________________________________________________________
44519 [  8830] By: nick                                  on 2001/02/18  19:10:34
44520         Log: Apply the spirit of patch from Nick Clark:
44521              Subject: [PATCH] Re: extensions that provide layers
44522              From: Nicholas Clark <nick@ccl4.org>
44523              Date: Mon, 12 Feb 2001 16:43:51 +0000
44524              Message-Id: <20010212164350.Q3652@plum.flirble.org>
44525      Branch: perlio
44526            ! perlio.c pod/perldiag.pod
44527 ____________________________________________________________________________
44528 [  8829] By: jhi                                   on 2001/02/18  19:03:25
44529         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
44530              From: schwern@pobox.com 
44531              Date: Sun, 18 Feb 2001 13:44:35 -0500
44532              Message-ID: <20010218134435.A17544@magnonel.guild.net>
44533              
44534              Applied, but as t/TestInit.pm.
44535      Branch: perl
44536            + t/TestInit.pm
44537            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
44538            ! t/op/subst_wamp.t
44539 ____________________________________________________________________________
44540 [  8828] By: jhi                                   on 2001/02/18  18:43:52
44541         Log: Integrate perlio.
44542      Branch: perl
44543           !> perlio.c
44544 ____________________________________________________________________________
44545 [  8827] By: jhi                                   on 2001/02/18  18:41:33
44546         Log: UTF-8 tweaks.
44547      Branch: perl
44548            ! sv.c utf8.c
44549 ____________________________________________________________________________
44550 [  8826] By: nick                                  on 2001/02/18  17:40:59
44551         Log: Fix [ID 20010217.002]
44552              open FOO, "<:raw:perlio", ...
44553              :raw now inserts default base layer below itself.
44554              Also
44555              open FOO, "<:unix", ...
44556              works as well - but leaves buffer layer on stack under the unix layer.
44557      Branch: perlio
44558            ! perlio.c
44559 ____________________________________________________________________________
44560 [  8825] By: jhi                                   on 2001/02/18  17:15:39
44561         Log: Integrate perlio.
44562      Branch: perl
44563           !> perlio.c perliol.h
44564 ____________________________________________________________________________
44565 [  8824] By: jhi                                   on 2001/02/18  17:10:53
44566         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
44567              From: schwern@pobox.com
44568              Date: Sun, 18 Feb 2001 01:48:50 -0500
44569              Message-ID: <20010218014850.C19957@magnonel.guild.net>
44570      Branch: perl
44571            ! lib/Test/Harness.pm t/TEST t/op/chop.t
44572 ____________________________________________________________________________
44573 [  8823] By: jhi                                   on 2001/02/18  17:01:06
44574         Log: Add run/*.t to testables.
44575      Branch: perl
44576            ! t/TEST
44577 ____________________________________________________________________________
44578 [  8822] By: jhi                                   on 2001/02/18  16:58:58
44579         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
44580              From: schwern@pobox.com
44581              Date: Sun, 18 Feb 2001 01:11:35 -0500
44582              Message-ID: <20010218011135.A19957@magnonel.guild.net>
44583              
44584              Revive mjd's and Simon's PERL5OPT fix.
44585      Branch: perl
44586            + t/run/runenv.t
44587            ! MANIFEST perl.c
44588 ____________________________________________________________________________
44589 [  8821] By: jhi                                   on 2001/02/18  16:53:46
44590         Log: Subject: Re: Why t/TEST and not Test::Harness?
44591              From: schwern@pobox.com
44592              Date: Sat, 17 Feb 2001 22:44:44 -0500
44593              Message-ID: <20010217224444.A6679@magnonel.guild.net>
44594              
44595              Replace UTEST with TEST -utf8.
44596      Branch: perl
44597            - t/UTEST
44598            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
44599            ! t/lib/glob-basic.t
44600 ____________________________________________________________________________
44601 [  8820] By: nick                                  on 2001/02/18  13:06:16
44602         Log: Clean up a few core dumps when layers are used in unexpected ways.
44603              (Still not "right"...)
44604      Branch: perlio
44605            ! perlio.c perliol.h
44606 ____________________________________________________________________________
44607 [  8819] By: jhi                                   on 2001/02/18  02:25:55
44608         Log: Integrate change #8818 from maintperl, a FAQ nit.
44609      Branch: perl
44610           !> pod/perlfaq4.pod
44611 ____________________________________________________________________________
44612 [  8818] By: jhi                                   on 2001/02/18  02:24:50
44613         Log: FAQ nit from Chris Fedde.
44614      Branch: maint-5.6/perl
44615            ! pod/perlfaq4.pod
44616 ____________________________________________________________________________
44617 [  8817] By: nick                                  on 2001/02/17  18:20:14
44618         Log: Integrate mainline
44619      Branch: perlio
44620           +> lib/unicode/UCD.html lib/unicode/Unicode.html
44621           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
44622           +> pod/perlclib.pod
44623            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44624            - lib/unicode/Unicode.301
44625           !> (integrate 324 files)
44626 ____________________________________________________________________________
44627 [  8816] By: jhi                                   on 2001/02/17  16:56:58
44628         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
44629      Branch: perl
44630            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
44631            ! ext/Storable/Storable.xs t/lib/st-06compat.t
44632            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
44633 ____________________________________________________________________________
44634 [  8815] By: jhi                                   on 2001/02/17  16:40:07
44635         Log: Subject: [patch] -Wall
44636              From: Doug MacEachern <dougm@covalent.net>
44637              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
44638              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
44639      Branch: perl
44640            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
44641            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
44642 ____________________________________________________________________________
44643 [  8814] By: jhi                                   on 2001/02/16  19:27:18
44644         Log: Document qu better.
44645      Branch: perl
44646            ! pod/perlop.pod
44647 ____________________________________________________________________________
44648 [  8813] By: jhi                                   on 2001/02/15  13:54:37
44649         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
44650              From: Hugo <hv@crypt.compulink.co.uk>
44651              Date: Thu, 15 Feb 2001 13:39:49 +0000
44652              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
44653      Branch: perl
44654            ! toke.c
44655 ____________________________________________________________________________
44656 [  8812] By: alanbur                               on 2001/02/15  13:52:16
44657         Log: Resynchronised with parent
44658      Branch: maint-5.6/pureperl
44659            - ebcdic.c
44660           !> (integrate 36 files)
44661 ____________________________________________________________________________
44662 [  8811] By: jhi                                   on 2001/02/15  13:51:16
44663         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
44664              
44665              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
44666              From: Jan Dubois <JanD@ActiveState.com>
44667              Date: Wed, 31 Jan 2001 21:17:03 -0800
44668              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
44669              
44670              tweak change#8659 to keep it simple
44671              
44672              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
44673              From: Russ Allbery <rra@stanford.edu>
44674              Date: 14 Feb 2001 10:15:41 -0800
44675              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
44676              
44677              (8809 empty)
44678              
44679              Upgrade to podlators 1.08, from Russ Allbery.
44680      Branch: perl
44681           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
44682           !> utils/perldoc.PL
44683 ____________________________________________________________________________
44684 [  8810] By: jhi                                   on 2001/02/15  13:35:08
44685         Log: Upgrade to podlators 1.08, from Russ Allbery.
44686      Branch: maint-5.6/perl
44687            ! lib/Pod/Man.pm lib/Pod/Text.pm
44688 ____________________________________________________________________________
44689 [  8809] By: jhi                                   on 2001/02/15  13:26:38
44690         Log: (accidentally empty check-in)
44691      Branch: maint-5.6/perl
44692            ! lib/Test/Harness.pm
44693 ____________________________________________________________________________
44694 [  8808] By: jhi                                   on 2001/02/15  13:23:47
44695         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
44696              From: Russ Allbery <rra@stanford.edu>
44697              Date: 14 Feb 2001 10:15:41 -0800
44698              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
44699              
44700              perldoc was hardcoding $Config{installscript}, which breaks
44701              when install* isn't where Perl ends up (such as with AFS).
44702              
44703              Use $Config{scriptdir} instead.
44704      Branch: maint-5.6/perl
44705            ! utils/perldoc.PL
44706 ____________________________________________________________________________
44707 [  8807] By: jhi                                   on 2001/02/14  14:37:27
44708         Log: Update Changes.
44709      Branch: perl
44710            ! Changes patchlevel.h
44711 ____________________________________________________________________________
44712 [  8806] By: jhi                                   on 2001/02/14  14:25:31
44713         Log: Integrate changes #8803,8804,8805 from mainline.
44714              
44715              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
44716              
44717              Don't skip too much of the locale error message if no environ array,
44718              from Chris Nandor.
44719              
44720              More MacOS Classic fixes from Chris Nandor.
44721      Branch: maint-5.6/perl
44722           !> doop.c lib/Cwd.pm perl.c perl.h util.c
44723 ____________________________________________________________________________
44724 [  8805] By: jhi                                   on 2001/02/14  03:29:01
44725         Log: More MacOS Classic fixes from Chris Nandor.
44726      Branch: perl
44727            ! doop.c lib/Cwd.pm
44728 ____________________________________________________________________________
44729 [  8804] By: jhi                                   on 2001/02/14  03:18:35
44730         Log: Don't skip too much of the locale error message if no environ array,
44731              from Chris Nandor.
44732      Branch: perl
44733            ! util.c
44734 ____________________________________________________________________________
44735 [  8803] By: jhi                                   on 2001/02/14  03:14:14
44736         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
44737      Branch: perl
44738            ! perl.c perl.h
44739 ____________________________________________________________________________
44740 [  8802] By: jhi                                   on 2001/02/13  18:31:33
44741         Log: AUTHORS update.
44742      Branch: perl
44743            ! AUTHORS
44744 ____________________________________________________________________________
44745 [  8801] By: jhi                                   on 2001/02/13  17:55:19
44746         Log: Integrate change #8792 from mainline.
44747              
44748              Subject: buncha MacPerl patches for bleadperl
44749              From: Chris Nandor <pudge@pobox.com>
44750              Date: Tue, 13 Feb 2001 00:02:43 -0500
44751              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
44752      Branch: maint-5.6/perl
44753           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44754           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
44755           !> t/lib/basename.t toke.c util.h
44756 ____________________________________________________________________________
44757 [  8800] By: jhi                                   on 2001/02/13  17:46:43
44758         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
44759              to be forced to Off_t.
44760              
44761              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
44762              From: nick@ccl4.org
44763              Date: Thu, 1 Feb 2001 12:01:04 +0000
44764              Message-Id: <20010201120103.E11401@plum.flirble.org>
44765      Branch: maint-5.6/perl
44766            ! iperlsys.h perlio.c
44767 ____________________________________________________________________________
44768 [  8799] By: jhi                                   on 2001/02/13  16:52:51
44769         Log: Duplex duplex hunk hunk.
44770      Branch: maint-5.6/perl
44771            ! Makefile.SH
44772 ____________________________________________________________________________
44773 [  8797] By: jhi                                   on 2001/02/13  14:52:04
44774         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
44775              From: "Craig A. Berry" <craigberry@mac.com>
44776              Date: Mon, 12 Feb 2001 11:05:25 -0600
44777              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
44778      Branch: perl
44779            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
44780 ____________________________________________________________________________
44781 [  8796] By: jhi                                   on 2001/02/13  14:36:47
44782         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
44783              From: simon.cozens@pembroke.oxford.ac.uk 
44784              Date: Sat, 10 Feb 2001 17:57:02 +0000
44785              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
44786              
44787              Now it does include.
44788      Branch: perl
44789            ! pod/perldiag.pod
44790 ____________________________________________________________________________
44791 [  8795] By: jhi                                   on 2001/02/13  14:30:11
44792         Log: Sort the MANIFEST.
44793      Branch: perl
44794            ! MANIFEST
44795 ____________________________________________________________________________
44796 [  8794] By: jhi                                   on 2001/02/13  14:26:51
44797         Log: Integrate change #8793 from mainline, FAQ updates.
44798      Branch: maint-5.6/perl
44799           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
44800 ____________________________________________________________________________
44801 [  8793] By: jhi                                   on 2001/02/13  14:25:13
44802         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
44803      Branch: perl
44804            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
44805 ____________________________________________________________________________
44806 [  8792] By: jhi                                   on 2001/02/13  14:22:50
44807         Log: Subject: buncha MacPerl patches for bleadperl
44808              From: Chris Nandor <pudge@pobox.com>
44809              Date: Tue, 13 Feb 2001 00:02:43 -0500
44810              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
44811      Branch: perl
44812            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44813            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
44814            ! t/lib/basename.t toke.c util.h
44815 ____________________________________________________________________________
44816 [  8791] By: jhi                                   on 2001/02/13  14:10:39
44817         Log: Integrate change #8790 from mainline.
44818              
44819              environ array wrongly assumed in Perl_init_i18nl10n(),
44820      Branch: maint-5.6/perl
44821           !> util.c
44822 ____________________________________________________________________________
44823 [  8790] By: jhi                                   on 2001/02/13  14:06:15
44824         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
44825              noticed by Chris Nandor in MacOS Classic.
44826      Branch: perl
44827            ! util.c
44828 ____________________________________________________________________________
44829 [  8789] By: jhi                                   on 2001/02/13  13:58:07
44830         Log: Integrate changes #8373,8487,8544,8783 from mainline.
44831              
44832              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
44833              hints files, the dynaloading, assimilate ebcdic into util.c.
44834      Branch: maint-5.6/perl
44835            - ebcdic.c
44836            ! MANIFEST hints/posix-bc.sh
44837           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
44838           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
44839           !> perlapi.c proto.h util.c
44840 ____________________________________________________________________________
44841 [  8788] By: alanbur                               on 2001/02/13  10:33:13
44842         Log: Integrated changes from maint-5.6
44843      Branch: maint-5.6/pureperl
44844           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
44845           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
44846           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44847           !> vos/config.ga.h vos/configure_perl.cm
44848 ____________________________________________________________________________
44849 [  8787] By: jhi                                   on 2001/02/13  05:56:36
44850         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
44851      Branch: perl
44852           !> Makefile.SH
44853 ____________________________________________________________________________
44854 [  8786] By: jhi                                   on 2001/02/13  05:54:34
44855         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
44856              From: Dorner Thomas <Thomas.Dorner@start.de>
44857              Date: Mon, 12 Feb 2001 15:06:26 +0100
44858              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
44859      Branch: maint-5.6/perl
44860            ! Makefile.SH
44861 ____________________________________________________________________________
44862 [  8785] By: jhi                                   on 2001/02/13  05:29:04
44863         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
44864      Branch: perl
44865           !> hints/openbsd.sh
44866 ____________________________________________________________________________
44867 [  8784] By: jhi                                   on 2001/02/13  02:25:24
44868         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
44869              From: Peter Prymmer <pvhp@forte.com>
44870              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
44871              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
44872      Branch: perl
44873            ! pod/perlclib.pod
44874 ____________________________________________________________________________
44875 [  8783] By: jhi                                   on 2001/02/13  02:22:36
44876         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
44877      Branch: perl
44878            - ebcdic.c
44879            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
44880            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
44881            ! util.c
44882 ____________________________________________________________________________
44883 [  8782] By: jhi                                   on 2001/02/13  02:00:07
44884         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
44885      Branch: maint-5.6/perl
44886            ! pod/perlport.pod
44887 ____________________________________________________________________________
44888 [  8781] By: jhi                                   on 2001/02/13  01:58:44
44889         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
44890      Branch: maint-5.6/perl
44891            ! hints/openbsd.sh
44892 ____________________________________________________________________________
44893 [  8780] By: jhi                                   on 2001/02/13  01:57:33
44894         Log: Synchronize the regexp tests between maintperl and mainline.
44895      Branch: maint-5.6/perl
44896           !> t/op/re_tests
44897 ____________________________________________________________________________
44898 [  8779] By: jhi                                   on 2001/02/13  01:49:35
44899         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
44900              From: Hugo <hv@crypt.compulink.co.uk>
44901              Date: Tue, 13 Feb 2001 00:11:11 +0000
44902              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
44903      Branch: perl
44904            ! regcomp.c t/op/re_tests
44905 ____________________________________________________________________________
44906 [  8778] By: jhi                                   on 2001/02/13  00:23:10
44907         Log: Comments do not nest.
44908      Branch: perl
44909            ! perl.h
44910 ____________________________________________________________________________
44911 [  8777] By: jhi                                   on 2001/02/13  00:17:54
44912         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
44913              From: Hugo <hv@crypt.compulink.co.uk>
44914              Date: Tue, 13 Feb 2001 00:11:11 +0000
44915              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
44916      Branch: maint-5.6/perl
44917            ! regcomp.c t/op/re_tests
44918 ____________________________________________________________________________
44919 [  8776] By: jhi                                   on 2001/02/12  23:25:52
44920         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
44921      Branch: maint-5.6/perl
44922            ! pod/perlport.pod
44923 ____________________________________________________________________________
44924 [  8775] By: jhi                                   on 2001/02/12  23:04:28
44925         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
44926      Branch: maint-5.6/perl
44927            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
44928            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44929            ! vos/configure_perl.cm
44930 ____________________________________________________________________________
44931 [  8774] By: jhi                                   on 2001/02/12  22:59:11
44932         Log: Subject: Re: [patch] context for 'U' magic functions
44933              From: Doug MacEachern <dougm@covalent.net>
44934              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
44935              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
44936              
44937              plus the suggestion by Nick Ing-Simmons to name the macro
44938              as PERL_MG_UFUNC to avoid namespace pollution, plus add
44939              the advice by Doug for XS writers to perl.h
44940      Branch: perl
44941            ! mg.c perl.h
44942 ____________________________________________________________________________
44943 [  8773] By: jhi                                   on 2001/02/11  20:14:12
44944         Log: Update Changes.
44945      Branch: perl
44946            ! Changes patchlevel.h
44947 ____________________________________________________________________________
44948 [  8772] By: jhi                                   on 2001/02/11  18:47:52
44949         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
44950              From: Simon Cozens <simon@cozens.net>
44951              Date: Wed, 31 Jan 2001 16:31:43 +0000
44952              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
44953      Branch: perl
44954            + pod/perlclib.pod
44955            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
44956            ! pod/perltoc.pod
44957 ____________________________________________________________________________
44958 [  8771] By: jhi                                   on 2001/02/11  18:36:48
44959         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
44960              
44961              Blocks-4d3.beta.txt
44962              CaseFolding-3d4.beta.txt
44963              CompositionExclusions-3d6.beta.txt
44964              EastAsianWidth-4d4.beta.txt
44965              LineBreak-6d3.beta.txt
44966              NamesList-3.1.0d1.beta.txt
44967              PropList-3.1.0d4.beta.txt
44968              SpecialCasing-4d1.beta.txt
44969              UnicodeData-3.1.0d6.beta.txt
44970      Branch: perl
44971            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
44972           +> lib/unicode/UCD.html lib/unicode/Unicode.html
44973            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44974            - lib/unicode/Unicode.301
44975            ! (edit 257 files)
44976 ____________________________________________________________________________
44977 [  8770] By: jhi                                   on 2001/02/11  17:26:22
44978         Log: UTF-8 documentation.
44979      Branch: perl
44980            ! utf8.h
44981 ____________________________________________________________________________
44982 [  8769] By: jhi                                   on 2001/02/11  17:12:49
44983         Log: Retract #8762.
44984      Branch: perl
44985            ! regexec.c
44986 ____________________________________________________________________________
44987 [  8768] By: jhi                                   on 2001/02/11  16:54:45
44988         Log: Subject: [PATCH] Test::Harness
44989              From: andreas.koenig@anima.de (Andreas J. Koenig)
44990              Date: 11 Feb 2001 14:37:00 +0100
44991              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
44992      Branch: perl
44993            ! lib/Test/Harness.pm
44994 ____________________________________________________________________________
44995 [  8767] By: jhi                                   on 2001/02/11  16:53:52
44996         Log: Subject: [PATCH] Document makepatch in Porting/patching
44997              From: andreas.koenig@anima.de (Andreas J. Koenig)
44998              Date: 11 Feb 2001 16:46:28 +0100
44999              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
45000      Branch: perl
45001            ! Porting/patching.pod
45002 ____________________________________________________________________________
45003 [  8766] By: jhi                                   on 2001/02/11  06:30:23
45004         Log: Subject: Re: [patch] GvSHARED
45005              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
45006              From: Doug MacEachern <dougm@covalent.net>
45007              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
45008              
45009              Subject: Re: [patch] GvSHARED
45010              From: Doug MacEachern <dougm@covalent.net>
45011              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
45012              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
45013              
45014              Subject: [patch] attributes.pm support for `shared'
45015              From: Doug MacEachern <dougm@covalent.net>
45016              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
45017              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
45018              
45019              our() attributes were ignored, our :shared pieces missing,
45020              allow attributes.pm to turn on shared.
45021      Branch: perl
45022            ! op.c t/op/attrs.t toke.c xsutils.c
45023 ____________________________________________________________________________
45024 [  8765] By: alanbur                               on 2001/02/10  23:11:19
45025         Log: Resync with parent (hopefully sucessfully this time)
45026      Branch: maint-5.6/pureperl
45027           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
45028           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
45029           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
45030           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
45031           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
45032           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
45033           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
45034 ____________________________________________________________________________
45035 [  8764] By: jhi                                   on 2001/02/10  22:54:38
45036         Log: Make TEST and UTEST more verbose in case something goes
45037              wrong in running/compiling a script, suggested by Doug
45038              MacEachern.
45039      Branch: perl
45040            ! t/TEST t/UTEST
45041 ____________________________________________________________________________
45042 [  8763] By: jhi                                   on 2001/02/10  22:11:34
45043         Log: Bogus shebang.
45044      Branch: perl
45045            ! t/lib/texttabs.t
45046 ____________________________________________________________________________
45047 [  8762] By: jhi                                   on 2001/02/10  21:56:02
45048         Log: (Retracted by #8769)
45049      Branch: perl
45050            ! regexec.c
45051 ____________________________________________________________________________
45052 [  8761] By: jhi                                   on 2001/02/10  21:26:15
45053         Log: Subject: Re: [patch] GvSHARED 
45054              From: Doug MacEachern <dougm@covalent.net>
45055              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
45056              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
45057              
45058              our @EXPORT : shared = (...);
45059      Branch: perl
45060            ! toke.c
45061 ____________________________________________________________________________
45062 [  8760] By: jhi                                   on 2001/02/10  21:25:07
45063         Log: Subject: [patch] GvSHARED
45064              From: Doug MacEachern <dougm@covalent.net>
45065              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
45066              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
45067      Branch: perl
45068            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
45069 ____________________________________________________________________________
45070 [  8759] By: alanbur                               on 2001/02/10  21:24:27
45071         Log: Backed out mismerge.
45072      Branch: maint-5.6/pureperl
45073            ! MANIFEST README.hpux README.vmesa gv.c installhtml
45074            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
45075            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
45076            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
45077            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
45078            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
45079            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
45080 ____________________________________________________________________________
45081 [  8758] By: jhi                                   on 2001/02/10  18:01:17
45082         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
45083              
45084              Fixed UMRs and leak in Perl_pmtrans()
45085              
45086              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
45087              associated UTFied tr/// code.  Also fixed scoping leak of
45088              PL_reg_start_tmp.
45089              
45090              newATTRSUB leaks when an attempt to redefine the active sort sub is
45091              made.
45092      Branch: maint-5.6/perl
45093           !> op.c regcomp.c
45094 ____________________________________________________________________________
45095 [  8757] By: alanbur                               on 2001/02/10  17:56:46
45096         Log: Resynchronised with parent
45097      Branch: maint-5.6/pureperl
45098           +> README.bs2000
45099            - README.posix-bc
45100            ! gv.c perl.c sv.c
45101           !> MANIFEST README.hpux README.vmesa installhtml
45102           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
45103           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
45104           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
45105           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
45106           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
45107           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
45108 ____________________________________________________________________________
45109 [  8756] By: alanbur                               on 2001/02/10  17:51:15
45110         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
45111              made.
45112      Branch: maint-5.6/pureperl
45113            ! op.c
45114 ____________________________________________________________________________
45115 [  8755] By: jhi                                   on 2001/02/09  22:41:35
45116         Log: Upgrade to CPAN 1.59_54, from Andreas König.
45117      Branch: perl
45118            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45119 ____________________________________________________________________________
45120 [  8754] By: jhi                                   on 2001/02/09  22:29:20
45121         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
45122              
45123              Didn't upgrade the fill.t since it has a dependency to File::Slurp
45124              purely for debugging purposes, the actual test hasn't changed.
45125      Branch: perl
45126            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
45127            ! t/lib/textwrap.t
45128 ____________________________________________________________________________
45129 [  8753] By: jhi                                   on 2001/02/09  20:17:50
45130         Log: Integrate change #8682 from maintperl.
45131              
45132              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
45133              to work correctly.
45134      Branch: perl
45135           !> hints/irix_6.sh
45136 ____________________________________________________________________________
45137 [  8752] By: jhi                                   on 2001/02/09  20:00:46
45138         Log: Update Changes.
45139      Branch: perl
45140            ! Changes patchlevel.h
45141 ____________________________________________________________________________
45142 [  8751] By: nick                                  on 2001/02/09  19:48:37
45143         Log: Integrate mainline
45144      Branch: perlio
45145           +> README.bs2000 t/lib/cgi-esc.t
45146            - README.posix-bc
45147           !> (integrate 53 files)
45148 ____________________________________________________________________________
45149 [  8750] By: nick                                  on 2001/02/09  19:25:16
45150         Log: Subject: RE: Biannual Competition to Improve Hashing Function
45151              From: Fisher Mark <fisherm@tce.com>
45152              Date: Thu, 8 Feb 2001 10:44:00 -0500
45153              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
45154              Date: Thu, 8 Feb 2001 15:02:47 -0500
45155              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
45156      Branch: perl
45157            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
45158 ____________________________________________________________________________
45159 [  8749] By: jhi                                   on 2001/02/09  19:02:35
45160         Log: Forgotten fragment.
45161      Branch: perl
45162            ! pod/perlapi.pod
45163 ____________________________________________________________________________
45164 [  8748] By: jhi                                   on 2001/02/09  18:31:34
45165         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
45166              plus manual tweakage.
45167              
45168              Sync the perlfaq2 between mainline and maintperl.
45169      Branch: maint-5.6/perl
45170            ! pod/perlfaq2.pod
45171      Branch: perl
45172           !> pod/perlfaq2.pod
45173 ____________________________________________________________________________
45174 [  8747] By: jhi                                   on 2001/02/09  18:12:04
45175         Log: Subject: versiononly and installperl
45176              From: abigail@foad.org
45177              Date: Wed, 7 Feb 2001 22:43:12 +0100
45178              Message-ID: <20010207214312.7045.qmail@foad.org>    
45179              
45180              Add +v flag to force a normal install of the perl binary
45181              and the utilities.
45182              
45183              Subject: [PATCH] installperl
45184              From: Nicholas Clark <nick@ccl4.org>
45185              Date: Fri, 9 Feb 2001 16:28:57 +0000
45186              Message-ID: <20010209162857.B10931@plum.flirble.org>
45187              
45188              Add -A flag which also hardlinks the binary with
45189              the full architecture name.
45190      Branch: perl
45191            ! installperl
45192 ____________________________________________________________________________
45193 [  8746] By: jhi                                   on 2001/02/09  18:03:43
45194         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
45195              
45196              Subject: perlfaq2, re: perlmongers
45197              
45198              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
45199              
45200              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
45201              
45202              Subject: [ID 20010205.001] typo in perlfaq9
45203              
45204              Subject: [ID 20010208.002] unordered explanation in perlcall
45205      Branch: maint-5.6/perl
45206           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
45207           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
45208           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
45209 ____________________________________________________________________________
45210 [  8745] By: jhi                                   on 2001/02/09  17:59:09
45211         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
45212              From: abela@geneanet.org
45213              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
45214              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
45215      Branch: perl
45216            ! pod/perlcall.pod
45217 ____________________________________________________________________________
45218 [  8744] By: jhi                                   on 2001/02/09  17:48:16
45219         Log: Subject: [ID 20010205.001] typo in perlfaq9
45220              From: eserte@vran.herceg.de
45221              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
45222              Message-Id: <200102042244.XAA21926@vran.herceg.de>
45223      Branch: perl
45224            ! pod/perlfaq9.pod
45225 ____________________________________________________________________________
45226 [  8743] By: jhi                                   on 2001/02/09  17:25:12
45227         Log: Integrate change #8695 from maintperl.
45228              
45229              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
45230      Branch: perl
45231           !> thread.h
45232 ____________________________________________________________________________
45233 [  8742] By: jhi                                   on 2001/02/09  17:21:22
45234         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
45235              From: Andy Dougherty <doughera@lafayette.edu>
45236              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
45237              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
45238      Branch: perl
45239            ! embed.pl
45240 ____________________________________________________________________________
45241 [  8741] By: jhi                                   on 2001/02/09  17:05:19
45242         Log: Integrate changes #8738,8739,8740 from maintperl.
45243              
45244              Html files will be installed in a more logical and easier to
45245              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
45246              
45247              Html files will be generated with a header to make them look
45248              a little less bare.
45249              
45250              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
45251      Branch: perl
45252           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
45253 ____________________________________________________________________________
45254 [  8740] By: jhi                                   on 2001/02/09  17:03:46
45255         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
45256              From: "Brendan O'Dea" <bod@compusol.com.au>
45257              Date: Sun, 4 Feb 2001 11:17:56 +1100
45258              Message-ID: <20010204111756.A16301@compusol.com.au>
45259      Branch: maint-5.6/perl
45260            ! pod/perlfaq3.pod
45261 ____________________________________________________________________________
45262 [  8739] By: jhi                                   on 2001/02/09  17:01:59
45263         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
45264              From: "Indy Singh" <indy@nusphere.com>
45265              Date: Fri, 2 Feb 2001 15:09:59 -0500
45266              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
45267              
45268              Html files will be generated with a header to make them look
45269              a little less bare.
45270      Branch: maint-5.6/perl
45271            ! installhtml
45272 ____________________________________________________________________________
45273 [  8738] By: jhi                                   on 2001/02/09  16:58:48
45274         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
45275              From: "Indy Singh" <indy@nusphere.com>
45276              Date: Fri, 2 Feb 2001 15:08:23 -0500
45277              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
45278              
45279              Html files will be installed in a more logical and easier to
45280              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
45281      Branch: maint-5.6/perl
45282            ! win32/Makefile win32/makefile.mk
45283 ____________________________________________________________________________
45284 [  8737] By: jhi                                   on 2001/02/09  16:46:54
45285         Log: Integrate changes #8687,8736 from maintperl.
45286              
45287              HP-UX thread patches from Merijn H. Brand.
45288              
45289              Latin nit from Philip Newton.
45290      Branch: perl
45291           !> README.hpux hints/hpux.sh
45292 ____________________________________________________________________________
45293 [  8736] By: jhi                                   on 2001/02/09  16:42:31
45294         Log: Latin nit from Philip Newton.
45295      Branch: maint-5.6/perl
45296            ! README.hpux
45297 ____________________________________________________________________________
45298 [  8735] By: jhi                                   on 2001/02/09  16:24:03
45299         Log: Integrate changes #8704,8710 from pureperl.
45300              
45301              Fixed UMRs and leak in Perl_pmtrans()
45302              
45303              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
45304              associated UTFied tr/// code.  Also fixed scoping leak of
45305              PL_reg_start_tmp.
45306      Branch: perl
45307           !> op.c regcomp.c
45308 ____________________________________________________________________________
45309 [  8734] By: jhi                                   on 2001/02/09  15:40:21
45310         Log: Integrate change #8733 from maintperl.
45311              
45312              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
45313      Branch: perl
45314           !> pod/perlre.pod
45315 ____________________________________________________________________________
45316 [  8733] By: jhi                                   on 2001/02/09  15:35:47
45317         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
45318              From: Prymmer/Kahn <pvhp@best.com>
45319              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
45320              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
45321      Branch: maint-5.6/perl
45322            ! pod/perlre.pod
45323 ____________________________________________________________________________
45324 [  8732] By: jhi                                   on 2001/02/09  15:26:17
45325         Log: Rename README.posix-bc to README.bs2000 (to avoid the
45326              confusion of a "perlposix-bc.pod"), add a few missing
45327              arch pods, regen toc.
45328      Branch: maint-5.6/perl
45329           +> README.bs2000
45330            - README.posix-bc
45331            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
45332            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45333 ____________________________________________________________________________
45334 [  8731] By: jhi                                   on 2001/02/09  15:23:39
45335         Log: De-cut-and-pasto.
45336      Branch: perl
45337            ! pod/perl.pod
45338 ____________________________________________________________________________
45339 [  8730] By: jhi                                   on 2001/02/09  15:11:13
45340         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
45341              when people think that perlposix-bc.pod tells anything about
45342              Perl and POSIX.  Regen toc.
45343      Branch: perl
45344           +> README.bs2000
45345            - README.posix-bc
45346            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
45347            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45348 ____________________________________________________________________________
45349 [  8729] By: jhi                                   on 2001/02/09  14:52:28
45350         Log: The README.vmesa part of #8712 from maintperl.
45351      Branch: perl
45352            ! README.vmesa
45353 ____________________________________________________________________________
45354 [  8728] By: jhi                                   on 2001/02/09  14:46:06
45355         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
45356              From: Peter Prymmer <pvhp@forte.com>
45357              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
45358              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
45359      Branch: maint-5.6/perl
45360            ! README.vmesa win32/Makefile win32/makefile.mk
45361 ____________________________________________________________________________
45362 [  8727] By: jhi                                   on 2001/02/09  14:33:25
45363         Log: Integrate change #8712 from mainline.
45364              
45365              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
45366      Branch: maint-5.6/perl
45367           !> lib/Pod/Find.pm
45368 ____________________________________________________________________________
45369 [  8726] By: jhi                                   on 2001/02/09  14:30:28
45370         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
45371              From: Peter Prymmer <pvhp@forte.com>
45372              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
45373              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
45374      Branch: perl
45375            + t/lib/cgi-esc.t
45376            ! MANIFEST lib/CGI/Util.pm
45377 ____________________________________________________________________________
45378 [  8725] By: jhi                                   on 2001/02/09  04:56:47
45379         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
45380      Branch: maint-5.6/perl
45381            ! pod/perlport.pod
45382 ____________________________________________________________________________
45383 [  8724] By: jhi                                   on 2001/02/09  04:40:59
45384         Log: Integrate changes 7819,7820 from vmsperl into mainline.
45385              
45386              Add header for LIB$ prototypes (C. Berry)
45387              
45388              Convert fwrite()s to sockets to write()s, since some socket stacks
45389              don't take kindly to stdio.
45390              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
45391              (for often optional LNMs)
45392              Correct a few typos
45393              (C. Bailey)
45394      Branch: perl
45395           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
45396 ____________________________________________________________________________
45397 [  8723] By: jhi                                   on 2001/02/09  03:29:29
45398         Log: Integrate change #8722 from mainline.
45399              
45400              The Im() function wasn't returning zero for non-Math::Complex
45401              arguments.  The bug reported by John Gamble.
45402      Branch: maint-5.6/perl
45403           !> lib/Math/Complex.pm
45404 ____________________________________________________________________________
45405 [  8722] By: jhi                                   on 2001/02/09  03:28:33
45406         Log: The Im() function wasn't returning zero for non-Math::Complex
45407              arguments.  The bug reported by John Gamble.
45408      Branch: perl
45409            ! lib/Math/Complex.pm
45410 ____________________________________________________________________________
45411 [  8721] By: nick                                  on 2001/02/08  22:11:35
45412         Log: Correct the correction :-(
45413      Branch: perl
45414            ! perl.c
45415 ____________________________________________________________________________
45416 [  8720] By: bailey                                on 2001/02/08  20:59:22
45417         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
45418              don't take kindly to stdio.
45419              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
45420              (for often optional LNMs)
45421              Correct a few typos
45422              (C. Bailey)
45423      Branch: vmsperl
45424            ! vms/vms.c vms/vmsish.h
45425 ____________________________________________________________________________
45426 [  8719] By: bailey                                on 2001/02/08  20:51:02
45427         Log: Add header for LIB$ prototypes (C. Berry)
45428      Branch: vmsperl
45429            ! ext/Devel/DProf/DProf.xs
45430 ____________________________________________________________________________
45431 [  8718] By: bailey                                on 2001/02/08  20:49:00
45432         Log: SYN SYN
45433      Branch: vmsperl
45434           +> pod/perliol.pod t/lib/sample-tests/bailout
45435           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
45436           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
45437           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
45438           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
45439           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
45440           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
45441            - lib/unicode/Is/DCinital.pl
45442           !> (integrate 101 files)
45443 ____________________________________________________________________________
45444 [  8717] By: nick                                  on 2001/02/08  19:38:48
45445         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
45446              From: Robin Barker <rmb1@cise.npl.co.uk>
45447              Date: Thu, 8 Feb 2001 14:38:07 GMT
45448              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
45449      Branch: perl
45450            ! lib/CPAN.pm
45451 ____________________________________________________________________________
45452 [  8716] By: nick                                  on 2001/02/08  19:29:07
45453         Log: Generated files form 8713 etc.
45454      Branch: perl
45455            ! embed.h global.sym objXSUB.h perlapi.c proto.h
45456 ____________________________________________________________________________
45457 [  8715] By: nick                                  on 2001/02/08  19:26:08
45458         Log: Fixup non-ithread build after 8713
45459      Branch: perl
45460            ! perl.c
45461 ____________________________________________________________________________
45462 [  8714] By: nick                                  on 2001/02/08  19:17:45
45463         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
45464              From: nick@ccl4.org
45465              Date: Wed, 7 Feb 2001 00:27:47 +0000
45466              Message-Id: <20010207002747.B63724@plum.flirble.org>
45467      Branch: perl
45468            ! sv.c toke.c
45469 ____________________________________________________________________________
45470 [  8713] By: nick                                  on 2001/02/08  19:15:58
45471         Log: Subject: Re: [patch] Re: PL_ptr_table
45472              From: Doug Maceachern <dougm@covalent.net>
45473              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
45474              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
45475      Branch: perl
45476            ! embed.pl perl.c sv.c sv.h
45477 ____________________________________________________________________________
45478 [  8712] By: nick                                  on 2001/02/08  19:12:47
45479         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
45480              From: Peter Prymmer <pvhp@forte.com>
45481              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
45482              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
45483      Branch: perl
45484            ! lib/Pod/Find.pm
45485 ____________________________________________________________________________
45486 [  8711] By: nick                                  on 2001/02/07  21:06:11
45487         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
45488              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
45489              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45490              Date: Tue, 06 Feb 2001 23:37:01 +0000
45491              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
45492      Branch: perl
45493            ! regcomp.c
45494 ____________________________________________________________________________
45495 [  8710] By: alanbur                               on 2001/02/07  00:22:04
45496         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
45497              associated UTFied tr/// code.  Also fixed scoping leak of
45498              PL_reg_start_tmp.
45499      Branch: maint-5.6/pureperl
45500            ! op.c regcomp.c
45501 ____________________________________________________________________________
45502 [  8709] By: nick                                  on 2001/02/06  21:16:49
45503         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
45504              From: Michael G Schwern <schwern@pobox.com>
45505              Date: Sun, 4 Feb 2001 19:47:14 -0500
45506              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
45507      Branch: perl
45508            ! pod/perlapi.pod pod/perlmodlib.PL
45509 ____________________________________________________________________________
45510 [  8708] By: nick                                  on 2001/02/06  20:41:20
45511         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
45512              From: Michael G Schwern <schwern@pobox.com>
45513              Date: Sun, 4 Feb 2001 21:17:49 -0500
45514              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
45515      Branch: perl
45516            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
45517            ! pod/perltootc.pod
45518 ____________________________________________________________________________
45519 [  8707] By: nick                                  on 2001/02/06  20:29:11
45520         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
45521              From: Michael G Schwern <schwern@pobox.com>
45522              Date: Tue, 6 Feb 2001 05:54:30 -0500
45523              Message-Id: <20010206055430.A951@blackrider.aocn.com>
45524      Branch: perl
45525            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
45526 ____________________________________________________________________________
45527 [  8706] By: nick                                  on 2001/02/06  20:21:40
45528         Log: Subject: RE: some win32 fixes
45529              Date: Tue, 6 Feb 2001 09:23:20 +0300
45530              From: Vadim Konovalov <vkonovalov@lucent.com>
45531              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
45532      Branch: perl
45533            ! toke.c win32/Makefile win32/config.bc win32/config.gc
45534            ! win32/config.vc win32/config_H.bc win32/makefile.mk
45535 ____________________________________________________________________________
45536 [  8705] By: alanbur                               on 2001/02/06  15:00:03
45537         Log: Synchronised with parent
45538      Branch: maint-5.6/pureperl
45539            ! regexec.c
45540           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
45541           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
45542 ____________________________________________________________________________
45543 [  8704] By: alanbur                               on 2001/02/06  14:55:24
45544         Log: Fixed UMRs and leak in Perl_pmtrans()
45545      Branch: maint-5.6/pureperl
45546            ! op.c
45547 ____________________________________________________________________________
45548 [  8703] By: gsar                                  on 2001/02/06  02:29:37
45549         Log: $(MAKE) distclean doesn't clean up properly on windows
45550      Branch: maint-5.6/perl
45551            ! win32/Makefile win32/makefile.mk
45552 ____________________________________________________________________________
45553 [  8702] By: gsar                                  on 2001/02/06  01:00:46
45554         Log: tweak change#8659 to keep it simple
45555      Branch: maint-5.6/perl
45556            ! utils/perldoc.PL
45557 ____________________________________________________________________________
45558 [  8701] By: gsar                                  on 2001/02/05  22:45:41
45559         Log: change#8693 was missing testsuite changes
45560      Branch: maint-5.6/perl
45561           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
45562 ____________________________________________________________________________
45563 [  8700] By: nick                                  on 2001/02/05  20:32:52
45564         Log: Integrate mainline
45565      Branch: perlio
45566           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
45567           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
45568           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
45569           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
45570           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
45571           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
45572           +> t/lib/test-harness.t
45573           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
45574           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
45575           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
45576           !> pod/perlutil.pod t/TEST utils/h2xs.PL
45577 ____________________________________________________________________________
45578 [  8699] By: nick                                  on 2001/02/05  19:41:07
45579         Log: Subject: perlfaq2, re: perlmongers
45580              From: David H. Adler <dha@panix.com>
45581              Date: Sun, 4 Feb 2001 23:48:23 -0500
45582              Message-Id: <20010204234823.A13429@panix.com>
45583      Branch: perl
45584            ! pod/perlfaq2.pod
45585 ____________________________________________________________________________
45586 [  8698] By: nick                                  on 2001/02/05  19:39:31
45587         Log: Missed file f#rom the testharness mess.
45588      Branch: perl
45589            + t/lib/test-harness.t
45590 ____________________________________________________________________________
45591 [  8697] By: nick                                  on 2001/02/05  19:37:21
45592         Log: Subject: [DOC PATCH] overload.pm nits
45593              From: John Tobey <jtobey@john-edwin-tobey.org>
45594              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
45595              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
45596      Branch: perl
45597            ! lib/overload.pm
45598 ____________________________________________________________________________
45599 [  8696] By: alanbur                               on 2001/02/05  11:56:00
45600         Log: Sync with parent
45601      Branch: maint-5.6/pureperl
45602           !> thread.h
45603 ____________________________________________________________________________
45604 [  8695] By: gsar                                  on 2001/02/05  03:27:34
45605         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
45606      Branch: maint-5.6/perl
45607            ! thread.h
45608 ____________________________________________________________________________
45609 [  8694] By: alanbur                               on 2001/02/05  00:07:47
45610         Log: Initial branch creation from //depot/maint-5.6/perl
45611      Branch: maint-5.6/pureperl
45612           +> (branch 1719 files)
45613 ____________________________________________________________________________
45614 [  8693] By: gsar                                  on 2001/02/04  22:38:49
45615         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
45616              changes)
45617      Branch: maint-5.6/perl
45618           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
45619           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
45620           !> ext/DB_File/version.c
45621 ____________________________________________________________________________
45622 [  8692] By: nick                                  on 2001/02/04  18:15:57
45623         Log: The missed t/TEST part of the grand testharness upgrade.
45624      Branch: perl
45625            ! t/TEST
45626 ____________________________________________________________________________
45627 [  8691] By: nick                                  on 2001/02/04  18:05:17
45628         Log: New improved test harness
45629              Subject: Re: [PATCH Test::Harness] Third time's a charm?
45630              From: Michael G Schwern <schwern@pobox.com>
45631              Date: Sun, 4 Feb 2001 08:01:20 -0500
45632              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
45633      Branch: perl
45634            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
45635            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
45636            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
45637            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
45638            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
45639            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
45640            ! MANIFEST lib/Test/Harness.pm
45641 ____________________________________________________________________________
45642 [  8690] By: nick                                  on 2001/02/04  17:57:51
45643         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
45644              From: Jonathan Stowe <gellyfish@gellyfish.com>
45645              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
45646              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
45647      Branch: perl
45648            ! utils/h2xs.PL
45649 ____________________________________________________________________________
45650 [  8689] By: nick                                  on 2001/02/04  17:55:24
45651         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
45652              From: Michael G Schwern <schwern@pobox.com>
45653              Date: Sat, 3 Feb 2001 22:46:38 -0500
45654              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
45655      Branch: perl
45656            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
45657            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
45658 ____________________________________________________________________________
45659 [  8688] By: nick                                  on 2001/02/04  17:43:55
45660         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
45661              length byfailing to spot lack of closing )
45662              From: nick@talking.bollo.cx
45663              Date: Sat, 03 Feb 2001 23:53:16 +0000
45664              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
45665      Branch: perl
45666            ! perlio.c pod/perldiag.pod
45667 ____________________________________________________________________________
45668 [  8687] By: jhi                                   on 2001/02/03  17:11:42
45669         Log: HP-UX thread patches from Merijn H. Brand.
45670      Branch: maint-5.6/perl
45671            ! README.hpux hints/hpux.sh
45672 ____________________________________________________________________________
45673 [  8686] By: jhi                                   on 2001/02/03  16:40:12
45674         Log: Metaconfig changes for #8685.
45675      Branch: metaconfig
45676            ! U/installdirs/instubperl.U
45677      Branch: metaconfig/U/perl
45678            ! Devel.U versiononly.U
45679 ____________________________________________________________________________
45680 [  8685] By: jhi                                   on 2001/02/03  16:39:49
45681         Log: For -Dusedevel builds turn off installusrbinperl and turn on
45682              versiononly, a combined idea of Richard Soderberg and Merijn
45683              H. Brand.  You can still override both of these from the command
45684              line if you need to, -Dinstallusrbinperl and -Uversiononly.
45685      Branch: perl
45686            ! Configure
45687 ____________________________________________________________________________
45688 [  8684] By: jhi                                   on 2001/02/03  16:16:34
45689         Log: Metaconfig unit fix for #8683.
45690      Branch: metaconfig
45691            ! U/compline/nblock_io.U
45692 ____________________________________________________________________________
45693 [  8683] By: jhi                                   on 2001/02/03  16:16:12
45694         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
45695              reported by Peter Prymmer for 5.6-TRIAL1.
45696      Branch: perl
45697            ! Configure
45698 ____________________________________________________________________________
45699 [  8682] By: jhi                                   on 2001/02/03  05:52:11
45700         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
45701              to work correctly.
45702      Branch: maint-5.6/perl
45703            ! hints/irix_6.sh
45704 ____________________________________________________________________________
45705 [  8681] By: jhi                                   on 2001/02/03  05:47:33
45706         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
45707      Branch: maint-5.6/perl
45708            ! pod/perlport.pod
45709 ____________________________________________________________________________
45710 [  8680] By: jhi                                   on 2001/02/02  21:39:49
45711         Log: perlport update from Peter Prymmer.
45712      Branch: maint-5.6/perl
45713            ! pod/perlport.pod
45714 ____________________________________________________________________________
45715 [  8679] By: nick                                  on 2001/02/02  20:50:48
45716         Log: Integrate mainline
45717      Branch: perlio
45718           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
45719           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
45720           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
45721 ____________________________________________________________________________
45722 [  8678] By: gsar                                  on 2001/02/02  16:02:12
45723         Log: note about bincompat, slightly modified (from Lupe Christoph)
45724      Branch: maint-5.6/perl
45725            ! README.solaris
45726 ____________________________________________________________________________
45727 [  8677] By: jhi                                   on 2001/02/02  15:46:20
45728         Log: Supported platforms updates.
45729      Branch: maint-5.6/perl
45730            ! pod/perlport.pod
45731 ____________________________________________________________________________
45732 [  8676] By: jhi                                   on 2001/02/02  03:41:26
45733         Log: A couple more perlfaq2 tweaks.
45734      Branch: maint-5.6/perl
45735            ! pod/perlfaq2.pod
45736 ____________________________________________________________________________
45737 [  8675] By: jhi                                   on 2001/02/02  03:17:44
45738         Log: Misedit in #8661.
45739      Branch: maint-5.6/perl
45740            ! Configure
45741 ____________________________________________________________________________
45742 [  8674] By: jhi                                   on 2001/02/02  03:14:38
45743         Log: Damien again.
45744      Branch: maint-5.6/perl
45745            ! pod/perlfaq2.pod
45746 ____________________________________________________________________________
45747 [  8673] By: jhi                                   on 2001/02/02  03:12:40
45748         Log: perlfaq update from Elaine Ashton.
45749      Branch: maint-5.6/perl
45750            ! pod/perlfaq2.pod
45751 ____________________________________________________________________________
45752 [  8672] By: jhi                                   on 2001/02/02  03:07:08
45753         Log: UTF-8 s/// patch from Inaba Hiroto.
45754      Branch: maint-5.6/perl
45755            ! pp_ctl.c pp_hot.c
45756 ____________________________________________________________________________
45757 [  8671] By: jhi                                   on 2001/02/01  22:34:31
45758         Log: Update Changes.
45759      Branch: perl
45760            ! Changes patchlevel.h
45761 ____________________________________________________________________________
45762 [  8670] By: jhi                                   on 2001/02/01  22:15:29
45763         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
45764              from maintperl.
45765              
45766              Upgrade to Getopt::Long 2.25, from Johan Vromans.
45767              
45768              more files need to be writable in the source distribution
45769              
45770              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
45771              
45772              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
45773              
45774              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45775              
45776              Allow the float to be fuzzier.
45777              
45778              need to use INT2PTR instead of a straight cast or ia64 fails
45779              
45780              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
45781              
45782              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
45783      Branch: perl
45784           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
45785           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
45786           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
45787 ____________________________________________________________________________
45788 [  8669] By: jhi                                   on 2001/02/01  21:57:02
45789         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45790              From: Robin Barker <rmb1@cise.npl.co.uk>
45791              Date: Thu, 1 Feb 2001 16:59:05 GMT
45792              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
45793      Branch: maint-5.6/perl
45794            ! pod/perlmodlib.PL
45795 ____________________________________________________________________________
45796 [  8668] By: nick                                  on 2001/02/01  19:41:40
45797         Log: Integrate mainline
45798      Branch: perlio
45799           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
45800           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
45801           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
45802 ____________________________________________________________________________
45803 [  8667] By: gsar                                  on 2001/02/01  16:59:11
45804         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
45805      Branch: maint-5.6/perl
45806            ! embed.pl embedvar.h
45807 ____________________________________________________________________________
45808 [  8666] By: gsar                                  on 2001/02/01  16:34:51
45809         Log: add missing entries to win32/config.?c
45810      Branch: maint-5.6/perl
45811            ! win32/config.bc win32/config.gc win32/config.vc
45812            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45813 ____________________________________________________________________________
45814 [  8665] By: jhi                                   on 2001/02/01  14:58:51
45815         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
45816              From: "Stephen P. Potter" <spp@spotter.yi.org>
45817              Date: Thu, 01 Feb 2001 10:45:46 -0500
45818              Message-Id: <200102011545.KAA31479@spotter.yi.org>
45819      Branch: maint-5.6/perl
45820            ! pod/perlfunc.pod
45821 ____________________________________________________________________________
45822 [  8664] By: gsar                                  on 2001/02/01  14:52:37
45823         Log: need to use INT2PTR instead of a straight cast or ia64 fails
45824              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
45825      Branch: maint-5.6/perl
45826            ! ext/POSIX/POSIX.xs
45827 ____________________________________________________________________________
45828 [  8663] By: jhi                                   on 2001/02/01  14:09:13
45829         Log: Allow the float to be fuzzier.
45830      Branch: maint-5.6/perl
45831            ! t/lib/peek.t
45832 ____________________________________________________________________________
45833 [  8662] By: jhi                                   on 2001/02/01  13:59:00
45834         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45835              From: Robin Barker <rmb1@cise.npl.co.uk>
45836              Date: Thu, 1 Feb 2001 13:05:39 GMT
45837              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
45838      Branch: maint-5.6/perl
45839            ! pod/perlmodlib.pod
45840 ____________________________________________________________________________
45841 [  8661] By: jhi                                   on 2001/02/01  13:57:38
45842         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
45843              Date: Thu, 01 Feb 2001 14:15:41 +0100
45844              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45845              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
45846              
45847              Have the $ccflags in the gcc version test (strange, this change
45848              is claimed to be have been integrated already)
45849      Branch: maint-5.6/perl
45850            ! Configure
45851 ____________________________________________________________________________
45852 [  8660] By: jhi                                   on 2001/02/01  13:44:10
45853         Log: Integrate changes #7950,7964,7962 from mainline.
45854              
45855              Find the stdchar signedness using cpp, should fix some of
45856              the Solaris compiler warnings reported by Alan Burlison.
45857      Branch: maint-5.6/perl
45858           !> Configure config_h.SH
45859 ____________________________________________________________________________
45860 [  8659] By: jhi                                   on 2001/02/01  05:35:32
45861         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
45862              From: Jan Dubois <JanD@ActiveState.com>
45863              Date: Wed, 31 Jan 2001 21:17:03 -0800
45864              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
45865      Branch: maint-5.6/perl
45866            ! utils/perldoc.PL
45867 ____________________________________________________________________________
45868 [  8658] By: jhi                                   on 2001/02/01  04:33:17
45869         Log: Integrate the README.os390 and README.posix-bc parts of mainline
45870              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
45871              installperl parts were taken care of by #8657.)
45872      Branch: maint-5.6/perl
45873           !> README.os390 README.posix-bc
45874 ____________________________________________________________________________
45875 [  8657] By: jhi                                   on 2001/02/01  04:29:21
45876         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
45877              From: Peter Prymmer <pvhp@forte.com>
45878              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
45879              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
45880      Branch: maint-5.6/perl
45881            + ext/DynaLoader/dl_dllload.xs
45882            ! MANIFEST Makefile.SH hints/os390.sh installperl
45883 ____________________________________________________________________________
45884 [  8656] By: jhi                                   on 2001/02/01  04:25:45
45885         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
45886              From: Peter Prymmer <pvhp@forte.com>
45887              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
45888              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
45889      Branch: maint-5.6/perl
45890            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
45891 ____________________________________________________________________________
45892 [  8655] By: jhi                                   on 2001/02/01  04:14:47
45893         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
45894              From: troc@netrus.net
45895              Date: Wed, 31 Jan 2001 22:31:26 -0500
45896              Message-Id: <200102010331.WAA117.85@rocco.homenet>
45897      Branch: maint-5.6/perl
45898            ! os2/os2.c
45899 ____________________________________________________________________________
45900 [  8654] By: jhi                                   on 2001/02/01  04:12:52
45901         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
45902              as reported by Alan Burlison.
45903      Branch: maint-5.6/perl
45904            ! pp.h
45905 ____________________________________________________________________________
45906 [  8653] By: jhi                                   on 2001/02/01  04:05:12
45907         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
45908              From: dsugalski@northernlight.com
45909              Date: Wed, 31 Jan 2001 18:54:11 -0500
45910              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
45911      Branch: maint-5.6/perl
45912            ! configure.com
45913 ____________________________________________________________________________
45914 [  8652] By: jhi                                   on 2001/02/01  04:03:11
45915         Log: Misplaced #endif.
45916              
45917              Subject: [perl-5-6-1-trial2] patches for EPOC
45918              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45919              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45920              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45921      Branch: maint-5.6/perl
45922            ! epoc/epocish.c
45923 ____________________________________________________________________________
45924 [  8651] By: jhi                                   on 2001/02/01  04:00:25
45925         Log: Integrate changes #8647,8648,8650 from mainline.
45926              
45927              Macrofy a magic UTF-8 test.
45928              
45929              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
45930              
45931              Watch out for cross compiling for EPOC (usually done on linux).
45932      Branch: maint-5.6/perl
45933           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
45934 ____________________________________________________________________________
45935 [  8650] By: jhi                                   on 2001/02/01  03:56:20
45936         Log: Watch out for cross compiling for EPOC (usually done on linux)
45937              
45938              Subject: [perl-5-6-1-trial2] patches for EPOC
45939              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45940              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45941              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45942      Branch: perl
45943            ! ext/Errno/Errno_pm.PL
45944 ____________________________________________________________________________
45945 [  8649] By: gsar                                  on 2001/02/01  00:46:00
45946         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
45947      Branch: maint-5.6/perl
45948            ! sv.c
45949 ____________________________________________________________________________
45950 [  8648] By: jhi                                   on 2001/01/31  23:35:36
45951         Log: All the uses of PL_numeric_radix must be protected by
45952              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
45953              
45954              Subject: [perl-5-6-1-trial2] patches for EPOC
45955              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45956              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45957              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45958      Branch: perl
45959            ! sv.c
45960 ____________________________________________________________________________
45961 [  8647] By: jhi                                   on 2001/01/31  22:56:16
45962         Log: Macrofy a magic UTF-8 test.
45963      Branch: perl
45964            ! utf8.c utf8.h
45965 ____________________________________________________________________________
45966 [  8646] By: gsar                                  on 2001/01/31  15:55:12
45967         Log: update Changes
45968      Branch: maint-5.6/perl
45969            ! Changes
45970 ____________________________________________________________________________
45971 [  8645] By: gsar                                  on 2001/01/31  15:10:14
45972         Log: Configure tweak suggested by Peter Prymmer
45973      Branch: maint-5.6/perl
45974            ! Configure
45975 ____________________________________________________________________________
45976 [  8644] By: gsar                                  on 2001/01/31  15:06:32
45977         Log: more files need to be writable in the source distribution
45978      Branch: maint-5.6/perl
45979            ! Porting/makerel
45980 ____________________________________________________________________________
45981 [  8643] By: jhi                                   on 2001/01/31  14:59:46
45982         Log: Integrate changes #8258,8278,8279 from mainline.
45983              
45984              Make the large file tests more robust/talkative.
45985      Branch: maint-5.6/perl
45986           !> t/lib/syslfs.t t/op/lfs.t
45987 ____________________________________________________________________________
45988 [  8642] By: gsar                                  on 2001/01/31  14:53:48
45989         Log: integrate changes#8311,8334 from mainline
45990              
45991              Add a new MakeMaker variable PM_FILTER that defines a Unix
45992              filter to be run on each .pm during the pm_to_blib() phase,
45993              a fixed version of
45994              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
45995              
45996              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
45997              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
45998              accurate reading of the "atime".  
45999      Branch: maint-5.6/perl
46000           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
46001           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
46002           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
46003 ____________________________________________________________________________
46004 [  8641] By: jhi                                   on 2001/01/31  14:46:37
46005         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
46006      Branch: maint-5.6/perl
46007            ! lib/Getopt/Long.pm
46008 ____________________________________________________________________________
46009 [  8640] By: gsar                                  on 2001/01/31  14:40:24
46010         Log: make regen_all
46011      Branch: maint-5.6/perl
46012            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
46013 ____________________________________________________________________________
46014 [  8639] By: gsar                                  on 2001/01/31  14:37:25
46015         Log: refresh windows config files
46016      Branch: maint-5.6/perl
46017            ! win32/Makefile win32/config_H.bc win32/config_H.gc
46018            ! win32/config_H.vc win32/makefile.mk
46019 ____________________________________________________________________________
46020 [  8638] By: gsar                                  on 2001/01/31  14:28:10
46021         Log: makefile tweaks for windows: introduce a bulk-switch to enable
46022              same options as ActivePerl; sync changes with makefile.mk
46023      Branch: maint-5.6/perl
46024            ! win32/Makefile win32/makefile.mk
46025 ____________________________________________________________________________
46026 [  8637] By: jhi                                   on 2001/01/31  04:41:30
46027         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
46028              From: Nicholas Clark <nick@ccl4.org>
46029              Date: Tue, 30 Jan 2001 19:51:05 +0000
46030              Message-ID: <20010130195105.R76607@plum.flirble.org> 
46031              
46032              op/inc cure.
46033      Branch: perl
46034            ! pp.c pp.h pp_hot.c t/op/arith.t
46035 ____________________________________________________________________________
46036 [  8636] By: jhi                                   on 2001/01/31  02:38:32
46037         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
46038              no perlio],8257,8380,8479,8515 from mainline.
46039              
46040              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
46041              
46042              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
46043              Subject: [PATCH perl@8133] fix-up for VMS extensions
46044              
46045              In VMS embedded perls couldn't access the statically built Socket.
46046              
46047              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
46048              
46049              Further VMS piping fixes from Charles Lane.
46050              
46051              Subject:  [PATCH] make t/op/misc.t work on VMS
46052              
46053              Add tracing for debugging extensions builds in VMS.
46054              
46055              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
46056      Branch: maint-5.6/perl
46057           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
46058           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
46059           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
46060 ____________________________________________________________________________
46061 [  8635] By: jhi                                   on 2001/01/31  01:46:41
46062         Log: Integrate change #7732 from mainline.
46063              
46064              Sparc 64-bit pack() fix from Jens Hamisch.
46065      Branch: maint-5.6/perl
46066           !> pp.c
46067 ____________________________________________________________________________
46068 [  8634] By: jhi                                   on 2001/01/31  01:41:16
46069         Log: One spot missing from #8626.
46070      Branch: maint-5.6/perl
46071            ! sv.c
46072 ____________________________________________________________________________
46073 [  8633] By: jhi                                   on 2001/01/31  00:49:17
46074         Log: Integrate change #7495 from mainline.
46075              
46076              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
46077      Branch: maint-5.6/perl
46078           !> MANIFEST ext/re/Makefile.PL
46079 ____________________________________________________________________________
46080 [  8632] By: jhi                                   on 2001/01/30  23:38:49
46081         Log: Integrate change #8396 from mainline.
46082              
46083              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
46084              better multicast support (resend)
46085      Branch: maint-5.6/perl
46086           !> ext/Socket/Socket.pm
46087 ____________________________________________________________________________
46088 [  8631] By: jhi                                   on 2001/01/30  23:28:03
46089         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
46090              
46091              More AIX lore. (7514, ext/re/hints/aix.pl)
46092              
46093              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
46094              
46095              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)
46096              
46097              Subject: [ID 20001214.002] Net::Ping patch
46098              
46099              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
46100              
46101              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
46102              
46103              Add ReuseAddr as a (preferred) alias for Reuse as we now
46104              also have ReusePort.
46105              
46106              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
46107      Branch: maint-5.6/perl
46108           +> ext/re/hints/aix.pl
46109           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
46110           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
46111 ____________________________________________________________________________
46112 [  8630] By: jhi                                   on 2001/01/30  23:03:59
46113         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
46114              
46115              read() documentation tweak for 20001121.004.
46116              
46117              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
46118      Branch: maint-5.6/perl
46119           !> pod/perlfunc.pod pod/perlre.pod
46120 ____________________________________________________________________________
46121 [  8629] By: jhi                                   on 2001/01/30  22:41:57
46122         Log: Integrate change #8098 from mainline.
46123              
46124              fastgetcwd is defined using a glob alias on a $^O dependent basis
46125              and there was no default assignment or perl subroutine.
46126      Branch: maint-5.6/perl
46127           !> lib/Cwd.pm
46128 ____________________________________________________________________________
46129 [  8628] By: jhi                                   on 2001/01/30  21:58:52
46130         Log: Integrate change #7866 from mainline.
46131              
46132              File::Temp 0.11.
46133      Branch: maint-5.6/perl
46134           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
46135 ____________________________________________________________________________
46136 [  8627] By: jhi                                   on 2001/01/30  21:39:44
46137         Log: Integrate changes #8075,8086,8228 from mainline.  
46138              
46139              Darwin is not Windows. (8075,8086)
46140              
46141              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
46142      Branch: maint-5.6/perl
46143           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
46144           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
46145           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
46146           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
46147 ____________________________________________________________________________
46148 [  8626] By: jhi                                   on 2001/01/30  21:22:11
46149         Log: Integrate with tweakery the change #8625 from mainline,
46150              the multibyte decimal separator fix ("fa_IR locale failure").
46151      Branch: maint-5.6/perl
46152            ! embedvar.h perlapi.h
46153           !> intrpvar.h perl.c perl.h sv.c util.c
46154 ____________________________________________________________________________
46155 [  8625] By: jhi                                   on 2001/01/30  20:26:33
46156         Log: Fix for the fa_IR locale failure.  The reason for the failure
46157              was that Perl was assuming the decimal separator aka the radix
46158              separator is one character.  The Farsi-Iranian locale crushed
46159              that bad assumption since there the separator is 'Momayyez',
46160              glyphwise looking somewhat like a slash, and in Unicode UTF-8
46161              encoded in two bytes, 0xd9 0xab.
46162      Branch: perl
46163            ! intrpvar.h perl.c perl.h sv.c util.c
46164 ____________________________________________________________________________
46165 [  8624] By: gsar                                  on 2001/01/30  20:17:03
46166         Log: regen_headers
46167      Branch: maint-5.6/perl
46168            ! Makefile.SH pod/perlintern.pod
46169 ____________________________________________________________________________
46170 [  8623] By: gsar                                  on 2001/01/30  19:42:34
46171         Log: backout change#7431 and its dependents (causes spurious rebuilds
46172              of autogenerated files)
46173              
46174              fix benign b.t failure
46175      Branch: maint-5.6/perl
46176            ! Makefile.SH t/lib/b.t
46177 ____________________________________________________________________________
46178 [  8622] By: jhi                                   on 2001/01/30  19:41:41
46179         Log: Microperl sync.
46180      Branch: perl
46181            ! mg.c perl.h
46182 ____________________________________________________________________________
46183 [  8621] By: gsar                                  on 2001/01/30  19:24:47
46184         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
46185              from mainline
46186              
46187              Subject: podlators 1.06 released
46188              
46189              Subject: [PATCH @8436] Eliminate op_children
46190              
46191              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
46192              
46193              (Replaced by #8448)  More op_children traces (cleanup of #8442).
46194              
46195              Subject: [PATCH #3 @8436] Re: Eliminate op_children
46196              Replace #8444 and #8445.
46197              
46198              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
46199              at the setting of the ofs_sv in new_struct_thread() as the
46200              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
46201              uninitialized fields are, uh, initialized with),
46202              SvREFCNT_inc()ing that invited a core dump.
46203              
46204              podlators 1.07, from Russ Allbery.
46205              
46206              Subject: [PATCH] regcomp.c old feature removal
46207              From: mjd@plover.com
46208              Date: 16 Jan 2001 14:43:18 -0000 
46209              Message-ID: <20010116144318.7140.qmail@plover.com> 
46210      Branch: maint-5.6/perl
46211           +> lib/Pod/Text/Overstrike.pm
46212           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
46213           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
46214           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
46215           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
46216           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
46217           !> util.c
46218 ____________________________________________________________________________
46219 [  8620] By: gsar                                  on 2001/01/30  18:48:32
46220         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
46221              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
46222              now fails one test)
46223              
46224              Subject: [PATCH] lvalue AUTOLOAD. No, really.
46225              
46226              Subject: [PATCH] Interesting syntax idea
46227              Make opens + bareword assigns do typeglob assigns.
46228              
46229              Tests for #8254.
46230              
46231              Subject: [PATCH @8269] Continue blocks and B::Deparse
46232              Make the peephole optimizer to bypass more null ops and
46233              and rewrite the deparse handling of continue blocks.
46234              
46235              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
46236              Doc tweak on #8313.
46237              
46238              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
46239              
46240              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
46241              
46242              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
46243              
46244              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
46245              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
46246              according to the platform.
46247              
46248              Subject: [PATCH @8404] Consolidated lvalue sub changes
46249              
46250              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
46251              
46252              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
46253              
46254              Subject: B::Concise -- an improved replacement for B::Terse 
46255              
46256              The B::Terse drop-in replacement wasn't quite drop-in.
46257              
46258              The LVRET macro needed an aTHX.
46259              
46260              Use the /^Perl_/-less form of is_lvalue_sub().
46261              
46262              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
46263      Branch: maint-5.6/perl
46264           +> ext/B/B/Concise.pm
46265           !> (integrate 27 files)
46266 ____________________________________________________________________________
46267 [  8619] By: nick                                  on 2001/01/30  18:40:28
46268         Log: Integrate mainline
46269      Branch: perlio
46270           !> (integrate 40 files)
46271 ____________________________________________________________________________
46272 [  8618] By: jhi                                   on 2001/01/30  18:37:18
46273         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
46274              Date: Mon, 29 Jan 2001 22:51:29 -0600
46275              From: "Craig A. Berry" <craigberry@mac.com>
46276              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
46277      Branch: perl
46278            ! vms/test.com
46279 ____________________________________________________________________________
46280 [  8617] By: jhi                                   on 2001/01/30  18:34:53
46281         Log: Subject: [PATCH] Add missing CV flags to dump.c
46282              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46283              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
46284              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
46285      Branch: perl
46286            ! dump.c
46287 ____________________________________________________________________________
46288 [  8616] By: jhi                                   on 2001/01/30  18:20:58
46289         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
46290              part isn't applicable to maintperl.
46291              
46292              UTF-8 nit from Inaba Hiroto.
46293      Branch: maint-5.6/perl
46294           !> pod/perlapi.pod utf8.c
46295 ____________________________________________________________________________
46296 [  8615] By: jhi                                   on 2001/01/30  18:18:51
46297         Log: UTF-8 nit from Inaba Hiroto.
46298      Branch: perl
46299            ! pod/perlapi.pod t/op/each.t utf8.c
46300 ____________________________________________________________________________
46301 [  8614] By: jhi                                   on 2001/01/30  18:13:38
46302         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
46303              
46304              perl's internal variables are not for public consumption,
46305              move their docs from perlapi.pod to perlintern.pod
46306              
46307              support for -Dusethreads build under HP-UX 10.20 and DCE threads
46308              library (11.0 and later have pthreads but 10.x don't)
46309              
46310              avoid uninitialized value warnings
46311              
46312              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
46313              gets weird results)
46314              
46315              perldoc nit on windows
46316              
46317              make it possible to run the tests outside the source tree
46318              (there's still a dependency on ../lib being the library
46319              location)
46320      Branch: perl
46321           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
46322           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
46323           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
46324           !> win32/bin/search.pl win32/vdir.h
46325 ____________________________________________________________________________
46326 [  8613] By: gsar                                  on 2001/01/30  16:39:59
46327         Log: make it possible to run the tests outside the source tree
46328              (there's still a dependency on ../lib being the library
46329              location)
46330      Branch: maint-5.6/perl
46331            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
46332 ____________________________________________________________________________
46333 [  8612] By: gsar                                  on 2001/01/30  16:31:12
46334         Log: perldoc nit on windows
46335      Branch: maint-5.6/perl
46336            ! utils/perldoc.PL
46337 ____________________________________________________________________________
46338 [  8611] By: gsar                                  on 2001/01/30  16:22:54
46339         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
46340              gets weird results)
46341      Branch: maint-5.6/perl
46342            ! win32/vdir.h
46343 ____________________________________________________________________________
46344 [  8610] By: gsar                                  on 2001/01/30  16:12:45
46345         Log: avoid uninitialized value warnings
46346      Branch: maint-5.6/perl
46347            ! win32/bin/search.pl
46348 ____________________________________________________________________________
46349 [  8609] By: gsar                                  on 2001/01/30  16:08:01
46350         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
46351              library (11.0 and later have pthreads but 10.x don't)
46352      Branch: maint-5.6/perl
46353            ! hints/hpux.sh thread.h
46354 ____________________________________________________________________________
46355 [  8608] By: gsar                                  on 2001/01/30  15:48:55
46356         Log: perl's internal variables are not for public consumption,
46357              move their docs from perlapi.pod to perlintern.pod
46358      Branch: maint-5.6/perl
46359            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
46360            ! thrdvar.h
46361 ____________________________________________________________________________
46362 [  8607] By: gsar                                  on 2001/01/30  15:44:27
46363         Log: mistakenly branched perl56delta.pod, revert
46364      Branch: maint-5.6/perl
46365            - pod/perl56delta.pod
46366           !> pod/perldelta.pod
46367 ____________________________________________________________________________
46368 [  8606] By: gsar                                  on 2001/01/30  14:20:24
46369         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
46370              dTHR which has been a noop for a while now, except for the
46371              compatibility definition in thread.h)
46372      Branch: maint-5.6/perl
46373           !> (integrate 45 files)
46374 ____________________________________________________________________________
46375 [  8605] By: jhi                                   on 2001/01/30  05:43:58
46376         Log: Mark the UTF-8 APIs as experimental.
46377      Branch: maint-5.6/perl
46378            ! embed.pl pod/perlapi.pod
46379 ____________________________________________________________________________
46380 [  8604] By: jhi                                   on 2001/01/30  05:38:40
46381         Log: Nits from earlier integrates.
46382      Branch: maint-5.6/perl
46383            ! lib/Carp/Heavy.pm
46384           !> sv.c
46385 ____________________________________________________________________________
46386 [  8603] By: jhi                                   on 2001/01/30  05:27:26
46387         Log: Regenerate Porting files.
46388      Branch: maint-5.6/perl
46389            ! Porting/Glossary Porting/config.sh Porting/config_H
46390 ____________________________________________________________________________
46391 [  8602] By: jhi                                   on 2001/01/30  05:14:59
46392         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
46393              8310,8339,8447,8492,8493,8505,8525: documentation changes.
46394              
46395              Subject: Re: perlfaq style changes
46396              
46397              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
46398              
46399              Subject: [PATCH] docs on NaN
46400              
46401              Subject: [patch] perlfaq7
46402              
46403              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
46404              
46405              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
46406              
46407              Subject: [PATCH] open() example in perlfunc.pod
46408              
46409              Podify README.mpeix (a new version from the web)
46410              
46411              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
46412              
46413              Subject: [PATCH] format and rewording in perlfaq.pod
46414              
46415              Subject: [PATCH] API Variable documentation   
46416              
46417              Memory management calls documentation.
46418              
46419              Subject: [PATCH: perl@8482] README.vms URL updates
46420              
46421              Subject: Minor typos in perlfaq2.pod
46422              
46423              Subject: [PATCH] pod/perlvar.pod
46424      Branch: maint-5.6/perl
46425           +> pod/perl56delta.pod
46426            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46427           !> README.amiga README.epoc README.mpeix README.vms
46428           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
46429           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
46430           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
46431           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
46432           !> pod/perlvar.pod thrdvar.h
46433 ____________________________________________________________________________
46434 [  8601] By: jhi                                   on 2001/01/30  04:38:35
46435         Log: Integrate changes #8036,8096,8253 from mainline:
46436              hints changes.
46437              
46438              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46439              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
46440              
46441              Output the (apparent) version of gcc in Tru64.
46442      Branch: maint-5.6/perl
46443           +> ext/POSIX/hints/svr4.pl
46444           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
46445           !> hints/svr4.sh t/lib/bigfltpm.t
46446 ____________________________________________________________________________
46447 [  8600] By: jhi                                   on 2001/01/30  04:04:01
46448         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
46449              locale fixes.
46450              
46451              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
46452              
46453              Debian allows /usr/bin/locale to exist without any locales. (7868)
46454              
46455              Allow the locale test needing POSIX and the taint test
46456              needing IPC::SysV to run under 'minitest' (basically,
46457              bail out if loading the extension fails). (8384)
46458              
46459              Cleanup the locale.t output  (8480)
46460      Branch: maint-5.6/perl
46461           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
46462           !> t/pragma/locale.t
46463 ____________________________________________________________________________
46464 [  8599] By: jhi                                   on 2001/01/30  03:51:04
46465         Log: Missing generated files from #8598.
46466      Branch: maint-5.6/perl
46467            ! embed.h global.sym objXSUB.h perlapi.c proto.h
46468 ____________________________________________________________________________
46469 [  8598] By: jhi                                   on 2001/01/30  03:41:54
46470         Log: Integrate change #8555 from mainline, manually integrate parts
46471              of changes 8452 and 8583.
46472              
46473              Subject: [PATCH] utf8.c documentation (8452)
46474              
46475              No point in checking the length if the pointer is bogus. (8555)
46476              
46477              Introduce bytes_from_utf8() and implement sv_eq() using it,
46478              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
46479              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
46480              was malformed. (8583)
46481      Branch: maint-5.6/perl
46482            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
46483           !> pod/perlapi.pod sv.c utf8.c
46484 ____________________________________________________________________________
46485 [  8597] By: gsar                                  on 2001/01/30  02:37:26
46486         Log: get PERL_OBJECT build going again on windows
46487      Branch: maint-5.6/perl
46488            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46489            ! pod/perlapi.pod proto.h sv.c
46490 ____________________________________________________________________________
46491 [  8596] By: jhi                                   on 2001/01/30  02:16:17
46492         Log: Signedness nit.
46493      Branch: perl
46494            ! sv.c
46495 ____________________________________________________________________________
46496 [  8595] By: jhi                                   on 2001/01/30  02:11:07
46497         Log: EBCDIC patch for Storable, from Peter Prymmer.
46498      Branch: perl
46499            ! t/lib/st-06compat.t
46500 ____________________________________________________________________________
46501 [  8594] By: jhi                                   on 2001/01/30  01:04:48
46502         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
46503              From: Peter Prymmer <pvhp@forte.com>
46504              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
46505              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
46506      Branch: perl
46507            ! t/lib/b.t
46508 ____________________________________________________________________________
46509 [  8593] By: jhi                                   on 2001/01/30  00:56:47
46510         Log: Subject: [PATCH: perl@8585] pod problems in io
46511              From: Peter Prymmer <pvhp@forte.com>
46512              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
46513              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
46514      Branch: perl
46515            ! pod/perlapio.pod pod/perliol.pod
46516 ____________________________________________________________________________
46517 [  8592] By: jhi                                   on 2001/01/30  00:48:20
46518         Log: Integrate perlio.
46519      Branch: perl
46520           !> pod/perlapio.pod pod/perliol.pod
46521 ____________________________________________________________________________
46522 [  8591] By: nick                                  on 2001/01/29  22:02:28
46523         Log: GNU 'merge' Simon's copy of perliol.pod with version
46524              patched by Craig's patch.
46525      Branch: perlio
46526            ! pod/perliol.pod
46527 ____________________________________________________________________________
46528 [  8590] By: nick                                  on 2001/01/29  21:55:10
46529         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
46530      Branch: perlio
46531            ! pod/perlapio.pod pod/perliol.pod
46532 ____________________________________________________________________________
46533 [  8589] By: jhi                                   on 2001/01/29  15:35:33
46534         Log: Integrate change #8586 from maint-5.6/perl.
46535              
46536              make the BOM detection code not call tell() until it has to
46537              (meant to fix esoteric compatibility issues where PL_rsfp
46538              is overridden)
46539      Branch: perl
46540           !> toke.c
46541 ____________________________________________________________________________
46542 [  8588] By: jhi                                   on 2001/01/29  15:29:11
46543         Log: Subject: MAking Solaris malloc() the default
46544              From: Lupe Christoph <lupe@lupe-christoph.de>
46545              Date: Mon, 29 Jan 2001 12:59:36 +0100
46546              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
46547              
46548              The README.solaris part slightly tweaked.
46549      Branch: perl
46550            ! README.solaris hints/solaris_2.sh
46551 ____________________________________________________________________________
46552 [  8587] By: jhi                                   on 2001/01/29  15:17:34
46553         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
46554              From: root@ak-75.mind.de
46555              Date: Sun, 28 Jan 2001 20:32:29 +0100
46556              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
46557      Branch: perl
46558            ! pod/perlre.pod
46559 ____________________________________________________________________________
46560 [  8586] By: gsar                                  on 2001/01/29  13:43:44
46561         Log: make the BOM detection code not call tell() until it has to
46562              (meant to fix esoteric compatibility issues where PL_rsfp
46563              is overridden)
46564      Branch: maint-5.6/perl
46565            ! toke.c
46566 ____________________________________________________________________________
46567 [  8585] By: jhi                                   on 2001/01/28  20:05:45
46568         Log: Update Changes.
46569      Branch: perl
46570            ! Changes patchlevel.h
46571 ____________________________________________________________________________
46572 [  8584] By: jhi                                   on 2001/01/28  19:30:02
46573         Log: Integrate perlio.
46574      Branch: perl
46575           +> pod/perliol.pod
46576           !> MANIFEST pod/perlapio.pod
46577 ____________________________________________________________________________
46578 [  8583] By: jhi                                   on 2001/01/28  19:28:40
46579         Log: Patch from Inaba Hiroto:
46580              - canonical UTF-8 hash keys: if a key string for a hash is
46581              UTF8-on, try downgrade the string and use it if
46582              unicode::distinct is not in effect.
46583              For the task, I added a function bytes_from_utf8() to utf8.c.
46584              It might resemble utf8_to_bytes() but it is not convenient
46585              to the task.
46586              Made a test for it and added to t/op/each.t
46587              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
46588              the mortal copy of the argument SV.
46589              And changed t/io/utf8.t test 18 which expects print() to
46590              upgrade its argument.
46591              - re-implement sv_eq with bytes_from_utf8()
46592              - some bug fixes
46593              - tr/// does not handle UTF8 range (\x{}-\x{})
46594              - \ before raw UTF8 character produced
46595              "Malformed UTF-8 character" warning.
46596              - "\x{100}\N{CENT SIGN}" is Malformed.
46597              Added tests for these 3.
46598              - and one silly bug (by me) with qu operator.
46599      Branch: perl
46600            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
46601            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
46602            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
46603 ____________________________________________________________________________
46604 [  8582] By: nick                                  on 2001/01/28  19:25:04
46605         Log: Add pod/perliol.pod to MANIFEST :-(
46606      Branch: perlio
46607            ! MANIFEST
46608 ____________________________________________________________________________
46609 [  8581] By: nick                                  on 2001/01/28  19:22:40
46610         Log: PerlIO documentation. Proofing and sub-editing requested.
46611      Branch: perlio
46612            + pod/perliol.pod
46613            ! pod/perlapio.pod
46614 ____________________________________________________________________________
46615 [  8580] By: jhi                                   on 2001/01/28  05:16:25
46616         Log: Revert the change to sv_2pv() done by #8054: Someone who
46617              did SvNV_set() on a scalar that also happened to be POK,
46618              followed by sv_2pv() won't get the right coercion anymore.
46619              [Sarathy]
46620      Branch: maint-5.6/perl
46621            ! sv.c
46622 ____________________________________________________________________________
46623 [  8579] By: jhi                                   on 2001/01/28  05:15:04
46624         Log: Remove the #8084 effect: do not allow -Q to be interpreted
46625              as -&Q(), this is too much wiggle room.
46626      Branch: maint-5.6/perl
46627            ! toke.c
46628 ____________________________________________________________________________
46629 [  8578] By: jhi                                   on 2001/01/28  05:12:45
46630         Log: Needed bits of #8439 (should have been in #8576),
46631              mainly for lval substr().
46632      Branch: maint-5.6/perl
46633            ! mg.c pp.c pp_hot.c
46634 ____________________________________________________________________________
46635 [  8577] By: jhi                                   on 2001/01/28  05:02:46
46636         Log: A missing check-in.
46637      Branch: maint-5.6/perl
46638            ! utf8.c
46639 ____________________________________________________________________________
46640 [  8576] By: jhi                                   on 2001/01/28  04:26:18
46641         Log: Integrate changes #8425,8436,8439,8517 from mainline.
46642              The 8439 was not truly integrated because it had too many
46643              dependencies on the development branch and because it introduced
46644              concepts too bold for a maintenance branch (such as the qu operator).
46645              
46646              Subject: [PATCH perl@8342] -Wformat
46647              
46648              Tighten some of the UTF-8 tests a bit.
46649              
46650              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
46651              - The substr lval was still not okay.
46652              - Now pp_stringify and sv_setsv copies source's UTF8 flag
46653              even if IN_BYTE.  pp_stringify is called from fold_constants
46654              at optimization phase and "\x{100}" was made SvUTF8_off under
46655              use bytes (the bytes pragma is for "byte semantics" and not
46656              for "do not produce UTF8 data")
46657      Branch: maint-5.6/perl
46658            ! t/lib/charnames.t t/op/substr.t toke.c
46659           !> sv.c t/pragma/utf8.t
46660 ____________________________________________________________________________
46661 [  8575] By: jhi                                   on 2001/01/28  04:01:51
46662         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
46663              
46664              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
46665              
46666              Subject: [ID 20001230.003] UTF-8 tr still hurts
46667              
46668              Test cases for #8385 (from Simon's "torture.pl")
46669              
46670              Start fixing UTF-8 lval substr() (8405)
46671      Branch: maint-5.6/perl
46672           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
46673           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
46674 ____________________________________________________________________________
46675 [  8574] By: jhi                                   on 2001/01/28  03:09:06
46676         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
46677              from mainline.
46678              
46679              UTF-8 cleanup.
46680              
46681              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
46682              
46683              "\x{FF}\xFF" was broken.
46684              
46685              Tests for #8329 and #8330.
46686              
46687              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
46688              
46689              IRIX compiler noticed that the bof initialization might be
46690              bypassed by control flow.
46691              
46692              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
46693      Branch: maint-5.6/perl
46694           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
46695           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
46696 ____________________________________________________________________________
46697 [  8573] By: jhi                                   on 2001/01/28  02:06:12
46698         Log: Retract #8552.
46699      Branch: perl
46700            ! lib/Text/Wrap.pm t/lib/textwrap.t
46701 ____________________________________________________________________________
46702 [  8572] By: jhi                                   on 2001/01/28  02:04:49
46703         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
46704              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
46705              not really integrated but instead salvaged by hand
46706              (they had too many dependencies on the development release
46707              to be cleanly integratable).
46708              
46709              Subject: more UTF8 test suites and an UTF8 patch
46710              
46711              Tweak for MULTIPLICITY/USE_PERLIO
46712              
46713              Signedness nit.
46714              
46715              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
46716              
46717              Use the UTF8_XXX macros in is_utf8_char().
46718              
46719              Rewrite pp_concat() in terms of sv_catsv().  The . operator
46720              should now be UTF-8-proof.
46721              
46722              Subject: [PATCH perl@8269] scanning two hex-constants
46723              fails on EBCDIC environment (script length.t)
46724              
46725              Add some Unicode chop() tests.
46726      Branch: maint-5.6/perl
46727            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
46728           !> sv.c t/op/chop.t utf8.h
46729 ____________________________________________________________________________
46730 [  8571] By: jhi                                   on 2001/01/28  00:35:59
46731         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
46732              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
46733              
46734              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
46735              
46736              The maxiters upper limit sanity check (guarding against
46737              non-progress) assumed bytes instead of characters in s///
46738              and split().
46739              
46740              Signedness nit.
46741              
46742              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
46743              join() should now be UTF-8-proof.
46744              
46745              More split // UTF-8 tests. (8250)
46746      Branch: maint-5.6/perl
46747           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
46748           !> util.c
46749 ____________________________________________________________________________
46750 [  8570] By: jhi                                   on 2001/01/27  22:15:46
46751         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
46752              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
46753              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
46754              8084,8204,8244,8333 from mainline.
46755              
46756              For -Q where Q might be a one-letter sub name one does no more
46757              get a warning about an unknown filetest (7941,7943,7944,8084).
46758              
46759              Subject: Re: [ID 20001130.011] expression parsing bug ?
46760              
46761              Make uv_to_utf8() to zero-terminate its output buffer.
46762              
46763              Split off t/op/length.t (7995)
46764              
46765              Split off t/op/utf8decode.t (7996)
46766              
46767              Remove an unnecessary 'use utf8' from the utf8.t (7998)
46768              
46769              Split off t/op/concat.t (8004)
46770              
46771              Split off t/op/ver.t (8005)
46772              
46773              Document utf8_length(), utf8_distance(), and utf8_hop().
46774              
46775              Document utf8_to_uv() better.
46776              
46777              Introduce macros for UTF8 decoding (8028,8033).
46778              
46779              Add test for reverse() (8030,8031).
46780              
46781              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
46782              
46783              Do not return the Unicode replacement character    on UTF-8
46784              decoding failure.
46785              
46786              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
46787              not this_utf8 i.e. the output string has one, but don't mess
46788              with source assumption. (8052,8053)
46789              
46790              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
46791              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
46792              was not expecting to be called with something that was already
46793              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
46794              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
46795              (8054)
46796              
46797              Recode the naughty binary bytes in utf8decode.t using the \xHH.
46798              
46799              Make some panic messages a bit more logical.
46800      Branch: maint-5.6/perl
46801           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
46802           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
46803           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
46804           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
46805           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
46806           !> utf8.c utf8.h
46807 ____________________________________________________________________________
46808 [  8569] By: jhi                                   on 2001/01/27  19:16:43
46809         Log: Integrate changes #7750 from perlio and #8566 from mainline.
46810      Branch: maint-5.6/perl
46811           !> regexec.c sv.c
46812 ____________________________________________________________________________
46813 [  8568] By: jhi                                   on 2001/01/27  18:06:51
46814         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
46815              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
46816              7935[-perlio.c],7936,7959,7965 from mainline.
46817              
46818              Change the "big byte" error message to "Wide character".
46819              (7355, the croak-if-wide-chars-in-print part ignored)
46820              
46821              Use UINT64_C().
46822              
46823              Introduce Perl_utf8_length().
46824              
46825              diff -se shows these as different (7753, forgotten check-ins)
46826              
46827              Subject: [PATCH] doop.c - UTF8 tr///
46828              
46829              If we use (aTHX_ ...) then put Perl_ on the front.
46830              
46831              Make utf8_length() and utf8_distance() to be less forgiving
46832              about bad UTF-8.
46833              
46834              Test line numbers are different with utf8.
46835              
46836              No need to scan till infinity, 13 is enough. (7872,7911)
46837              
46838              Subject: [PATCH] Tokeniser debugging
46839              
46840              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
46841              
46842              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
46843              
46844              Be more careful in Perl_sv_utf8_downgrade().
46845              
46846              Use DO_UTF8().
46847              
46848              Raw zero bytes in text files confuse at least GNU patch 2.1.
46849      Branch: maint-5.6/perl
46850           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
46851           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
46852           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
46853           !> t/pragma/utf8.t toke.c utf8.c utf8.h
46854 ____________________________________________________________________________
46855 [  8567] By: nick                                  on 2001/01/27  11:10:38
46856         Log: Integrate mainline
46857      Branch: perlio
46858           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
46859           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
46860           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
46861           !> toke.c
46862 ____________________________________________________________________________
46863 [  8566] By: jhi                                   on 2001/01/27  06:22:48
46864         Log: More documentation for the regexp context stack.
46865      Branch: perl
46866            ! regexec.c
46867 ____________________________________________________________________________
46868 [  8565] By: jhi                                   on 2001/01/27  05:21:57
46869         Log: Update Changes.
46870      Branch: perl
46871            ! Changes patchlevel.h
46872 ____________________________________________________________________________
46873 [  8564] By: jhi                                   on 2001/01/27  04:44:04
46874         Log: Threadedness patch for #8562 from Doug MacEachern.
46875      Branch: perl
46876            ! toke.c
46877 ____________________________________________________________________________
46878 [  8563] By: jhi                                   on 2001/01/27  04:26:24
46879         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
46880              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
46881              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
46882              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
46883      Branch: perl
46884            ! op.c
46885 ____________________________________________________________________________
46886 [  8562] By: jhi                                   on 2001/01/27  04:20:30
46887         Log: Subject: Re: Announce : Tokener reporting patch
46888              From: Simon Cozens <simon@cozens.net>
46889              Date: Mon, 22 Jan 2001 02:17:22 +0000
46890              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
46891      Branch: perl
46892            ! embed.h embed.pl proto.h toke.c
46893 ____________________________________________________________________________
46894 [  8561] By: jhi                                   on 2001/01/27  04:17:24
46895         Log: Forgot from #8545.  Oops.
46896      Branch: perl
46897            ! pp.c t/pragma/overload.t
46898 ____________________________________________________________________________
46899 [  8560] By: jhi                                   on 2001/01/27  03:01:47
46900         Log: A better module compilation test, use MANIFEST as suggested
46901              by Spider.
46902      Branch: perl
46903            ! t/lib/1_compile.t
46904 ____________________________________________________________________________
46905 [  8559] By: jhi                                   on 2001/01/27  02:50:48
46906         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
46907              From: Peter Prymmer <pvhp@forte.com>
46908              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
46909              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
46910      Branch: perl
46911            ! t/lib/b.t
46912 ____________________________________________________________________________
46913 [  8558] By: jhi                                   on 2001/01/27  02:27:05
46914         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
46915              From: Peter Prymmer <pvhp@forte.com>
46916              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
46917              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
46918      Branch: perl
46919            ! t/pragma/sub_lval.t
46920 ____________________________________________________________________________
46921 [  8557] By: jhi                                   on 2001/01/27  02:26:03
46922         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
46923              From: Peter Prymmer <pvhp@forte.com>
46924              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
46925              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
46926      Branch: perl
46927            ! t/lib/st-06compat.t
46928 ____________________________________________________________________________
46929 [  8556] By: jhi                                   on 2001/01/27  02:24:33
46930         Log: Subject: [PATCH: perl@8531] minor update to README.os390
46931              From: Peter Prymmer <pvhp@forte.com>
46932              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
46933              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
46934      Branch: perl
46935            ! README.os390
46936 ____________________________________________________________________________
46937 [  8555] By: jhi                                   on 2001/01/27  00:35:47
46938         Log: No point in checking the length before we know whether the pointer
46939              is bogus or not, fixes Abigail's odbm failures in Linux.
46940      Branch: perl
46941            ! sv.c
46942 ____________________________________________________________________________
46943 [  8554] By: nick                                  on 2001/01/26  19:01:31
46944         Log: Integrate mainline
46945      Branch: perlio
46946           !> lib/Text/Wrap.pm t/lib/textwrap.t
46947 ____________________________________________________________________________
46948 [  8553] By: jhi                                   on 2001/01/26  15:19:39
46949         Log: Integrate change #7792 from perlio (multiplicity fix),
46950              fix the AV leak in regex DEBUGGING (tiny part of the
46951              polymorphic regexp patch #8143).
46952      Branch: maint-5.6/perl
46953            ! regcomp.c
46954           !> scope.h
46955 ____________________________________________________________________________
46956 [  8552] By: jhi                                   on 2001/01/26  15:03:23
46957         Log: (Retracted by #8573)
46958              
46959              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
46960              From: Michael G Schwern <schwern@pobox.com>
46961              Date: Fri, 26 Jan 2001 09:28:31 -0500
46962              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
46963      Branch: perl
46964            ! lib/Text/Wrap.pm t/lib/textwrap.t
46965 ____________________________________________________________________________
46966 [  8551] By: jhi                                   on 2001/01/26  02:33:19
46967         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
46968              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
46969              
46970              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
46971              
46972              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
46973              
46974              Message nit.
46975              
46976              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
46977              
46978              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
46979              
46980              (the cleanup of unused submatches in regtry() and regcppop())
46981              
46982              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
46983              stored and restored, and thusly was trounced by the utf8 swash
46984              routines.
46985              
46986              use utf8 not required to use \x{}.
46987              
46988              Removed two more tests that make no sense in UTF-8 since the test
46989              data is not in UTF-8.
46990              
46991              Get the three different space character classes right under utf8.
46992              
46993              Implement ANYOFUTF8 regprop() dumping.
46994              
46995              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
46996              
46997              Document the regex context pushing/popping a bit better.
46998      Branch: maint-5.6/perl
46999           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
47000           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
47001           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
47002           !> t/op/regmesg.t utf8.c
47003 ____________________________________________________________________________
47004 [  8550] By: nick                                  on 2001/01/25  19:42:30
47005         Log: Integrate mainline
47006      Branch: perlio
47007           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
47008           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
47009           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
47010           !> t/lib/bigint.t t/lib/bigintpm.t
47011 ____________________________________________________________________________
47012 [  8549] By: jhi                                   on 2001/01/25  15:22:28
47013         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
47014      Branch: maint-5.6/perl
47015            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
47016 ____________________________________________________________________________
47017 [  8548] By: jhi                                   on 2001/01/25  15:02:55
47018         Log: Integrate changes #7997,8063,8492,8547 from mainline.
47019              
47020              Subject: Re: STRLEN - what?
47021              
47022              Subject: [PATCH] perlguts.pod
47023              
47024              Memory management calls documentation.
47025              
47026              Layout using tabulator is not a good idea in a pod.
47027      Branch: maint-5.6/perl
47028           !> pod/perlguts.pod
47029 ____________________________________________________________________________
47030 [  8547] By: jhi                                   on 2001/01/25  14:49:05
47031         Log: Layout using tabulator is not a good idea in a pod.
47032      Branch: perl
47033            ! pod/perlguts.pod
47034 ____________________________________________________________________________
47035 [  8546] By: jhi                                   on 2001/01/25  14:31:12
47036         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
47037              from mainline.
47038              
47039              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
47040              
47041              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
47042              
47043              More Win32 editor/IDE/shell hints.
47044              
47045              More Win32 Perling.
47046              
47047              Yet another editor edit.
47048              
47049              Edit edit edit.
47050              
47051              IDE/editor section tweaking.
47052              
47053              Few more IDE/editor nits from p5p.
47054      Branch: maint-5.6/perl
47055           !> pod/perlfaq3.pod
47056 ____________________________________________________________________________
47057 [  8545] By: jhi                                   on 2001/01/25  04:16:32
47058         Log: Subject: [PATCH 5.7.0] overload int()
47059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47060              Date: Wed, 24 Jan 2001 19:06:57 -0500
47061              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
47062      Branch: perl
47063            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
47064            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
47065            ! t/lib/bigintpm.t
47066 ____________________________________________________________________________
47067 [  8544] By: jhi                                   on 2001/01/25  04:15:11
47068         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
47069              From: Peter Prymmer <pvhp@forte.com>
47070              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
47071              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
47072      Branch: perl
47073            ! Makefile.SH README.os390 hints/os390.sh installperl
47074 ____________________________________________________________________________
47075 [  8543] By: jhi                                   on 2001/01/25  03:52:08
47076         Log: Integrate change #8462,8469 from mainline.
47077              
47078              In VMS Perl subversion (perl -V) is undef.
47079      Branch: maint-5.6/perl
47080           !> configure.com
47081 ____________________________________________________________________________
47082 [  8542] By: jhi                                   on 2001/01/25  03:44:55
47083         Log: Integrate changes #7835,7850,8315,8316 from mainline.
47084              
47085              Solaris hints.
47086      Branch: maint-5.6/perl
47087           !> hints/solaris_2.sh
47088 ____________________________________________________________________________
47089 [  8541] By: jhi                                   on 2001/01/25  03:39:28
47090         Log: Integrate #8336 from mainline.
47091      Branch: maint-5.6/perl
47092           !> hv.c
47093 ____________________________________________________________________________
47094 [  8540] By: jhi                                   on 2001/01/25  03:23:50
47095         Log: Retract #8539.
47096      Branch: maint-5.6/perl
47097            ! pod/perlfaq3.pod
47098 ____________________________________________________________________________
47099 [  8539] By: jhi                                   on 2001/01/25  03:21:55
47100         Log: (Retracted by #8540.)
47101      Branch: maint-5.6/perl
47102            ! pod/perlfaq3.pod
47103 ____________________________________________________________________________
47104 [  8538] By: jhi                                   on 2001/01/25  03:14:07
47105         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
47106              From: Peter Prymmer <pvhp@forte.com>
47107              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
47108              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
47109              
47110              The VMS bits.
47111      Branch: maint-5.6/perl
47112            ! configure.com vms/descrip_mms.template
47113 ____________________________________________________________________________
47114 [  8537] By: jhi                                   on 2001/01/25  03:06:09
47115         Log: Integrate #7710,7824,7973 from mainline.
47116      Branch: maint-5.6/perl
47117           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47118           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
47119           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
47120           !> vos/config.ga.def vos/config.ga.h win32/config.bc
47121           !> win32/config.gc win32/config.vc
47122 ____________________________________________________________________________
47123 [  8536] By: jhi                                   on 2001/01/24  13:50:20
47124         Log: Revert the edits made by me so far to the 5.6 branch since
47125              the TRIAL1 since I did edits when I should have been using
47126              integrates.  Bad programmer.   (Will integrate them properly later.)
47127              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
47128              The #8353 will not be reapplied at least for now since
47129              the UTF-8 hash keys need more thinking.
47130              (The patches #8347, #8354, #8454, #8473 were okay since they
47131              were original edits made specifically for the 5.6.1-TRIAL1.)
47132      Branch: maint-5.6/perl
47133            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47134            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
47135            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
47136            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
47137            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
47138            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47139            ! win32/config.bc win32/config.gc win32/config.vc
47140 ____________________________________________________________________________
47141 [  8535] By: bailey                                on 2001/01/24  06:37:02
47142         Log: SYN SYN
47143      Branch: vmsperl
47144           +> (branch 26 files)
47145           !> (integrate 130 files)
47146 ____________________________________________________________________________
47147 [  8534] By: nick                                  on 2001/01/23  19:30:57
47148         Log: Integrate mainline.
47149      Branch: perlio
47150           !> Changes Configure Porting/Glossary Porting/config.sh
47151           !> Porting/config_H embed.h embed.pl ext/Encode/compile
47152           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
47153           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
47154           !> pod/perlvar.pod proto.h t/lib/1_compile.t
47155 ____________________________________________________________________________
47156 [  8533] By: jhi                                   on 2001/01/23  16:15:46
47157         Log: Forgotten from #8501.
47158      Branch: perl
47159            ! Porting/Glossary Porting/config.sh Porting/config_H
47160 ____________________________________________________________________________
47161 [  8532] By: jhi                                   on 2001/01/23  16:13:27
47162         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
47163              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47164              Date: Mon, 22 Jan 2001 17:51:58 +0100
47165              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
47166      Branch: perl
47167            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
47168 ____________________________________________________________________________
47169 [  8531] By: jhi                                   on 2001/01/23  15:46:01
47170         Log: Update Changes.
47171      Branch: perl
47172            ! Changes patchlevel.h
47173 ____________________________________________________________________________
47174 [  8530] By: jhi                                   on 2001/01/23  15:38:39
47175         Log: De-cut-and-pasto.
47176      Branch: perl
47177            ! t/lib/1_compile.t
47178 ____________________________________________________________________________
47179 [  8529] By: jhi                                   on 2001/01/23  15:11:04
47180         Log: Document the mkdir trailing slashes case.
47181      Branch: perl
47182            ! pod/perlfunc.pod
47183 ____________________________________________________________________________
47184 [  8528] By: jhi                                   on 2001/01/23  15:08:28
47185         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
47186              get installed:
47187              
47188              Subject: lib/lib.pm
47189              From: <abigail@foad.org>
47190              Date: Mon, 28 Aug 2000 20:35:08 -0400
47191              Message-ID: <20000829003508.21281.qmail@foad.org>
47192      Branch: perl
47193            ! installperl
47194 ____________________________________________________________________________
47195 [  8527] By: jhi                                   on 2001/01/23  14:44:04
47196         Log: Metaconfig unit change for #8526.
47197      Branch: metaconfig
47198            ! U/threads/archname.U
47199 ____________________________________________________________________________
47200 [  8526] By: jhi                                   on 2001/01/23  14:43:19
47201         Log: Attach -perlio to the archname if so selected.
47202      Branch: perl
47203            ! Configure
47204 ____________________________________________________________________________
47205 [  8525] By: jhi                                   on 2001/01/23  14:24:01
47206         Log: Subject: [PATCH] pod/perlvar.pod
47207              From: abigail@foad.org
47208              Date: Tue, 23 Jan 2001 01:41:10 +0100
47209              Message-ID: <20010123004110.22259.qmail@foad.org>
47210      Branch: perl
47211            ! pod/perlvar.pod
47212 ____________________________________________________________________________
47213 [  8524] By: jhi                                   on 2001/01/23  14:22:32
47214         Log: A bug introduced in #8217 (the undefined variable in the
47215              lib/safe1_t #3) fixed, by Charles Lane:
47216              
47217              The earlier patch made it so that stuff running in Safe
47218              compartments could do a "caller" and see "main".  That
47219              little change in name is done right before the code in
47220              the compartment is run, and apparantly the parser
47221              was picking up the stash name before it got changed.
47222              
47223              (why it was threaded vs. unthreaded Perl that was sensitive to this
47224              I still don't know...and it probably doesn't matter).
47225              
47226              I tryed removing the stash name-change and saw that threaded Perl
47227              did indeed pass the lib/safe1.t tests.
47228              
47229              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
47230              do the name change (and to connect _ in the compartment to the global
47231              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
47232              to call _safe_pkg_prep when creating a new compartment.
47233              
47234              Passes all tests with threaded perl on linux; passes all tests
47235              with unthreaded perl on VMS.
47236              
47237              At some point I'll probably want to revisit Safe and Opcode to
47238              provide more sensible handling of global variables...and to get
47239              formats working in Safe compartments, which they don't do currently.
47240      Branch: perl
47241            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
47242 ____________________________________________________________________________
47243 [  8523] By: jhi                                   on 2001/01/23  14:11:58
47244         Log: Also the lib/Thread.pm itself needs to be ignored if
47245              the Thread extension hasn't been built.
47246      Branch: perl
47247            ! t/lib/1_compile.t
47248 ____________________________________________________________________________
47249 [  8522] By: jhi                                   on 2001/01/23  13:51:28
47250         Log: print() instead of warn() so that stderr doesn't get
47251              unnecessarily polluted.
47252      Branch: perl
47253            ! ext/Encode/compile
47254 ____________________________________________________________________________
47255 [  8521] By: jhi                                   on 2001/01/23  13:49:48
47256         Log: Integrate perlio.
47257      Branch: perl
47258           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
47259           !> ext/Encode/encode.h
47260 ____________________________________________________________________________
47261 [  8520] By: nick                                  on 2001/01/22  21:44:00
47262         Log: More messing with Encode:
47263              Extra fields in header to allow multiple names and to record
47264              other things "compile" knows.
47265              Re-organise compile to factor out common output routines.
47266      Branch: perlio
47267            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
47268 ____________________________________________________________________________
47269 [  8519] By: nick                                  on 2001/01/22  20:33:50
47270         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
47271      Branch: perlio
47272            ! ext/Encode/Makefile.PL ext/Encode/compile
47273 ____________________________________________________________________________
47274 [  8518] By: nick                                  on 2001/01/22  20:28:13
47275         Log: Integrate mainline
47276      Branch: perlio
47277           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
47278           !> vos/config.alpha.def vos/config.alpha.h
47279 ____________________________________________________________________________
47280 [  8517] By: jhi                                   on 2001/01/22  15:37:17
47281         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
47282              by Inaba Hiroto.
47283      Branch: perl
47284            ! sv.c
47285 ____________________________________________________________________________
47286 [  8516] By: jhi                                   on 2001/01/22  14:55:15
47287         Log: More SIG_SIZE fixes.
47288      Branch: perl
47289            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
47290 ____________________________________________________________________________
47291 [  8515] By: jhi                                   on 2001/01/22  14:50:27
47292         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
47293              From: "Craig A. Berry" <craigberry@mac.com>
47294              Date: Mon, 22 Jan 2001 00:42:24 -0600
47295              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
47296      Branch: perl
47297            ! configure.com
47298 ____________________________________________________________________________
47299 [  8514] By: jhi                                   on 2001/01/22  14:31:17
47300         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
47301              From: "Craig A. Berry" <craigberry@mac.com>
47302              Date: Sun, 21 Jan 2001 23:03:25 -0600
47303              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
47304      Branch: perl
47305            ! configure.com
47306 ____________________________________________________________________________
47307 [  8513] By: jhi                                   on 2001/01/22  14:14:00
47308         Log: Add the .ucm encoding tables to the MANIFEST.
47309      Branch: perl
47310            ! MANIFEST
47311 ____________________________________________________________________________
47312 [  8512] By: jhi                                   on 2001/01/22  13:43:33
47313         Log: Integrate perlio.
47314      Branch: perl
47315           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
47316           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
47317           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
47318           +> ext/Encode/Encode/iso8859-10.ucm
47319           +> ext/Encode/Encode/iso8859-13.ucm
47320           +> ext/Encode/Encode/iso8859-14.ucm
47321           +> ext/Encode/Encode/iso8859-15.ucm
47322           +> ext/Encode/Encode/iso8859-16.ucm
47323           +> ext/Encode/Encode/iso8859-2.ucm
47324           +> ext/Encode/Encode/iso8859-3.ucm
47325           +> ext/Encode/Encode/iso8859-4.ucm
47326           +> ext/Encode/Encode/iso8859-5.ucm
47327           +> ext/Encode/Encode/iso8859-6.ucm
47328           +> ext/Encode/Encode/iso8859-7.ucm
47329           +> ext/Encode/Encode/iso8859-8.ucm
47330           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
47331           +> ext/Encode/Encode/symbol.ucm
47332           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
47333           !> perliol.h
47334 ____________________________________________________________________________
47335 [  8511] By: nick                                  on 2001/01/21  23:44:47
47336         Log: Make "real" layers of ":utf8" and ":raw".
47337              So now PERLIO=utf8 perl ...
47338              does what Andreas wanted.
47339              Fix arg passing in open.pm (still have a Carp issue).
47340      Branch: perlio
47341            ! lib/open.pm perlio.c perliol.h
47342 ____________________________________________________________________________
47343 [  8510] By: jhi                                   on 2001/01/21  22:56:53
47344         Log: Document the regex content pushing/popping a bit better.
47345      Branch: perl
47346            ! regexec.c
47347 ____________________________________________________________________________
47348 [  8509] By: jhi                                   on 2001/01/21  22:55:44
47349         Log: Tweak the mkdir trailing slash code some more.
47350              
47351              TO DO: the same handling should probably be done for
47352              all the other filesystem functions that can have directories
47353              as their arguments.
47354      Branch: perl
47355            ! pp_sys.c
47356 ____________________________________________________________________________
47357 [  8508] By: nick                                  on 2001/01/21  21:37:43
47358         Log: Switch "compiled in" encodings to .ucm format.
47359              (Leave others as .enc till we can run-time load .ucm,
47360              or find some other way to load them.)
47361      Branch: perlio
47362            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
47363            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
47364            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
47365            + ext/Encode/Encode/iso8859-10.ucm
47366            + ext/Encode/Encode/iso8859-13.ucm
47367            + ext/Encode/Encode/iso8859-14.ucm
47368            + ext/Encode/Encode/iso8859-15.ucm
47369            + ext/Encode/Encode/iso8859-16.ucm
47370            + ext/Encode/Encode/iso8859-2.ucm
47371            + ext/Encode/Encode/iso8859-3.ucm
47372            + ext/Encode/Encode/iso8859-4.ucm
47373            + ext/Encode/Encode/iso8859-5.ucm
47374            + ext/Encode/Encode/iso8859-6.ucm
47375            + ext/Encode/Encode/iso8859-7.ucm
47376            + ext/Encode/Encode/iso8859-8.ucm
47377            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
47378            + ext/Encode/Encode/symbol.ucm
47379            ! ext/Encode/Makefile.PL ext/Encode/compile
47380 ____________________________________________________________________________
47381 [  8507] By: nick                                  on 2001/01/21  21:02:03
47382         Log: Integrate (partial) mainline.
47383      Branch: perlio
47384           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
47385           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
47386           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47387 ____________________________________________________________________________
47388 [  8506] By: jhi                                   on 2001/01/21  20:09:30
47389         Log: Update Changes.
47390      Branch: perl
47391            ! Changes patchlevel.h
47392 ____________________________________________________________________________
47393 [  8505] By: jhi                                   on 2001/01/21  19:39:59
47394         Log: Subject: Minor typos in perlfaq2.pod
47395              From: "Stephen P. Potter" <spp@spotter.yi.org>
47396              Message-Id: <200101192101.QAA11911@spotter.yi.org>
47397              Date: Fri, 19 Jan 2001 16:01:13 -0500
47398              
47399              with a nit from Philip Newton.
47400      Branch: perl
47401            ! pod/perlfaq2.pod
47402 ____________________________________________________________________________
47403 [  8504] By: jhi                                   on 2001/01/21  19:33:05
47404         Log: Metaconfig change for #8503.
47405      Branch: metaconfig
47406            ! U/threads/usethreads.U
47407 ____________________________________________________________________________
47408 [  8503] By: jhi                                   on 2001/01/21  19:32:21
47409         Log: Sanity check for conflicting thread flavours.
47410      Branch: perl
47411            ! Configure config_h.SH
47412 ____________________________________________________________________________
47413 [  8502] By: jhi                                   on 2001/01/21  19:23:00
47414         Log: Metaconfig change for #8501.
47415      Branch: metaconfig
47416            ! U/modified/sig_name.U
47417 ____________________________________________________________________________
47418 [  8501] By: jhi                                   on 2001/01/21  19:22:26
47419         Log: The SIG_SIZE is the number of the elements *excluding*
47420              the terminating NULL.
47421      Branch: perl
47422            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
47423            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
47424            ! win32/config_H.vc
47425 ____________________________________________________________________________
47426 [  8500] By: jhi                                   on 2001/01/21  18:31:31
47427         Log: Integrate perlio.
47428      Branch: perl
47429           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
47430           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
47431           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
47432           !> pp_sys.c proto.h sv.c
47433 ____________________________________________________________________________
47434 [  8499] By: jhi                                   on 2001/01/21  17:43:57
47435         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
47436              From: Hugo <hv@crypt.compulink.co.uk>
47437              Date: Sun, 21 Jan 2001 13:34:05 +0000
47438              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
47439              
47440              In sprintf UTF8ize only if necessary.
47441      Branch: perl
47442            ! sv.c
47443 ____________________________________________________________________________
47444 [  8498] By: nick                                  on 2001/01/21  16:25:32
47445         Log: Encode cleanup.
47446              Add command line control over "compile" so that Makefile.PL
47447              needs can be combined with other uses.
47448              Use command line options in Makefile.PL.
47449              Fix multi-byte parsing in .ucm files.
47450      Branch: perlio
47451            ! ext/Encode/Makefile.PL ext/Encode/compile
47452 ____________________________________________________________________________
47453 [  8497] By: nick                                  on 2001/01/21  12:56:27
47454         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
47455      Branch: perlio
47456            ! ext/Encode/Encode.xs
47457 ____________________________________________________________________________
47458 [  8496] By: nick                                  on 2001/01/21  12:18:45
47459         Log: Fixup after integrate:
47460              missed the .sym files that are changed by regen_headers
47461              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
47462      Branch: perlio
47463            ! global.sym pp.sym sv.c
47464 ____________________________________________________________________________
47465 [  8495] By: nick                                  on 2001/01/21  11:51:07
47466         Log: Integrate mainline.
47467      Branch: perlio
47468           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
47469           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
47470           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
47471           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
47472           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
47473           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
47474           !> win32/Makefile win32/makefile.mk
47475 ____________________________________________________________________________
47476 [  8494] By: jhi                                   on 2001/01/20  23:12:11
47477         Log: Forgot the expect_number() prototype.
47478      Branch: perl
47479            ! embed.h embed.pl proto.h
47480 ____________________________________________________________________________
47481 [  8493] By: jhi                                   on 2001/01/20  22:56:39
47482         Log: Subject: [PATCH: perl@8482] README.vms URL updates
47483              From: Peter Prymmer <pvhp@forte.com>
47484              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
47485              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
47486              
47487              Plus Craig A. Berry's suggestion to use compaq.com instead
47488              of digital.com.
47489      Branch: perl
47490            ! README.vms
47491 ____________________________________________________________________________
47492 [  8492] By: jhi                                   on 2001/01/20  22:50:05
47493         Log: Memory management calls documentation.
47494      Branch: perl
47495            ! pod/perlguts.pod
47496 ____________________________________________________________________________
47497 [  8491] By: jhi                                   on 2001/01/20  22:38:33
47498         Log: Signedness nit plus few memcpy/Copy nits.
47499      Branch: perl
47500            ! sv.c
47501 ____________________________________________________________________________
47502 [  8490] By: jhi                                   on 2001/01/20  22:25:53
47503         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
47504              From: Peter Prymmer <pvhp@forte.com>
47505              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
47506              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
47507      Branch: perl
47508            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
47509 ____________________________________________________________________________
47510 [  8489] By: jhi                                   on 2001/01/20  22:24:41
47511         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
47512              From: Peter Prymmer <pvhp@forte.com>
47513              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
47514              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
47515      Branch: perl
47516            ! win32/Makefile win32/makefile.mk
47517 ____________________________________________________________________________
47518 [  8488] By: jhi                                   on 2001/01/20  22:22:27
47519         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
47520              From: Peter Prymmer <pvhp@forte.com>
47521              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
47522              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
47523      Branch: perl
47524            ! Makefile.SH
47525 ____________________________________________________________________________
47526 [  8487] By: jhi                                   on 2001/01/20  22:21:18
47527         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
47528              From: Peter Prymmer <pvhp@forte.com>
47529              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
47530              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
47531      Branch: perl
47532            + ext/DynaLoader/dl_dllload.xs
47533            ! MANIFEST Makefile.SH hints/os390.sh
47534 ____________________________________________________________________________
47535 [  8486] By: jhi                                   on 2001/01/20  22:17:53
47536         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
47537              From: Peter Prymmer <pvhp@forte.com>
47538              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
47539              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
47540      Branch: perl
47541            ! README.os390 README.posix-bc
47542 ____________________________________________________________________________
47543 [  8485] By: jhi                                   on 2001/01/20  20:15:30
47544         Log: Document and test the new qu operator.
47545      Branch: perl
47546            + t/op/qu.t
47547            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
47548            ! pod/perlretut.pod pod/perlunicode.pod
47549 ____________________________________________________________________________
47550 [  8484] By: nick                                  on 2001/01/20  19:42:30
47551         Log: Infrastructure to allow:
47552              open($fh,"|-",@array);
47553              to be implemented
47554              i.e. mark pp_open as needing a stack mark, and make pp_open
47555              process its args in that style (and pass them _all_ to tied handles OPEN).
47556              Invent do_openn() which takes SV ** at allow it to see multiple args.
47557              Note this does not _do_ anything yet.
47558      Branch: perlio
47559            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
47560            ! perlapi.c pp_proto.h pp_sys.c proto.h
47561 ____________________________________________________________________________
47562 [  8483] By: nick                                  on 2001/01/20  17:23:14
47563         Log: Integrate mainline.
47564      Branch: perlio
47565           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
47566           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
47567 ____________________________________________________________________________
47568 [  8482] By: jhi                                   on 2001/01/19  15:37:49
47569         Log: Update Changes.
47570      Branch: perl
47571            ! Changes patchlevel.h
47572 ____________________________________________________________________________
47573 [  8481] By: jhi                                   on 2001/01/19  14:41:24
47574         Log: Subject: Re: new feature: s?printf parameter reordering 
47575              From: Hugo <hv@crypt.compulink.co.uk>
47576              Date: Thu, 11 Jan 2001 17:09:03 +0000
47577              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
47578              
47579              - support reordering for all parameters: %, *v, *, .*
47580              - lay down that the reordering specification must immediately
47581              follow that parameter: %3$, *v3$, *3$, .*3$
47582              - fix vectorisation of a zero-length string
47583              - factor out the code choosing the argument to format
47584              
47585              Possibly unwanted side-effects:
47586              - the special format specifiers ' +-0' must now precede any
47587              vectorisation specifier. Tests in op/sprintf and op/ver
47588              have been changed to reflect this.
47589              - sprintf.t test #214 changed its expectations because in many
47590              cases, the next parameter has already been consumed when an
47591              invalid type letter is detected.
47592              
47593              Probably wanted side-effects:
47594              - attempts to format a non-existent parameter will warn as if C<undef>
47595              - attempt to write to non-existent parameter with '%n' will complain
47596              of "attempt to modify read-only value" instead of being silent
47597      Branch: perl
47598            ! sv.c t/op/sprintf.t t/op/ver.t
47599 ____________________________________________________________________________
47600 [  8480] By: jhi                                   on 2001/01/19  14:08:37
47601         Log: Subject: PATCH pragma/locale.t
47602              From: andreas.koenig@anima.de (Andreas J. Koenig)
47603              Date: 18 Jan 2001 09:45:37 +0100
47604              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
47605      Branch: perl
47606            ! t/pragma/locale.t
47607 ____________________________________________________________________________
47608 [  8479] By: jhi                                   on 2001/01/19  13:19:58
47609         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
47610      Branch: perl
47611            ! configure.com
47612 ____________________________________________________________________________
47613 [  8478] By: jhi                                   on 2001/01/19  02:12:35
47614         Log: Automate 1_compile.t.
47615      Branch: perl
47616            ! t/lib/1_compile.t
47617 ____________________________________________________________________________
47618 [  8477] By: jhi                                   on 2001/01/19  01:49:56
47619         Log: Integrate perlio.
47620      Branch: perl
47621           !> sv.c win32/config.bc win32/config.gc win32/config.vc
47622           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47623 ____________________________________________________________________________
47624 [  8476] By: nick                                  on 2001/01/18  21:51:52
47625         Log: Integrate mainline
47626      Branch: perlio
47627           +> t/lib/1_compile.t t/lib/compmod.pl
47628           !> MANIFEST configure.com lib/unicode/distinct.pm
47629 ____________________________________________________________________________
47630 [  8475] By: nick                                  on 2001/01/18  21:48:02
47631         Log: Win32 "safe signals" co-existance fix.
47632              Fix SIG_SIZE value.
47633              Clear PL_sig_pending when cloning (fork).
47634      Branch: perlio
47635            ! sv.c win32/config.bc win32/config.gc win32/config.vc
47636            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47637 ____________________________________________________________________________
47638 [  8474] By: jhi                                   on 2001/01/18  14:40:57
47639         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
47640      Branch: perl
47641            ! t/lib/1_compile.t
47642 ____________________________________________________________________________
47643 [  8473] By: gsar                                  on 2001/01/18  11:42:31
47644         Log: unsubmitted trial1 change
47645      Branch: maint-5.6/perl
47646            ! Changes
47647 ____________________________________________________________________________
47648 [  8472] By: jhi                                   on 2001/01/18  04:30:24
47649         Log: The first bug found by 1_compile.t.
47650      Branch: perl
47651            ! lib/unicode/distinct.pm
47652 ____________________________________________________________________________
47653 [  8471] By: jhi                                   on 2001/01/18  04:29:42
47654         Log: Add Schwern's 1_compile test.  The compile_module script renamed
47655              to be a bit shorter for the 8.3 people.
47656      Branch: perl
47657            + t/lib/1_compile.t t/lib/compmod.pl
47658            ! MANIFEST
47659 ____________________________________________________________________________
47660 [  8470] By: jhi                                   on 2001/01/18  04:16:00
47661         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)
47662              From: Peter Prymmer <pvhp@forte.com>
47663              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
47664              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
47665              Replace #8463.
47666      Branch: maint-5.6/perl
47667            ! configure.com
47668 ____________________________________________________________________________
47669 [  8469] By: jhi                                   on 2001/01/18  04:13:02
47670         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)
47671              From: Peter Prymmer <pvhp@forte.com>
47672              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
47673              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
47674              Replace #8462.
47675      Branch: perl
47676            ! configure.com
47677 ____________________________________________________________________________
47678 [  8468] By: jhi                                   on 2001/01/18  03:42:08
47679         Log: Integrate perlio.
47680      Branch: perl
47681           !> gv.c mg.c perlio.c util.c
47682 ____________________________________________________________________________
47683 [  8467] By: nick                                  on 2001/01/17  22:41:10
47684         Log: "Safe" signals - trial implementation.
47685              gv.c tweaked to zero PL_sig_pend array
47686              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
47687              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
47688              Odd thing is that it "works" with PERLIO=stdio as well (linux).
47689      Branch: perlio
47690            ! gv.c mg.c perlio.c util.c
47691 ____________________________________________________________________________
47692 [  8466] By: nick                                  on 2001/01/17  20:40:20
47693         Log: Integrate mainline.
47694      Branch: perlio
47695           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47696           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
47697           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
47698           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47699           !> vos/config.ga.h win32/config.bc win32/config.gc
47700           !> win32/config.vc
47701 ____________________________________________________________________________
47702 [  8465] By: jhi                                   on 2001/01/17  18:37:13
47703         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
47704              From: Nicholas Clark <nick@ccl4.org>
47705              Date: Wed, 17 Jan 2001 17:31:33 +0000
47706              Message-ID: <20010117173133.I2633@plum.flirble.org>
47707      Branch: perl
47708            ! t/op/int.t
47709 ____________________________________________________________________________
47710 [  8464] By: jhi                                   on 2001/01/17  14:43:17
47711         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
47712              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47713              Date: Wed, 17 Jan 2001 15:16:43 +0100
47714              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
47715              
47716              pp_int() was dropping an NV to the floor,
47717              int(279964589018079/59) either returned not an integer
47718              4745162525730.15, or one got "Attempt to free unreferenced scalar."
47719      Branch: perl
47720            ! pp.c
47721 ____________________________________________________________________________
47722 [  8463] By: jhi                                   on 2001/01/17  06:12:42
47723         Log: (Replaced by #8470)
47724              
47725              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)
47726              From: "Craig A. Berry" <craigberry@mac.com>
47727              Date: Tue, 16 Jan 2001 23:38:46 -0600
47728              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
47729      Branch: maint-5.6/perl
47730            ! configure.com
47731 ____________________________________________________________________________
47732 [  8462] By: jhi                                   on 2001/01/17  06:11:31
47733         Log: (Replaced by #8469)
47734              
47735              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)
47736              From: "Craig A. Berry" <craigberry@mac.com>
47737              Date: Tue, 16 Jan 2001 23:38:46 -0600
47738              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
47739      Branch: perl
47740            ! configure.com
47741 ____________________________________________________________________________
47742 [  8461] By: jhi                                   on 2001/01/17  05:56:12
47743         Log: Allow for one trailing slash in the directory of mkdir().
47744      Branch: perl
47745            ! pp_sys.c
47746 ____________________________________________________________________________
47747 [  8460] By: jhi                                   on 2001/01/17  03:26:01
47748         Log: Metaconfig unit changes for #8459.
47749      Branch: metaconfig
47750            ! U/modified/Loc.U U/modified/sig_name.U
47751 ____________________________________________________________________________
47752 [  8459] By: jhi                                   on 2001/01/17  03:24:48
47753         Log: Define SIG_SIZE, the number of elements in the sig_name and
47754              sig_num arrays, including the final NULL entry.
47755      Branch: perl
47756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47757            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
47758            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
47759            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47760            ! win32/config.bc win32/config.gc win32/config.vc
47761 ____________________________________________________________________________
47762 [  8458] By: jhi                                   on 2001/01/17  01:41:33
47763         Log: Integrate perlio.
47764      Branch: perl
47765           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
47766           !> perlapi.h proto.h sv.c
47767 ____________________________________________________________________________
47768 [  8457] By: nick                                  on 2001/01/16  22:07:26
47769         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
47770              Provides all the "cost" but no benefit yet - it is to allow cost
47771              to be measured, and implementation experiments (just in mg.c?).
47772      Branch: perlio
47773            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
47774            ! perlapi.h proto.h sv.c
47775 ____________________________________________________________________________
47776 [  8456] By: nick                                  on 2001/01/16  21:07:07
47777         Log: Integrate mainline.
47778      Branch: perlio
47779           !> (integrate 51 files)
47780 ____________________________________________________________________________
47781 [  8455] By: jhi                                   on 2001/01/16  18:13:43
47782         Log: Subject: [PATCH] regcomp.c old feature removal
47783              From: mjd@plover.com
47784              Date: 16 Jan 2001 14:43:18 -0000 
47785              Message-ID: <20010116144318.7140.qmail@plover.com> 
47786      Branch: perl
47787            ! regcomp.c
47788 ____________________________________________________________________________
47789 [  8454] By: jhi                                   on 2001/01/16  16:12:39
47790         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
47791              From: "Indy Singh" <indy@nusphere.com>
47792              Date: Wed, 10 Jan 2001 20:17:49 -0500
47793              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
47794      Branch: maint-5.6/perl
47795            ! win32/Makefile
47796 ____________________________________________________________________________
47797 [  8453] By: jhi                                   on 2001/01/16  16:09:33
47798         Log: Update Changes.
47799      Branch: perl
47800            ! Changes patchlevel.h
47801 ____________________________________________________________________________
47802 [  8452] By: jhi                                   on 2001/01/16  15:42:04
47803         Log: Subject: Re: API Cleanup
47804              To: perl5-porters@perl.org
47805              Date: Tue, 16 Jan 2001 13:42:30 +0000
47806              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
47807              
47808              Subject: [PATCH] utf8.c documentation
47809              From: Simon Cozens <simon@cozens.net>
47810              Date: Tue, 16 Jan 2001 13:52:48 +0000
47811              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
47812              
47813              Subject: Re: API Cleanup
47814              From: Simon Cozens <simon@cozens.net>
47815              Date: Tue, 16 Jan 2001 14:58:55 +0000
47816              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
47817              
47818              UTF-8 doc patches.
47819      Branch: perl
47820            ! embed.pl pod/perlapi.pod utf8.c
47821 ____________________________________________________________________________
47822 [  8451] By: jhi                                   on 2001/01/16  14:41:39
47823         Log: podlators 1.07, from Russ Allbery.
47824      Branch: perl
47825            ! lib/Pod/Man.pm
47826 ____________________________________________________________________________
47827 [  8450] By: jhi                                   on 2001/01/16  14:24:19
47828         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
47829              From: "Indy Singh" <indy@nusphere.com>
47830              Date: Mon, 15 Jan 2001 20:59:40 -0500
47831              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
47832      Branch: perl
47833            ! win32/Makefile
47834 ____________________________________________________________________________
47835 [  8449] By: jhi                                   on 2001/01/16  03:42:55
47836         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
47837              at the setting of the ofs_sv in new_struct_thread() as the
47838              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
47839              uninitialized fields are, uh, initialized with),
47840              SvREFCNT_inc()ing that invited a core dump.
47841      Branch: perl
47842            ! util.c
47843 ____________________________________________________________________________
47844 [  8448] By: jhi                                   on 2001/01/16  01:49:07
47845         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
47846              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47847              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
47848              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
47849              
47850              Replace #8444 and #8445.
47851      Branch: perl
47852            ! ext/B/B.xs ext/B/B/Debug.pm
47853 ____________________________________________________________________________
47854 [  8447] By: jhi                                   on 2001/01/15  21:05:35
47855         Log: Subject: [PATCH] API Variable documentation   
47856              From: Simon Cozens <simon@cozens.net>
47857              Date: Mon, 15 Jan 2001 19:35:54 +0000
47858              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
47859      Branch: perl
47860            ! pod/perlapi.pod thrdvar.h
47861 ____________________________________________________________________________
47862 [  8446] By: jhi                                   on 2001/01/15  20:49:20
47863         Log: Signedness nit.
47864      Branch: perl
47865            ! pp_ctl.c
47866 ____________________________________________________________________________
47867 [  8445] By: jhi                                   on 2001/01/15  20:28:48
47868         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
47869      Branch: perl
47870            ! ext/B/B/Debug.pm
47871 ____________________________________________________________________________
47872 [  8444] By: jhi                                   on 2001/01/15  13:09:10
47873         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
47874      Branch: perl
47875            ! ext/B/B.xs
47876 ____________________________________________________________________________
47877 [  8443] By: jhi                                   on 2001/01/15  13:06:26
47878         Log: Missing from #8439.
47879      Branch: perl
47880            ! keywords.h mg.c
47881 ____________________________________________________________________________
47882 [  8442] By: jhi                                   on 2001/01/15  13:02:38
47883         Log: Subject: [PATCH @8436] Eliminate op_children
47884              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47885              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
47886              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
47887              
47888              Subject: [PATCH @8436] Re: Eliminate op_children
47889              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47890              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
47891              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
47892      Branch: perl
47893            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
47894            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
47895            ! op.c op.h
47896 ____________________________________________________________________________
47897 [  8441] By: jhi                                   on 2001/01/15  12:57:08
47898         Log: Use the /^Perl_/-less form of is_lvalue_sub().
47899      Branch: perl
47900            ! pp.h
47901 ____________________________________________________________________________
47902 [  8440] By: jhi                                   on 2001/01/15  05:13:09
47903         Log: Revert #8437 and #8438, the Linux large files story is more complex.
47904      Branch: metaconfig/U/perl
47905            ! d_fpos64_t.U d_off64_t.U
47906      Branch: perl
47907            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47908            ! config_h.SH configure.com epoc/config.sh perl.h
47909            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
47910            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47911            ! win32/config.bc win32/config.gc win32/config.vc
47912 ____________________________________________________________________________
47913 [  8439] By: jhi                                   on 2001/01/15  05:02:24
47914         Log: More UTF-8 patches from Inaba Hiroto.
47915              - The substr lval was still not okay.
47916              - Now pp_stringify and sv_setsv copies source's UTF8 flag
47917              even if IN_BYTE.  pp_stringify is called from fold_constants
47918              at optimization phase and "\x{100}" was made SvUTF8_off under
47919              use bytes (the bytes pragma is for "byte semantics" and not
47920              for "do not produce UTF8 data")
47921              - New `qu' operator to generate UTF8 string explicitly.
47922              Though I agree with the policy "0x00-0xff always produce bytes",
47923              sometimes want to such a string to be coded in UTF8.
47924              I can use pack"U0a*" but it requires more typing and has
47925              runtime overhead.
47926              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
47927              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
47928              string is not UTF8_on and has char 0x80-0xff.
47929              
47930              TODO: document and test qu.
47931      Branch: perl
47932            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
47933            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
47934            ! toke.c
47935 ____________________________________________________________________________
47936 [  8438] By: jhi                                   on 2001/01/14  05:10:23
47937         Log: (Reverted by #8440)
47938              
47939              Metaconfig unit changes for #8437.
47940      Branch: metaconfig/U/perl
47941            ! d_fpos64_t.U d_off64_t.U
47942 ____________________________________________________________________________
47943 [  8437] By: jhi                                   on 2001/01/14  04:55:34
47944         Log: (Reverted by #8440)
47945              
47946              Add <features.h> probing, seems to be needed for (some?)
47947              Linux largefileness.
47948      Branch: perl
47949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47950            ! config_h.SH configure.com epoc/config.sh perl.h
47951            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
47952            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47953            ! win32/config.bc win32/config.gc win32/config.vc
47954 ____________________________________________________________________________
47955 [  8436] By: jhi                                   on 2001/01/13  17:47:21
47956         Log: Tighten some of the tests a bit.
47957      Branch: perl
47958            ! t/pragma/utf8.t
47959 ____________________________________________________________________________
47960 [  8435] By: jhi                                   on 2001/01/13  17:31:54
47961         Log: Integrate perlio.
47962      Branch: perl
47963           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
47964           !> win32/config_H.gc win32/config_H.vc
47965 ____________________________________________________________________________
47966 [  8434] By: nick                                  on 2001/01/13  11:36:53
47967         Log: Run dmake regen_config_h for Win32
47968      Branch: perlio
47969            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47970 ____________________________________________________________________________
47971 [  8433] By: nick                                  on 2001/01/13  11:31:55
47972         Log: VMS friendly patch to Encode compile process
47973      Branch: perlio
47974            ! ext/Encode/Makefile.PL ext/Encode/compile
47975 ____________________________________________________________________________
47976 [  8432] By: nick                                  on 2001/01/13  11:06:44
47977         Log: Integrate mainline
47978      Branch: perlio
47979           +> ext/B/B/Concise.pm
47980           !> (integrate 52 files)
47981 ____________________________________________________________________________
47982 [  8431] By: jhi                                   on 2001/01/13  05:55:55
47983         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
47984              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47985              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
47986              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
47987      Branch: perl
47988            ! ext/B/B/Concise.pm
47989 ____________________________________________________________________________
47990 [  8430] By: jhi                                   on 2001/01/13  04:24:18
47991         Log: The LVRET macro needed an aTHX.
47992      Branch: perl
47993            ! pp.h
47994 ____________________________________________________________________________
47995 [  8429] By: jhi                                   on 2001/01/13  02:12:42
47996         Log: Update Changes.
47997      Branch: perl
47998            ! Changes patchlevel.h
47999 ____________________________________________________________________________
48000 [  8428] By: jhi                                   on 2001/01/13  02:08:50
48001         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
48002              From: Peter Prymmer <pvhp@forte.com>
48003              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
48004              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
48005              
48006              Add a BEGIN guard for sloppy floating point division.
48007      Branch: perl
48008            ! lib/Math/BigInt.pm lib/bigint.pl
48009 ____________________________________________________________________________
48010 [  8427] By: jhi                                   on 2001/01/13  01:47:16
48011         Log: The B::Terse drop-in replacement wasn't quite drop-in.
48012      Branch: perl
48013            ! ext/B/B/Terse.pm
48014 ____________________________________________________________________________
48015 [  8426] By: jhi                                   on 2001/01/12  21:20:43
48016         Log: Use UVXf.
48017      Branch: perl
48018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48019            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
48020            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
48021            ! vos/config.ga.def vos/config.ga.h win32/config.bc
48022            ! win32/config.gc win32/config.vc
48023 ____________________________________________________________________________
48024 [  8425] By: jhi                                   on 2001/01/12  20:20:14
48025         Log: Subject: [PATCH perl@8342] -Wformat
48026              From: Robin Barker <rmb1@cise.npl.co.uk>
48027              Date: Fri, 12 Jan 2001 20:03:14 GMT
48028              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
48029      Branch: perl
48030            ! ext/Encode/Encode.xs mg.c sv.c toke.c
48031 ____________________________________________________________________________
48032 [  8424] By: jhi                                   on 2001/01/12  20:01:48
48033         Log: Subject: B::Concise -- an improved replacement for B::Terse 
48034              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48035              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
48036              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
48037      Branch: perl
48038            + ext/B/B/Concise.pm
48039            ! MANIFEST ext/B/B/Terse.pm
48040 ____________________________________________________________________________
48041 [  8423] By: jhi                                   on 2001/01/12  19:24:02
48042         Log: The new metaconfig unit from the #8421.
48043      Branch: metaconfig/U/perl
48044            + d_sigprocmask.U
48045 ____________________________________________________________________________
48046 [  8422] By: jhi                                   on 2001/01/12  19:23:43
48047         Log: Forgot the microperl config from the #8421.
48048      Branch: perl
48049            ! uconfig.h uconfig.sh
48050 ____________________________________________________________________________
48051 [  8421] By: jhi                                   on 2001/01/12  19:05:27
48052         Log: Add sigprocmask() probe, regen Configure, regen toc.
48053      Branch: perl
48054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48055            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
48056            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48057            ! vos/config.ga.h win32/config.bc win32/config.gc
48058            ! win32/config.vc
48059 ____________________________________________________________________________
48060 [  8420] By: jhi                                   on 2001/01/12  18:34:31
48061         Log: Add sockatmark() to the todo list.
48062      Branch: perl
48063            ! Todo-5.6
48064 ____________________________________________________________________________
48065 [  8419] By: jhi                                   on 2001/01/12  18:09:46
48066         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
48067      Branch: perl
48068            ! op.c
48069 ____________________________________________________________________________
48070 [  8418] By: jhi                                   on 2001/01/12  18:05:30
48071         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
48072              From: Radu Greab <radu@netsoft.ro>
48073              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
48074              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
48075      Branch: perl
48076            ! op.c t/pragma/sub_lval.t
48077 ____________________________________________________________________________
48078 [  8417] By: jhi                                   on 2001/01/12  16:09:09
48079         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
48080              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
48081              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
48082              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
48083      Branch: perl
48084            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
48085            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
48086            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
48087            ! t/pragma/sub_lval.t toke.c
48088 ____________________________________________________________________________
48089 [  8416] By: jhi                                   on 2001/01/12  15:42:06
48090         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
48091              From: "Richard Soderberg" <rs@crystalflame.net>
48092              Date: Fri, 12 Jan 2001 04:49:35 -0800
48093              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
48094              
48095              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
48096              according to the platform.
48097      Branch: perl
48098            ! op.c
48099 ____________________________________________________________________________
48100 [  8415] By: jhi                                   on 2001/01/12  15:33:41
48101         Log: One more UTF-8 fix from Inaba Hiroto.
48102      Branch: perl
48103            ! pp.c regexec.c t/pragma/utf8.t
48104 ____________________________________________________________________________
48105 [  8414] By: jhi                                   on 2001/01/12  15:30:18
48106         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
48107      Branch: perl
48108            ! regexec.c
48109 ____________________________________________________________________________
48110 [  8413] By: jhi                                   on 2001/01/12  15:22:10
48111         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
48112              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48113              Date: Thu, 11 Jan 2001 12:53:36 +0100
48114              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
48115      Branch: perl
48116            ! toke.c
48117 ____________________________________________________________________________
48118 [  8412] By: jhi                                   on 2001/01/12  15:20:25
48119         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
48120              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48121              Date: Fri, 12 Jan 2001 14:37:55 +0100
48122              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
48123      Branch: perl
48124            ! hints/posix-bc.sh
48125 ____________________________________________________________________________
48126 [  8411] By: jhi                                   on 2001/01/12  15:14:14
48127         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
48128              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48129              Date: Fri, 12 Jan 2001 10:42:21 +0100
48130              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
48131      Branch: perl
48132            ! t/op/regmesg.t
48133 ____________________________________________________________________________
48134 [  8410] By: jhi                                   on 2001/01/12  05:48:55
48135         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
48136              From: Nicholas Clark <nick@ccl4.org> 
48137              Date: Sun, 7 Jan 2001 19:47:14 +0000
48138              Message-ID: <20010107194714.B1048@plum.flirble.org>
48139      Branch: perl
48140            ! t/op/numconvert.t
48141 ____________________________________________________________________________
48142 [  8409] By: jhi                                   on 2001/01/12  05:41:28
48143         Log: Integrate perlio.
48144      Branch: perl
48145           !> mg.c scope.h
48146 ____________________________________________________________________________
48147 [  8408] By: nick                                  on 2001/01/11  22:43:28
48148         Log: Remove variables that were used in experiments.
48149      Branch: perlio
48150            ! mg.c
48151 ____________________________________________________________________________
48152 [  8407] By: nick                                  on 2001/01/11  20:57:44
48153         Log: Catch die in %SIG handler and unblock the signal before re-dying.
48154              This make Linux work _without_ sigsetjmp().
48155              Turn off sigsetjmp() to see what else it does.
48156              May need Configure probe for sigprocmask() if anything has sigaction()
48157              but not sigprocmask().
48158      Branch: perlio
48159            ! mg.c scope.h
48160 ____________________________________________________________________________
48161 [  8406] By: nick                                  on 2001/01/11  19:32:07
48162         Log: Integrate mainline
48163      Branch: perlio
48164           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
48165           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
48166           !> t/op/substr.t
48167 ____________________________________________________________________________
48168 [  8405] By: jhi                                   on 2001/01/11  17:11:01
48169         Log: Fix UTF-8 lval substr().
48170      Branch: perl
48171            ! mg.c t/op/substr.t
48172 ____________________________________________________________________________
48173 [  8404] By: jhi                                   on 2001/01/11  05:13:58
48174         Log: Update Changes.
48175      Branch: perl
48176            ! Changes patchlevel.h
48177 ____________________________________________________________________________
48178 [  8403] By: jhi                                   on 2001/01/11  04:38:24
48179         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
48180              From: Hugo <hv@crypt.compulink.co.uk>
48181              Date: Mon, 30 Oct 2000 01:33:26 +0000
48182              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
48183      Branch: perl
48184            ! regexec.c t/op/re_tests
48185 ____________________________________________________________________________
48186 [  8402] By: jhi                                   on 2001/01/11  04:26:12
48187         Log: Integrate perlio.
48188      Branch: perl
48189           !> scope.h util.c
48190 ____________________________________________________________________________
48191 [  8401] By: nick                                  on 2001/01/10  22:52:55
48192         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
48193              (So Alan and Ilya can try setting via hints.)
48194              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
48195              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
48196              doing the save everywhere seems to restart read() correctly, but just
48197              doing it once "round" the handler does not.
48198      Branch: perlio
48199            ! scope.h
48200 ____________________________________________________________________________
48201 [  8400] By: jhi                                   on 2001/01/10  21:57:54
48202         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
48203              of IRIX, HP-UX is unaffected.
48204      Branch: perl
48205            ! perl.h
48206 ____________________________________________________________________________
48207 [  8399] By: nick                                  on 2001/01/10  21:29:19
48208         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
48209      Branch: perlio
48210            ! util.c
48211 ____________________________________________________________________________
48212 [  8398] By: jhi                                   on 2001/01/10  20:55:31
48213         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
48214              also have ReusePort.
48215      Branch: perl
48216            ! ext/IO/lib/IO/Socket/INET.pm
48217 ____________________________________________________________________________
48218 [  8397] By: jhi                                   on 2001/01/10  20:50:57
48219         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
48220              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
48221              Date: Wed, 10 Jan 2001 01:38:13 -0800
48222              Message-ID: <20010110013813.B41744@yahoo-inc.com>
48223      Branch: perl
48224            ! ext/IO/lib/IO/Socket/INET.pm
48225 ____________________________________________________________________________
48226 [  8396] By: jhi                                   on 2001/01/10  20:49:30
48227         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
48228              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
48229              Date: Wed, 10 Jan 2001 01:37:32 -0800
48230              Message-ID: <20010110013732.A41744@yahoo-inc.com>
48231      Branch: perl
48232            ! ext/Socket/Socket.pm
48233 ____________________________________________________________________________
48234 [  8395] By: jhi                                   on 2001/01/10  20:41:37
48235         Log: Test for bug id 20010105.016 (fixed by #8378).
48236      Branch: perl
48237            ! t/op/split.t
48238 ____________________________________________________________________________
48239 [  8394] By: jhi                                   on 2001/01/10  20:26:32
48240         Log: Integrate perlio.
48241      Branch: perl
48242            ! util.c
48243 ____________________________________________________________________________
48244 [  8393] By: nick                                  on 2001/01/10  19:34:30
48245         Log: Back out Simon's pid hackery for now.
48246      Branch: perlio
48247            ! util.c
48248 ____________________________________________________________________________
48249 [  8392] By: nick                                  on 2001/01/10  19:23:13
48250         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
48251      Branch: perlio
48252           !> (integrate 29 files)
48253 ____________________________________________________________________________
48254 [  8391] By: jhi                                   on 2001/01/10  18:43:15
48255         Log: Subject: [PATCH] Fix my_pclose segfault
48256              From: Simon Cozens <simon@cozens.net>
48257              Date: Wed, 10 Jan 2001 18:39:35 +0000
48258              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
48259      Branch: perl
48260            ! util.c
48261 ____________________________________________________________________________
48262 [  8390] By: jhi                                   on 2001/01/10  18:42:08
48263         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
48264              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48265              Date:     Wed, 10 Jan 2001 13:23:02 EST
48266              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
48267      Branch: perl
48268            ! ext/Opcode/Opcode.xs
48269 ____________________________________________________________________________
48270 [  8389] By: jhi                                   on 2001/01/10  15:16:07
48271         Log: Turn off the integer preservation for now.
48272      Branch: perl
48273            ! perl.h
48274 ____________________________________________________________________________
48275 [  8388] By: jhi                                   on 2001/01/10  15:01:25
48276         Log: Few more IDE/editor nits from p5p.
48277      Branch: perl
48278            ! pod/perlfaq3.pod
48279 ____________________________________________________________________________
48280 [  8387] By: jhi                                   on 2001/01/10  06:53:16
48281         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
48282              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
48283              Date: Tue, 9 Jan 2001 23:16:02 +0000
48284              Message-ID: <20010109231602.A81101@plum.flirble.org>
48285      Branch: perl
48286            ! sv.c
48287 ____________________________________________________________________________
48288 [  8386] By: jhi                                   on 2001/01/10  03:17:54
48289         Log: Test cases for #8385 (from Simon's "torture.pl")
48290      Branch: perl
48291            ! t/op/tr.t
48292 ____________________________________________________________________________
48293 [  8385] By: jhi                                   on 2001/01/10  03:17:11
48294         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
48295              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
48296              Date: Wed, 10 Jan 2001 11:39:39 +0900
48297              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
48298              
48299              Some more UTF-8 tr cases fixed.
48300      Branch: perl
48301            ! doop.c
48302 ____________________________________________________________________________
48303 [  8384] By: jhi                                   on 2001/01/09  22:45:40
48304         Log: Allow the locale test needing POSIX and the taint test
48305              needing IPC::SysV to run under 'minitest' (basically,
48306              bail out if loading the extension fails)
48307      Branch: perl
48308            ! t/op/misc.t t/op/taint.t
48309 ____________________________________________________________________________
48310 [  8383] By: jhi                                   on 2001/01/09  21:36:04
48311         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
48312              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48313              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
48314              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
48315      Branch: perl
48316            ! t/io/openpid.t
48317 ____________________________________________________________________________
48318 [  8382] By: jhi                                   on 2001/01/09  21:06:08
48319         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
48320              Should finish up the bug id 20001205.022.
48321      Branch: perl
48322            ! pp.c pp_hot.c scope.c
48323 ____________________________________________________________________________
48324 [  8381] By: jhi                                   on 2001/01/09  18:27:43
48325         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
48326              From: Andy Dougherty <doughera@lafayette.edu>
48327              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
48328              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
48329              
48330              More robust yacc/bison error detection.
48331      Branch: perl
48332            ! t/comp/proto.t
48333 ____________________________________________________________________________
48334 [  8380] By: jhi                                   on 2001/01/09  15:21:38
48335         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
48336              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48337              Date:     Tue, 9 Jan 2001 07:53:55 EST
48338              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
48339      Branch: perl
48340            ! t/op/misc.t vms/test.com
48341 ____________________________________________________________________________
48342 [  8379] By: jhi                                   on 2001/01/09  15:20:38
48343         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
48344              From: jhi@cc.hut.fi
48345              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
48346              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
48347              
48348              The #8378 fixed this.
48349      Branch: perl
48350            ! t/op/tr.t
48351 ____________________________________________________________________________
48352 [  8378] By: jhi                                   on 2001/01/09  15:05:32
48353         Log: Subject: One more patch for UTF8 
48354              From: Inaba Hiroto <inaba@st.rim.or.jp>
48355              Date: Tue, 09 Jan 2001 01:04:32 +0900
48356              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
48357              
48358              UTF-8 fixes for 'x' and tr///.
48359      Branch: perl
48360            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
48361            ! regcomp.c regexec.c toke.c utf8.c
48362 ____________________________________________________________________________
48363 [  8377] By: jhi                                   on 2001/01/09  14:32:17
48364         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
48365      Branch: perl
48366            ! t/op/length.t
48367 ____________________________________________________________________________
48368 [  8376] By: jhi                                   on 2001/01/09  04:32:32
48369         Log: integrate changes #7775, #8316, #8316 from mainline
48370      Branch: maint-5.6/perl
48371            ! hints/solaris_2.sh
48372 ____________________________________________________________________________
48373 [  8375] By: jhi                                   on 2001/01/09  04:26:43
48374         Log: Update Changes.
48375      Branch: perl
48376            ! Changes patchlevel.h
48377 ____________________________________________________________________________
48378 [  8374] By: jhi                                   on 2001/01/09  04:14:32
48379         Log: IDE/editor section tweaking.
48380      Branch: perl
48381            ! pod/perlfaq3.pod
48382 ____________________________________________________________________________
48383 [  8373] By: jhi                                   on 2001/01/09  02:38:26
48384         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
48385              From: Peter Prymmer <pvhp@forte.com>
48386              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
48387              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
48388              
48389              In preparation os OS/390 dynamic loading.
48390      Branch: perl
48391            ! README.os390 hints/os390.sh
48392 ____________________________________________________________________________
48393 [  8372] By: jhi                                   on 2001/01/09  00:24:30
48394         Log: Integrate with perlio.
48395      Branch: perl
48396           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
48397 ____________________________________________________________________________
48398 [  8371] By: nick                                  on 2001/01/08  23:54:33
48399         Log: Fix "scalars leaked" bugs caused by overload magic
48400              (Highlighted by Ilya's DESTROY optimization.)
48401      Branch: perlio
48402            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
48403 ____________________________________________________________________________
48404 [  8370] By: nick                                  on 2001/01/08  20:19:41
48405         Log: Integrate mainline
48406      Branch: perlio
48407           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
48408           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
48409           !> t/op/64bitint.t
48410 ____________________________________________________________________________
48411 [  8369] By: jhi                                   on 2001/01/08  17:30:52
48412         Log: save_delete() Safefree() doesn't (anymore?) work with shared
48413              strings, one test failure in op/misc and almost all of lib/b.
48414              (Outcomments #8369.)
48415      Branch: perl
48416            ! scope.c
48417 ____________________________________________________________________________
48418 [  8368] By: jhi                                   on 2001/01/08  14:47:10
48419         Log: (Outcommented by #8369.)
48420              
48421              Subject: Re: Perl BugID 20001205.022 ---- save_delete
48422              From: Simon Cozens <simon@cozens.net>
48423              Date: Sat, 6 Jan 2001 11:48:40 +0000
48424              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
48425              
48426              The save_delete() does need the Safefree.
48427      Branch: perl
48428            ! scope.c
48429 ____________________________________________________________________________
48430 [  8367] By: bailey                                on 2001/01/08  08:53:52
48431         Log: Once again syncing after too long an absence
48432      Branch: vmsperl
48433           +> (branch 55 files)
48434            - MAINTAIN fix_pl vos/config.def vos/config.h
48435            - vos/config_h.SH_orig
48436           !> (integrate 498 files)
48437 ____________________________________________________________________________
48438 [  8366] By: jhi                                   on 2001/01/08  02:42:59
48439         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
48440              From: nick@ccl4.org
48441              Date: Sun, 7 Jan 2001 21:07:18 +0000
48442              Message-Id: <20010107210717.D1048@plum.flirble.org>
48443      Branch: perl
48444            ! sv.c t/op/64bitint.t
48445 ____________________________________________________________________________
48446 [  8365] By: jhi                                   on 2001/01/08  02:35:16
48447         Log: Subject: [PATCH] environ nit
48448              From: Simon Cozens <simon@cozens.net>
48449              Date: Sun, 7 Jan 2001 17:57:07 +0000
48450              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
48451              
48452              Use environ only if we have it.
48453      Branch: perl
48454            ! mg.c
48455 ____________________________________________________________________________
48456 [  8364] By: jhi                                   on 2001/01/08  02:24:51
48457         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
48458      Branch: perl
48459            ! ext/GDBM_File/GDBM_File.xs
48460 ____________________________________________________________________________
48461 [  8363] By: jhi                                   on 2001/01/08  02:19:24
48462         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
48463              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48464              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
48465              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
48466      Branch: perl
48467            ! dump.c op.c
48468 ____________________________________________________________________________
48469 [  8362] By: jhi                                   on 2001/01/08  02:17:43
48470         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
48471              From: Doug MacEachern <dougm@covalent.net>
48472              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
48473              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
48474              
48475              Allow AUTOLOAD to be an xsub and allow such xsubs
48476              to avoid use of $AUTOLOAD.
48477      Branch: perl
48478            ! gv.c
48479 ____________________________________________________________________________
48480 [  8361] By: jhi                                   on 2001/01/08  02:16:07
48481         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
48482              From: Radu Greab <radu@netsoft.ro>
48483              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
48484              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
48485              
48486              No need for the potentially nonportable $SIG{CHLD}.
48487      Branch: perl
48488            ! t/io/pipe.t
48489 ____________________________________________________________________________
48490 [  8360] By: jhi                                   on 2001/01/08  01:58:23
48491         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
48492      Branch: perl
48493            ! lib/Getopt/Long.pm
48494 ____________________________________________________________________________
48495 [  8359] By: jhi                                   on 2001/01/08  01:55:44
48496         Log: Integrate perlio.
48497      Branch: perl
48498           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
48499           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
48500           !> utf8.c win32/Makefile
48501 ____________________________________________________________________________
48502 [  8358] By: jhi                                   on 2001/01/07  21:16:50
48503         Log: Update the EPOC cross SDK URL.
48504      Branch: perl
48505            ! README.epoc
48506 ____________________________________________________________________________
48507 [  8357] By: jhi                                   on 2001/01/07  21:16:09
48508         Log: Update the EPOC cross SDK URL.
48509      Branch: maint-5.6/perl
48510            ! README.epoc
48511 ____________________________________________________________________________
48512 [  8356] By: nick                                  on 2001/01/06  21:47:52
48513         Log: FILE * in XS code for PerlIO world:
48514              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
48515              - Add FILE * T_STDIO typemap.
48516              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
48517      Branch: perlio
48518            ! lib/ExtUtils/typemap perlio.c perlio.h
48519 ____________________________________________________________________________
48520 [  8355] By: jhi                                   on 2001/01/06  20:27:15
48521         Log: integrate change #8336 from mainline
48522              
48523              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
48524      Branch: maint-5.6/perl
48525            ! hv.c
48526 ____________________________________________________________________________
48527 [  8354] By: jhi                                   on 2001/01/06  20:24:29
48528         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48529              From: Robin Barker <rmb1@cise.npl.co.uk>
48530              Date: Fri, 22 Dec 2000 12:17:38 GMT
48531              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
48532              
48533              The patch reformats some long =item lines so they give
48534              correct output via pod2man | nroff -man
48535              
48536              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48537              From: Robin Barker <rmb1@cise.npl.co.uk>
48538              Date: Tue, 2 Jan 2001 15:35:03 GMT
48539              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
48540              
48541              Here is a _further_ patch which corrects a few more errors:
48542              * an empty C<=item> in CPAN.pm
48543              * patching the wrong file (pod/perlamiga.pod not README.amiga)
48544              * leaving empty C<=item>s which formatted incorrectly
48545              * over long C<=item>s revealed by latest patch to Pod::Man
48546      Branch: maint-5.6/perl
48547            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
48548            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
48549            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
48550            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
48551            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
48552            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
48553 ____________________________________________________________________________
48554 [  8353] By: jhi                                   on 2001/01/06  20:21:10
48555         Log: integrate changes #7980, 8056, 8057 from mainline
48556              
48557              UTF-8 hash keys.
48558      Branch: maint-5.6/perl
48559            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
48560 ____________________________________________________________________________
48561 [  8352] By: jhi                                   on 2001/01/06  20:18:44
48562         Log: Forgotten from #8438.
48563      Branch: maint-5.6/perl
48564            ! epoc/epocish.h
48565 ____________________________________________________________________________
48566 [  8351] By: jhi                                   on 2001/01/06  20:18:12
48567         Log: Forgotten from #8347.
48568      Branch: maint-5.6/perl
48569            ! config_h.SH
48570 ____________________________________________________________________________
48571 [  8350] By: jhi                                   on 2001/01/06  20:00:19
48572         Log: Thinko in #8347.
48573      Branch: maint-5.6/perl
48574            ! regcomp.c
48575 ____________________________________________________________________________
48576 [  8349] By: jhi                                   on 2001/01/06  18:05:30
48577         Log: Copy the FAQ3 IDE section from the development branch,
48578              changes originally by Peter Prymmer.
48579      Branch: maint-5.6/perl
48580            ! pod/perlfaq3.pod
48581 ____________________________________________________________________________
48582 [  8348] By: jhi                                   on 2001/01/06  18:03:02
48583         Log: EPOC updates for TRIAL1.
48584              
48585              Subject: [5.6.1 trial1] EPOC update
48586              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48587              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
48588              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
48589              
48590              Subject: epoc patch2 for perl-5.6.1-trial1
48591              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48592              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
48593              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
48594      Branch: maint-5.6/perl
48595            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
48596            ! epoc/epocish.c
48597 ____________________________________________________________________________
48598 [  8347] By: jhi                                   on 2001/01/06  17:29:10
48599         Log: integrate changes #7710,7824,7973 from mainline,
48600              plus VMS nits from Peter Prymmer and Dan Sugalski.
48601              
48602              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
48603              library (getprotobyname and getprotobynumber are outversioned by
48604              the same calls in libc, at least for xlc version 3.
48605              
48606              Add HAS_SBRK_PROTO.
48607              
48608              Fixes for signedness warnings noticed by VMSperlers.
48609      Branch: maint-5.6/perl
48610            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48611            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
48612            ! sv.c vms/descrip_mms.template vos/config.alpha.def
48613            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48614            ! win32/config.bc win32/config.gc win32/config.vc
48615 ____________________________________________________________________________
48616 [  8346] By: nick                                  on 2001/01/06  14:36:01
48617         Log: Fixup accumulated integrate muddles (perlio == devperl again)
48618      Branch: perlio
48619            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
48620 ____________________________________________________________________________
48621 [  8345] By: nick                                  on 2001/01/06  14:24:58
48622         Log: Integrate mainline
48623      Branch: perlio
48624           !> (integrate 55 files)
48625 ____________________________________________________________________________
48626 [  8344] By: jhi                                   on 2001/01/06  02:24:02
48627         Log: Subject: [patch] PerlIO_cleanup() prototype
48628              From: Doug MacEachern <dougm@covalent.net>
48629              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
48630              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
48631      Branch: perl
48632            ! perlio.h
48633 ____________________________________________________________________________
48634 [  8343] By: jhi                                   on 2001/01/06  01:04:09
48635         Log: IRIX compiler noticed that the bof initialization might be
48636              bypassed by control flow.
48637      Branch: perl
48638            ! toke.c
48639 ____________________________________________________________________________
48640 [  8342] By: jhi                                   on 2001/01/06  00:10:48
48641         Log: Update Changes.
48642      Branch: perl
48643            ! Changes patchlevel.h
48644 ____________________________________________________________________________
48645 [  8341] By: jhi                                   on 2001/01/05  23:52:33
48646         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
48647      Branch: perl
48648            ! toke.c
48649 ____________________________________________________________________________
48650 [  8340] By: jhi                                   on 2001/01/05  22:44:08
48651         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
48652              From: Radu Greab <radu@netsoft.ro>
48653              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
48654              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
48655      Branch: perl
48656            ! t/io/pipe.t util.c
48657 ____________________________________________________________________________
48658 [  8339] By: jhi                                   on 2001/01/05  22:35:17
48659         Log: Subject: [PATCH] format and rewording in perlfaq.pod
48660              From: Robin Barker <rmb1@cise.npl.co.uk>
48661              Date: Fri, 5 Jan 2001 18:51:20 GMT
48662              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
48663      Branch: perl
48664            ! pod/perlfaq.pod
48665 ____________________________________________________________________________
48666 [  8338] By: jhi                                   on 2001/01/05  22:31:17
48667         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
48668              From: Peter Prymmer <pvhp@forte.com>
48669              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
48670              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
48671      Branch: perl
48672            ! utils/perlbug.PL
48673 ____________________________________________________________________________
48674 [  8337] By: jhi                                   on 2001/01/05  18:15:11
48675         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
48676              From: Robin Barker <rmb1@cise.npl.co.uk>
48677              Date: Tue, 2 Jan 2001 15:24:07 GMT
48678              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
48679              
48680              If you call configure as C<./Configure> or C<sh ./Configure>,
48681              $src is set to the absolute path name, not '.'.
48682              
48683              This, in turn, means -Dmksymlink tries to do its stuff because
48684              it does not think it is in the src directory.
48685              
48686              (plus a metaconfig nitfix)
48687      Branch: metaconfig
48688            ! U/compline/ccflags.U U/modified/src.U
48689      Branch: perl
48690            ! Configure config_h.SH
48691 ____________________________________________________________________________
48692 [  8336] By: jhi                                   on 2001/01/05  17:48:32
48693         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
48694              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48695              Message-ID: <3A5606C4.473D2226@uk.sun.com>
48696              Date: Fri, 05 Jan 2001 17:39:16 +0000
48697      Branch: perl
48698            ! hv.c
48699 ____________________________________________________________________________
48700 [  8335] By: jhi                                   on 2001/01/05  16:05:44
48701         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
48702      Branch: perl
48703            ! lib/Getopt/Long.pm
48704 ____________________________________________________________________________
48705 [  8334] By: jhi                                   on 2001/01/05  16:00:51
48706         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
48707              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
48708              Date: Fri, 05 Jan 2001 13:46:51 +0100
48709              Message-ID: <13693.978698811@nice.ram.loc>
48710              
48711              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
48712              accurate reading of the "atime".  
48713      Branch: perl
48714            ! t/io/fs.t
48715 ____________________________________________________________________________
48716 [  8333] By: jhi                                   on 2001/01/05  15:57:37
48717         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
48718              From: Simon Cozens <simon@cozens.net>
48719              Date: Fri, 8 Dec 2000 13:33:31 +0000
48720              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
48721              
48722              A lost patch fragment.
48723      Branch: perl
48724            ! doop.c
48725 ____________________________________________________________________________
48726 [  8332] By: jhi                                   on 2001/01/05  15:40:42
48727         Log: Do away with strncpy() and a fixed length buffer.
48728      Branch: perl
48729            ! utf8.c
48730 ____________________________________________________________________________
48731 [  8331] By: jhi                                   on 2001/01/05  15:03:07
48732         Log: Tests for #8329 and #8330.
48733      Branch: perl
48734            ! t/op/bop.t
48735 ____________________________________________________________________________
48736 [  8330] By: jhi                                   on 2001/01/05  15:02:38
48737         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
48738              raw 8-bit form to the UTF-8 string.
48739      Branch: perl
48740            ! toke.c
48741 ____________________________________________________________________________
48742 [  8329] By: jhi                                   on 2001/01/05  14:55:13
48743         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
48744              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48745              Date: Fri, 5 Jan 2001 12:28:52 +0100
48746              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
48747              
48748              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
48749              no effect.  (changed the strncpy() to Copy())
48750      Branch: perl
48751            ! toke.c
48752 ____________________________________________________________________________
48753 [  8328] By: jhi                                   on 2001/01/05  06:44:27
48754         Log: UTF-8 cleanup.
48755      Branch: perl
48756            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
48757            ! regexec.c sv.c toke.c
48758 ____________________________________________________________________________
48759 [  8327] By: jhi                                   on 2001/01/05  01:11:29
48760         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')
48761              From: Radu Greab <radu@netsoft.ro>
48762              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
48763              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
48764              
48765              Cleans up Harness to not use FileHandle, which uses IO.
48766      Branch: perl
48767            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48768 ____________________________________________________________________________
48769 [  8326] By: jhi                                   on 2001/01/05  00:56:37
48770         Log: Update Changes.
48771      Branch: perl
48772            ! Changes patchlevel.h
48773 ____________________________________________________________________________
48774 [  8325] By: jhi                                   on 2001/01/05  00:53:18
48775         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
48776              From: Peter Prymmer <pvhp@forte.com>
48777              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
48778              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
48779              
48780              plus a couple more tailing whitespace removals.
48781      Branch: perl
48782            ! win32/Makefile
48783 ____________________________________________________________________________
48784 [  8324] By: jhi                                   on 2001/01/05  00:47:39
48785         Log: Add some Unicode chop() tests.
48786      Branch: perl
48787            ! t/op/chop.t
48788 ____________________________________________________________________________
48789 [  8323] By: jhi                                   on 2001/01/05  00:47:23
48790         Log: Unify UTF-8 malformedness handling.
48791      Branch: perl
48792            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
48793 ____________________________________________________________________________
48794 [  8322] By: jhi                                   on 2001/01/04  22:21:54
48795         Log: The new $issymlink was unknown to Mksymlinks.
48796      Branch: metaconfig/U/perl
48797            ! Mksymlinks.U issymlink.U
48798      Branch: perl
48799            ! Configure config_h.SH
48800 ____________________________________________________________________________
48801 [  8321] By: jhi                                   on 2001/01/04  21:51:05
48802         Log: The test didn't work under the core test framework.
48803      Branch: perl
48804            ! t/lib/st-lock.t
48805 ____________________________________________________________________________
48806 [  8320] By: jhi                                   on 2001/01/04  21:14:22
48807         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
48808      Branch: perl
48809            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
48810 ____________________________________________________________________________
48811 [  8319] By: jhi                                   on 2001/01/04  20:46:17
48812         Log: Typo in #8312 when manually applying a problematic patch fragment.
48813      Branch: perl
48814            ! ext/Storable/Storable.xs
48815 ____________________________________________________________________________
48816 [  8318] By: jhi                                   on 2001/01/04  20:43:01
48817         Log: The $sh_c didn't fly.
48818      Branch: metaconfig
48819            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
48820            ! U/modified/Loc.U U/modified/myhostname.U
48821            ! U/modified/spitshell.U
48822      Branch: metaconfig/U/perl
48823            ! issymlink.U
48824      Branch: perl
48825            ! Configure config_h.SH
48826 ____________________________________________________________________________
48827 [  8317] By: jhi                                   on 2001/01/04  19:58:01
48828         Log: AIX builtin test -h is broken, changes based on
48829              
48830              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
48831              Date: Tue, 02 Jan 2001 11:24:39 +0100
48832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48833              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
48834      Branch: metaconfig
48835            + U/modified/spitshell.U
48836            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
48837            ! U/modified/Loc.U U/modified/myhostname.U
48838      Branch: metaconfig/U/perl
48839            ! Mksymlinks.U issymlink.U
48840      Branch: perl
48841            ! Configure
48842 ____________________________________________________________________________
48843 [  8316] By: jhi                                   on 2001/01/04  19:02:22
48844         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
48845              From: Andy Dougherty <doughera@lafayette.edu>
48846              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
48847              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
48848              
48849              Beware of GNU ld.
48850      Branch: perl
48851            ! hints/solaris_2.sh
48852 ____________________________________________________________________________
48853 [  8315] By: jhi                                   on 2001/01/04  18:56:48
48854         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
48855              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
48856              Date: Wed, 3 Jan 2001 07:58:51 +0100
48857              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
48858      Branch: perl
48859            ! hints/solaris_2.sh
48860 ____________________________________________________________________________
48861 [  8314] By: jhi                                   on 2001/01/04  18:54:07
48862         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
48863              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48864              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
48865              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
48866              
48867              Doc tweak on #8313.
48868      Branch: perl
48869            ! ext/B/B/Deparse.pm
48870 ____________________________________________________________________________
48871 [  8313] By: jhi                                   on 2001/01/04  18:52:27
48872         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
48873              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
48874              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48875              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
48876              
48877              Make the peephole optimizer to bypass more null ops and
48878              and rewrite the deparse handling of continue blocks.
48879      Branch: perl
48880            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
48881 ____________________________________________________________________________
48882 [  8312] By: jhi                                   on 2001/01/04  18:47:39
48883         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
48884      Branch: perl
48885            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
48886            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
48887            ! t/lib/st-lock.t
48888 ____________________________________________________________________________
48889 [  8311] By: jhi                                   on 2001/01/04  18:36:08
48890         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
48891              filter to be run on each .pm during the pm_to_blib() phase,
48892              a fixed version of
48893              
48894              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
48895              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
48896              Date: Wed, 03 Jan 2001 22:01:30 +0100
48897              Message-ID: <5296.978555690@nice.ram.loc>
48898      Branch: perl
48899            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
48900            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
48901            ! lib/ExtUtils/MakeMaker.pm
48902 ____________________________________________________________________________
48903 [  8310] By: jhi                                   on 2001/01/04  18:32:54
48904         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48905              From: Robin Barker <rmb1@cise.npl.co.uk>
48906              Date: Tue, 2 Jan 2001 15:35:03 GMT
48907              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
48908      Branch: perl
48909            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
48910            ! pod/perlrequick.pod
48911 ____________________________________________________________________________
48912 [  8309] By: jhi                                   on 2001/01/04  18:29:07
48913         Log: Subject: Re: [patch] static-ize XS()
48914              From: Doug MacEachern <dougm@covalent.net>
48915              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
48916              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
48917              
48918              Provide prototypes for the XS functions.
48919      Branch: perl
48920            ! lib/ExtUtils/xsubpp
48921 ____________________________________________________________________________
48922 [  8308] By: jhi                                   on 2001/01/04  18:27:44
48923         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
48924              From: Doug MacEachern <dougm@covalent.net>
48925              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
48926              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
48927      Branch: perl
48928            ! lib/ExtUtils/typemap
48929 ____________________________________________________________________________
48930 [  8307] By: jhi                                   on 2001/01/04  18:25:25
48931         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
48932              From: Doug MacEachern <dougm@covalent.net>
48933              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
48934              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
48935              
48936              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
48937      Branch: perl
48938            ! lib/ExtUtils/MM_Unix.pm
48939 ____________________________________________________________________________
48940 [  8306] By: jhi                                   on 2001/01/04  18:23:00
48941         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
48942              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48943              Date: Thu, 4 Jan 2001 12:47:10 +0100 
48944              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
48945              
48946              The toke.c part only, patching embed.h and proto.h is futile.
48947      Branch: perl
48948            ! toke.c
48949 ____________________________________________________________________________
48950 [  8305] By: jhi                                   on 2001/01/04  18:05:51
48951         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
48952              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48953              Date: Thu, 4 Jan 2001 17:50:12 +0100 
48954              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
48955      Branch: perl
48956            ! toke.c
48957 ____________________________________________________________________________
48958 [  8304] By: jhi                                   on 2001/01/04  18:03:26
48959         Log: Subject: [PATCH perl@8269]
48960              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48961              Date: Thu, 4 Jan 2001 12:53:39 +0100 
48962              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
48963              
48964              If running byacc write-enable also perly.h.
48965      Branch: perl
48966            ! Makefile.SH
48967 ____________________________________________________________________________
48968 [  8303] By: jhi                                   on 2001/01/04  15:40:49
48969         Log: Rewrite pp_concat() in terms of sv_catsv().
48970      Branch: perl
48971            ! pp_hot.c
48972 ____________________________________________________________________________
48973 [  8302] By: nick                                  on 2001/01/03  22:43:22
48974         Log: Integrate mainline.
48975      Branch: perlio
48976           !> ext/Encode/Encode.xs sv.c utf8.c
48977 ____________________________________________________________________________
48978 [  8301] By: jhi                                   on 2001/01/02  23:40:26
48979         Log: Variable naming tweak.
48980      Branch: perl
48981            ! sv.c
48982 ____________________________________________________________________________
48983 [  8300] By: jhi                                   on 2001/01/02  23:40:02
48984         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
48985              in is_utf8_string().
48986      Branch: perl
48987            ! utf8.c
48988 ____________________________________________________________________________
48989 [  8299] By: jhi                                   on 2001/01/02  22:14:40
48990         Log: Integrate perlio.
48991      Branch: perl
48992           !> pp.c pp_hot.c win32/Makefile
48993 ____________________________________________________________________________
48994 [  8298] By: nick                                  on 2001/01/02  22:03:06
48995         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
48996      Branch: perlio
48997            ! pp.c pp_hot.c
48998 ____________________________________________________________________________
48999 [  8297] By: jhi                                   on 2001/01/02  04:26:28
49000         Log: Signedness nit.
49001      Branch: perl
49002            ! ext/Encode/Encode.xs
49003 ____________________________________________________________________________
49004 [  8296] By: nick                                  on 2001/01/01  23:49:36
49005         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
49006      Branch: perlio
49007            ! win32/Makefile
49008 ____________________________________________________________________________
49009 [  8295] By: jhi                                   on 2001/01/01  23:05:48
49010         Log: Integrate perlio.
49011      Branch: perl
49012           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
49013           !> t/lib/encode.t
49014 ____________________________________________________________________________
49015 [  8294] By: nick                                  on 2001/01/01  22:48:34
49016         Log: Integrate mainline
49017      Branch: perlio
49018            ! pp_hot.c t/lib/encode.t
49019           !> (integrate 65 files)
49020 ____________________________________________________________________________
49021 [  8293] By: nick                                  on 2001/01/01  21:58:50
49022         Log: More rigor in UTF-8-ness of Encode's toUnicode
49023              XS export some of the utf8 internal functions.
49024              Test some of the functions.
49025              Fix pp_concat() bug shown by said tests.
49026      Branch: perlio
49027            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
49028            ! t/lib/encode.t
49029 ____________________________________________________________________________
49030 [  8292] By: jhi                                   on 2001/01/01  18:11:44
49031         Log: Integrate perlio.
49032      Branch: perl
49033           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
49034           !> ext/Encode/encengine.c ext/Encode/encode.h
49035 ____________________________________________________________________________
49036 [  8291] By: jhi                                   on 2001/01/01  18:10:58
49037         Log: Podify README.mpeix (a new version from the web),
49038              add a dummy NAME to Carp::Heavy, regen toc.
49039      Branch: perl
49040            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
49041            ! pod/perltoc.pod
49042 ____________________________________________________________________________
49043 [  8290] By: nick                                  on 2001/01/01  17:43:47
49044         Log: Loose the "Loading..." warning.
49045              Another bug in fallback support
49046      Branch: perlio
49047            ! ext/Encode/Encode.pm ext/Encode/encengine.c
49048 ____________________________________________________________________________
49049 [  8289] By: jhi                                   on 2001/01/01  00:01:57
49050         Log: Bump up Larry's copyright.
49051      Branch: perl
49052            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
49053            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
49054            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
49055            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
49056            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
49057            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
49058            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
49059            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
49060 ____________________________________________________________________________
49061 [  8288] By: nick                                  on 2000/12/31  21:27:53
49062         Log: Fix .ucm reading - forgot a chr()
49063              Start of .ucm write (for .enc to .ucm)
49064      Branch: perlio
49065            ! ext/Encode/compile
49066 ____________________________________________________________________________
49067 [  8287] By: jhi                                   on 2000/12/31  18:15:56
49068         Log: Comment away a diagnostic message as noted by Craig A. Berry
49069              (the unexpected message was confusing testing)
49070      Branch: perl
49071            ! ext/Encode/Encode.pm
49072 ____________________________________________________________________________
49073 [  8286] By: jhi                                   on 2000/12/31  18:14:51
49074         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
49075              Date: Sun, 31 Dec 2000 11:17:37 -0600
49076              From: "Craig A. Berry" <craigberry@mac.com>
49077              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
49078      Branch: perl
49079            ! ext/Encode/Makefile.PL
49080 ____________________________________________________________________________
49081 [  8285] By: nick                                  on 2000/12/31  18:11:54
49082         Log: Start of support of ICU-style .ucm files:
49083              - teach compile how to read a .ucm file
49084              - first guess at how to represent fallbacks in "tries".
49085              - use fallbacks if check == 0
49086              - new return code to indicate we used one.
49087      Branch: perlio
49088            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
49089            ! ext/Encode/encengine.c ext/Encode/encode.h
49090 ____________________________________________________________________________
49091 [  8284] By: jhi                                   on 2000/12/31  18:04:41
49092         Log: Pacify picky VMS compiler.
49093              
49094              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
49095              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49096              Date: Sat, 30 Dec 2000 18:10:02 -0600
49097              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
49098      Branch: perl
49099            ! sv.c
49100 ____________________________________________________________________________
49101 [  8283] By: jhi                                   on 2000/12/31  16:11:47
49102         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
49103      Branch: perl
49104            ! t/lib/glob-basic.t
49105 ____________________________________________________________________________
49106 [  8282] By: jhi                                   on 2000/12/31  15:26:11
49107         Log: Integrate perlio.
49108      Branch: perl
49109           !> makedef.pl opcode.pl os2/os2.c perlio.c
49110 ____________________________________________________________________________
49111 [  8281] By: nick                                  on 2000/12/31  10:06:15
49112         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
49113              is available to be exported
49114      Branch: perlio
49115            ! makedef.pl perlio.c
49116 ____________________________________________________________________________
49117 [  8280] By: nick                                  on 2000/12/31  09:41:26
49118         Log: Ilya's OS2 patch (testing for damage on Win32)
49119      Branch: perlio
49120            ! makedef.pl opcode.pl os2/os2.c
49121 ____________________________________________________________________________
49122 [  8279] By: jhi                                   on 2000/12/30  21:52:07
49123         Log: Test nits.
49124      Branch: perl
49125            ! t/lib/syslfs.t t/op/lfs.t
49126 ____________________________________________________________________________
49127 [  8278] By: jhi                                   on 2000/12/30  21:47:49
49128         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
49129              From: andreas.koenig@anima.de (Andreas J. Koenig)
49130              Date: 30 Dec 2000 22:35:37 +0100
49131              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
49132              
49133              The 32-bit wraparound test wasn't quite right.
49134      Branch: perl
49135            ! t/lib/syslfs.t t/op/lfs.t
49136 ____________________________________________________________________________
49137 [  8277] By: jhi                                   on 2000/12/30  21:33:44
49138         Log: Subject: [PATCH] open() example in perlfunc.pod 
49139              From: Karsten Sperling <s_sperli@ira.uka.de>
49140              Date: Sat, 30 Dec 2000 22:27:09 +0100
49141              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
49142      Branch: perl
49143            ! pod/perlfunc.pod
49144 ____________________________________________________________________________
49145 [  8276] By: jhi                                   on 2000/12/30  20:32:40
49146         Log: Not quite that many tests yet.
49147      Branch: perl
49148            ! t/op/pat.t
49149 ____________________________________________________________________________
49150 [  8275] By: jhi                                   on 2000/12/30  20:26:58
49151         Log: Integrate perlio.
49152      Branch: perl
49153           !> toke.c
49154 ____________________________________________________________________________
49155 [  8274] By: jhi                                   on 2000/12/30  20:24:56
49156         Log: Signedness nit.
49157      Branch: perl
49158            ! utf8.c
49159 ____________________________________________________________________________
49160 [  8273] By: jhi                                   on 2000/12/30  20:15:46
49161         Log: Add a test case for 20000731.001 which was fixed by the #8267.
49162      Branch: perl
49163            ! t/op/pat.t
49164 ____________________________________________________________________________
49165 [  8272] By: nick                                  on 2000/12/30  19:47:51
49166         Log: Tweak for MULTIPLICITY/USE_PERLIO
49167      Branch: perlio
49168            ! toke.c
49169 ____________________________________________________________________________
49170 [  8271] By: nick                                  on 2000/12/30  19:46:45
49171         Log: Integrate mainline
49172      Branch: perlio
49173           +> lib/unicode/distinct.pm
49174           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
49175           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
49176           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
49177 ____________________________________________________________________________
49178 [  8270] By: jhi                                   on 2000/12/30  19:39:50
49179         Log: Subject: RE: perl@8269
49180              From: "Richard Soderberg" <rs@crystalflame.net>
49181              Date: Sat, 30 Dec 2000 11:36:27 -0800
49182              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
49183              
49184              A missing aTHX_.
49185      Branch: perl
49186            ! toke.c
49187 ____________________________________________________________________________
49188 [  8269] By: jhi                                   on 2000/12/30  18:55:48
49189         Log: Update Changes.
49190      Branch: perl
49191            ! Changes patchlevel.h
49192 ____________________________________________________________________________
49193 [  8268] By: jhi                                   on 2000/12/30  17:18:40
49194         Log: Add a test for Unicode split //.  The #8267 was the cure.
49195      Branch: perl
49196            ! t/op/split.t
49197 ____________________________________________________________________________
49198 [  8267] By: jhi                                   on 2000/12/30  17:14:19
49199         Log: Subject: more UTF8 test suites and an UTF8 patch
49200              From: Inaba Hiroto <inaba@st.rim.or.jp>
49201              Date: Sat, 30 Dec 2000 14:27:10 +0900
49202              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
49203              
49204              Just the patch part for now, and the pragma renamed
49205              as unicode::distinct.
49206      Branch: perl
49207            + lib/unicode/distinct.pm
49208            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
49209            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
49210            ! regcomp.h regexec.c sv.c toke.c utf8.c
49211 ____________________________________________________________________________
49212 [  8266] By: nick                                  on 2000/12/30  16:40:49
49213         Log: Integrate mainline
49214      Branch: perlio
49215           +> lib/Pod/Text/Overstrike.pm
49216           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
49217           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
49218           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
49219           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
49220           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
49221 ____________________________________________________________________________
49222 [  8265] By: jhi                                   on 2000/12/30  07:28:55
49223         Log: The sv_catsv() fix, take two.
49224      Branch: perl
49225            ! sv.c t/op/join.t
49226 ____________________________________________________________________________
49227 [  8264] By: jhi                                   on 2000/12/30  06:19:18
49228         Log: Undo all the join-related changes since #8248: relevant
49229              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
49230              The new sv_catsv() doesn't fly so it must go back to
49231              the drawing board.
49232      Branch: perl
49233            ! sv.c t/op/join.t t/pragma/utf8.t
49234 ____________________________________________________________________________
49235 [  8263] By: jhi                                   on 2000/12/30  01:08:32
49236         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
49237      Branch: perl
49238            ! sv.c
49239 ____________________________________________________________________________
49240 [  8262] By: jhi                                   on 2000/12/30  00:45:14
49241         Log: Retract #8261.
49242      Branch: perl
49243            ! hv.c util.c
49244 ____________________________________________________________________________
49245 [  8261] By: jhi                                   on 2000/12/30  00:38:32
49246         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
49247      Branch: perl
49248            ! hv.c util.c
49249 ____________________________________________________________________________
49250 [  8260] By: jhi                                   on 2000/12/29  22:51:33
49251         Log: (Retracted by #8264)  More fixing for #8251.
49252      Branch: perl
49253            ! sv.c
49254 ____________________________________________________________________________
49255 [  8259] By: jhi                                   on 2000/12/29  18:27:30
49256         Log: Subject: podlators 1.06 released
49257              From: Russ Allbery <rra@stanford.edu>
49258              Date: 25 Dec 2000 05:09:30 -0800
49259              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
49260      Branch: perl
49261            + lib/Pod/Text/Overstrike.pm
49262            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
49263            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
49264 ____________________________________________________________________________
49265 [  8258] By: jhi                                   on 2000/12/29  18:20:45
49266         Log: Make the large file tests more robust/talkative as suggested by
49267              
49268              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
49269              From: andreas.koenig@anima.de (Andreas J. Koenig)
49270              Date: 29 Dec 2000 14:23:01 +0100
49271              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
49272      Branch: perl
49273            ! t/lib/syslfs.t t/op/lfs.t
49274 ____________________________________________________________________________
49275 [  8257] By: jhi                                   on 2000/12/29  17:48:04
49276         Log: Further VMS piping fixes from Charles Lane:
49277              
49278              In summary, error messages produced when a subprocess terminated
49279              abnormally were being sent not just to the parent process, but to
49280              grandparents, because of default values for error output that were
49281              not completely overridden when the subprocess was started.
49282              
49283              This patch fixes this behavior by defining user-mode (i.e., temporary
49284              for the duration of the program) logical names for SYS$OUTPUT and
49285              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
49286              changes to make it so that the user-mode logicals are the ones that
49287              control where Perl's error messages go if it terminates abnormally.
49288              
49289              I also added some gratuitous fixes to the indentation of braces in
49290              the piping code.  It just looked ugly, before.
49291      Branch: perl
49292            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
49293 ____________________________________________________________________________
49294 [  8256] By: jhi                                   on 2000/12/29  17:45:12
49295         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
49296              From: "Casey R. Tweten" <crt@kiski.net>
49297              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
49298              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
49299              
49300              Tests for for #8240.
49301      Branch: perl
49302            ! t/pragma/constant.t
49303 ____________________________________________________________________________
49304 [  8255] By: jhi                                   on 2000/12/29  17:43:07
49305         Log: Subject: Re: [PATCH] Interesting syntax idea
49306              From: Simon Cozens <simon@cozens.net>
49307              Date: Fri, 29 Dec 2000 14:34:04 +0000
49308              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
49309              
49310              Tests for #8254.
49311      Branch: perl
49312            ! t/pragma/sub_lval.t
49313 ____________________________________________________________________________
49314 [  8254] By: jhi                                   on 2000/12/29  17:42:11
49315         Log: Subject: [PATCH] Interesting syntax idea
49316              From: Simon Cozens <simon@cozens.net>
49317              Date: Wed, 27 Dec 2000 05:08:57 +0000
49318              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
49319              
49320              Make opens + bareword assigns do typeglob assigns.
49321      Branch: perl
49322            ! op.c
49323 ____________________________________________________________________________
49324 [  8253] By: jhi                                   on 2000/12/29  17:36:45
49325         Log: Output the (apparent) version of gcc, as suggested by
49326              
49327              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
49328              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
49329              Date: 26 Dec 2000 04:29:17 -0500
49330              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
49331              
49332              (The patch as such didn't any more apply as the misparsing had
49333              already been addressed in #6474.)  Also change the wording about
49334              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
49335      Branch: perl
49336            ! hints/dec_osf.sh
49337 ____________________________________________________________________________
49338 [  8252] By: nick                                  on 2000/12/29  12:14:31
49339         Log: Integrate mainline
49340      Branch: perlio
49341           !> (integrate 27 files)
49342 ____________________________________________________________________________
49343 [  8251] By: jhi                                   on 2000/12/29  08:45:46
49344         Log: (Retracted by #8264)
49345              
49346              (Fixed by #8260.)
49347              
49348              sv_catsv() needs one more byte space than seems reasonable.
49349              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
49350              Curiouser and curiouser.
49351      Branch: perl
49352            ! sv.c
49353 ____________________________________________________________________________
49354 [  8250] By: jhi                                   on 2000/12/29  07:57:52
49355         Log: More split // UTF-8 tests.
49356      Branch: perl
49357            ! t/pragma/utf8.t
49358 ____________________________________________________________________________
49359 [  8249] By: jhi                                   on 2000/12/29  07:54:51
49360         Log: (Retracted by #8264)  More join() testing which was good because
49361              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
49362      Branch: perl
49363            ! pp.c t/op/join.t utf8.c utf8.h
49364 ____________________________________________________________________________
49365 [  8248] By: jhi                                   on 2000/12/29  07:08:32
49366         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
49367              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
49368              that the only cases to care about are byte+byte and byte+character.
49369              
49370              TODO: See how well pp_concat() could be implemented in terms
49371              of sv_catsv().
49372      Branch: perl
49373            ! doop.c sv.c t/op/join.t utf8.h
49374 ____________________________________________________________________________
49375 [  8247] By: jhi                                   on 2000/12/29  06:35:23
49376         Log: Signedness nit.
49377      Branch: perl
49378            ! pp_hot.c
49379 ____________________________________________________________________________
49380 [  8246] By: jhi                                   on 2000/12/29  01:23:31
49381         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
49382              From: Lupe Christoph <lupe@lupe-christoph.de>
49383              Date: Thu, 28 Dec 2000 23:00:00 +0100
49384              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
49385              
49386              Suggest rsync --delete --dry-run.
49387      Branch: perl
49388            ! pod/perlhack.pod
49389 ____________________________________________________________________________
49390 [  8245] By: jhi                                   on 2000/12/28  23:57:05
49391         Log: The maxiters upper limit sanity check (guarding against
49392              non-progress) assumed bytes instead of characters in s///
49393              and split().
49394      Branch: perl
49395            ! pp.c pp_hot.c
49396 ____________________________________________________________________________
49397 [  8244] By: jhi                                   on 2000/12/28  23:34:08
49398         Log: Make some panic messages a bit more logical.
49399      Branch: perl
49400            ! doop.c pod/perldiag.pod pp.c pp_hot.c
49401 ____________________________________________________________________________
49402 [  8243] By: jhi                                   on 2000/12/28  22:59:16
49403         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
49404              From: Simon Cozens <simon@cozens.net>
49405              Date: Wed, 27 Dec 2000 02:30:03 +0000
49406              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
49407      Branch: perl
49408            ! pp.c t/pragma/sub_lval.t
49409 ____________________________________________________________________________
49410 [  8242] By: jhi                                   on 2000/12/28  22:56:53
49411         Log: Subject: [PATCH blead] Fix B::Terse indentation
49412              From: Daniel Chetlin <daniel@chetlin.com>
49413              Date: Wed, 27 Dec 2000 06:43:30 -0800
49414              Message-ID: <20001227064329.B9573@darkstar>
49415      Branch: perl
49416            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
49417 ____________________________________________________________________________
49418 [  8241] By: jhi                                   on 2000/12/28  22:48:59
49419         Log: The latter patch from the
49420              
49421              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
49422              From: Peter Prymmer <pvhp@forte.com> 
49423              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
49424              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
49425              
49426              (the former patch from the above should have been
49427              taken care of by Nick I-S)
49428      Branch: perl
49429            ! win32/Makefile
49430 ____________________________________________________________________________
49431 [  8240] By: jhi                                   on 2000/12/28  22:45:22
49432         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
49433              From: "Casey R. Tweten" <crt@kiski.net>
49434              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
49435              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
49436      Branch: perl
49437            ! lib/constant.pm
49438 ____________________________________________________________________________
49439 [  8239] By: jhi                                   on 2000/12/28  22:37:45
49440         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
49441              From: Simon Cozens <simon@cozens.net>
49442              Date: Wed, 27 Dec 2000 14:12:44 +0000
49443              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
49444      Branch: perl
49445            ! t/op/method.t t/op/sort.t toke.c
49446 ____________________________________________________________________________
49447 [  8238] By: jhi                                   on 2000/12/28  22:30:32
49448         Log: Subject: [PATCH perl@8229] Call.pm
49449              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49450              Date: Mon, 25 Dec 2000 10:47:15 -0000
49451              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
49452      Branch: perl
49453            ! ext/Filter/Util/Call/Call.pm
49454 ____________________________________________________________________________
49455 [  8237] By: jhi                                   on 2000/12/28  22:19:21
49456         Log: Subject: [PATCH blead] Fix problem with `&' prototype
49457              From: Daniel Chetlin <daniel@chetlin.com>
49458              Date: Wed, 27 Dec 2000 15:55:32 -0800
49459              Message-ID: <20001227155532.D9573@darkstar>
49460      Branch: perl
49461            ! op.c t/comp/proto.t
49462 ____________________________________________________________________________
49463 [  8236] By: jhi                                   on 2000/12/28  22:09:25
49464         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
49465              From: Daniel Chetlin <daniel@chetlin.com>
49466              Date: Sun, 24 Dec 2000 04:09:49 -0800
49467              Message-ID: <20001224040949.B3090@darkstar>
49468      Branch: perl
49469            ! gv.c mg.c t/op/attrs.t
49470 ____________________________________________________________________________
49471 [  8235] By: jhi                                   on 2000/12/28  22:07:11
49472         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
49473              From: Jan Dubois <jand@ActiveState.com>
49474              Date: Tue, 26 Dec 2000 20:57:31 -0800
49475              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
49476      Branch: perl
49477            ! win32/win32.c
49478 ____________________________________________________________________________
49479 [  8234] By: jhi                                   on 2000/12/28  21:52:42
49480         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
49481              From: Simon Cozens <simon@cozens.net>
49482              Date: Thu, 28 Dec 2000 20:33:13 +0000
49483              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
49484      Branch: perl
49485            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
49486 ____________________________________________________________________________
49487 [  8233] By: jhi                                   on 2000/12/28  19:40:49
49488         Log: Integrate perlio.
49489      Branch: perl
49490           !> ext/Encode/Makefile.PL ext/Encode/compile
49491 ____________________________________________________________________________
49492 [  8232] By: nick                                  on 2000/12/23  16:06:00
49493         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
49494              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
49495      Branch: perlio
49496            ! ext/Encode/Makefile.PL
49497 ____________________________________________________________________________
49498 [  8231] By: nick                                  on 2000/12/23  14:30:34
49499         Log: "Compiled" encode build cleanup
49500              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
49501              - .c files do not export sub-tables
49502      Branch: perlio
49503            ! ext/Encode/Makefile.PL ext/Encode/compile
49504 ____________________________________________________________________________
49505 [  8230] By: nick                                  on 2000/12/23  12:50:37
49506         Log: Integrate mainline
49507      Branch: perlio
49508           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
49509           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
49510           !> pod/perl5004delta.pod pod/perl5005delta.pod
49511           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
49512           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
49513           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
49514           !> pod/perlsub.pod
49515 ____________________________________________________________________________
49516 [  8229] By: jhi                                   on 2000/12/22  15:32:12
49517         Log: Integrate perlio.
49518      Branch: perl
49519           +> win32/distclean.bat
49520           !> MANIFEST t/io/utf8.t
49521 ____________________________________________________________________________
49522 [  8228] By: jhi                                   on 2000/12/22  15:29:40
49523         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
49524              From: Robin Barker <rmb1@cise.npl.co.uk>
49525              Date: Fri, 22 Dec 2000 12:17:38 GMT
49526              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
49527      Branch: perl
49528            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
49529            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
49530            ! pod/perl5004delta.pod pod/perl5005delta.pod
49531            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
49532            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
49533            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
49534            ! pod/perlsub.pod
49535 ____________________________________________________________________________
49536 [  8227] By: jhi                                   on 2000/12/22  15:24:28
49537         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
49538              From: "John L. Allen" <allen@grumman.com>
49539              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
49540              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
49541              
49542              Document APPLLIB_EXP.
49543      Branch: perl
49544            ! INSTALL
49545 ____________________________________________________________________________
49546 [  8226] By: nick                                  on 2000/12/21  22:11:50
49547         Log: Handy script for when one forgets to "dmake clean" 
49548      Branch: perlio
49549            + win32/distclean.bat
49550            ! MANIFEST
49551 ____________________________________________________________________________
49552 [  8225] By: nick                                  on 2000/12/21  21:54:04
49553         Log: CRLF platform issue with io/utf8 fix.
49554      Branch: perlio
49555            ! t/io/utf8.t
49556 ____________________________________________________________________________
49557 [  8224] By: nick                                  on 2000/12/21  21:02:20
49558         Log: Integrate mainline
49559      Branch: perlio
49560           !> Changes Configure Makefile.SH Porting/Glossary
49561           !> Porting/config.sh Porting/config_H configure.com
49562           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
49563           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
49564           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
49565           !> win32/config.bc win32/config.gc win32/config.vc
49566 ____________________________________________________________________________
49567 [  8223] By: jhi                                   on 2000/12/21  17:09:16
49568         Log: Update Changes.
49569      Branch: perl
49570            ! Changes patchlevel.h
49571 ____________________________________________________________________________
49572 [  8222] By: jhi                                   on 2000/12/21  16:24:01
49573         Log: Metaconfig unit changes for #8221.
49574      Branch: metaconfig/U/perl
49575           +> issymlink.U
49576            - testsyml.U
49577            ! Mksymlinks.U
49578 ____________________________________________________________________________
49579 [  8221] By: jhi                                   on 2000/12/21  16:23:48
49580         Log: Rename testsyml to issymlink.
49581      Branch: perl
49582            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49583            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
49584            ! win32/config.vc
49585 ____________________________________________________________________________
49586 [  8220] By: jhi                                   on 2000/12/21  15:47:26
49587         Log: Robustness support for #8218 (symlink forest) since the GNU
49588              tools seem to be overly picky about symlinkage depths.
49589      Branch: perl
49590            ! Makefile.SH t/io/fs.t
49591 ____________________________________________________________________________
49592 [  8219] By: jhi                                   on 2000/12/21  15:38:27
49593         Log: Metaconfig changes for #8218.
49594      Branch: metaconfig
49595            ! U/modified/Oldconfig.U
49596      Branch: metaconfig/U/perl
49597            + Mksymlinks.U
49598            ! testsyml.U
49599 ____________________________________________________________________________
49600 [  8218] By: jhi                                   on 2000/12/21  15:37:57
49601         Log: Add Configure option -Dmksymlinks which will create a symlink
49602              forest if the current/build differs from the source directory.
49603              TODO: mkdir -p is not portable.
49604      Branch: perl
49605            ! Configure
49606 ____________________________________________________________________________
49607 [  8217] By: jhi                                   on 2000/12/21  14:39:12
49608         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
49609              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
49610              Date: Thu, 21 Dec 2000 09:38:18 GMT
49611              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
49612              
49613              The ofs became an SV.
49614      Branch: perl
49615            ! ext/Thread/Thread.xs
49616 ____________________________________________________________________________
49617 [  8216] By: jhi                                   on 2000/12/21  05:40:21
49618         Log: The polymorphism seems to have fixed 20000517.001.
49619      Branch: perl
49620            ! t/pragma/utf8.t
49621 ____________________________________________________________________________
49622 [  8215] By: jhi                                   on 2000/12/21  04:44:52
49623         Log: read() documentation tweak for 20001121.004.
49624      Branch: perl
49625            ! pod/perlfunc.pod
49626 ____________________________________________________________________________
49627 [  8214] By: jhi                                   on 2000/12/21  03:54:11
49628         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
49629      Branch: perl
49630            ! pp_sys.c t/op/misc.t
49631 ____________________________________________________________________________
49632 [  8213] By: jhi                                   on 2000/12/21  00:28:10
49633         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
49634              From: Peter Prymmer <pvhp@forte.com>
49635              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
49636              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
49637      Branch: perl
49638            ! configure.com
49639 ____________________________________________________________________________
49640 [  8212] By: jhi                                   on 2000/12/21  00:26:21
49641         Log: Edit edit edit.
49642      Branch: perl
49643            ! pod/perlfaq3.pod
49644 ____________________________________________________________________________
49645 [  8211] By: jhi                                   on 2000/12/20  18:52:46
49646         Log: Update Changes.
49647      Branch: perl
49648            ! Changes patchlevel.h
49649 ____________________________________________________________________________
49650 [  8210] By: jhi                                   on 2000/12/20  18:34:47
49651         Log: Yet another editor edit.
49652      Branch: perl
49653            ! pod/perlfaq3.pod
49654 ____________________________________________________________________________
49655 [  8209] By: jhi                                   on 2000/12/20  15:33:28
49656         Log: More Win32 Perling.
49657      Branch: perl
49658            ! pod/perlfaq3.pod
49659 ____________________________________________________________________________
49660 [  8208] By: jhi                                   on 2000/12/20  15:07:46
49661         Log: More Win32 editor/IDE/shell hints.
49662      Branch: perl
49663            ! pod/perlfaq3.pod
49664 ____________________________________________________________________________
49665 [  8207] By: jhi                                   on 2000/12/20  03:54:08
49666         Log: Subject: [PATCH] obscure timing knowledge
49667              From: Nicholas Clark <nick@ccl4.org>
49668              Date: Tue, 19 Dec 2000 19:22:31 +0000
49669              Message-ID: <20001219192231.F2827@plum.flirble.org>
49670      Branch: perl
49671            ! sv.c
49672 ____________________________________________________________________________
49673 [  8206] By: jhi                                   on 2000/12/20  03:45:57
49674         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
49675              From: Spider Boardman <spider@leggy.zk3.dec.com>
49676              Date: Tue, 19 Dec 2000 21:30:16 -0500
49677              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
49678      Branch: perl
49679            ! sv.c
49680 ____________________________________________________________________________
49681 [  8205] By: jhi                                   on 2000/12/19  23:02:01
49682         Log: Update Changes.
49683      Branch: perl
49684            ! Changes patchlevel.h
49685 ____________________________________________________________________________
49686 [  8204] By: jhi                                   on 2000/12/19  22:58:18
49687         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
49688              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
49689              on editors and diffing/patching.
49690      Branch: perl
49691            ! t/op/utf8decode.t
49692 ____________________________________________________________________________
49693 [  8203] By: nick                                  on 2000/12/19  21:36:16
49694         Log: Integrate mainline (forgot my own change...)
49695      Branch: perlio
49696           !> ext/Encode/compile
49697 ____________________________________________________________________________
49698 [  8202] By: nick                                  on 2000/12/19  21:34:42
49699         Log: Integrate mainline.
49700      Branch: perlio
49701           !> (integrate 61 files)
49702 ____________________________________________________________________________
49703 [  8201] By: nick                                  on 2000/12/19  21:34:06
49704         Log: Avoid looking for File::Glob when we don't need it.
49705      Branch: perl
49706            ! ext/Encode/compile
49707 ____________________________________________________________________________
49708 [  8200] By: jhi                                   on 2000/12/19  18:35:49
49709         Log: Update Changes.
49710      Branch: perl
49711            ! Changes patchlevel.h
49712 ____________________________________________________________________________
49713 [  8199] By: jhi                                   on 2000/12/19  18:35:07
49714         Log: Microperl tweaks.
49715      Branch: perl
49716            ! sv.c uconfig.h uconfig.sh
49717 ____________________________________________________________________________
49718 [  8198] By: jhi                                   on 2000/12/19  18:29:59
49719         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
49720      Branch: perl
49721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49722            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
49723 ____________________________________________________________________________
49724 [  8197] By: jhi                                   on 2000/12/19  17:55:29
49725         Log: In VMS embedded perls couldn't access the statically built Socket,
49726              from Charles Lane.
49727      Branch: perl
49728            ! configure.com
49729 ____________________________________________________________________________
49730 [  8196] By: jhi                                   on 2000/12/19  17:49:50
49731         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
49732              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
49733              Date: Sun, 17 Dec 2000 19:11:44 -0000
49734              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
49735      Branch: perl
49736            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49737            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
49738 ____________________________________________________________________________
49739 [  8195] By: jhi                                   on 2000/12/19  17:47:53
49740         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
49741              From: Jonathan Stowe <gellyfish@gellyfish.com>
49742              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
49743              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
49744      Branch: perl
49745            ! utils/h2xs.PL
49746 ____________________________________________________________________________
49747 [  8194] By: jhi                                   on 2000/12/19  17:46:28
49748         Log: Subject: Re: useless use of void context work-around
49749              From: andreas.koenig@anima.de (Andreas J. Koenig)
49750              Date: 16 Dec 2000 15:13:36 +0100
49751              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
49752              
49753              Document (comment) the q(di ds ig) trick in the code.
49754      Branch: perl
49755            ! op.c
49756 ____________________________________________________________________________
49757 [  8193] By: jhi                                   on 2000/12/19  17:10:57
49758         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
49759              From: "Mark J. Reed" <mreed@strange.turner.com>
49760              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
49761              Message-Id: <200012160222.VAA13986@strange.turner.com>
49762      Branch: perl
49763            ! ext/Sys/Syslog/Syslog.pm
49764 ____________________________________________________________________________
49765 [  8192] By: jhi                                   on 2000/12/19  17:07:45
49766         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
49767              From: Nicholas Clark <nick@ccl4.org>
49768              Date: Sat, 16 Dec 2000 19:03:13 +0000
49769              Message-ID: <20001216190313.D68304@plum.flirble.org>
49770      Branch: perl
49771            ! t/op/64bitint.t
49772 ____________________________________________________________________________
49773 [  8191] By: jhi                                   on 2000/12/19  17:06:13
49774         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
49775              From: Dominic Dunlop <domo@computer.org>
49776              Date: Mon, 18 Dec 2000 12:00:15 +0100
49777              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
49778              
49779              This patchlet is needed in order that perl can be statically linked.  
49780      Branch: perl
49781            ! regexec.c
49782 ____________________________________________________________________________
49783 [  8190] By: jhi                                   on 2000/12/19  17:03:08
49784         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
49785              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49786              Date: Sun, 17 Dec 2000 00:18:35 -0600
49787              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
49788      Branch: perl
49789            ! perlio.h vms/gen_shrfls.pl
49790 ____________________________________________________________________________
49791 [  8189] By: jhi                                   on 2000/12/19  16:20:28
49792         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
49793              From: Prymmer/Kahn <pvhp@best.com>
49794              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
49795              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
49796              
49797              A better version of #8188.
49798      Branch: perl
49799            ! pod/perlfaq3.pod
49800 ____________________________________________________________________________
49801 [  8188] By: jhi                                   on 2000/12/19  15:57:06
49802         Log: (Replaced by #8189)
49803              
49804              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
49805              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
49806              From: Prymmer/Kahn <pvhp@best.com>
49807              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
49808              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
49809              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
49810              Date: Mon, 18 Dec 2000 11:10:45 -0500
49811              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
49812      Branch: perl
49813            ! pod/perlfaq3.pod
49814 ____________________________________________________________________________
49815 [  8187] By: jhi                                   on 2000/12/19  15:54:19
49816         Log: Email address fix for Anton Berezin.
49817      Branch: perl
49818            ! AUTHORS
49819 ____________________________________________________________________________
49820 [  8186] By: jhi                                   on 2000/12/19  15:38:54
49821         Log: Subject: [PATCH perl@8102] cygwin port
49822              From: "Eric Fifer" <efifer@dircon.co.uk> 
49823              Date: Thu, 14 Dec 2000 13:41:29 -0000
49824              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
49825              
49826              When compiling modules the data item that is being imported
49827              from libperl.dll needs to be tagged as imported/shared data:
49828              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
49829      Branch: perl
49830            ! perliol.h
49831 ____________________________________________________________________________
49832 [  8185] By: jhi                                   on 2000/12/19  14:53:24
49833         Log: Regen uconfig.h and uconfig.sh.
49834      Branch: perl
49835            ! uconfig.h uconfig.sh
49836 ____________________________________________________________________________
49837 [  8184] By: jhi                                   on 2000/12/18  20:43:49
49838         Log: Comments work so much better when they are closed.
49839      Branch: perl
49840            ! regcomp.c
49841 ____________________________________________________________________________
49842 [  8183] By: jhi                                   on 2000/12/18  18:04:02
49843         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
49844              Fixes the bug 20001218.016.
49845      Branch: perl
49846            ! regcomp.c
49847 ____________________________________________________________________________
49848 [  8182] By: gsar                                  on 2000/12/18  09:53:47
49849         Log: delete spurious files
49850      Branch: maint-5.6/perl
49851            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
49852            - vos/config.h vos/config_h.SH_orig
49853 ____________________________________________________________________________
49854 [  8181] By: gsar                                  on 2000/12/18  09:46:08
49855         Log: regen perltoc
49856      Branch: maint-5.6/perl
49857            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
49858 ____________________________________________________________________________
49859 [  8180] By: gsar                                  on 2000/12/18  09:20:27
49860         Log: integrate changes#7924..7926,7946,7952 from mainline
49861              
49862              A test works better if it has the right 1..$n output.
49863              
49864              All the core library users of Class::Struct seem to be
49865              using "use Class::Struct 'struct';" instead of the bare
49866              "use Class::Struct;", which isn't documented in Class::Struct.
49867              This can't be right.
49868              
49869              Make the Class::Struct import() wiser.
49870              
49871              Upgrade to CPAN 1.59_51, from Andreas König.
49872              
49873              Subject: Re: long shell lines
49874              Split overly long shell command lines.
49875      Branch: maint-5.6/perl
49876           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
49877           !> lib/File/stat.pm t/lib/class-struct.t
49878 ____________________________________________________________________________
49879 [  8179] By: gsar                                  on 2000/12/18  08:55:54
49880         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
49881              7918,7919,7988,8907 from mainline (various)
49882              
49883              Subject: [ID 20001127.004] White space problem in perlamiga.pod
49884              
49885              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
49886              
49887              Subject: [PATCH] perlcc.PL cleanups
49888              
49889              Subject: [PATCH] Updating perltie.pod for arrays
49890              
49891              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
49892              Subject: Re: [PATCH] Updating perltie.pod for arrays
49893              Subject: Re: [PATCH] Updating perltie.pod for arrays
49894              
49895              One more perltie.pod nit from Casey R. Tweten.
49896              
49897              Subject: [PATCH] $^O  win32 -> MSWin32
49898              plus similar nits for vms, err, VMS, and UNICOS.
49899              
49900              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
49901              More checking in case someone has broken their services or
49902              protocol databases.
49903              
49904              Make "use Class::Struct 'struct';" work again (broken by #7617);
49905              add a test for Class::Struct.
49906              
49907              Integrate the "skip" messages to explain().
49908              
49909              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
49910      Branch: maint-5.6/perl
49911           +> t/lib/class-struct.t
49912           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
49913           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
49914           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
49915 ____________________________________________________________________________
49916 [  8178] By: gsar                                  on 2000/12/18  08:16:30
49917         Log: avoid redefinition warnings on windows due to sys/socket.h getting
49918              #included before win32.h
49919      Branch: maint-5.6/perl
49920            ! win32/include/sys/socket.h
49921 ____________________________________________________________________________
49922 [  8177] By: gsar                                  on 2000/12/18  05:24:04
49923         Log: make regen_headers; fix POSIX.xs problems; remove outdated
49924              code from sys/socket.h that makes build fail now
49925      Branch: maint-5.6/perl
49926            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
49927            ! pod/perlapi.pod
49928           !> win32/include/sys/socket.h
49929 ____________________________________________________________________________
49930 [  8176] By: gsar                                  on 2000/12/18  05:20:17
49931         Log: update Changes
49932      Branch: maint-5.6/perl
49933            ! Changes patchlevel.h
49934 ____________________________________________________________________________
49935 [  8175] By: gsar                                  on 2000/12/18  04:57:48
49936         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
49937              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
49938              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
49939              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
49940              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
49941              7823,7825,7838
49942              
49943              Subject: Re: [PATCH] README.solaris
49944              
49945              Add getpagesize() probing, on non-UNIX guess 'undef'.
49946              
49947              Simplify the getpagesize() unit by dropping the
49948              pagesize probe since it's nowadays slightly more
49949              complicated because of sysconf(). (Note: if some
49950              platform really needs the -lPW for getpagesize,
49951              I just broke it.)
49952              TODO: a new pagesize unit.
49953              
49954              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
49955              
49956              MachTen doesn't really do mmap() and munmap().
49957              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49958              
49959              More README.solaris updates from Andy Dougherty.
49960              
49961              Copy the s// information of README.hpux also to the perlrun.
49962              
49963              Add HAS_FSYNC, lack noticed by Nicholas Clark.
49964              
49965              Add a metaconfig unit for fsync.
49966              
49967              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
49968              
49969              Many subdocumented return values of the IO extension now documented.
49970              ungetc and write still left subdocumented.
49971              Subject: [PATCH] (was Re: IO::Handle::ungetc)
49972              
49973              Document tell() on special streams.
49974              
49975              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
49976              
49977              Subject: [ID 20001112.007] sfio's sftell isn't ftell
49978              
49979              Couple of tests from #7660 salvaged.
49980              
49981              Tweak the definition of the bit complement on UTF-8 data:
49982              if none of the characters in the string are > 0xff,
49983              the result is a complemented byte string, not a (UTF-8)
49984              char string.  Based on the summary in
49985              Subject: Re: [ID 20000918.005] ~ on wide chars
49986              This should give us the maximum backward (pre-char string)
49987              compatibility and utf8 compatibility.  The other alternative
49988              would be to limit the bit complement to be always byte only,
49989              taking the least significant byte of the chars.
49990              
49991              Cleanup messy #ifdef.
49992              
49993              Typos in #7667.
49994              
49995              Declare reg_data like reg_substr_data.
49996              
49997              Placate nervous compilers that see longer than ints switch()ing.
49998              
49999              Remove the new two tests of lib/io_xs for now, they seem to
50000              fail under perlio on some platforms.
50001              
50002              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50003              
50004              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
50005              
50006              Subject: tiny typo in perl5db.pl
50007              
50008              Subject: some additions for makefiles for win32 (for perl@7674)
50009              
50010              Hoist the duplicated socket/netdb include logic to perl.h;
50011              undef SETERRNO in case SOCKS has defined it.  Based on:
50012              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
50013              
50014              Regen Configure.
50015              
50016              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
50017              (a macro to define signed and unsigned integer constants).
50018              
50019              Use UINT64_C().
50020              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
50021              
50022              Use u_int32_t for the size of hash_cb(), not size_t.
50023              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
50024              
50025              Quit utf8_to_uv() instantly if curlen == 0.
50026              
50027              Subject: [PATCH: perl@7674] updates to README.os390
50028              
50029              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
50030              
50031              EBCDIC tweaks.
50032              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
50033              
50034              Linenumber fix.
50035              
50036              SOCKS has its own USE_THREADS, based on
50037              Subject: [ID 20001114.002] et. al. bugfix followup
50038              
50039              UINT64_C() work continues.
50040              
50041              Detypo.
50042              
50043              The type of the hash_cb() size argument is tricky.
50044              
50045              Add fwalk() probe to the configuration files and regen perltoc.
50046              
50047              Subject: perllocale.pod changes
50048              
50049              Avoid an infinite loop in VMS when utils scripts are run
50050              with no arguments, from Charles Lane.
50051              
50052              Subject: Re: Bug in Carp::Heavy/5.6.0?
50053              
50054              For Solaris use64bitall the stdchar needs a little bit of help.
50055              
50056              The long double hints can be here or there.
50057              
50058              Test tweak for the open pragma.
50059              
50060              Also the 64bitall hints can be either here or there.
50061              
50062              As surmised the #7719 wasn't a good move.
50063              
50064              Subject: Fix for 20000409.001
50065              
50066              Subject: Fix for 20000815.006
50067              It's really 20000518.006.
50068              
50069              Subject: [PATCH 5.6.0 README.win32] very minor typos
50070              
50071              Subject: Fix for README.amiga (20000323.033)
50072              
50073              Explain in more detail the {} syntax ambiguousity.
50074              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
50075              
50076              Sparc 64-bit pack() fix from Jens Hamisch.
50077              
50078              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
50079              
50080              Subject: podlators 1.05 available        
50081              
50082              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
50083              
50084              Subject: [perl 7711: EPOC] updates
50085              
50086              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
50087              
50088              Miraculous typo.
50089              
50090              sysseek() instead of seek().
50091              
50092              Solaris hints tweaks.
50093              
50094              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
50095              This may be overly harsh but until proven otherwise, we think this
50096              way, or until we have a simple test for Configure (having to start
50097              up servers is does not count as simple) to check for the problems.
50098              
50099              Remove the shared object before attempting to create
50100              (by linking) a new one.  E.g. in AIX not removing
50101              becomes quite painful if one tries to do more than one
50102              build in the same tree (an interrupted build, for example),
50103              since the AIX' shared dynaloader seemingly keeps the shared
50104              objects open and therefore 'busy' for quite a while, even when
50105              nobody is using the objects, leading into link failures.
50106              
50107              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
50108              
50109              Subject: DOC PATCH 5.6.0 perlreftut
50110              
50111              Subject: [PATCH: perl@7777] add system locale testing for VMS
50112              
50113              Subject: [PATCH] Test.pm POD peculiarity
50114              
50115              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
50116              
50117              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
50118              
50119              Subject: Re: perl@7777 
50120              Detypoing.
50121              
50122              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
50123              
50124              Go ahead and #include <unistd.h> in perl.h.
50125              
50126              Subject: [PATCH perl@7795] small cleanup task for test suite
50127              
50128              Subject: Re: av.c patch (having slight problems)
50129              unshift() speedup.
50130              
50131              Reach back one higher up when searching for PERL_SRC.
50132      Branch: maint-5.6/perl
50133           +> lib/File/Spec/Epoc.pm
50134           !> (integrate 88 files)
50135 ____________________________________________________________________________
50136 [  8174] By: gsar                                  on 2000/12/18  03:53:09
50137         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
50138              7625..7629,7631..7634,7637,7639,7642 from mainline
50139              
50140              Fix for the tie-refhash string table leaks.
50141              
50142              Subject: [patch perl@7595] VMS configure.com tweak
50143              
50144              More careful detection of how well NVs and UVs mix.
50145              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))
50146              Added some SIGFPE paranoia.
50147              
50148              Forgot to bump the line numbers in #7601.
50149              
50150              Subject: PATCH std stdio for (Free)BSD
50151              
50152              Deleting $ENV{PATH} in VMS is not recommendable.
50153              
50154              Locale buglets.
50155              Subject: RE: Locales support (setlocale) fixes
50156              
50157              Do not test UTF-8 locales since that the tests would require
50158              polymorphic regexen.
50159              
50160              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
50161              
50162              A missing aTHX_.
50163              
50164              Subject: [ID 20001108.013] spelling
50165              
50166              Subject: [PATCH] Class::Struct at compile time
50167              
50168              Make deleting for %ENV work for (newer versions of) VMS,
50169              from Craig A. Berry.
50170              
50171              Forgot from #7618.
50172              
50173              More VMS moves on environment handling, from Charles Lane.
50174              
50175              Remove unused extra arguments.
50176              
50177              Typo in an ifndef.
50178              Subject: Re: [PATCH 5.7.0] better messages from malloc()
50179              
50180              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
50181              All except the "cow orker" change.
50182              
50183              The generated boot_* headers are wrong.  Pickier compiler,
50184              such as KAI C++ will refuse to compile the resulting perlmain.
50185              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50186              
50187              There's no =head3.
50188              
50189              Disable only the tests 99 and 166 for UTF-8 locales.
50190              
50191              Missing dTHXs.
50192              Subject: RE: perl@7595 builds not on cygwin
50193              
50194              Subject: Re: bash -c exit and linux hints 
50195              
50196              Various doc oddball characters.
50197              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
50198              
50199              Subject: [PATCH] IO::Seekable pod
50200              
50201              Amdahl UTS hints updates.
50202              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
50203              
50204              Explain better why certain regex tests are skipped.
50205              Subject: Re: tests skipped: unknown reason
50206              
50207              Subject: [PATCH] README.solaris
50208              
50209              Subject: [PATCH perl@7638] cygwin port
50210      Branch: maint-5.6/perl
50211           +> README.solaris
50212           !> (integrate 26 files)
50213 ____________________________________________________________________________
50214 [  8173] By: gsar                                  on 2000/12/18  03:37:02
50215         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
50216              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
50217              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
50218              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
50219              
50220              Better create a true mailing list for the repository keepers.
50221              
50222              Subject: [ID 20001027.007] uniq array in perlfaq
50223              
50224              De-quoted-unreadable to ISO Latin 1.
50225              (There's one ISO-2022-JP name in Changes5.004.)
50226              
50227              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
50228              
50229              The #7476 needs a MANIFEST change, too.
50230              
50231              Add also emailless people.
50232              
50233              UTF-8 decoder tweak.
50234              
50235              Make \x{...} consistently produce UTF-8.
50236              Subject: Re: \x{...} is confused 
50237              
50238              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
50239              
50240              Add a perlbug flag, -A, to avoid acknowledgement messages.
50241              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
50242              
50243              Use Errno magic.
50244              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
50245              
50246              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
50247              
50248              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
50249              
50250              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
50251              
50252              Be more lenient on bad UTF-8 when doing bit arithmetics.
50253              Subject: Re: [ID 20000918.005] ~ on wide chars
50254              (The ord() part of the patch skipped.)
50255              
50256              Subject: perlfaq style changes
50257              
50258              AUTHORS tweaks.
50259              
50260              Whitespace style tweak.  Was originally going to see to
50261              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50262              but that had already been taken care of.
50263              
50264              The compiler is either gcc or cc, from Tom Bates.
50265              
50266              The osname has been lowercased by now, from Tom Bates.
50267              
50268              The NonStop-UX libraries have a novel way to say NaN.
50269              
50270              printf UVs the correct way, noticed by Robin Barker.
50271              
50272              Subject: [PATCH] startperl to respect versiononly
50273              
50274              AUTHORS updates.
50275              
50276              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
50277              
50278              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
50279              
50280              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
50281              
50282              Generalize the Camel wording.
50283              Subject: Re: perlfaq style changes
50284              
50285              Subject: [ID 20001005.006] Documentation -- description of qr//
50286              
50287              C.pm part of
50288              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
50289              
50290              Locale warning explanation tweak.
50291              
50292              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
50293              
50294              Make the POSIX::setuid and POSIX::setgid to really call setuid()
50295              and setgid() because they were just changing $< and $( which means
50296              only changing the real uid/gid, as opposed to changing both
50297              real and effective ids.  (The alternative way could have been
50298              in POSIX.pm to change $> and $), too, but making a direct call
50299              to the C API feels cleaner.)  Fixes the bug
50300              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
50301              
50302              Expand %Config variables and %ENV variables only if
50303              so requested during build time using the
50304              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
50305              Not expanding makes relocating distributions easier.
50306              
50307              More tweaking on the #7522 theme.
50308              
50309              Test::Harness revealed buglets in the new DynaLoader.
50310              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
50311              
50312              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
50313              fix a autovivification bug in Tie::RefHash, add tests for both.
50314              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
50315              
50316              Detpyo.
50317              
50318              recv() can fail and return undef.
50319              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
50320              
50321              Fix the problem discussed in
50322              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
50323              originally from Linc Madison.  Also Andreas König's comments
50324              taken into account.  Some other problems with Tie::SubstrHash
50325              fixed: didn't croak when the table exceeded the requested number
50326              of entries (as documented) but instead when the number of entries
50327              exceeded the size of the table, a croak() had an unnecessary \n,
50328              didn't have a CLEAR method, documented that there is no exists().
50329              Didn't fix to be strict-proof because the module uses &foo; and
50330              dynamic scope.  Added a test script exercizing both first tamely 
50331              the basic functionality, and then the failure cases reported by
50332              Linc Madison.
50333              
50334              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
50335              
50336              The #7521 touched things it shouldn't have.
50337              
50338              Subject: [PATCH 5.7.0] better messages from malloc()
50339              
50340              Subject: Re: README.aix
50341              
50342              Add FCNTL_CAN_LOCK.
50343              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
50344              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
50345              
50346              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
50347              create a "fast path" for locale name probing using "locale -a"
50348              if available, squash finally hopefully the s?printf resetting
50349              the numeric locale (since, IIUC perllocale, it never shouldn't). 
50350              
50351              More Changes tweakery.
50352              
50353              Dying is too strict here, better just skip.
50354              
50355              Subject: Locales support (setlocale) fixes
50356              Modified quite a bit to be more portable.
50357              
50358              Configure would use a bad $myuname from an old config.sh.
50359              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
50360              
50361              Fix for
50362              Subject: [ID 20001004.006] undef is never tainted
50363              An undef read from a slurped file was not tainted.
50364              
50365              Fix for
50366              Subject: [ID 20001004.007] taint propogation is inconsistent
50367              The culprit was sv_setsv() which was rather blindly
50368              propagating taint, which lead to behaviour where if
50369              a tainted anon hash value was seen all the hash values
50370              from then on at that level became tainted, or at any
50371              upper levels in the case of nested anon hashes.
50372              
50373              Test tweak: show also the failed locales.
50374              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
50375              
50376              A fix of sorts for 20000329.026, a better error message
50377              for a missing "use charnames" when using the \N{...}. 
50378              
50379              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
50380              
50381              Add =pod to be tidy.
50382              
50383              Fix for bug id 19990615.008, pos() unset during s///ge.
50384              
50385              Add a note for future generations about bug id 20000229.006.
50386              
50387              Use -dM for gcc (the suggested patch did it only for Linux,
50388              but I think it can be generalized).
50389              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
50390              
50391              opmini.o can linger from Configures past.
50392              
50393              Document that the evaled syntax errors cause scalar leaks.
50394              
50395              Fix for
50396              Subject: [ID 20000728.005] perl -P broken
50397              (hopefully).  The fix is also not complete, it seems to break
50398              BOM swallowing for libc5 systems, but until someone figures
50399              out a way to do this without ftell(), this will do.
50400              
50401              AUTHORS updates.
50402              
50403              Subject: Re: rsync'ed patches vs. rsync'ed source
50404              
50405              Admit that the test leaks scalars.
50406              
50407              Sanitize the environment further.
50408              
50409              VOS updates from Paul Green.
50410              
50411              Document %ENV = () portability issues.
50412              
50413              Make the stdio test program of 7427 less noisy while being 
50414              compiled so that Digital UNIX wouldn't get both
50415              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
50416              undefined.  This makes perlio happy.
50417              
50418              glibc5 detection by __GNU_LIBRARY__.
50419              
50420              %ENV note tweaks from Dan Sugalski.
50421              
50422              Varargs don't always work too well if one puts an unsigned
50423              char on the stack and pop an unsigned quad off the stack.
50424              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
50425              
50426              Subject: Pod updates
50427              
50428              Fake support of holey files in win/dosish platforms.
50429              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
50430              
50431              A doc addition for bug id 20001105.019, beware \p.
50432              
50433              Tweak #7587.
50434              
50435              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
50436              
50437              perlhack updates from H.Merijn Brand.
50438              
50439              Subject: [PATCH perl@7573] cygwin port
50440              Synchronize with Cygwin 1.1.5.
50441              
50442              Bad thinko in #7581 (I used the test program with the expanded
50443              values as-is).
50444              
50445              Make perlbug not insist on dumping to a file when stdout isn't a tty.
50446              Subject: [PATCH] perlbug.PL
50447              
50448              Overrideable keys, each, pop, push, shift, splice, unshift.
50449              Subject: [PATCH] prototyped functions that should be overrideable
50450              
50451              Try to avoid flockless and emulationless places.
50452      Branch: maint-5.6/perl
50453           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
50454            - MAINTAIN
50455           !> (integrate 111 files)
50456 ____________________________________________________________________________
50457 [  8172] By: jhi                                   on 2000/12/18  02:49:27
50458         Log: Regen pods.
50459      Branch: perl
50460            ! pod/perlmodlib.pod pod/perltoc.pod
50461 ____________________________________________________________________________
50462 [  8171] By: gsar                                  on 2000/12/18  02:49:24
50463         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
50464              7465..7471 from mainline
50465              
50466              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
50467              in platforms that strictly require all the symbols being present
50468              at link time.
50469              
50470              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
50471              
50472              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
50473              
50474              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
50475              
50476              Subject: [PATCH] todo
50477              
50478              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
50479              
50480              Use $sort, $uniq (and $tr) consistently as wondered
50481              by Nicholas Clark.
50482              
50483              Too enthusiastic editing in #7460.
50484              
50485              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
50486              
50487              Upgrade to CPAN 1.58_55.
50488              Subject: CPAN.pm status
50489              
50490              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
50491              
50492              Make target reordering to avoid pointless re-makes.
50493              Subject: Re: Total re-make of 'make okfile' after 7451 ?
50494              
50495              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
50496              
50497              Subject: DOC PATCH 5.6.0
50498              
50499              Add the repository doc by Malcolm, Sarathy, and by Simon,
50500              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
50501      Branch: maint-5.6/perl
50502           +> Porting/repository.pod
50503           !> Configure MANIFEST Makefile.SH README.dos README.os2
50504           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
50505           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
50506           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
50507 ____________________________________________________________________________
50508 [  8169] By: gsar                                  on 2000/12/18  02:33:34
50509         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
50510              7435..7441,7445 from mainline
50511              
50512              Make the UTF-8 decoding stricter and more verbose when
50513              malformation happens.  This involved adding an argument
50514              to utf8_to_uv_chk(), which involved changing its prototype,
50515              and prefer STRLEN over I32 for the UTF-8 length, which as
50516              a domino effect necessitated changing the prototypes of
50517              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
50518              The stricter UTF-8 decoding checking uses Markus Kuhn's
50519              UTF-8 Decode Stress Tester from
50520              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
50521              
50522              Run vms/vms_yfix.pl, should have done that after changing
50523              perly.c in #7382.
50524              
50525              Subject: [PATCH 5.7.0] static linking with uninstalled perl
50526              
50527              (Replaced by #7440.)
50528              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50529              
50530              Fix the bug ID 20001024.005, the bug introduced by #7416.
50531              
50532              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
50533              
50534              Fix the bug reported in
50535              From: andreas.koenig@anima.de (Andreas J. Koenig)
50536              Also make is_utf8_char() stricter.
50537              
50538              Missed the header file changes from #7425.
50539              
50540              Check if stdio supports tweaking lval and cnt simultaneously.
50541              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50542              
50543              Stratus VOS updates from Paul Green.
50544              
50545              Podify README.epoc and README.vos.
50546              
50547              Add targets to Makefile.SH, most importantly
50548              'regen_all' which also remembers to update vms/perly*.
50549              
50550              Subject: Minor update to find2perl, for portability
50551              
50552              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
50553              
50554              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
50555              
50556              Rename UTF8LEN() to be UNISKIP(), too confusing to have
50557              UTF8LEN() and UTF8SKIP(). 
50558              
50559              Allow poking holes at the UTF-8 decoding strictness.
50560              
50561              Continue the internal UTF-8 API tweaking.
50562              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
50563              used much more than the simpler API, now called utf8_to_uv_simple().
50564              Still not quite happy with API, too much partial duplication
50565              of functionality.
50566              
50567              A new version of making the syslog test more robust.
50568              (Replaces #7421.)
50569              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50570              
50571              buildtoc target tweaks.
50572              
50573              Integrate with vmsperl #7430 by Charles Bailey:
50574              
50575              Cleanup from prior patch (Charles Lane?):
50576              - improve handling of MFDs in Basename and Path
50577              - default to no xsubpp line # munging when building debug images
50578      Branch: maint-5.6/perl
50579           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50580           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
50581           !> (integrate 67 files)
50582 ____________________________________________________________________________
50583 [  8168] By: gsar                                  on 2000/12/18  02:05:49
50584         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
50585              
50586              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
50587              From: Martin Husemann <martin@duskware.de>
50588              
50589              Subject: [PATCH 5.7.0] restore match data on backtracing
50590              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50591      Branch: maint-5.6/perl
50592           !> regcomp.c regexec.c t/op/re_tests
50593 ____________________________________________________________________________
50594 [  8167] By: gsar                                  on 2000/12/18  01:55:22
50595         Log: integrate changes#7858,7986 from mainline
50596              
50597              C<foreach my $x ...> in pseudo-fork()ed process may diddle
50598              parent's memory; fix it by keeping track of the actual pad
50599              offset rather than a raw pointer (this change is probably also
50600              relevant to non-ithreads case to avoid fallout from reallocs of
50601              the pad array, but is currently only enabled for the ithreads
50602              case in the interests of minimal disruption to existing "well
50603              tested" code)
50604              
50605              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
50606              due to the notorious GetFileType() bug in Windows 9x, which fstat()
50607              tickles)
50608      Branch: maint-5.6/perl
50609           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
50610           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
50611           !> win32/win32.c win32/win32.h win32/win32sck.c
50612 ____________________________________________________________________________
50613 [  8166] By: gsar                                  on 2000/12/18  01:52:59
50614         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
50615              from mainline (xsubpp and ExtUtils::LibList fixups, various
50616              other small items)
50617              
50618              The generated boot_* headers are wrong.  Pickier compiler,
50619              such as KAI C++ will refuse to compile the resulting perlmain.
50620              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50621              
50622              Various doc oddball characters.
50623              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
50624              
50625              Subject: [PATCH] Re: 20001101.003 PDL
50626              
50627              Subject: [PATCH 5.7.0] etags broken again
50628              
50629              Subject: [PATCH 5.7.0] Liblist finally works
50630              
50631              Subject: [PATCH 5.7.0] Liblist returns found libraries
50632              
50633              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
50634              
50635              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
50636              
50637              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
50638              OUT keyword nits.
50639              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
50640              OUT and IN_OUT documentation.
50641      Branch: maint-5.6/perl
50642           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
50643           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
50644           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
50645           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
50646           !> win32/bin/search.pl
50647 ____________________________________________________________________________
50648 [  8165] By: gsar                                  on 2000/12/18  01:28:45
50649         Log: integrate changes#7533,7563,7611,7623 from mainline (various
50650              malloc.c embellishments)
50651      Branch: maint-5.6/perl
50652           !> malloc.c pod/perldiag.pod
50653 ____________________________________________________________________________
50654 [  8164] By: gsar                                  on 2000/12/18  01:23:33
50655         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
50656              fixups)
50657      Branch: maint-5.6/perl
50658           !> utils/h2xs.PL
50659 ____________________________________________________________________________
50660 [  8163] By: gsar                                  on 2000/12/18  01:17:50
50661         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
50662              fixups)
50663      Branch: maint-5.6/perl
50664           !> Makefile.SH utils/perlbug.PL
50665 ____________________________________________________________________________
50666 [  8162] By: gsar                                  on 2000/12/18  00:25:43
50667         Log: always export Perl_deb() (it is required by re.xs whether
50668              Perl is built with or without -DDEBUGGING)
50669      Branch: maint-5.6/perl
50670            ! makedef.pl
50671 ____________________________________________________________________________
50672 [  8161] By: gsar                                  on 2000/12/18  00:23:38
50673         Log: integrate change#7414 from mainline
50674              
50675              Undo the basename() part of #7412 since the lib/basename
50676              tests would need upgrading too.
50677              
50678              squelch two tests in tr.t that rely on tr/// paranoia change
50679              that's not in 5.6.x
50680      Branch: maint-5.6/perl
50681            ! t/op/tr.t
50682           !> lib/File/Basename.pm
50683 ____________________________________________________________________________
50684 [  8160] By: gsar                                  on 2000/12/18  00:05:30
50685         Log: missing change in previous integrate
50686      Branch: maint-5.6/perl
50687           !> README.aix
50688 ____________________________________________________________________________
50689 [  8159] By: gsar                                  on 2000/12/18  00:03:38
50690         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
50691              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
50692              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
50693              7410..7413 from mainline
50694              
50695              Introduce the man[24-8] variables, from Andy Dougherty.
50696              
50697              Upgrade to CPAN 1.58, from Andreas König.
50698              
50699              An updated EBCDIC tr patch.
50700              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
50701              
50702              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
50703              
50704              Two thirds of
50705              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
50706              The Install.pm changes will be submitted separately because
50707              they need some work and discussion still.
50708              
50709              The Install.pm third of
50710              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
50711              
50712              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
50713              
50714              Subject: [PATCH 5.7.0] IVs in mtats
50715              
50716              Subject: [PATCH 5.7.0] Perl API for mstats
50717              
50718              Ilya implemented the memory profiling API.
50719              
50720              In Amdahl UTS "struct sv" is defined by a system header,
50721              <ksync.h>.
50722              
50723              Slight tweak of the code to appease Amdahl UTS cc.
50724              
50725              Amdahl UTS doesn't seem to do dynaloading.
50726              
50727              Use UTF8SKIP(), from Simon Cozens.
50728              
50729              Thinko in #7222.
50730              
50731              op/sprintf.t patch for OS/390 (and any other host with limited
50732              floating-point exponent length)
50733              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
50734              
50735              Tweak #7225.
50736              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
50737              
50738              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
50739              
50740              Needs to be conditional on SunOS 4.
50741              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
50742              
50743              Test cases for bug id 20000323.056 (the bug seems to be fixed).
50744              
50745              Add test for bug id 20000427.003 (which seems to have
50746              been fixed) (also duplicate as 20000427.004, though
50747              with a higher severity).  Move one utf8 from op/append
50748              to pragma/utf8, tag the tests with bug ids.
50749              
50750              Document FNCASE=y as discussed in the bug 20000902.009.
50751              
50752              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
50753              The problem was that rx->minlen was in chars while pp_split()
50754              thought it would be in bytes. 
50755              
50756              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
50757              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
50758              
50759              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
50760              
50761              Fix a couple of compiler-noted nits in #7235.
50762              
50763              Tweak the test of #7235.
50764              
50765              One more ~utf8 tweak.
50766              
50767              -w cleanup.
50768              Subject: Re: Problems with bleadperl 
50769              
50770              Subject: small pod patch
50771              
50772              Subject: [PATCH perlguts.pod] Document offset hack
50773              
50774              Add Charles Lane.
50775              
50776              Add the capability to include/exclude branches.
50777              
50778              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
50779              
50780              Detect early whether the std streams have gone bad.
50781              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
50782              
50783              More IoTYPE sprinkling.
50784              
50785              Workaround for a sfio bug where the stream error indicator
50786              is not cleared as documented.
50787              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
50788              
50789              Clarify documentation on 'use bytes'.
50790              Subject: Re: What does 'use bytes' "mean" ?
50791              
50792              Show the failed remote port, instead of the failing line number.
50793              Subject: [PATCH 5.6.1 Debugger] More diagnostics
50794              
50795              Make Cwd more bulletproof in chrooted environments.
50796              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
50797              
50798              Subject: Pod patch for Devel::Peek
50799              
50800              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
50801              
50802              Borland C fstat() never saw the fd as writable.
50803              Subject: fix for Borland's weak "stat" (perl@7211)
50804              
50805              Missing change from #7362.
50806              
50807              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
50808              
50809              Add the test case for the bug id 20000730.004 which seems
50810              to have been fixed by now.
50811              
50812              Fix of sorts for bug id 20000901.092.  There seems to be no trace
50813              of a 'pmshort' anywhere in the B, so the offending line was simply
50814              removed.
50815              
50816              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
50817              
50818              Subject: PATCH do_print has 2 PerlIO_error()s
50819              
50820              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
50821              
50822              Typo noted by Mark Lutz.
50823              
50824              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
50825              
50826              In the latest compiler builds cccdlflags must not become -fpic,
50827              from Wilfredo Sánchez.
50828              
50829              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
50830              
50831              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
50832              
50833              SOCKS function redefinitions need prototypes, too, otherwise
50834              for example 32 bit versus 64 bit differences cause a lot of
50835              problems.  Part of
50836              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50837              
50838              Portability tweak on #7377.
50839              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
50840              
50841              Don't write double values through long double pointers,
50842              based on a part of
50843              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50844              
50845              Reëntrancy fix.
50846              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50847              
50848              Make scan_num() reëntrant, as suggested in
50849              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50850              
50851              Fix for ID 20001020.006, concatenating an unset submatch
50852              with utf8 resulted in "Modification of a read-only value".
50853              
50854              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
50855              
50856              The #7383 was right only in the context of the original bug report,
50857              not in more general case.
50858              
50859              Update Changes.
50860              
50861              Testcases for a #7383,#7385 related bug.
50862              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
50863              
50864              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
50865              
50866              Tweak the Is* definitions of Unicode character classes
50867              to better match the official categorizations; embrace
50868              the official categorizations; add the combining marks
50869              as alpha (and -numeric); fix DCinital (a typo and edito)
50870              to be DCmedial.
50871              
50872              Hints tweak from Anton Berezin.
50873              
50874              Subject: installman go-faster stripes
50875              Subject: Re: installman go-faster stripes
50876              
50877              Subject: [ID 20001021.003] updated hints/openbsd.sh
50878              
50879              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
50880              
50881              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
50882              
50883              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
50884              
50885              Doc patch.
50886              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
50887              
50888              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
50889              
50890              Subject: Re: [ID 20001021.005] SEGV with regex match 
50891              
50892              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
50893              
50894              The change #7187 was not so good on VMS.
50895              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
50896              
50897              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
50898              
50899              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
50900              
50901              Document PERL_INSTALL_ROOT of #7210.
50902      Branch: maint-5.6/perl
50903           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
50904           +> t/lib/tie-splice.t
50905            - lib/unicode/Is/DCinital.pl
50906           !> (integrate 112 files)
50907 ____________________________________________________________________________
50908 [  8158] By: jhi                                   on 2000/12/17  23:04:24
50909         Log: Subject: [PATCHES] RE: perl@8150 
50910              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
50911              Date: Sun, 17 Dec 2000 21:46:39 +0100
50912              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
50913              
50914              Neither cygwin has a getpwuid() one can trust on.
50915      Branch: perl
50916            ! t/lib/glob-basic.t
50917 ____________________________________________________________________________
50918 [  8157] By: jhi                                   on 2000/12/17  23:01:54
50919         Log: More MAN.PODS => {} fixes.
50920      Branch: perl
50921            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
50922            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
50923            ! os2/OS2/REXX/Makefile.PL
50924 ____________________________________________________________________________
50925 [  8156] By: gsar                                  on 2000/12/17  22:49:13
50926         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
50927              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
50928              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
50929              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
50930              7201,7204 from mainline
50931              
50932              Remove vestiges of tr//CU.
50933              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50934              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50935              
50936              The return value of setlocale must be copied away.
50937              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
50938              
50939              Allow chop() and chomp() to be overridden.
50940              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
50941              
50942              Hints optimization.
50943              Subject: Minor nit
50944              
50945              Subject: [PATCH] de-wall t/README
50946              
50947              Subject: Re: Two advertising clauses need to be removed
50948              
50949              Batch of UTF-8 patches from Simon Cozens.
50950              
50951              Fix for a parsing bug, not for the original bug.
50952              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
50953              
50954              Compilation warnings and an error.
50955              
50956              Subject: File::Find 5.7.0 POD nits
50957              
50958              Subject: [PATCH perl-5.7.0] continued -Wformat support
50959              
50960              The one that got away.
50961              
50962              Subject: Re: perl@7078
50963              
50964              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
50965              convertable to bytes by checking it doesn't go above 0xc3
50966              Subject: Re: perl@7078
50967              
50968              Replace #7084 with
50969              Subject: Re: perl@7078 
50970              
50971              We don't need to count the high bit bytes, a boolean is enough. 
50972              
50973              Subject: [PATCH] utf8.c apidoc
50974              
50975              Subject: Re: perl@7078 
50976              
50977              Botched the #7090 check-in.
50978              
50979              Fix for the charnames.t failures from Spider Boardman.
50980              
50981              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
50982              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
50983              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
50984              0 to checking to get the warning.
50985              
50986              Subject: [PATCH] Nits in perlmod.pod
50987              
50988              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
50989              
50990              Subject: Re: unicode support and perl [ID 20000901.097]
50991              
50992              Subject: Re: unicode support and perl [ID 20000901.097]
50993              
50994              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
50995              
50996              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
50997              
50998              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
50999              
51000              Subject: [PATCH@blead] Fix some recursion in overload.pm
51001              
51002              s/Robin Parker/Robin Barker/
51003              
51004              Subject: [PATCH] Fix aliasing of tied filehandles
51005              
51006              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
51007              
51008              Subject: Re: [PATCH 5.005_64 missed]
51009              
51010              SOCK_DGRAM and listen() do not mix as reported in
51011              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
51012              The patch for 5.7.0+ had to be reengineered, though.
51013              
51014              Subject: DOC PATCH 5.6.0
51015              
51016              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
51017              
51018              Document the issue (is not a syntax error, kind of)
51019              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
51020              
51021              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
51022              Did not apply cleanly, manual intervention was needed.
51023              
51024              Subject: [PATCH] DLL not restartabke with threaded perl
51025              
51026              Inside require() $^S was always left undefined.
51027              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
51028              
51029              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
51030              
51031              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
51032              
51033              Regen headers.
51034              
51035              Subject: [PATCH 5.7.0] Epoc update
51036              
51037              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
51038              as suggested by Olaf Flebbe and Nick Clark.
51039              
51040              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
51041              
51042              Misplaced else.
51043              
51044              Scale down the VMS message boxes, by Charles Lane.
51045              Fix for ID 20000903.009, workaround at
51046              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
51047              
51048              Subject: [ID 20001003.006] B::Debug not -w clean
51049              
51050              Test harness update to sync with the new perlcc,
51051              from Simon Cozens.
51052              
51053              One remaining nit less at the VMS mailbox sizing.
51054              
51055              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
51056              
51057              It is possible to have no hosts database at all.  Pointed out in
51058              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
51059              
51060              Subject: [PATCH 5.7.0] h2xs not working
51061              Subject: [PATCH 5.7.0] h2xs not documenting the created module
51062              
51063              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
51064              
51065              Subject: perlhack.pod Patch for Externals Tools
51066              
51067              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
51068              
51069              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
51070              
51071              Enable disabling scripts installation by Configure -Uinstallscripts,
51072              suggested by H. Merijn Brand.
51073              
51074              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
51075              reported several times by Dominic Dunlop, for example in
51076              ID 20000315.008.  Patch from Dominic.  Patch affects at
51077              least MachTen, and possibly other oldish BSDs. Should not
51078              break non-broken platforms (tested on LinuxPPC). 
51079              
51080              Regen toc.
51081              
51082              Subject: Re: Questions about Tie::Array and perl modules
51083              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
51084              
51085              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
51086              
51087              Tweak #7153.
51088              
51089              IO::Handle->syswrite() did not handle length omission
51090              like CORE::syswrite() does.
51091              Subject: [Fwd] IO::Handle, syswrite and arguments
51092              The original patch from andrew@ugh.net.au.
51093              
51094              Also the $ccflags is needed for the C compiler check.
51095              Subject: Configure (check for C-compiler)
51096              
51097              Eliminate $Is_VMS code from the test.
51098              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
51099              
51100              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
51101              as the first option of cc/ld because of ultrapicky compilers
51102              (e.g. OS/390 R2.5)
51103              
51104              Change the version number of Tie::Handle in the core to 4.0,
51105              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
51106              Subject: Note on Tie::Handle
51107              
51108              UTF8ize split() so that the cloned substrings get the UTF8
51109              flag of the original scalar.  Problem reported by Simon Cozens.
51110              
51111              save_re_context() could reset PL_curcop to freed memory, causing core
51112              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
51113              
51114              Subject: PATCH 5.6 perldebguts grammar cleanup
51115              
51116              Add a todo note about overloadable assertions.
51117              
51118              on Windows, LoadLibrary() could load an extension DLL multiple
51119              times if forward slashes are used in the path
51120              
51121              on Windows, cwd strings in the environment should be of the
51122              form =X:=X:\foo instead of =X=X:\foo\
51123              
51124              on Windows, avoid potential exception (could happen if MSVCRT isn't
51125              being used) when closing a socket handle
51126              
51127              avoid nonportable example code
51128              
51129              Windows9x doesn't support link(), despite what Config.pm
51130              might think
51131              
51132              pod nit
51133              
51134              Change #7160 had a nasty typo.
51135              
51136              Warn about unknown scripts.
51137              Subject: Re: ideas? patches? [PATCH bleadperl]
51138              
51139              on Windows, clean targets might not work under some flavors of the shell
51140              
51141              tweak for change#7173
51142              
51143              Make eq work again with utf8 (disabling the upgrading
51144              should no more be necessary since the copies of the
51145              scalars are upgraded, not the scalars themselves).
51146              Takes care of ID 20001009.001.  (The claimed length()
51147              bug in 20001009.001 seems bogus to me.)
51148              
51149              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
51150              
51151              Upgrade to CGI.pm 2.74, from Lincoln Stein.
51152              
51153              Upgrade to podlators 1.04, from Russ Allbery.
51154              
51155              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
51156              
51157              Quote the temp file name, needed in Win32 because the
51158              default name unfortunately contains spaces, shouldn't
51159              hurt elsewhere.
51160              Subject: FW: perldoc fails if $TEMP contains spaces
51161              
51162              Subject: RE: [ID 19990803.001] README.win32 suggestions 
51163              
51164              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
51165              
51166              Subject: Re: utf8 concat, mg_get
51167              
51168              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
51169              
51170              Subject: [PATCH: perl@7181] op/tr tests on OS/390
51171              
51172              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
51173              
51174              Use the versiononly instead of the installscripts,
51175              retract the changes 7146 and 7147.
51176              
51177              Reapply Andy's patch and regen Configure.
51178              
51179              Add the test case for #7190, from the original bug report
51180              by Andreas König.
51181              
51182              Remove duplicated code.
51183              
51184              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
51185              
51186              restore change#7202
51187      Branch: maint-5.6/perl
51188           !> (integrate 121 files)
51189 ____________________________________________________________________________
51190 [  8155] By: jhi                                   on 2000/12/17  22:30:58
51191         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
51192              From: "Craig A. Berry" <craigberry@mac.com>
51193              Date: Sun, 17 Dec 2000 13:09:28 -0600
51194              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
51195              
51196              MAN.PODS => ' ' is naughty.
51197      Branch: perl
51198            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
51199 ____________________________________________________________________________
51200 [  8154] By: nick                                  on 2000/12/17  22:07:13
51201         Log: MULTIPLICITY nit.
51202      Branch: perl
51203            ! mg.c
51204 ____________________________________________________________________________
51205 [  8153] By: gsar                                  on 2000/12/17  21:23:05
51206         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
51207              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
51208              from mainline
51209              
51210              Document the SvIOK_.*UV().
51211              
51212              Update Unicode todo list.
51213              
51214              Guard against bad string->int conversion for quads.
51215              
51216              Subject: small apidoc fix
51217              
51218              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
51219              
51220              Subject: [PATCH] Tied filehandle documentation
51221              
51222              Subject: [PATCH] Modernize Opcode.pm documentation
51223              
51224              Make Data::Dumper (non-XS) to work with changed semantics of ref().
51225              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
51226              [applied even though said semantics didn't change in 5.6.x]
51227              
51228              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
51229              
51230              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
51231              
51232              Fix the URL, but the server is still missing in action.
51233              Subject: [ID 20000905.002] perlfaq1.pod URL error
51234              
51235              Subject: [ID 20000903.001] \w in utf8-strings
51236              
51237              Fix the ccversion detection for 5.1 and beyond.
51238              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
51239              
51240              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
51241              
51242              Subject: [ID 20000904.008] Tiny fix for perldiag
51243              
51244              Subject: Re: [ID 20000906.004] segfault with bad perl statement
51245              
51246              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
51247              
51248              Subject: [ID 20000908.002] perlipc documentation bug.
51249              
51250              Subject: [PATCH lib/Benchmark.pm]
51251              
51252              Re-allow vec() for characters > 255.
51253              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
51254              
51255              Do away with memory models cruft.  Sorry, PDP users.
51256              
51257              Continue #7041.
51258              
51259              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
51260              
51261              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
51262              
51263              Upgrade to CPAN 1.57_65, from Andreas König.
51264              
51265              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
51266              by Russ Allbery.
51267              
51268              Silence t/pod/*.t about alternate quote-mappings now implemented
51269              by Pod::Text, from Brad Appleton.
51270              
51271              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
51272              Subject: borland C++ win32.c tweak
51273              
51274              C<@a = @b = split(...)> optimization coredumps under ithreads
51275              (missed a spot when fixing up op_pmreplroot hack for ithreads)
51276              
51277              Document the SvUTF8*().
51278              
51279              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
51280              
51281              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
51282              
51283              Do in VMS as the #7054 does.
51284              
51285              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
51286              
51287              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
51288              
51289              Subject: [patch: perl@7045] vms updates
51290              
51291              Test for the #7049.
51292              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
51293              
51294              Break up the myconfig lines a bit.
51295              Subject: perlbug/perl -V output format
51296              
51297              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
51298              
51299              The #7054 truncated Configure badly.
51300              
51301              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
51302              initialization in all the threads on Windows
51303              
51304              Allow for whitespace between "#" and "line" in cpp output.
51305              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
51306              
51307              Remove vestiges of tr//CU.
51308              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
51309              
51310              The return value of setlocale must be copied away.
51311              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
51312              
51313              Allow chop() and chomp() to be overridden.
51314              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
51315              
51316              Hints optimization.
51317              Subject: Minor nit
51318              
51319              Subject: [PATCH] de-wall t/README
51320              
51321              Subject: Re: Two advertising clauses need to be removed
51322      Branch: maint-5.6/perl
51323           !> (integrate 75 files)
51324 ____________________________________________________________________________
51325 [  8152] By: gsar                                  on 2000/12/17  20:30:11
51326         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
51327              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
51328              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
51329              
51330              Don't attach -ld to the archname if pointless.
51331              
51332              Document UNTIE in a very minimalistic way.
51333              
51334              POSIX doesn't report long double values under -Duselongdouble
51335              when the long doubles are "real" (bigger than doubles).
51336              
51337              More author updates.
51338              
51339              Try to deduce NV_MAX.  Really should be Configure fodder.
51340              
51341              :: not allowed in pathnames, change to .
51342              Subject: [PATCH perl@6938] cygwin port
51343              
51344              Forget about NV_MAX (#6951).  Various floating point tweaks,
51345              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
51346              
51347              Move the Solaris 7 scan to use64bitall, make the
51348              failure to find 64-bot sparc libc to mention the
51349              possibility of being in an intel, from Lupe and Alan.
51350              
51351              Regen perltoc.
51352              
51353              AUTHORS tweaks, from Peter Prymmer.
51354              
51355              More address tweaking.
51356              
51357              Small tweaks all over.
51358              
51359              File::Temp patches from Andreas König,
51360              
51361              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
51362              
51363              Subject: CPAN.pm beta 1.57_57 for the core
51364              
51365              Part of the solution.
51366              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
51367              
51368              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
51369              
51370              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
51371              
51372              Add the overload warnings to perldiag.
51373              
51374              Drop unused argument.
51375              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
51376              
51377              Subject: Nit in Configure (bleadperl@6961)
51378              
51379              Update to PodParser 1.18, from Brad Appleton.
51380              
51381              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
51382              
51383              Subject: [PATCH: 6948] add SCNfldbl to configure.com
51384              
51385              Document UNTIE. Also tweak implementation to suppress the 'inner references'
51386              warning when UNTIE exists and instead pass the cound of extra references to
51387              the UNTIE method.
51388              
51389              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
51390              so that case-ignoring systems like DCL can tell them from
51391              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
51392              
51393              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
51394              
51395              Feature ordering tweak.
51396              
51397              Regen perltoc.
51398              
51399              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
51400              
51401              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
51402              
51403              Subject: http:// in L<>
51404              
51405              Detypo.
51406              
51407              change#6791 accidentally clobbered change#6710, put it back
51408              
51409              Only the first line, thank you very much.
51410              
51411              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
51412              plus rework the http: spots as suggested by Tom Christiansen,
51413              plus regen perltoc.
51414              
51415              Undo part of change 6489 which looks like a bulk edit which
51416              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
51417              The supressing of main:: on return from select() is undesirable.
51418              
51419              Apparently avoiding the swapping is too costly.
51420              
51421              Various Configure nits by Philip Newton,
51422              plus the ebcdic one by me.
51423              
51424              Make certain cc is set before trying to run it.
51425              
51426              If overloaded %{} etc. return the object do not loop.
51427              Thus  sub deref { $_[0] } functions if object is wanted type.
51428              
51429              Update perlhist.
51430              
51431              More %{} and other deref special casing - do not pass to 'nomethod'.
51432      Branch: maint-5.6/perl
51433           !> (integrate 59 files)
51434 ____________________________________________________________________________
51435 [  8151] By: gsar                                  on 2000/12/17  19:14:38
51436         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
51437              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
51438              
51439              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
51440              
51441              Make the epsilon to be relative, not absolute.
51442              
51443              Put back the flags dump as reasoned in
51444              Subject: Re: [PATCH] Glob dumping
51445              
51446              Introduce ccname to keep track of what compiler kind of we have.
51447              
51448              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
51449              
51450              Put back the slice accidentally removed by #6907.
51451              
51452              Reset archname and archname64 always, forcing them be
51453              recomputed at each Configure run, make Configure and
51454              the hints files agree on the naming of largefiles variables.
51455              
51456              Don't say "Perl 5.0 source kit".
51457              
51458              Subject: [PATCH] fix misc cast warnings
51459              
51460              Subject: typos in pods
51461              
51462              NVs not necessarily doubles, as pointed out by Yitzchak.
51463              
51464              Subject: [PATCH 6889] add a few ldbl formats to configure.com
51465              
51466              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
51467              
51468              Better options for rsync.
51469              
51470              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
51471              
51472              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
51473              
51474              Subject: [PATCH] Re: UNTIE method 
51475              
51476              A better fix for the Socket building problem from Craig Berry.
51477              
51478              Retract the dummy test, skip the security tests (instead of failing),
51479              explain what the warnings mean.
51480              
51481              Heap decorruption.
51482              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
51483              
51484              Update to Unicode 3.0.1.
51485              
51486              Missed one Unicode file.
51487              
51488              Subject: Re: typos in pods
51489              
51490              The #6929 was too skimpy.
51491              
51492              sscanf() may be the only way to read long doubles from strings.
51493              
51494              Reveal Borland's isnan.
51495              Subject: build with BC++ tweak
51496              
51497              Issue useful diagnostic on unknown pod commands.
51498              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
51499              
51500              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
51501              
51502              Clarify the third case of ftmp-security warnings.
51503              
51504              Make -Dusemorebits find long doubles in Solaris.
51505              
51506              Wrap the test in eval.
51507      Branch: maint-5.6/perl
51508           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
51509           +> lib/unicode/PropList.txt lib/unicode/README.perl
51510           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
51511           +> lib/unicode/Unicode.301 vms/vmspipe.com
51512            - lib/unicode/Props.txt lib/unicode/UCD300.html
51513            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
51514           !> (integrate 305 files)
51515 ____________________________________________________________________________
51516 [  8150] By: jhi                                   on 2000/12/17  18:47:57
51517         Log: Uncheckedin generated files.
51518      Branch: perl
51519            ! global.sym perlapi.c pod/perlapi.pod
51520 ____________________________________________________________________________
51521 [  8149] By: jhi                                   on 2000/12/17  18:41:22
51522         Log: Update Changes.
51523      Branch: perl
51524            ! Changes patchlevel.h
51525 ____________________________________________________________________________
51526 [  8148] By: jhi                                   on 2000/12/17  18:39:16
51527         Log: Subject: [PATCH] Fcntl constants speedup
51528              From: Nicholas Clark <nick@ccl4.org>
51529              Date: Sun, 17 Dec 2000 16:29:24 +0000
51530              Message-ID: <20001217162924.E97668@plum.flirble.org>
51531              
51532              Use IVs for the Fcntl constants instead of NVs.
51533      Branch: perl
51534            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
51535 ____________________________________________________________________________
51536 [  8147] By: jhi                                   on 2000/12/17  18:33:41
51537         Log: Add test for #8145 (binmode() warning), add warning for
51538              ioctl() and sockpair(), document them. (fileno() cannot
51539              be tripwired with the same kind of warning because
51540              'defined fileno($foo)' seems to be an idiom.)
51541      Branch: perl
51542            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
51543 ____________________________________________________________________________
51544 [  8146] By: gsar                                  on 2000/12/17  18:09:08
51545         Log: update Changes
51546      Branch: maint-5.6/perl
51547            ! Changes
51548 ____________________________________________________________________________
51549 [  8145] By: jhi                                   on 2000/12/17  17:39:35
51550         Log: Subject: [PATCH] Re: The long awaited feature ...
51551              From: Simon Cozens <simon@cozens.net>
51552              Date: Sun, 17 Dec 2000 12:31:56 +0000
51553              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
51554              
51555              Add a warning to binmode() about using bad filehandles
51556              (can happen e.g. if someone forgets the filehandle argument)
51557      Branch: perl
51558            ! pp_sys.c
51559 ____________________________________________________________________________
51560 [  8144] By: jhi                                   on 2000/12/17  17:33:48
51561         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
51562              From: Jonathan Stowe <gellyfish@gellyfish.com>
51563              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
51564              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
51565      Branch: perl
51566            ! lib/Net/Ping.pm
51567 ____________________________________________________________________________
51568 [  8143] By: jhi                                   on 2000/12/17  05:31:37
51569         Log: Polymorphic regexps.
51570              
51571              Fixes at least the bugs 20001028.003 (both of them...) and
51572              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
51573              also to be fixed by now, probably already before this patch.
51574      Branch: perl
51575            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
51576            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
51577            ! t/op/utf8decode.t t/pragma/utf8.t
51578 ____________________________________________________________________________
51579 [  8142] By: jhi                                   on 2000/12/16  17:16:05
51580         Log: Subject: [patch perl@8102] dos/djgpp update
51581              From: Laszlo Molnar <ml1050@freemail.hu>
51582              Date: Sat, 16 Dec 2000 01:40:52 +0100
51583              Message-ID: <20001216014052.A335@freemail.hu>
51584      Branch: perl
51585            ! djgpp/config.over t/base/commonsense.t
51586 ____________________________________________________________________________
51587 [  8141] By: jhi                                   on 2000/12/16  17:09:27
51588         Log: Few uncheckedin files.
51589      Branch: perl
51590            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
51591 ____________________________________________________________________________
51592 [  8140] By: nick                                  on 2000/12/15  22:14:31
51593         Log: Integrate mainline
51594      Branch: perlio
51595           !> (integrate 53 files)
51596 ____________________________________________________________________________
51597 [  8139] By: jhi                                   on 2000/12/15  19:49:49
51598         Log: One more IVUV tweak from Nicholas Clark.
51599      Branch: perl
51600            ! sv.c
51601 ____________________________________________________________________________
51602 [  8138] By: jhi                                   on 2000/12/15  19:17:06
51603         Log: Return of the IVUV-preservation, now seems to be happy even
51604              in Digital UNIX (the broken strtoul brokenness detection
51605              seems to have been the fly in the ointment).
51606      Branch: perl
51607            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51608            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
51609            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
51610            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
51611            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51612            ! vos/config.ga.h win32/config.bc win32/config.gc
51613            ! win32/config.vc
51614 ____________________________________________________________________________
51615 [  8137] By: jhi                                   on 2000/12/15  18:12:14
51616         Log: Metaconfig unit change for #8136.
51617      Branch: metaconfig
51618            ! U/modified/d_strtoul.U
51619      Branch: metaconfig/U/perl
51620            ! d_strtoull.U d_strtouq.U
51621 ____________________________________________________________________________
51622 [  8136] By: jhi                                   on 2000/12/15  18:11:35
51623         Log: I don't think it's sensible or portable to test the strtou*
51624              on /^-/ strings.
51625      Branch: perl
51626            ! Configure
51627 ____________________________________________________________________________
51628 [  8135] By: jhi                                   on 2000/12/15  17:18:49
51629         Log: Metaconfig unit change for #8134.
51630      Branch: metaconfig
51631            ! U/modified/d_strtoul.U
51632 ____________________________________________________________________________
51633 [  8134] By: jhi                                   on 2000/12/15  17:14:13
51634         Log: If longsize is 8 we don't need a LL suffix for integer constants.
51635      Branch: perl
51636            ! Configure config_h.SH
51637 ____________________________________________________________________________
51638 [  8133] By: jhi                                   on 2000/12/15  16:00:23
51639         Log: Update Changes.
51640      Branch: perl
51641            ! Changes patchlevel.h
51642 ____________________________________________________________________________
51643 [  8132] By: jhi                                   on 2000/12/15  15:44:16
51644         Log: Some compilers get huffy if you do not cast a const pointer
51645              to a non-const when assigning.
51646      Branch: perl
51647            ! gv.c
51648 ____________________________________________________________________________
51649 [  8131] By: jhi                                   on 2000/12/15  15:38:30
51650         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
51651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51652              Date: Fri, 15 Dec 2000 05:26:57 -0500
51653              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
51654      Branch: perl
51655            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
51656            ! t/pragma/overload.t
51657 ____________________________________________________________________________
51658 [  8130] By: jhi                                   on 2000/12/15  15:36:08
51659         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
51660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51661              Date: Thu, 14 Dec 2000 22:02:43 -0500
51662              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
51663      Branch: perl
51664            ! gv.c perl.h
51665 ____________________________________________________________________________
51666 [  8129] By: jhi                                   on 2000/12/15  15:34:16
51667         Log: Subject: PATCH: h2xs nit
51668              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51669              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
51670              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
51671              
51672              Add a template README.
51673      Branch: perl
51674            ! utils/h2xs.PL
51675 ____________________________________________________________________________
51676 [  8128] By: jhi                                   on 2000/12/15  15:32:22
51677         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
51678      Branch: perl
51679            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
51680 ____________________________________________________________________________
51681 [  8127] By: jhi                                   on 2000/12/15  15:19:34
51682         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
51683              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51684              Date:     Thu, 14 Dec 2000 20:04:42 EST
51685              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
51686      Branch: perl
51687            ! ext/Opcode/Opcode.xs
51688 ____________________________________________________________________________
51689 [  8126] By: jhi                                   on 2000/12/15  15:17:49
51690         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
51691              From: Peter Prymmer <pvhp@forte.com>
51692              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
51693              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
51694      Branch: perl
51695            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
51696            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
51697            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
51698 ____________________________________________________________________________
51699 [  8125] By: jhi                                   on 2000/12/15  15:11:05
51700         Log: This seems to be a stage sane and stable enough to checkin.
51701              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
51702      Branch: perl
51703            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
51704            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
51705            ! t/op/cmp.t t/op/numconvert.t
51706 ____________________________________________________________________________
51707 [  8124] By: jhi                                   on 2000/12/15  04:20:26
51708         Log: Something is really wonky.
51709      Branch: perl
51710            ! sv.c
51711 ____________________________________________________________________________
51712 [  8123] By: jhi                                   on 2000/12/15  04:00:50
51713         Log: Fixes for the IV UV patches to compile in Digital UNIX.
51714      Branch: perl
51715            ! sv.c
51716 ____________________________________________________________________________
51717 [  8122] By: jhi                                   on 2000/12/15  02:53:40
51718         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
51719              From: "Craig A. Berry" <craigberry@mac.com>
51720              Date: Thu, 14 Dec 2000 19:10:49 -0600
51721              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
51722      Branch: perl
51723            ! vms/vms.c
51724 ____________________________________________________________________________
51725 [  8121] By: jhi                                   on 2000/12/15  02:50:00
51726         Log: Metaconfig changes for #8120.
51727      Branch: metaconfig
51728            + U/modified/d_strtoul.U
51729      Branch: metaconfig/U/perl
51730            ! d_strtoull.U d_strtouq.U
51731 ____________________________________________________________________________
51732 [  8120] By: jhi                                   on 2000/12/15  02:49:42
51733         Log: From: Nicholas Clark <nick@ccl4.org> 
51734              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
51735              Date: Thu, 14 Dec 2000 18:38:57 +0000
51736              Message-ID: <20001214183857.B97909@plum.flirble.org>
51737      Branch: perl
51738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51739            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
51740            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51741            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51742            ! win32/config.gc win32/config.vc
51743 ____________________________________________________________________________
51744 [  8119] By: jhi                                   on 2000/12/14  23:40:58
51745         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
51746              From: Nicholas Clark <nick@ccl4.org>
51747              Date: Wed, 13 Dec 2000 20:08:50 +0000
51748              Message-ID: <20001213200849.B71166@plum.flirble.org>
51749      Branch: perl
51750            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
51751            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
51752 ____________________________________________________________________________
51753 [  8118] By: jhi                                   on 2000/12/14  22:46:26
51754         Log: Integrate perlio.
51755      Branch: perl
51756           !> MANIFEST ext/Encode/compile makedef.pl
51757 ____________________________________________________________________________
51758 [  8117] By: nick                                  on 2000/12/14  22:38:53
51759         Log: Win32 tweaks to get Encode to build
51760              - temp hack to makedef.pl till PerlIO is properly "exported".
51761              - MSVC dislikes  
51762              static encpage_t foo[];
51763              so make 'em extern for now.
51764      Branch: perlio
51765            ! ext/Encode/compile makedef.pl
51766 ____________________________________________________________________________
51767 [  8116] By: nick                                  on 2000/12/14  22:00:53
51768         Log: Document the new files
51769      Branch: perlio
51770            ! MANIFEST
51771 ____________________________________________________________________________
51772 [  8115] By: jhi                                   on 2000/12/14  21:58:01
51773         Log: MANIFEST new files of #8114.
51774      Branch: perl
51775            ! MANIFEST
51776 ____________________________________________________________________________
51777 [  8114] By: jhi                                   on 2000/12/14  21:50:49
51778         Log: Integrate perlio.
51779      Branch: perl
51780           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
51781           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
51782           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
51783           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
51784           !> ext/Encode/Makefile.PL
51785 ____________________________________________________________________________
51786 [  8113] By: jhi                                   on 2000/12/14  21:48:49
51787         Log: The documentation part of the
51788              
51789              Subject: [ID 20001214.002] Net::Ping patch
51790              From: Jonathan Stowe <gellyfish@gellyfish.com>
51791              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
51792              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
51793              since the #7529 had already addressed the same problem.
51794      Branch: perl
51795            ! lib/Net/Ping.pm
51796 ____________________________________________________________________________
51797 [  8112] By: jhi                                   on 2000/12/14  21:42:57
51798         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
51799              From: Dominic Dunlop <domo@computer.org>
51800              Date: Tue, 12 Dec 2000 10:47:10 +0100
51801              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
51802              
51803              Document how elusive subroutines can be.
51804      Branch: perl
51805            ! pod/perlfunc.pod
51806 ____________________________________________________________________________
51807 [  8111] By: jhi                                   on 2000/12/14  21:38:05
51808         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
51809              From: Dominic Dunlop <domo@computer.org>
51810              Date: Thu, 14 Dec 2000 10:13:51 +0100
51811              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
51812      Branch: perl
51813            ! ext/POSIX/POSIX.pod
51814 ____________________________________________________________________________
51815 [  8110] By: jhi                                   on 2000/12/14  21:36:32
51816         Log: Subject: [patch] perlfaq7
51817              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
51818              Date: Thu, 14 Dec 2000 15:31:07 +0100
51819              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
51820      Branch: perl
51821            ! pod/perlfaq7.pod
51822 ____________________________________________________________________________
51823 [  8109] By: jhi                                   on 2000/12/14  21:29:20
51824         Log: Subject: [8104] Encode
51825              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51826              Date: Thu, 14 Dec 2000 14:49:34 +0100
51827              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
51828              
51829              Type casting for nervous compilers.
51830      Branch: perl
51831            ! ext/Encode/Encode.xs
51832 ____________________________________________________________________________
51833 [  8108] By: jhi                                   on 2000/12/14  21:26:17
51834         Log: Subject: [8104] DB_File
51835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51836              Date: Thu, 14 Dec 2000 14:49:35 +0100
51837              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
51838              
51839              Type definition incorrect for DB 2.7.7.  Not known when it
51840              changed, so only changed it for a known revision.
51841      Branch: perl
51842            ! ext/DB_File/DB_File.xs
51843 ____________________________________________________________________________
51844 [  8107] By: jhi                                   on 2000/12/14  21:23:41
51845         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
51846              From: Peter Prymmer <pvhp@forte.com>
51847              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
51848              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
51849              
51850              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
51851      Branch: perl
51852            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51853            ! ext/Encode/Encode/posix-bc.enc
51854 ____________________________________________________________________________
51855 [  8106] By: nick                                  on 2000/12/14  20:36:13
51856         Log: "Cold" build correction to Encode's Makefile.PL
51857      Branch: perlio
51858            ! ext/Encode/Makefile.PL
51859 ____________________________________________________________________________
51860 [  8105] By: nick                                  on 2000/12/14  20:09:37
51861         Log: "Compiled" encodings.
51862              Correct replacement character in EBCDIC .enc files
51863              Add 0x7F to ASCII repertoire.
51864      Branch: perlio
51865            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
51866            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
51867            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
51868            ! ext/Encode/Makefile.PL ext/Encode/compile
51869            ! ext/Encode/encengine.c ext/Encode/encode.h
51870 ____________________________________________________________________________
51871 [  8104] By: nick                                  on 2000/12/14  00:38:20
51872         Log: Integrate mainline
51873      Branch: perlio
51874           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
51875           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
51876           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
51877           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
51878           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
51879           !> t/lib/db-hash.t t/lib/db-recno.t
51880 ____________________________________________________________________________
51881 [  8103] By: nick                                  on 2000/12/13  23:16:13
51882         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
51883              so far and so it does not get lost.
51884      Branch: perlio
51885            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
51886 ____________________________________________________________________________
51887 [  8102] By: jhi                                   on 2000/12/13  17:14:22
51888         Log: Update Changes.
51889      Branch: perl
51890            ! Changes patchlevel.h
51891 ____________________________________________________________________________
51892 [  8101] By: jhi                                   on 2000/12/13  16:53:41
51893         Log: Move the proto of start_glob() to a better place; regen api files.
51894      Branch: perl
51895            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
51896 ____________________________________________________________________________
51897 [  8100] By: jhi                                   on 2000/12/13  16:47:11
51898         Log: Metaconfig change for #8099.
51899      Branch: metaconfig
51900            ! U/modified/Head.U
51901 ____________________________________________________________________________
51902 [  8099] By: jhi                                   on 2000/12/13  16:46:48
51903         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
51904              From: Andy Dougherty <doughera@lafayette.edu>
51905              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
51906              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
51907      Branch: perl
51908            ! Configure
51909 ____________________________________________________________________________
51910 [  8098] By: jhi                                   on 2000/12/13  16:39:02
51911         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
51912              From: rspier@pobox.com (Robert Spier)
51913              Date: Tue, 12 Dec 2000 21:12:39 -0500
51914              Message-ID: <14902.56087.678086.725773@rls.cx>
51915              
51916              fastgetcwd is defined using a glob alias on a $^O dependent basis -
51917              and there was no default assignment or perl subroutine.
51918      Branch: perl
51919            ! lib/Cwd.pm
51920 ____________________________________________________________________________
51921 [  8097] By: jhi                                   on 2000/12/13  16:16:01
51922         Log: Subject: [PATCH] move startglob out of pp_hot.c
51923              From: Nicholas Clark <nick@ccl4.org>
51924              Date: Mon, 11 Dec 2000 23:16:39 +0000
51925              Message-ID: <20001211231638.A55550@plum.flirble.org>
51926      Branch: perl
51927            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
51928 ____________________________________________________________________________
51929 [  8096] By: jhi                                   on 2000/12/13  15:26:23
51930         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
51931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51932              Date: Wed, 13 Dec 2000 14:01:37 +0100
51933              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
51934              
51935              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
51936              in turn requires libpthread in libswanted.
51937      Branch: perl
51938            ! hints/hpux.sh
51939 ____________________________________________________________________________
51940 [  8095] By: jhi                                   on 2000/12/12  19:51:05
51941         Log: The integration wars continue.
51942      Branch: perl
51943           !> sv.c
51944 ____________________________________________________________________________
51945 [  8094] By: jhi                                   on 2000/12/12  19:48:26
51946         Log: Subject: [PATCH perl@8070] DB_File-1.74  
51947              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
51948              Date: Mon, 11 Dec 2000 23:07:17 -0000
51949              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
51950      Branch: perl
51951            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51952            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
51953            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
51954            ! t/lib/db-recno.t
51955 ____________________________________________________________________________
51956 [  8093] By: nick                                  on 2000/12/12  19:42:13
51957         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
51958      Branch: perlio
51959            ! sv.c
51960           !> lib/File/DosGlob.pm
51961 ____________________________________________________________________________
51962 [  8092] By: jhi                                   on 2000/12/12  19:28:11
51963         Log: Integrate perlio.
51964      Branch: perl
51965           !> sv.c
51966 ____________________________________________________________________________
51967 [  8091] By: nick                                  on 2000/12/12  18:49:45
51968         Log: Fix for Tk, and upgrading shared SVs.
51969      Branch: perlio
51970            ! sv.c
51971 ____________________________________________________________________________
51972 [  8090] By: jhi                                   on 2000/12/12  16:48:59
51973         Log: Subject: [PATCH] Re: Breadperl & Tk
51974              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51975              Date: Tue, 12 Dec 2000 14:48:27 GMT
51976              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
51977      Branch: perl
51978            ! sv.c
51979 ____________________________________________________________________________
51980 [  8089] By: jhi                                   on 2000/12/12  03:37:19
51981         Log: Subject: DosGlob.pm diff for bash style brace expansion.
51982              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
51983              Date: Fri, 8 Dec 2000 10:45:30 -0600
51984              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
51985      Branch: perl
51986            ! lib/File/DosGlob.pm
51987 ____________________________________________________________________________
51988 [  8088] By: nick                                  on 2000/12/11  23:59:59
51989         Log: Integrate mainline
51990      Branch: perlio
51991           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
51992           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
51993           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
51994           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
51995           !> t/op/local.t t/pragma/warn/toke toke.c
51996 ____________________________________________________________________________
51997 [  8087] By: jhi                                   on 2000/12/11  23:20:23
51998         Log: Integrate perlio.
51999      Branch: perl
52000           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
52001 ____________________________________________________________________________
52002 [  8086] By: jhi                                   on 2000/12/11  22:50:59
52003         Log: Tune further the OS detection of CGI.
52004      Branch: perl
52005            ! lib/CGI.pm
52006 ____________________________________________________________________________
52007 [  8085] By: nick                                  on 2000/12/11  22:50:46
52008         Log: Finish 1st pass of "encoding" layer e.g. :
52009              open($fh,"<encoding(iso8859-7)",$greek) || die;
52010      Branch: perlio
52011            ! ext/Encode/Encode.xs perlio.c perliol.h
52012 ____________________________________________________________________________
52013 [  8084] By: jhi                                   on 2000/12/11  22:32:06
52014         Log: Revert the -f ambiguousity patch, seems to cause
52015              too much hassle (the interpret -Q as a function
52016              where Q is not a known filetest part is left in).
52017      Branch: perl
52018            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
52019            ! toke.c
52020 ____________________________________________________________________________
52021 [  8083] By: jhi                                   on 2000/12/11  22:27:23
52022         Log: (accidentally empty check-in)
52023      Branch: perl
52024            ! lib/File/DosGlob.pm
52025 ____________________________________________________________________________
52026 [  8082] By: nick                                  on 2000/12/11  19:09:51
52027         Log: Restore mmap function (broken by tweaks to shared buffer
52028              layer for encode(xxxx)).
52029      Branch: perlio
52030            ! perlio.c
52031 ____________________________________________________________________________
52032 [  8081] By: jhi                                   on 2000/12/11  18:29:13
52033         Log: Subject: Re: The long awaited feature ...
52034              From: Simon Cozens <simon@cozens.net>
52035              Date: Mon, 11 Dec 2000 15:54:24 +0000
52036              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
52037              
52038              More io/utf8 tests.
52039      Branch: perl
52040            ! t/io/utf8.t
52041 ____________________________________________________________________________
52042 [  8080] By: jhi                                   on 2000/12/11  18:19:36
52043         Log: Subject: PATCH MakeMaker manpage clarification
52044              From: andreas.koenig@anima.de (Andreas J. Koenig)
52045              Date: 10 Dec 2000 20:46:13 +0100
52046              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
52047      Branch: perl
52048            ! lib/ExtUtils/MakeMaker.pm
52049 ____________________________________________________________________________
52050 [  8079] By: jhi                                   on 2000/12/11  15:35:07
52051         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
52052              From: Simon Cozens <simon@cozens.net>
52053              Date: Sun, 10 Dec 2000 19:06:19 +0000
52054              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
52055      Branch: perl
52056            ! ext/B/B/Deparse.pm t/lib/b.t
52057 ____________________________________________________________________________
52058 [  8078] By: jhi                                   on 2000/12/11  15:09:11
52059         Log: Subject: [PATCH] docs on NaN
52060              From: Nicholas Clark <nick@ccl4.org>
52061              Date: Mon, 11 Dec 2000 01:48:38 +0000
52062              Message-ID: <20001211014838.B99205@plum.flirble.org>
52063      Branch: perl
52064            ! pod/perlop.pod
52065 ____________________________________________________________________________
52066 [  8077] By: jhi                                   on 2000/12/11  15:02:21
52067         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
52068              From: Simon Cozens <simon@cozens.net>
52069              Date: Mon, 11 Dec 2000 01:21:45 +0000
52070              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
52071      Branch: perl
52072            ! pp.c pp_hot.c scope.c t/op/local.t
52073 ____________________________________________________________________________
52074 [  8076] By: nick                                  on 2000/12/10  20:43:32
52075         Log: Not merge worthy...
52076              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
52077              syntax is modelled on attributes.
52078              Untested fix for io/utf8 on Win32 etc.
52079              Very clumsy start to the encode layer.
52080      Branch: perlio
52081            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
52082 ____________________________________________________________________________
52083 [  8075] By: jhi                                   on 2000/12/10  18:39:33
52084         Log: Darwin is not Windows.
52085      Branch: perl
52086            ! lib/CGI.pm
52087 ____________________________________________________________________________
52088 [  8074] By: jhi                                   on 2000/12/10  18:31:27
52089         Log: Subject: Ambiguous -%c() resolved as a file test
52090              From: "Paul Marquess" <Paul.Marquess@openwave.com>
52091              Date: Sun, 10 Dec 2000 15:35:07 -0000
52092              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
52093      Branch: perl
52094            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
52095 ____________________________________________________________________________
52096 [  8073] By: jhi                                   on 2000/12/10  18:16:29
52097         Log: Subject: PATCH installperl misinformed 
52098              From: andreas.koenig@anima.de (Andreas J. Koenig)
52099              Date: 10 Dec 2000 13:01:32 +0100 
52100              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
52101      Branch: perl
52102            ! installperl
52103 ____________________________________________________________________________
52104 [  8072] By: jhi                                   on 2000/12/10  18:07:55
52105         Log: The walkoptree confusion rages; walkoptree() seems to be coming
52106              from B.xs, while walkoptree_slow() comes from B.pm.
52107      Branch: perl
52108            ! ext/B/B.pm
52109 ____________________________________________________________________________
52110 [  8071] By: nick                                  on 2000/12/10  11:45:47
52111         Log: Integrate mainline
52112      Branch: perlio
52113           +> t/base/commonsense.t
52114           !> (integrate 37 files)
52115 ____________________________________________________________________________
52116 [  8070] By: jhi                                   on 2000/12/10  04:46:21
52117         Log: Update Changes.
52118      Branch: perl
52119            ! Changes patchlevel.h
52120 ____________________________________________________________________________
52121 [  8069] By: jhi                                   on 2000/12/10  04:39:19
52122         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
52123              From: andreas.koenig@anima.de (Andreas J. Koenig)
52124              Date: 09 Dec 2000 17:14:25 +0100
52125              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
52126      Branch: perl
52127            + t/base/commonsense.t
52128            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
52129 ____________________________________________________________________________
52130 [  8068] By: jhi                                   on 2000/12/10  04:17:36
52131         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
52132              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
52133              Date: Sat, 9 Dec 2000 16:47:22 -0000
52134              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
52135      Branch: perl
52136            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
52137            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
52138            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
52139            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
52140            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
52141            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
52142            ! t/lib/sdbm.t
52143 ____________________________________________________________________________
52144 [  8067] By: jhi                                   on 2000/12/10  03:52:02
52145         Log: Test case for #8066.
52146      Branch: perl
52147            ! t/op/misc.t
52148 ____________________________________________________________________________
52149 [  8066] By: jhi                                   on 2000/12/10  03:50:30
52150         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
52151              From: Simon Cozens <simon@cozens.net>
52152              Date: Sun, 10 Dec 2000 00:55:37 +0000
52153              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
52154      Branch: perl
52155            ! pp_sys.c
52156 ____________________________________________________________________________
52157 [  8065] By: jhi                                   on 2000/12/10  03:44:52
52158         Log: Test case for #8064.
52159      Branch: perl
52160            ! t/comp/proto.t
52161 ____________________________________________________________________________
52162 [  8064] By: jhi                                   on 2000/12/10  03:42:32
52163         Log: Subject: Re: prototype of substr
52164              From: Simon Cozens <simon@cozens.net>
52165              Date: Sun, 10 Dec 2000 00:13:33 +0000
52166              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
52167              
52168              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
52169              In other words, make the returned prototypes for any function
52170              stop prepending the ';' optionality marker after the first one.
52171              If they start getting optional, all the rest are optional.
52172      Branch: perl
52173            ! pp.c
52174 ____________________________________________________________________________
52175 [  8063] By: jhi                                   on 2000/12/10  03:39:42
52176         Log: Subject: [PATCH] perlguts.pod
52177              From: Simon Cozens <simon@cozens.net>
52178              Date: Sun, 10 Dec 2000 00:06:47 +0000
52179              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
52180              
52181              Documentation of the different types of ops,
52182              plus the functions in dump.c
52183      Branch: perl
52184            ! pod/perlguts.pod
52185 ____________________________________________________________________________
52186 [  8062] By: jhi                                   on 2000/12/10  03:30:04
52187         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
52188              From: Nicholas Clark <nick@talking.bollo.cx>
52189              Date: Sat, 09 Dec 2000 18:57:25 +0000
52190              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
52191              
52192              Be more robust in weird hostname setups.
52193      Branch: perl
52194            ! t/lib/net-hostent.t
52195 ____________________________________________________________________________
52196 [  8061] By: jhi                                   on 2000/12/10  03:28:21
52197         Log: Pacify fussy compiler. 
52198      Branch: perl
52199            ! pp_sys.c
52200 ____________________________________________________________________________
52201 [  8060] By: jhi                                   on 2000/12/10  02:52:46
52202         Log: Integrate perlio.
52203      Branch: perl
52204           !> pp_sys.c t/io/utf8.t
52205 ____________________________________________________________________________
52206 [  8059] By: nick                                  on 2000/12/09  23:40:14
52207         Log: read/sysread/recv should now be utf8 aware.
52208              Basic test for utf8 read.
52209      Branch: perlio
52210            ! pp_sys.c t/io/utf8.t
52211 ____________________________________________________________________________
52212 [  8058] By: jhi                                   on 2000/12/09  21:56:02
52213         Log: Integrate perlio.
52214      Branch: perl
52215           +> t/io/utf8.t
52216           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
52217 ____________________________________________________________________________
52218 [  8057] By: jhi                                   on 2000/12/09  21:53:35
52219         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
52220              From: Inaba Hiroto <inaba@st.rim.or.jp>
52221              Date: Sun, 10 Dec 2000 05:53:21 +0900
52222              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
52223              
52224              Tests for #8056.
52225      Branch: perl
52226            ! t/op/each.t
52227 ____________________________________________________________________________
52228 [  8056] By: jhi                                   on 2000/12/09  21:51:16
52229         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
52230              From: Inaba Hiroto <inaba@st.rim.or.jp>
52231              Date: Sat, 09 Dec 2000 18:02:00 +0900
52232              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
52233              
52234              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
52235      Branch: perl
52236            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
52237 ____________________________________________________________________________
52238 [  8055] By: nick                                  on 2000/12/09  20:11:48
52239         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
52240              than raw PerlIO_write() - does not seem to break any tests.
52241      Branch: perlio
52242            ! pp_sys.c
52243 ____________________________________________________________________________
52244 [  8054] By: nick                                  on 2000/12/09  19:47:30
52245         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
52246              (sysread, recv and write i.e. formats still to do...)
52247              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
52248              open($fh,">:utf8","name")
52249              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
52250              so no extra overhead is involved.
52251              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
52252              to a non-utf8 stream.
52253              Add initial io/utf8.t
52254              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
52255              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
52256              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
52257      Branch: perlio
52258            + t/io/utf8.t
52259            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
52260 ____________________________________________________________________________
52261 [  8053] By: nick                                  on 2000/12/09  19:26:37
52262         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
52263              was only testing this_utf8.
52264      Branch: perlio
52265            ! toke.c
52266 ____________________________________________________________________________
52267 [  8052] By: nick                                  on 2000/12/09  19:09:41
52268         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
52269              i.e. the output string has one, but don't mess with source assumption.
52270      Branch: perlio
52271            ! toke.c
52272 ____________________________________________________________________________
52273 [  8051] By: jhi                                   on 2000/12/09  16:55:17
52274         Log: Integrate perlio.
52275      Branch: perl
52276           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
52277           !> sv.c thrdvar.h util.c
52278 ____________________________________________________________________________
52279 [  8050] By: jhi                                   on 2000/12/09  16:48:07
52280         Log: Nits noticed by Peter Prymmer.
52281      Branch: perl
52282            ! lib/ExtUtils/MM_VMS.pm
52283 ____________________________________________________________________________
52284 [  8049] By: nick                                  on 2000/12/09  13:49:40
52285         Log: UTF8 output prework.
52286              - Store $\ and $, as SVs so they can have SvUTF8 flag
52287              - use do_print() rather than raw PerlIO_write() to print them.
52288      Branch: perlio
52289            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
52290            ! thrdvar.h util.c
52291 ____________________________________________________________________________
52292 [  8048] By: nick                                  on 2000/12/09  12:30:43
52293         Log: Integrate mainline.
52294      Branch: perlio
52295           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
52296           +> t/op/reverse.t
52297           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
52298           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
52299           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
52300           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
52301           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
52302           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
52303 ____________________________________________________________________________
52304 [  8047] By: jhi                                   on 2000/12/09  00:23:27
52305         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
52306              From: Michael G Schwern <schwern@pobox.com>
52307              Date: Fri, 8 Dec 2000 14:43:04 -0600
52308      Branch: perl
52309            ! lib/ExtUtils/MM_VMS.pm
52310 ____________________________________________________________________________
52311 [  8046] By: jhi                                   on 2000/12/08  23:10:27
52312         Log: A missed check-in.
52313      Branch: perl
52314            ! lib/ExtUtils/Manifest.pm
52315 ____________________________________________________________________________
52316 [  8045] By: jhi                                   on 2000/12/08  21:57:12
52317         Log: (null check-in)
52318      Branch: perl
52319            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
52320 ____________________________________________________________________________
52321 [  8044] By: jhi                                   on 2000/12/08  21:11:06
52322         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
52323              at the final draft stage.
52324      Branch: perl
52325            + ext/Encode/Encode/iso8859-16.enc
52326            ! MANIFEST
52327 ____________________________________________________________________________
52328 [  8043] By: jhi                                   on 2000/12/08  16:39:04
52329         Log: Update Changes.
52330      Branch: perl
52331            ! Changes patchlevel.h
52332 ____________________________________________________________________________
52333 [  8042] By: jhi                                   on 2000/12/08  16:33:39
52334         Log: Do not return the Unicode replacement character if UTF-8
52335              decoding goes awry, it should be up to the caller to decide.
52336      Branch: perl
52337            ! pod/perlapi.pod utf8.c
52338 ____________________________________________________________________________
52339 [  8041] By: jhi                                   on 2000/12/08  16:22:28
52340         Log: metaconfig maintenance.
52341      Branch: metaconfig
52342            ! U/modified/stdchar.U
52343      Branch: metaconfig/U/perl
52344            + testsyml.U
52345 ____________________________________________________________________________
52346 [  8040] By: jhi                                   on 2000/12/08  16:03:08
52347         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
52348              From: sthoenna@efn.org
52349              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
52350              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
52351      Branch: perl
52352            ! Changes lib/ExtUtils/MM_OS2.pm
52353 ____________________________________________________________________________
52354 [  8039] By: jhi                                   on 2000/12/08  15:57:11
52355         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
52356              From: Simon Cozens <simon@cozens.net>
52357              Date: Fri, 8 Dec 2000 13:33:31 +0000
52358              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
52359              
52360              (The pp_hot part needed a rewrite.)
52361      Branch: perl
52362            ! doop.c pp_hot.c utf8.c
52363 ____________________________________________________________________________
52364 [  8038] By: jhi                                   on 2000/12/08  15:25:08
52365         Log: Subject: djSP
52366              From: Michael Stevens <michael@etla.org>
52367              Date: Wed, 6 Dec 2000 23:24:01 +0000
52368              Message-ID: <20001206232400.A21381@firedrake.org>
52369              
52370              Plus a note from Nick Ing-Simmons.
52371      Branch: perl
52372            ! pp.h
52373 ____________________________________________________________________________
52374 [  8037] By: jhi                                   on 2000/12/08  15:18:35
52375         Log: Filetype is text.
52376      Branch: perl
52377            ! t/op/utf8decode.t
52378 ____________________________________________________________________________
52379 [  8036] By: jhi                                   on 2000/12/08  03:31:27
52380         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
52381              From: Andy Dougherty <doughera@lafayette.edu>
52382              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
52383              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
52384              
52385              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
52386              From: Andy Dougherty <doughera@lafayette.edu>
52387              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
52388              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
52389      Branch: perl
52390            + ext/POSIX/hints/svr4.pl
52391            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
52392 ____________________________________________________________________________
52393 [  8035] By: jhi                                   on 2000/12/08  03:26:01
52394         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
52395              From: Andy Dougherty <doughera@lafayette.edu>
52396              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
52397              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
52398      Branch: perl
52399            ! t/README t/base/term.t
52400 ____________________________________________________________________________
52401 [  8034] By: jhi                                   on 2000/12/08  03:21:59
52402         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
52403              From: mjd@plover.com  
52404              Date: 7 Dec 2000 21:04:20 -0000
52405              Message-ID: <20001207210420.22282.qmail@plover.com>
52406              
52407              Plus -z doc.
52408      Branch: perl
52409            ! pod/perlfunc.pod
52410 ____________________________________________________________________________
52411 [  8033] By: jhi                                   on 2000/12/08  03:19:03
52412         Log: Use the UTF8 macros a bit.  They can't be used with abandon
52413              everywhere because we do generate illegal UTF-8 in some situations.
52414              This is of course naughty.
52415      Branch: perl
52416            ! pod/perlapi.pod utf8.c utf8.h
52417 ____________________________________________________________________________
52418 [  8032] By: jhi                                   on 2000/12/08  03:00:09
52419         Log: Out of sync?
52420      Branch: perl
52421            ! t/pragma/warn/utf8
52422 ____________________________________________________________________________
52423 [  8031] By: jhi                                   on 2000/12/08  02:22:39
52424         Log: Cnt spl.
52425      Branch: perl
52426            ! MANIFEST
52427 ____________________________________________________________________________
52428 [  8030] By: jhi                                   on 2000/12/08  01:23:54
52429         Log: Add test for reverse().
52430      Branch: perl
52431            + t/op/reverse.t
52432            ! MANIFEST
52433 ____________________________________________________________________________
52434 [  8029] By: jhi                                   on 2000/12/08  01:21:47
52435         Log: Integrate perlio.
52436      Branch: perl
52437           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
52438           !> perlio.c perlio.h perlsdio.h warnings.pl
52439 ____________________________________________________________________________
52440 [  8028] By: jhi                                   on 2000/12/08  01:19:08
52441         Log: Introduce macros for UTF8 decoding.
52442      Branch: perl
52443            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
52444 ____________________________________________________________________________
52445 [  8027] By: nick                                  on 2000/12/07  22:18:19
52446         Log: Integrate mainline
52447      Branch: perlio
52448           !> embed.pl pod/perlapi.pod utf8.c
52449 ____________________________________________________________________________
52450 [  8026] By: nick                                  on 2000/12/07  21:45:08
52451         Log: Various oddities p4 diff -se showed up
52452              Remove 'our' from warnings.pl
52453      Branch: perlio
52454            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
52455 ____________________________________________________________________________
52456 [  8025] By: nick                                  on 2000/12/07  21:43:32
52457         Log: Change PerlIO_(get|set)pos to take SV *
52458              Should fix, OS/2, VMS, (sfio??)
52459      Branch: perlio
52460            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
52461 ____________________________________________________________________________
52462 [  8024] By: jhi                                   on 2000/12/07  19:05:32
52463         Log: Document utf8_to_uv() better.
52464      Branch: perl
52465            ! pod/perlapi.pod utf8.c
52466 ____________________________________________________________________________
52467 [  8023] By: jhi                                   on 2000/12/07  18:23:47
52468         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
52469      Branch: perl
52470            ! embed.pl pod/perlapi.pod utf8.c
52471 ____________________________________________________________________________
52472 [  8022] By: jhi                                   on 2000/12/07  04:13:51
52473         Log: Integrate perlio.
52474      Branch: perl
52475           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
52476           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
52477           !> win32/makefile.mk
52478 ____________________________________________________________________________
52479 [  8021] By: nick                                  on 2000/12/07  00:28:14
52480         Log: Various attempts at MSVC debug - not sure what has
52481              changed but works now. 
52482              Seems atexit() _may_ work for DLLs built with MSVC so don't
52483              call cleanup that way.
52484      Branch: perlio
52485            ! perlio.c win32/makefile.mk
52486 ____________________________________________________________________________
52487 [  8020] By: nick                                  on 2000/12/06  19:57:20
52488         Log: Integrate mainline
52489      Branch: perlio
52490           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
52491           !> (integrate 75 files)
52492 ____________________________________________________________________________
52493 [  8019] By: nick                                  on 2000/12/06  19:28:21
52494         Log: Add useperlio to config.vc
52495              Turn off binmode in config_H.PL
52496              Regen all the config_H.xx
52497              Attempt to get debugging build with MSVC.
52498      Branch: perlio
52499            ! win32/config.vc win32/config_H.bc win32/config_H.gc
52500            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
52501 ____________________________________________________________________________
52502 [  8018] By: nick                                  on 2000/12/06  19:21:57
52503         Log: Test various dup/external program options on all platforms.
52504      Branch: perlio
52505            ! t/io/dup.t
52506 ____________________________________________________________________________
52507 [  8017] By: nick                                  on 2000/12/06  19:20:47
52508         Log: Fix harness to be less picky
52509      Branch: perlio
52510            ! lib/Test/Harness.pm
52511 ____________________________________________________________________________
52512 [  8016] By: jhi                                   on 2000/12/06  16:45:12
52513         Log: Update Changes.
52514      Branch: perl
52515            ! Changes patchlevel.h
52516 ____________________________________________________________________________
52517 [  8015] By: jhi                                   on 2000/12/06  16:41:03
52518         Log: Test \x{...} with ord().
52519      Branch: perl
52520            ! t/op/ord.t
52521 ____________________________________________________________________________
52522 [  8014] By: jhi                                   on 2000/12/06  16:20:33
52523         Log: Test tweak because of #8013.
52524      Branch: perl
52525            ! t/lib/b.t
52526 ____________________________________________________________________________
52527 [  8013] By: jhi                                   on 2000/12/06  16:09:09
52528         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
52529              From: Michael G Schwern <schwern@pobox.com>
52530              Date: Tue, 5 Dec 2000 21:23:28 -0500
52531              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
52532              
52533              Carp::Heavy parts not very applicable because of recent changes.
52534      Branch: perl
52535            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
52536            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
52537            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
52538            ! lib/Exporter.pm lib/Exporter/Heavy.pm
52539            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
52540            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
52541            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
52542            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
52543            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
52544            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
52545            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
52546            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
52547            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
52548            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
52549            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
52550            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
52551            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
52552            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
52553            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
52554            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
52555            ! warnings.pl
52556 ____________________________________________________________________________
52557 [  8012] By: jhi                                   on 2000/12/06  15:22:38
52558         Log: Subject: [PATCH] Re: New harness is failing things
52559              From: Nick Ing-Simmons <nik@tiuk.ti.com>
52560              Date: Wed, 6 Dec 2000 13:00:30 GMT
52561              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
52562      Branch: perl
52563            ! lib/Test/Harness.pm
52564 ____________________________________________________________________________
52565 [  8011] By: jhi                                   on 2000/12/06  15:12:08
52566         Log: Subject: installhtml changes
52567              From: Michael Stevens <michael@etla.org>
52568              Date: Wed, 6 Dec 2000 13:15:53 +0000
52569              Message-ID: <20001206131553.A27317@firedrake.org>
52570      Branch: perl
52571            ! installhtml
52572 ____________________________________________________________________________
52573 [  8010] By: jhi                                   on 2000/12/06  15:06:05
52574         Log: Subject: the dTHR hits
52575              From: Michael Stevens <michael@etla.org>
52576              Date: Wed, 6 Dec 2000 12:06:03 +0000
52577              Message-ID: <20001206120603.A24581@firedrake.org>
52578              
52579              More, errrm, less dTHRs.
52580      Branch: perl
52581            ! bytecode.pl ext/B/B/C.pm
52582 ____________________________________________________________________________
52583 [  8009] By: jhi                                   on 2000/12/06  15:04:25
52584         Log: Subject: MakeMaker mailing list gone?
52585              From: Michael G Schwern <schwern@pobox.com>
52586              Date: Tue, 5 Dec 2000 19:29:59 -0500
52587              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
52588              
52589              The MakeMaker mailing list is dead, perlbug is the right
52590              address to report bugs.
52591      Branch: perl
52592            ! lib/ExtUtils/MakeMaker.pm
52593 ____________________________________________________________________________
52594 [  8008] By: jhi                                   on 2000/12/06  15:00:32
52595         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
52596              From: Michael G Schwern <schwern@pobox.com>
52597              Date: Tue, 5 Dec 2000 19:21:21 -0500
52598              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
52599              
52600              Add a default MANIFEST skip that ignores things like
52601              version control files, editor temporary files, and the Makefile.
52602      Branch: perl
52603            + lib/ExtUtils/MANIFEST.SKIP
52604            ! MANIFEST lib/ExtUtils/Manifest.pm
52605 ____________________________________________________________________________
52606 [  8007] By: jhi                                   on 2000/12/06  14:57:20
52607         Log: In Amiga more manual hackery of the scripts seems to be needed,
52608              from Jan-Erik Karlsson.  Why Configure does not get this right
52609              is unknown, may be shell-induced.
52610      Branch: perl
52611            ! README.amiga
52612 ____________________________________________________________________________
52613 [  8006] By: jhi                                   on 2000/12/05  23:53:12
52614         Log: Add TOPm1s to peek at the second topmost stack item.
52615      Branch: perl
52616            ! pp.h
52617 ____________________________________________________________________________
52618 [  8005] By: jhi                                   on 2000/12/05  23:13:55
52619         Log: Avaunt, you foul UTF-8 tests.
52620      Branch: perl
52621            ! t/op/ver.t t/pragma/utf8.t
52622 ____________________________________________________________________________
52623 [  8004] By: jhi                                   on 2000/12/05  23:09:54
52624         Log: Continue utf8 dispersal. 
52625      Branch: perl
52626            + t/op/concat.t
52627            ! MANIFEST t/pragma/utf8.t
52628 ____________________________________________________________________________
52629 [  8003] By: nick                                  on 2000/12/05  23:02:39
52630         Log: Integrate mainline.
52631      Branch: perlio
52632           +> t/op/length.t t/op/utf8decode.t
52633           !> (integrate 69 files)
52634 ____________________________________________________________________________
52635 [  8002] By: jhi                                   on 2000/12/05  22:59:28
52636         Log: Integrate perlio.
52637      Branch: perl
52638           !> iperlsys.h perl.c perlio.c win32/perllib.c
52639 ____________________________________________________________________________
52640 [  8001] By: nick                                  on 2000/12/05  22:07:52
52641         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
52642              - calloc/free suffer from damage on TerminateThread()
52643              - use PerlMemShared (as originally planned) now fixed
52644              - avoid doing anything important on DLL "detach".
52645      Branch: perlio
52646            ! perl.c perlio.c win32/perllib.c
52647 ____________________________________________________________________________
52648 [  8000] By: nick                                  on 2000/12/05  21:05:09
52649         Log: Fix gross PerlMemShared issue.
52650      Branch: perlio
52651            ! iperlsys.h
52652 ____________________________________________________________________________
52653 [  7999] By: jhi                                   on 2000/12/05  20:46:58
52654         Log: Test for Unicode (UTF-8) hash keys.
52655      Branch: perl
52656            ! t/op/each.t
52657 ____________________________________________________________________________
52658 [  7998] By: jhi                                   on 2000/12/05  20:30:35
52659         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
52660              is now always UTF-8), empty line cosmetics.
52661      Branch: perl
52662            ! t/pragma/utf8.t
52663 ____________________________________________________________________________
52664 [  7997] By: jhi                                   on 2000/12/05  20:15:40
52665         Log: Subject: Re: STRLEN - what?
52666              From: Andy Dougherty <doughera@lafayette.edu>
52667              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
52668              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
52669              
52670              Explain STRLEN.
52671      Branch: perl
52672            ! pod/perlguts.pod
52673 ____________________________________________________________________________
52674 [  7996] By: jhi                                   on 2000/12/05  20:13:34
52675         Log: Split off the UTF-8 decoder tests, make them to check also
52676              the error message.
52677      Branch: perl
52678            + t/op/utf8decode.t
52679            ! MANIFEST t/pragma/utf8.t utf8.c
52680 ____________________________________________________________________________
52681 [  7995] By: jhi                                   on 2000/12/05  16:39:47
52682         Log: Start migrating bits of pragma/utf8 to elsewhere
52683              (since the long term plan is to obsolete 'use utf8').
52684      Branch: perl
52685            + t/op/length.t
52686            ! MANIFEST t/pragma/utf8.t
52687 ____________________________________________________________________________
52688 [  7994] By: jhi                                   on 2000/12/05  16:30:21
52689         Log: Fix a manual edit typo from #7993, fix the message formatting
52690              for Unicode, add few our declarations.
52691      Branch: perl
52692            ! lib/Carp/Heavy.pm
52693 ____________________________________________________________________________
52694 [  7993] By: jhi                                   on 2000/12/05  16:09:15
52695         Log: Subject: Need help with warnings :-(
52696              From: "Ben Tilly" <ben_tilly@hotmail.com>
52697              Date: Tue, 05 Dec 2000 01:35:54 -0500
52698              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
52699              
52700              Subject: UPDATE: Carp/Heavy now passes all tests
52701              From: "Ben Tilly" <ben_tilly@hotmail.com>
52702              Date: Tue, 05 Dec 2000 07:59:41 -0500
52703              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
52704              
52705              The Brave New Carp.
52706      Branch: perl
52707            ! lib/Carp.pm lib/Carp/Heavy.pm
52708 ____________________________________________________________________________
52709 [  7992] By: jhi                                   on 2000/12/05  15:55:08
52710         Log: Subject: [PATCH perl@7979] cygwin port
52711              From: "Eric Fifer" <efifer@dircon.co.uk>
52712              Date: Tue, 5 Dec 2000 14:04:09 -0000
52713              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
52714      Branch: perl
52715            ! t/lib/net-hostent.t
52716 ____________________________________________________________________________
52717 [  7991] By: jhi                                   on 2000/12/05  15:52:34
52718         Log: Subject: Re: [PATCH] The largest hoax of all times?
52719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52720              Date: Tue, 5 Dec 2000 00:40:25 -0500
52721              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
52722              
52723              Subject: Re: [PATCH] The largest hoax of all times?
52724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52725              Date: Mon, 4 Dec 2000 23:55:53 -0500
52726              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
52727              
52728              Subject: Re: [PATCH] The largest hoax of all times?
52729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52730              Date: Tue, 5 Dec 2000 01:28:45 -0500
52731              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
52732              
52733              Fix the unpredictable order of DESTROYs.
52734      Branch: perl
52735            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
52736            ! sv.c sv.h t/op/ref.t
52737 ____________________________________________________________________________
52738 [  7990] By: jhi                                   on 2000/12/05  14:38:53
52739         Log: Subject: [PATCH] shrink pp_hot fractionally
52740              From: Nicholas Clark <nick@ccl4.org>
52741              Date: Tue, 5 Dec 2000 12:44:31 +0000
52742              Message-ID: <20001205124431.E74518@plum.flirble.org>
52743              
52744              Use report_evil_fh().
52745      Branch: perl
52746            ! opcode.pl opnames.h pp_hot.c util.c
52747 ____________________________________________________________________________
52748 [  7989] By: jhi                                   on 2000/12/05  14:21:27
52749         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
52750              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52751              Date: Mon, 04 Dec 2000 22:21:59 -0800
52752              Message-ID: <HmIL6gzkgepS092yn@efn.org>
52753              
52754              Harness shouldn't ignore responses like "ok 3\r\r\n".
52755      Branch: perl
52756            ! lib/Test/Harness.pm
52757 ____________________________________________________________________________
52758 [  7988] By: jhi                                   on 2000/12/05  13:51:28
52759         Log: Integrate the "skip" messages to explain().
52760      Branch: perl
52761            ! t/lib/syslfs.t t/op/lfs.t
52762 ____________________________________________________________________________
52763 [  7987] By: jhi                                   on 2000/12/05  12:34:54
52764         Log: The one that got away in #7984.
52765              
52766              Subject: Re: dTHR - what and why?
52767              From: Michael Stevens <michael@etla.org> 
52768              Date: Tue, 5 Dec 2000 11:15:52 +0000
52769              Message-ID: <20001205111552.A4647@firedrake.org>
52770      Branch: perl
52771            ! sv.h
52772 ____________________________________________________________________________
52773 [  7986] By: gsar                                  on 2000/12/05  09:14:44
52774         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
52775              due to the notorious GetFileType() bug in Windows 9x, which fstat()
52776              tickles)
52777      Branch: perl
52778            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
52779 ____________________________________________________________________________
52780 [  7985] By: jhi                                   on 2000/12/05  05:49:03
52781         Log: Integrate perlio.
52782      Branch: perl
52783           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
52784           !> win32/perlhost.h win32/perllib.c
52785 ____________________________________________________________________________
52786 [  7984] By: jhi                                   on 2000/12/05  05:48:16
52787         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
52788      Branch: perl
52789            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
52790            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
52791            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
52792            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
52793            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
52794            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
52795            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
52796            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
52797            ! win32/win32.c
52798 ____________________________________________________________________________
52799 [  7983] By: nick                                  on 2000/12/04  23:27:43
52800         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
52801      Branch: perlio
52802            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
52803            ! win32/perlhost.h win32/perllib.c
52804 ____________________________________________________________________________
52805 [  7982] By: jhi                                   on 2000/12/04  19:44:09
52806         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
52807              uncovered by #7980.
52808      Branch: perl
52809            ! op.c
52810 ____________________________________________________________________________
52811 [  7981] By: jhi                                   on 2000/12/04  19:42:07
52812         Log: Subject: [PATCH] Trivial dump.c feature
52813              From: Simon Cozens <simon@cozens.net>
52814              Date: Mon, 4 Dec 2000 18:08:38 +0000
52815              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
52816              
52817              Show whether a constant is UTF-8.
52818      Branch: perl
52819            ! dump.c
52820 ____________________________________________________________________________
52821 [  7980] By: jhi                                   on 2000/12/04  19:36:51
52822         Log: UTF-8 hash keys, patch from Inaba Hiroto.
52823      Branch: perl
52824            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
52825 ____________________________________________________________________________
52826 [  7979] By: jhi                                   on 2000/12/04  17:36:28
52827         Log: Update Changes.
52828      Branch: perl
52829            ! Changes patchlevel.h
52830 ____________________________________________________________________________
52831 [  7978] By: jhi                                   on 2000/12/04  16:42:17
52832         Log: Retract #7977, still too volatile (the euphemism of the day
52833              for unfinished and buggy :-)
52834      Branch: perl
52835            ! doop.c hv.c pp.c sv.h
52836 ____________________________________________________________________________
52837 [  7977] By: jhi                                   on 2000/12/04  16:25:15
52838         Log: (Retracted by #7978, too shaky yet.)
52839              
52840              Subject: Re: utf8 in hash keys, implementor missing
52841              From: Simon Cozens <simon@cozens.net>
52842              Date: Sat, 2 Dec 2000 19:49:35 +0000
52843              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
52844              
52845              The first step at UTF-8 hash keys.
52846      Branch: perl
52847            ! doop.c hv.c pp.c sv.h
52848 ____________________________________________________________________________
52849 [  7976] By: jhi                                   on 2000/12/04  16:13:53
52850         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
52851              From: sthoenna@efn.org
52852              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
52853              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
52854      Branch: perl
52855            ! os2/os2.c perlio.c
52856 ____________________________________________________________________________
52857 [  7975] By: jhi                                   on 2000/12/04  16:05:25
52858         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
52859              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52860              Date: Thu, 30 Nov 2000 20:50:37 -0800
52861              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
52862      Branch: perl
52863            ! os2/os2.c
52864 ____________________________________________________________________________
52865 [  7974] By: jhi                                   on 2000/12/04  16:03:57
52866         Log: Subject: [PATCH] ++ 20% faster
52867              From: Nicholas Clark <nick@ccl4.org>
52868              Date: Mon, 4 Dec 2000 12:17:27 +0000
52869              Message-ID: <20001204121726.B52976@plum.flirble.org>
52870              
52871              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
52872      Branch: perl
52873            ! sv.c
52874 ____________________________________________________________________________
52875 [  7973] By: jhi                                   on 2000/12/04  16:00:48
52876         Log: 
52877              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
52878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52879              Date: Mon, 04 Dec 2000 12:30:45 +0100
52880              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
52881              
52882              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
52883              library (getprotobyname and getprotobynumber are outversioned by
52884              the same calls in libc, at least for xlc version 3.
52885      Branch: perl
52886            ! hints/aix.sh
52887 ____________________________________________________________________________
52888 [  7972] By: jhi                                   on 2000/12/04  02:58:31
52889         Log: Integrate perlio.
52890      Branch: perl
52891           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
52892           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
52893           !> win32/win32.h win32/win32iop.h win32/win32thread.h
52894 ____________________________________________________________________________
52895 [  7971] By: nick                                  on 2000/12/04  00:24:33
52896         Log: Quieten some noise in Win32 builds:
52897              - win32.h is included after <sys/socket.h>, so need to 
52898              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
52899              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
52900      Branch: perlio
52901            ! doio.c perl.h toke.c win32/win32.h
52902 ____________________________________________________________________________
52903 [  7970] By: nick                                  on 2000/12/03  22:57:46
52904         Log: PERL_IMPLICIT_SYS compiles but does not work.
52905      Branch: perlio
52906            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
52907            ! win32/perlhost.h win32/perllib.c win32/win32.h
52908            ! win32/win32iop.h win32/win32thread.h
52909 ____________________________________________________________________________
52910 [  7969] By: jhi                                   on 2000/12/03  22:12:58
52911         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
52912              used to swash_init(), makes regprop() dumps more informative
52913              (+utf8::IsAlpha, -utf8::IsDigit, for example).
52914      Branch: perl
52915            ! regcomp.c regexec.c
52916 ____________________________________________________________________________
52917 [  7968] By: jhi                                   on 2000/12/03  21:39:56
52918         Log: Implement ANYOFUTF8 regprop() dumping.
52919      Branch: perl
52920            ! regcomp.c
52921 ____________________________________________________________________________
52922 [  7967] By: jhi                                   on 2000/12/03  20:57:19
52923         Log: Make uv_to_utf8() to zero-terminate its output buffer,
52924              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
52925      Branch: perl
52926            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
52927 ____________________________________________________________________________
52928 [  7966] By: nick                                  on 2000/12/03  18:41:21
52929         Log: Integrate mainline (STDCHAR)
52930      Branch: perlio
52931           !> Configure t/pragma/utf8.t
52932 ____________________________________________________________________________
52933 [  7965] By: jhi                                   on 2000/12/03  17:58:20
52934         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
52935      Branch: perl
52936            ! t/pragma/utf8.t
52937 ____________________________________________________________________________
52938 [  7964] By: jhi                                   on 2000/12/03  17:35:56
52939         Log: Integrate perlio.
52940      Branch: perl
52941           !> iperlsys.h perlio.c
52942 ____________________________________________________________________________
52943 [  7963] By: jhi                                   on 2000/12/03  17:33:55
52944         Log: Metaconfig unit change for #7962.
52945      Branch: metaconfig
52946            ! U/modified/stdchar.U
52947 ____________________________________________________________________________
52948 [  7962] By: jhi                                   on 2000/12/03  17:33:27
52949         Log: Untangle the <stdio.h> #include nest for the stdchar test,
52950              from Andy Dougherty.
52951      Branch: perl
52952            ! Configure
52953 ____________________________________________________________________________
52954 [  7961] By: nick                                  on 2000/12/03  16:53:00
52955         Log: Make iperlsys.h vector stdio not PerlIO.
52956      Branch: perlio
52957            ! iperlsys.h perlio.c
52958 ____________________________________________________________________________
52959 [  7960] By: nick                                  on 2000/12/03  14:43:01
52960         Log: Integrate mainline
52961      Branch: perlio
52962           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
52963           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
52964 ____________________________________________________________________________
52965 [  7959] By: jhi                                   on 2000/12/03  08:16:36
52966         Log: Use DO_UTF8().
52967      Branch: perl
52968            ! op.c
52969 ____________________________________________________________________________
52970 [  7958] By: jhi                                   on 2000/12/02  18:33:05
52971         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
52972              From: Mike Guy <mjtg@cam.ac.uk>         
52973              Date: Sat, 02 Dec 2000 17:27:13 +0000
52974              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
52975              
52976              An extraneous argument.
52977      Branch: perl
52978            ! toke.c
52979 ____________________________________________________________________________
52980 [  7957] By: jhi                                   on 2000/12/02  18:22:32
52981         Log: A missing hunk.
52982      Branch: perl
52983            ! t/lib/net-hostent.t
52984 ____________________________________________________________________________
52985 [  7956] By: jhi                                   on 2000/12/02  18:06:20
52986         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
52987              From: Nicholas Clark <nick@ccl4.org>
52988              Date: Sat, 2 Dec 2000 14:28:27 +0000
52989              Message-ID: <20001202142827.A12308@plum.flirble.org>
52990              
52991              Test robustness.
52992      Branch: perl
52993            ! t/lib/net-hostent.t
52994 ____________________________________________________________________________
52995 [  7955] By: jhi                                   on 2000/12/02  17:58:06
52996         Log: Metaconfig unit change for #7954.
52997      Branch: metaconfig
52998            ! U/modified/stdchar.U
52999 ____________________________________________________________________________
53000 [  7954] By: jhi                                   on 2000/12/02  17:54:32
53001         Log: An inconvenient hang would happen if the stdio _ptr wasn't
53002              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
53003              would be grepping stdin for all eternity for the _ptr.)
53004      Branch: perl
53005            ! Configure
53006 ____________________________________________________________________________
53007 [  7953] By: jhi                                   on 2000/12/02  00:07:15
53008         Log: Update Changes.
53009      Branch: perl
53010            ! Changes patchlevel.h
53011 ____________________________________________________________________________
53012 [  7952] By: jhi                                   on 2000/12/01  23:54:47
53013         Log: Subject: Re: long shell lines
53014              From: Andy Dougherty <doughera@lafayette.edu>
53015              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
53016              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
53017              
53018              Split overly long shell command lines.
53019      Branch: perl
53020            ! lib/ExtUtils/MM_Unix.pm
53021 ____________________________________________________________________________
53022 [  7951] By: jhi                                   on 2000/12/01  23:48:02
53023         Log: The metaconfig unit change for #7950.
53024      Branch: metaconfig
53025            + U/modified/stdchar.U
53026 ____________________________________________________________________________
53027 [  7950] By: jhi                                   on 2000/12/01  23:47:39
53028         Log: Try to find stdchar also from <stdio_impl.h>.
53029      Branch: perl
53030            ! Configure config_h.SH
53031 ____________________________________________________________________________
53032 [  7949] By: jhi                                   on 2000/12/01  23:46:45
53033         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
53034              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
53035              Date: Fri, 1 Dec 2000 16:26:08 -0500
53036              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
53037              
53038              Reword the diagnostic message.
53039      Branch: perl
53040            ! pod/perldiag.pod
53041 ____________________________________________________________________________
53042 [  7948] By: nick                                  on 2000/12/01  22:49:43
53043         Log: Integrate mainline (for s/y/m as sub names stuff).
53044      Branch: perlio
53045           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
53046           !> t/pragma/warn/toke toke.c
53047 ____________________________________________________________________________
53048 [  7947] By: jhi                                   on 2000/12/01  20:55:41
53049         Log: Integrate perlio.
53050      Branch: perl
53051           !> perlio.c perliol.h t/io/pipe.t
53052 ____________________________________________________________________________
53053 [  7946] By: jhi                                   on 2000/12/01  20:36:51
53054         Log: Upgrade to CPAN 1.59_51, from Andreas König.
53055      Branch: perl
53056            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53057 ____________________________________________________________________________
53058 [  7945] By: nick                                  on 2000/12/01  20:31:32
53059         Log: Integrate mainline
53060      Branch: perlio
53061           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
53062           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
53063           +> t/lib/net-hostent.t
53064           !> (integrate 35 files)
53065 ____________________________________________________________________________
53066 [  7944] By: jhi                                   on 2000/12/01  20:23:29
53067         Log: Some help for 20001130.011.  Now one gets warnings like
53068              "Ambiguous -f() resolved as a file test ..."
53069      Branch: perl
53070            ! pod/perldiag.pod t/pragma/warn/toke toke.c
53071 ____________________________________________________________________________
53072 [  7943] By: jhi                                   on 2000/12/01  19:44:44
53073         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
53074              that also breaks using them as methods. 
53075      Branch: perl
53076            ! pod/perldiag.pod t/op/misc.t toke.c
53077 ____________________________________________________________________________
53078 [  7942] By: nick                                  on 2000/12/01  17:56:46
53079         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
53080              Make 'unix' pass most tests
53081              - do unread by temporary push of layer ("pending") holding unread chars
53082              - fast_gets is now based on per-handle flag
53083              - relax one of io/pipe.t tests to allow print to fail and close to
53084              succeed so that it passes on unbuffered "unix" layer.
53085              Remaining fail is sporadic and a genuine race condition between
53086              parent/child in fork test.
53087      Branch: perlio
53088            ! perlio.c perliol.h t/io/pipe.t
53089 ____________________________________________________________________________
53090 [  7941] By: jhi                                   on 2000/12/01  15:28:58
53091         Log: (Retracted by #7943.)
53092              
53093              Reserve the short named string operator names.
53094      Branch: perl
53095            ! pod/perldiag.pod t/op/misc.t toke.c
53096 ____________________________________________________________________________
53097 [  7940] By: jhi                                   on 2000/12/01  06:45:53
53098         Log: Get the three different space character classes right under utf8.
53099      Branch: perl
53100            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
53101            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
53102            ! regexec.c t/op/pat.t utf8.c
53103 ____________________________________________________________________________
53104 [  7939] By: jhi                                   on 2000/12/01  03:26:26
53105         Log: Two more tests that make no sense in UTF-8 since the test
53106              data is not in UTF-8.
53107      Branch: perl
53108            ! t/op/regexp.t
53109 ____________________________________________________________________________
53110 [  7938] By: jhi                                   on 2000/12/01  03:20:39
53111         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
53112              should it be required inside regexen?
53113      Branch: perl
53114            ! regcomp.c t/op/regmesg.t
53115 ____________________________________________________________________________
53116 [  7937] By: jhi                                   on 2000/12/01  02:58:53
53117         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
53118              stored and restored, and thusly was trounced by the utf8 swash
53119              routines.
53120      Branch: perl
53121            ! regcomp.c
53122 ____________________________________________________________________________
53123 [  7936] By: jhi                                   on 2000/11/30  20:41:39
53124         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
53125              Why the different platforms behave so differently (core dump vs
53126              no core dump) on this bug is a but of a mystery, but if I had to
53127              guess I would mumble something like 'alignment'.
53128      Branch: perl
53129            ! sv.c
53130 ____________________________________________________________________________
53131 [  7935] By: jhi                                   on 2000/11/30  16:17:02
53132         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
53133              From: Robin Barker <rmb1@cise.npl.co.uk>
53134              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
53135              Date: Thu, 30 Nov 2000 14:27:12 GMT
53136      Branch: perl
53137            ! perlio.c toke.c
53138 ____________________________________________________________________________
53139 [  7934] By: jhi                                   on 2000/11/30  16:04:49
53140         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
53141      Branch: perl
53142            ! t/lib/net-hostent.t
53143 ____________________________________________________________________________
53144 [  7933] By: jhi                                   on 2000/11/30  06:07:26
53145         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
53146              From: Peter Prymmer <pvhp@forte.com>
53147              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
53148              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
53149              
53150              In VMS the localhost may be LOCALHOST.
53151      Branch: perl
53152            ! t/lib/net-hostent.t
53153 ____________________________________________________________________________
53154 [  7932] By: jhi                                   on 2000/11/30  01:11:11
53155         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
53156              From: Peter Prymmer <pvhp@forte.com>
53157              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
53158              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
53159              
53160              plus regen perlapi.pod.
53161      Branch: perl
53162            ! pod/perlapi.pod utf8.c
53163 ____________________________________________________________________________
53164 [  7931] By: jhi                                   on 2000/11/30  01:06:19
53165         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
53166              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53167              Date:     Wed, 29 Nov 2000 17:15:11 EST
53168              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
53169      Branch: perl
53170            ! t/lib/filter-util.pl t/lib/filter-util.t
53171 ____________________________________________________________________________
53172 [  7930] By: jhi                                   on 2000/11/29  18:51:55
53173         Log: Update Changes.
53174      Branch: perl
53175            ! Changes patchlevel.h
53176 ____________________________________________________________________________
53177 [  7929] By: jhi                                   on 2000/11/29  18:50:55
53178         Log: Update the va_copy() metaconfig unit.
53179      Branch: metaconfig/U/perl
53180            ! need_va_copy.U
53181 ____________________________________________________________________________
53182 [  7928] By: jhi                                   on 2000/11/29  17:50:43
53183         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
53184              From: Dominic Dunlop <domo@computer.org>
53185              Date: Tue, 28 Nov 2000 16:41:57 +0100
53186              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
53187              
53188              Patch to catch a core dump in the Configure va_copy test.
53189      Branch: perl
53190            ! Configure config_h.SH
53191 ____________________________________________________________________________
53192 [  7927] By: jhi                                   on 2000/11/29  17:31:59
53193         Log: Retract #7921, the patch shouldn't be needed.
53194      Branch: perl
53195            ! sv.c
53196 ____________________________________________________________________________
53197 [  7926] By: jhi                                   on 2000/11/29  17:01:41
53198         Log: Make the Class::Struct import() wiser.
53199      Branch: perl
53200            ! lib/Class/Struct.pm t/lib/class-struct.t
53201 ____________________________________________________________________________
53202 [  7925] By: jhi                                   on 2000/11/29  16:36:33
53203         Log: All the core library users of Class::Struct seem to be
53204              using "use Class::Struct 'struct';" instead of the bare
53205              "use Class::Struct;", which isn't documented in Class::Struct.
53206              This can't be right.
53207      Branch: perl
53208            ! lib/File/stat.pm
53209 ____________________________________________________________________________
53210 [  7924] By: jhi                                   on 2000/11/29  16:32:15
53211         Log: A test works better if it has the right 1..$n output.
53212      Branch: perl
53213            ! t/lib/class-struct.t
53214 ____________________________________________________________________________
53215 [  7923] By: jhi                                   on 2000/11/29  16:29:11
53216         Log: Forgot to MANIFEST the new Net::hostent test.
53217      Branch: perl
53218            ! MANIFEST
53219 ____________________________________________________________________________
53220 [  7922] By: jhi                                   on 2000/11/29  16:27:49
53221         Log: Integrate perlio.
53222      Branch: perl
53223           !> iperlsys.h perlio.c
53224 ____________________________________________________________________________
53225 [  7921] By: jhi                                   on 2000/11/29  16:27:10
53226         Log: (Retracted by #7927.)
53227              
53228              Subject: [PATCH] Is infinity a number?
53229              From: Simon Cozens <simon@cozens.net>
53230              Date: Wed, 29 Nov 2000 14:48:20 +0000
53231              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
53232      Branch: perl
53233            ! sv.c
53234 ____________________________________________________________________________
53235 [  7920] By: jhi                                   on 2000/11/29  16:23:02
53236         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
53237              From: rspier@pobox.com (Robert Spier)
53238              Date: Wed, 29 Nov 2000 02:17:49 -0500
53239              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
53240              
53241              Add a test for Net::hostent.
53242      Branch: perl
53243            + t/lib/net-hostent.t
53244 ____________________________________________________________________________
53245 [  7919] By: jhi                                   on 2000/11/29  16:21:31
53246         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
53247              add a test for Class::Struct.
53248      Branch: perl
53249            + t/lib/class-struct.t
53250            ! MANIFEST lib/Class/Struct.pm
53251 ____________________________________________________________________________
53252 [  7918] By: jhi                                   on 2000/11/29  15:48:40
53253         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
53254              From: rspier@pobox.com (Robert Spier)
53255              Date: Wed, 29 Nov 2000 02:25:39 -0500
53256              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
53257              
53258              More checking in case someone has broken their services or
53259              protocol databases.
53260      Branch: perl
53261            ! ext/Sys/Syslog/Syslog.pm
53262 ____________________________________________________________________________
53263 [  7917] By: jhi                                   on 2000/11/29  15:46:25
53264         Log: Subject: [PATCH] $^O  win32 -> MSWin32
53265              From: rspier@pobox.com (Robert Spier)
53266              Date: Wed, 29 Nov 2000 02:17:38 -0500
53267              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
53268              
53269              plus similar nits for vms, err, VMS, and UNICOS.
53270      Branch: perl
53271            ! t/lib/syslfs.t t/op/lfs.t
53272 ____________________________________________________________________________
53273 [  7916] By: jhi                                   on 2000/11/29  15:42:51
53274         Log: Subject: [PATCH] Tokeniser debugging
53275              From: Simon Cozens <simon@cozens.net>
53276              Date: Wed, 29 Nov 2000 14:15:45 +0000
53277              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
53278      Branch: perl
53279            ! perl.c perl.h pod/perlrun.pod toke.c
53280 ____________________________________________________________________________
53281 [  7915] By: jhi                                   on 2000/11/29  15:41:36
53282         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
53283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53284              Date: Wed, 29 Nov 2000 02:13:14 -0500
53285              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
53286              
53287              OUT keyword nits.
53288              
53289              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
53290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53291              Date: Wed, 29 Nov 2000 03:09:04 -0500
53292              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
53293              
53294              OUT and IN_OUT documentation.
53295      Branch: perl
53296            ! lib/ExtUtils/xsubpp pod/perlxs.pod
53297 ____________________________________________________________________________
53298 [  7914] By: jhi                                   on 2000/11/29  03:35:01
53299         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
53300              From: John Tobey <jtobey@john-edwin-tobey.org>
53301              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
53302              Message-Id: <m140e1N-000FOoC@feynman.localnet>
53303              
53304              plus a performance speedup noticed by Sarathy.
53305      Branch: perl
53306            ! op.c
53307 ____________________________________________________________________________
53308 [  7913] By: jhi                                   on 2000/11/29  03:16:59
53309         Log: Use "1 while unlink" so that VMS gets clean, too.
53310      Branch: perl
53311            ! t/lib/filter-util.t
53312 ____________________________________________________________________________
53313 [  7912] By: jhi                                   on 2000/11/29  03:09:08
53314         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
53315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53316              Date: Tue, 28 Nov 2000 03:27:09 -0500
53317              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
53318      Branch: perl
53319            ! lib/ExtUtils/xsubpp
53320 ____________________________________________________________________________
53321 [  7911] By: jhi                                   on 2000/11/29  03:06:30
53322         Log: This should have been part of #7872: no need to scan UTF-8
53323              until eternity.
53324      Branch: perl
53325            ! utf8.c
53326 ____________________________________________________________________________
53327 [  7910] By: jhi                                   on 2000/11/29  02:50:04
53328         Log: One more perltie.pod nit from Casey R. Tweten.
53329      Branch: perl
53330            ! pod/perltie.pod
53331 ____________________________________________________________________________
53332 [  7909] By: jhi                                   on 2000/11/29  02:44:23
53333         Log: Document the known sprintf test failures, exact standard
53334              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
53335      Branch: perl
53336            ! pod/perldelta.pod t/op/sprintf.t
53337 ____________________________________________________________________________
53338 [  7908] By: jhi                                   on 2000/11/29  02:36:23
53339         Log: Add the Encoding table format documentation.
53340      Branch: perl
53341            + ext/Encode/Encode/EncodeFormat.pod
53342            ! MANIFEST
53343 ____________________________________________________________________________
53344 [  7907] By: jhi                                   on 2000/11/29  02:07:24
53345         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
53346              From: "Casey R. Tweten" <crt@kiski.net>
53347              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
53348              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
53349              
53350              Subject: Re: [PATCH] Updating perltie.pod for arrays
53351              From: "Casey R. Tweten" <crt@kiski.net>
53352              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
53353              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
53354      Branch: perl
53355            ! pod/perltie.pod
53356 ____________________________________________________________________________
53357 [  7906] By: nick                                  on 2000/11/28  22:40:59
53358         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
53359      Branch: perlio
53360            ! iperlsys.h perlio.c
53361 ____________________________________________________________________________
53362 [  7905] By: nick                                  on 2000/11/28  22:04:34
53363         Log: Integrate mainline
53364      Branch: perlio
53365           !> (integrate 39 files)
53366 ____________________________________________________________________________
53367 [  7904] By: jhi                                   on 2000/11/28  16:44:43
53368         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
53369              From: Nicholas Clark <nick@babyhippo.co.uk>
53370              Date: Tue, 28 Nov 2000 11:16:57 +0000
53371              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
53372      Branch: perl
53373            ! pod/perlipc.pod
53374 ____________________________________________________________________________
53375 [  7903] By: jhi                                   on 2000/11/28  16:40:31
53376         Log: Subject: [PATCH] Updating perltie.pod for arrays
53377              From: "Casey R. Tweten" <crt@kiski.net>
53378              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
53379              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
53380      Branch: perl
53381            ! pod/perltie.pod
53382 ____________________________________________________________________________
53383 [  7902] By: jhi                                   on 2000/11/28  16:39:37
53384         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
53385              From: Robin Barker <rmb1@cise.npl.co.uk>
53386              Date: Mon, 27 Nov 2000 17:56:44 GMT
53387              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
53388      Branch: perl
53389            ! pod/perlfunc.pod t/op/split.t
53390 ____________________________________________________________________________
53391 [  7901] By: jhi                                   on 2000/11/28  16:28:04
53392         Log: setmode() is a DOSish-only thing.
53393      Branch: perl
53394            ! perlio.c
53395 ____________________________________________________________________________
53396 [  7900] By: jhi                                   on 2000/11/28  16:21:46
53397         Log: Subject: [PATCH] perlcc.PL cleanups
53398              From: Simon Cozens <simon@cozens.net>
53399              Date: Tue, 28 Nov 2000 12:44:35 +0000
53400              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
53401      Branch: perl
53402            ! utils/perlcc.PL
53403 ____________________________________________________________________________
53404 [  7899] By: gsar                                  on 2000/11/28  06:32:55
53405         Log: reintegrate files missed by change#7895
53406      Branch: maint-5.6/perl
53407           +> ext/ByteLoader/bytecode.h utils/Makefile
53408            - utils/perlbc.PL
53409 ____________________________________________________________________________
53410 [  7897] By: gsar                                  on 2000/11/27  18:22:47
53411         Log: can't integrate these two files, for some reason
53412      Branch: maint-5.6/perl
53413            - ext/ByteLoader/bytecode.h utils/Makefile
53414 ____________________________________________________________________________
53415 [  7895] By: gsar                                  on 2000/11/27  18:11:21
53416         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
53417              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
53418              6757..6890,6892..6901 from mainline
53419              
53420              Bytecompiler patches from Benjamin Stuhl.
53421              
53422              More bytecompiler.
53423              
53424              Subject: [PATCH blead] B:: missing dependency
53425              
53426              Subject: [PATCH: 6757] configure.com updates and syslog build
53427              
53428              Long double Gconvert fixes from Yitzchak Scott-Thoennes
53429              and Spider Boardman.
53430              
53431              Subject: [PATCH blead] nextchar() abuse misses an optimisation
53432              
53433              Long double fixes from Spider Boardman.
53434              
53435              Make the selection of NVff et al stricter.
53436              
53437              cSVOPo_*v things index into the current PL_curpad
53438              under ithreads, which is different from the curpad
53439              used by the XSUB.  (In other words, the code as-is
53440              before this patch wouldn't work under ithreads.)
53441              
53442              Be portable.
53443              
53444              VMS MMS (make) wants null action.
53445              
53446              Mac and other portability updates from Chris Nandor.
53447              
53448              Storable support, v-version fixes.
53449              Subject: CPAN.pm beta for testing available
53450              
53451              Portability fix from Hugo van der Sanden.
53452              
53453              Bad makefile.
53454              
53455              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
53456              
53457              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
53458              
53459              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
53460              
53461              Replace #6705 with a minimal doc patch.
53462              Subject: [PATCH 5.6.0] replace change #6705
53463              
53464              Drop the separate perlbc, perlcc -b should be enough.
53465              
53466              installperl couldn't tell whether it had run tests or not.
53467              Subject: [PATCH] Re: installperl and t/TEST
53468              
53469              Add silencer flags to installperl.
53470              Subject: [PATCH] Making installperl silent.
53471              
53472              Make "make install" by default silent.  A new "install-verbose"
53473              target is verbose.
53474              
53475              More liberal parsing of version numbers.
53476              Subject: Re: CPAN.pm beta for testing available
53477              
53478              Create directories in silence.
53479              Subject: [PATCH] Another silencer for MakeMaker
53480              
53481              DOS patches and portability/porting notes, from Tim Jenness.
53482              
53483              Make installman to recognize the silence flag -S.
53484              
53485              Actually do something with the silencer option.
53486              
53487              Continue silencing.
53488              
53489              Show the doc file, not the temp file.
53490              
53491              Regen perltoc.
53492              
53493              Subject: [PATCH] More silencing of installman.
53494              
53495              Better wording for the vec lvalue diagnostic.
53496              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
53497              
53498              Subject: [PATCH: 6805] several more tweaks to configure.com
53499              
53500              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
53501              
53502              Missing parts of 
53503              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
53504              
53505              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
53506              (applied slightly modified)
53507              
53508              installperl --verbose and --silent.
53509              Subject: Re: [PATCH] More silencing of installman.
53510              
53511              Add install-silent target.
53512              
53513              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
53514              the problem reported in
53515              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
53516              
53517              Tweak the sfio/useperlio logic, hopefully as wished in
53518              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
53519              
53520              One forgotten file from #6816.
53521              
53522              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
53523              
53524              Remove duplicately applied patch shards.
53525              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
53526              
53527              Support preserving extremely big/small angles.
53528              
53529              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
53530              
53531              Subject: [PATCH] installation not quite silent yet.
53532              
53533              Update the test count.
53534              
53535              Use UVxf, PTR2UV, NVff.
53536              
53537              Document PTR2XX and INT2PTR.
53538              
53539              no-install target a la make -n.
53540              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
53541              
53542              grep -e isn't portable.
53543              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
53544              
53545              Can't get the test to reliably work thanks to the
53546              inaccurateness of floating point.  "Resolves" bug ids
53547              20000826.003, 20000826.009, 20000826.010,
53548              
53549              Subject: installman buglet
53550              
53551              DJGPP update from Laszlo Molnar.
53552              
53553              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
53554              
53555              Passing -R in ldflags makes now it to appear in the default
53556              for lddlflags, just like with -L.
53557              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
53558              
53559              Test nit.
53560              
53561              Use the actual thread type, not the pointer-to-struct.
53562              
53563              Provice virtual $Config{ccflags_nolargefiles} etc. 
53564              
53565              display_format used as a class method without arguments was broken,
53566              reported in
53567              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
53568              
53569              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
53570              
53571              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
53572              
53573              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
53574              
53575              opmini.o may be left around if a build is interrupted.
53576              
53577              Typo in #6858.
53578              
53579              Fix for ID 20000828.001, long doubles were not formatted
53580              correctly (showed up in $], which stopped installing perl).
53581              
53582              An attempt to fix the problem reported in
53583              Subject: Building perl@6856 using gcc/AIX 4.3.3 
53584              I can't test this properly since the gcc installation I have
53585              access to seems to be botched (gcc is calling the AIX cpp,
53586              a losing proposition...)
53587              
53588              Add -ld to archname on long tr...double platforms.
53589              
53590              Subject: hv.h Doc Patch
53591              
53592              Potential cruft.
53593              
53594              Subject: [PATCH bleedperl@6856] warnings fixes
53595              
53596              -S is the silent flag, -s is the strip flag.
53597              Subject: [PATCH] Re: [PATCH] make no-install          
53598              
53599              Take out the SUIDMAIL thing, that will not be
53600              a problem in 5.7.*.
53601              
53602              Subject: [PATCH bleedperl@6866] spellings
53603              
53604              Subject: [PATCH] Re: files not cleaned even by veryclean
53605              
53606              Use minimal @INC in tests, most of the time just '../lib',
53607              so that we simply can't pick up stuff from other Perls than
53608              the one we are testing.  Pointed out by
53609              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
53610              
53611              Update to Getopt::Long 2.24, from Johan Vromans.
53612              
53613              Fix for thinko in #6848.
53614              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
53615              
53616              Patches all over for people and the files they (hopefully) care about.
53617              
53618              Subject: Net::protoent does not export 'getproto'
53619              
53620              Missed a change in #6869.
53621              
53622              Subject: [PATCH] Warnings in B::Deparse
53623              
53624              Subject: [PATCH] Glob dumping
53625              
53626              Disable one of the tests for now.
53627              
53628              Disabling the one test is a bit tricky.
53629              
53630              Don't forget to tidy up.
53631              
53632              The #6881 removed one dump line.
53633              
53634              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
53635              
53636              Under usethreads the dumped variable is IN_PAD.
53637              Subject: Re: [PATCH] Glob dumping
53638              
53639              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
53640              
53641              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
53642              
53643              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
53644              
53645              Regen Configure for #6894.
53646              
53647              Subject: [PATCH: 6889] updates to perlebcdic.pod
53648              
53649              Undo namespace pollution of #6878.
53650              Subject: Re: Net::protoent does not export 'getproto'
53651              
53652              Admit that we are leaking scalars.
53653              
53654              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
53655      Branch: maint-5.6/perl
53656           !> (integrate 271 files)
53657 ____________________________________________________________________________
53658 [  7894] By: gsar                                  on 2000/11/27  16:00:34
53659         Log: a couple of nits
53660      Branch: maint-5.6/perl
53661            ! MANIFEST pp_sys.c
53662 ____________________________________________________________________________
53663 [  7893] By: gsar                                  on 2000/11/27  15:10:56
53664         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
53665              6740..6745,6747..6757,6760
53666              
53667              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
53668              
53669              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
53670              
53671              Doc nits spotted by Richard Soderberg.
53672              
53673              move WNOHANG definition to where other such things are
53674              
53675              Make $Config{byteorder} more magical so that it is
53676              dynamically computed: nice for 'fat binaries'.
53677              Subject: [PATCH]: default byteorder
53678              
53679              Subject: [PATCH] Cwd.pm now uses strict
53680              
53681              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
53682              
53683              Get -DLEAKTEST to compile (not necessarily to work, mind)
53684              Subject: [ID 20000724.006] -DLEAKTEST problem
53685              
53686              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
53687              
53688              Add perlebcdic from Peter Prymmer, regen toc.
53689              
53690              Don't propose using modules built for 5.005 if no binary
53691              compatibility with 5.005 is attempted.
53692              
53693              Do not use prototyping here.
53694              Subject: [ID 20000817.016] [PATCH] Peek.xs
53695              
53696              Document what the backtick returns if the command fails.
53697              
53698              Add byteorder to the myconfig output.
53699              
53700              Introduce NVef, NVff, and NVgf, use the middle one.
53701              (helps for lib/peek + Linux + long doubles)  Reported in
53702              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
53703              Use NVs in POSIX math, not doubles.
53704              Subject: [ID 20000817.014] POSIX & modfl
53705              
53706              Subject: [PATCH 5.6.0+] newSVrv() memory leak
53707              
53708              The byteorder code in #6671 was wrong.
53709              
53710              Fix the lib/complex failure of
53711              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
53712              Linux long double accuracy issue: something that
53713              when printed with %g looks like "2" but int() of it is 1.
53714              
53715              Propagate new Configure vars.
53716              
53717              Unbuffer the output.
53718              
53719              Subject: [PATCH] perltrap.pod spring cleaning
53720              
53721              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
53722              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
53723              
53724              Tiny Getopt::Long patch from Johan Vromans.
53725              
53726              Document code point which makes if (defined %stash::) to work
53727              (noted by Spider Boardman).
53728              
53729              Subject: [PATCH perl@6698] cygwin port
53730              
53731              Document the NDBM_File and ODBM_File as SDBM_File
53732              was documented in #6417.
53733              
53734              The new tests were missing from #6415.
53735              
53736              Add [[:blank:]] as suggested in
53737              Subject: [ID 20000716.024] [=cc=] / [:blank:]
53738              (the [=cc=] has already been taken care of by #6439
53739              so the whole bug report can be closed)
53740              and make [[:space:]] to be equivalent to isspace(3)
53741              (as opposed to \s, which is isSPACE()).  The difference
53742              is that now [[:space:]] matches the mythical vertical tab,
53743              while \s doesn't.
53744              
53745              Don't eat leading os from index entries.
53746              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
53747              
53748              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
53749              
53750              Typo in pp_complement().
53751              Subject: [PATCH perl-current] Deparse
53752              
53753              Add warnif(), check warnings further up the stack,
53754              all the warnings functions now can take an optional object reference.
53755              Subject: [PATCH bleedperl@6691] warnings pragma update
53756              
53757              Fix a core dump in lib/selfloader under -DDEBUGGING.
53758              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
53759              
53760              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
53761              
53762              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
53763              
53764              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
53765              Put back the long double avoidance code to POSIX.xs
53766              because VMS seems to need it still.
53767              
53768              Introduce a 'veryclean' target that is like 'distclean'
53769              but also removes *~ and *.orig.
53770              
53771              Subject: [ID 20000817.023] endianness description in perlfunc.pod
53772              
53773              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
53774              
53775              Let's try #6717 again.
53776              
53777              UTF8 concat fixes.
53778              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
53779              
53780              pp_open() could pass an uninitialized filename down to do_open9().
53781              
53782              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
53783              
53784              Update to CGI 2.72, from Lincoln Stein.
53785              
53786              Subject: [PATCH] Silence MakeMaker (Was: installman)
53787              
53788              Use temporary directory instead of current directory.
53789              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
53790              
53791              Document odd vs even subreleases and -Dusedevel.
53792              
53793              The veryclean target needs to clobber.
53794              
53795              Use File::Spec->tmpdir().
53796              
53797              Document the number of exponent digits.
53798              
53799              Mention perlebcdic and perlposix-bc.
53800              
53801              s/this one/the 5.6.0 release/
53802              
53803              The #6724 is here.
53804              
53805              The correct cleaning order is an art.
53806              
53807              small tweaks for change#6705: avoid C++ style comments in C code;
53808              use Perl's malloc API rather than the low level system one
53809              
53810              Array context keeps slithering in.
53811              
53812              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
53813              
53814              Subject: [PATCH] os2.c fix for use64bitint
53815              
53816              Update to Pod::LaTeX 0.53.
53817              Subject: [PATCH] lib/Pod/LaTeX.pm updates
53818              
53819              Document the endianness of Alpha more precisely.
53820              
53821              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
53822              
53823              Rename the macro argument because some preprocessors
53824              can't tell the difference and expand arguments also inside
53825              double quoted strings.
53826              
53827              free TLS slot properly on Windows
53828              
53829              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
53830              
53831              Unicos/mk requires elaborate paranoia.
53832              
53833              Tweak the floating point output routine preferences.
53834              
53835              Also under djgpp the timestamps are funky.
53836              
53837              Apply some PodParser 1.18 patches; the Pod/Find.pm
53838              patches cannot be applied since #6712 conflicts.
53839              
53840              Use PodParser 1.18 new test.
53841              
53842              A pod nit.
53843              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
53844              
53845              Be verydeepclean.
53846      Branch: maint-5.6/perl
53847           +> pod/perlebcdic.pod
53848           !> (integrate 106 files)
53849 ____________________________________________________________________________
53850 [  7892] By: jhi                                   on 2000/11/27  15:02:32
53851         Log: Update Changes.
53852      Branch: perl
53853            ! Changes patchlevel.h
53854 ____________________________________________________________________________
53855 [  7891] By: jhi                                   on 2000/11/27  14:57:23
53856         Log: Subject: Re: perlfaq style changes
53857              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53858              Date: Sat, 25 Nov 2000 23:32:26 -0800
53859              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
53860              
53861              plus a note from Ronald Kimball.
53862      Branch: perl
53863            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
53864 ____________________________________________________________________________
53865 [  7890] By: jhi                                   on 2000/11/27  14:53:14
53866         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
53867              From: Benjamin Holzman <bah@ecnvantage.com>
53868              Date: Sun, 26 Nov 2000 16:27:33 -0500
53869              Message-ID: <20001126162733.J25040@ecnvantage.com>
53870      Branch: perl
53871            ! gv.c
53872 ____________________________________________________________________________
53873 [  7889] By: jhi                                   on 2000/11/27  14:43:11
53874         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
53875              From: lvirden@cas.org
53876              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
53877              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
53878      Branch: perl
53879            ! README.amiga
53880 ____________________________________________________________________________
53881 [  7888] By: jhi                                   on 2000/11/27  14:32:34
53882         Log: Restore also the locale test to no-sprintf-taint state.
53883              Fixes the bug 20001127.003.
53884      Branch: perl
53885            ! sv.c t/pragma/locale.t
53886 ____________________________________________________________________________
53887 [  7887] By: gsar                                  on 2000/11/27  14:13:05
53888         Log: integrate changes#6613..6616,6620..6665 from mainline
53889              
53890              VMS configure.com update continues.
53891              
53892              Subject: Test fails / warnings with perl-current #6612
53893              
53894              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
53895              
53896              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53897              
53898              For now remove the mail code.
53899              
53900              Subject: Re: [PATCH] @+, @- readonly
53901              
53902              Subject: warning: storage class after type is obsolescent
53903              
53904              Subject: sfio2000
53905              
53906              Subject: Re: File::Temp problems on VMS in bleedperl
53907              
53908              README.os2 update.
53909              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
53910              
53911              Make the user to give up his firstborn, err, to knowingly
53912              verify installing an unstable developer release.  Also bump
53913              the release to 5.7.0, but leave a patch tag in the local
53914              patches saying that this is not yet the real thing.
53915              
53916              Update (kinda) to Test 1.14, from Joshua Pritikin.
53917              
53918              make ok etc also for win32.
53919              
53920              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
53921              
53922              Don't blow limited stacks, a lower number is enough to
53923              tickle the lookbehind limit.
53924              
53925              Use -Dusedevel; regen Configure and the respective Porting stuff.
53926              
53927              Subject: [PATCH] debugger exit code should reflect user exit code
53928              
53929              Subject: [PATCH perl@6620] cygwin port
53930              
53931              Missed a file from #6638.
53932              
53933              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)
53934              
53935              magic callbacks all need to have same type signature
53936              
53937              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
53938              
53939              Fix a dependency problem.
53940              Subject: [PATCH: 6640] VMS Makefile.SH update
53941              
53942              The numeric locale was reset to "C" by s?printf and never restored.
53943              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53944              No test since adding the failing example to locale.t
53945              does not fail -- probably because the locale settings are so
53946              thoroughly tweaked by that time.  Running the example standalone
53947              does fail, though.  UPDATE: test case added at change #7540.
53948              
53949              Subject: [ID 20000324.040] minor fix to perlhpux.pod
53950              
53951              Update to CPAN 1.57.
53952              
53953              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
53954              
53955              Change the perlbug address to perl.org since it's more forgiving.
53956              
53957              Change the regx compilation error markers to use = instead of <
53958              since pod makes using the latter quite messy.  Reported in
53959              ID 20000814.006 by Abigail and in
53960              Subject: Unknown escape E<> ?
53961              
53962              Update to perldebtut 1.9, from Richard Foley.
53963              
53964              check that the number pseudo children doesn't exceed
53965              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
53966              the WaitForMultipleObjects() limit that would cause wait()
53967              to crash)
53968              wait() and waitpid() could potentially be rewritten to use
53969              more than one thread to do the waiting to eliminate this
53970              limitation
53971              
53972              change#6328 could make close(SOCKET) return false on windows
53973              when it shouldn't
53974              
53975              pod nit seen in passing
53976              
53977              on windows, the return values from wait() and waitpid() don't
53978              match those of pseudo-pids
53979              
53980              waitpid() now handles externally spawned pids correctly;
53981              fixes for backtick/wait/waitpid failures on Windows 9x
53982              these changes make the pid returned by process functions on
53983              Windows 9x always positive by clearing the high bit (which
53984              is always set on Win9x); pseudo-process PIDs are likewise
53985              always negative now on Win9x (just as on NT/2000)
53986              
53987              trailing new %ENV entries weren't being pushed into the real
53988              environment of subprocesses on Windows
53989              
53990              Tweak the regex compilation errors once more.
53991              
53992              avoid warnings from dense compiler
53993              
53994              add "ok" targets from change#6632 in makefile.mk
53995      Branch: maint-5.6/perl
53996            - lib/Pod/PlainText.pm vms/configure.com
53997           !> (integrate 66 files)
53998 ____________________________________________________________________________
53999 [  7886] By: jhi                                   on 2000/11/27  13:54:18
54000         Log: __FUNCTION__ isn't portable and trying to emulate it leads
54001              into practically spelling out the name of the function.
54002              Takes care of the bug 20001127.001.
54003      Branch: perl
54004            ! perlio.c
54005 ____________________________________________________________________________
54006 [  7885] By: gsar                                  on 2000/11/27  13:53:18
54007         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
54008              6610..6611 from mainline
54009              
54010              Make regular expression parse error messages easier to understand.
54011              Subject: Re: enhanced(?) regex error messages
54012              
54013              Tiny tidying on report_evil_fh().
54014              
54015              Subject: Re: enhanced(?) regex error messages 
54016              plus Capitalize the error messages, plus perldiag them.
54017              
54018              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
54019              
54020              Document here-doc better.
54021              
54022              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
54023              
54024              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
54025              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
54026              (either perlbug or p5p ate the original), plus regen
54027              perlapi and perltoc. 
54028              
54029              Regen global.sym.
54030              
54031              Double check that we have a dirhandle.
54032              
54033              Subject: Re: enhanced(?) regex error messages
54034              (plus two small patches sent privately)
54035              (this still seems to leave few test failures)
54036              
54037              warn is a macro, avoid using at a variable to avoid warnings
54038              in some configurations; readdir.t is too conservative in
54039              estimating number of *.t's
54040              
54041              Get back into sync with Jeffrey on the enhanced regex warnings.
54042              
54043              Subject: [PATCH 5.6.0] cygwin port
54044              
54045              Zero entries were skipped, fix from Adrian Goalby
54046              <argoalby@yahoo.co.uk>
54047              
54048              Subject: Remove dead entry in perldiag
54049              
54050              Amend the description of Perl6.
54051              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
54052              
54053              detypo
54054              
54055              It's the 2ndO'ROSSC.
54056              
54057              Revert the sv.c part of #6559, a better fix is needed.
54058              
54059              Iterating perl6 description.
54060              
54061              Update to Term::ANSIColor 1.03, from Russ Allbery.
54062              
54063              Update to Getopt::Long 2.23_05, from Johan Vromans.
54064              
54065              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
54066              
54067              Update to Pod::Parser 1.17, from Brad Appleton.
54068              
54069              Update to CPAN 1.56, from Andreas König.
54070              
54071              Update to CGI 2.70, from Lincoln Stein.
54072              
54073              Put back the std @INC thing.
54074              
54075              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
54076              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
54077              
54078              Document the IO::Select timeout.
54079              
54080              sleep(1) does not necessarily return 1.
54081              Subject: [PATCH bleadperl] op/lex_assign.t  
54082              
54083              Subject: debugger "d" command doesnt check line number
54084              
54085              B::Deparse didn't do sub attributes.
54086              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
54087              
54088              Preprocessing and postprocessing for File::Find.
54089              Subject: Patch to Find::File.pm to allow alphabetical results
54090              
54091              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
54092              
54093              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
54094              
54095              Subject: Re: [ID 20000730.003] utf8::length() bad
54096              
54097              Subject: Getting perlio and threads to compile
54098              (the Solaris version changes in Configure skipped)
54099              
54100              Tests for #6589.
54101              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
54102              
54103              Add Perl debugging tutorial, regen toc. 
54104              Subject: perldebtut.pod
54105              
54106              Add a few missing files, update MANIFEST.
54107              
54108              Rewrite of vms/subconfigure.com as configure.com,
54109              from Peter Prymmer and the vmsperl crew.
54110              
54111              Should have deleted this in #6603.
54112              
54113              Fix the test for 5005threads.
54114              
54115              Fix-n-skip the tests under 5005threads.
54116              
54117              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
54118              
54119              Upgrade to CGI 2.71, from Lincoln Stein.
54120      Branch: maint-5.6/perl
54121           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
54122           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
54123           +> t/op/regmesg.t t/pod/find.t vms/configure.com
54124            - vms/subconfigure.com
54125            ! lib/lib.pm
54126           !> (integrate 115 files)
54127 ____________________________________________________________________________
54128 [  7884] By: jhi                                   on 2000/11/27  13:44:33
54129         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
54130              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54131              Date:     Mon, 27 Nov 2000 08:23:54 EST
54132              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
54133      Branch: perl
54134            ! vms/descrip_mms.template vms/test.com
54135 ____________________________________________________________________________
54136 [  7883] By: gsar                                  on 2000/11/27  11:50:46
54137         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
54138              6511..6513,6515..6523,6525..6536
54139              
54140              The swallow_bom() saga continues.  The #23 of require.t
54141              (UTF16-LE) still fails (silently, no output) but the #22
54142              (UTF16-BE) seems to be working now.  The root of the
54143              failure may be in sv_gets(): is it UTF-16LE-aware,
54144              especially when it comes to line endings? 
54145              
54146              Document the problem with -P in HP-UX and its workaround.
54147              
54148              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
54149              (aka ID 20000730.002)
54150              
54151              Subject: fix and question re: waitpid() under win32
54152              
54153              Make the safety catch for buggy gccs work with triple version
54154              numbers like 2.95.2.  Reported in
54155              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
54156              
54157              In Digital UNIX warn if gcc explicitly chosen because even
54158              2.95.2 is known to cause problems.
54159              
54160              Make chr() for values >127 to create utf8 when under utf8.
54161              
54162              various syntax errors and such (not fixed: comp/require.t#22 coredump
54163              on Windows)
54164              
54165              Stash away the largefiles flags and libswanted.
54166              
54167              BOM patching from Simon Cozens.
54168              
54169              If gccosandvers is equal to osname, clear gccosandvers.
54170              
54171              Make p4desc to skip non-mainperl branches by default.
54172              
54173              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
54174              
54175              The test from this
54176              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
54177              
54178              In new BSDs changes to argv[] do not show up in ps(1) output,
54179              instead one must use setproctitle().  This was already addressed
54180              by change #6457, but the below has a new variant for FreeBSD 4.0
54181              or later, and the matter is also documented more.
54182              
54183              FreeBSD 3.* updates from
54184              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
54185              
54186              regen_headers, regen perltoc.
54187              
54188              Document in one place the memory abstractions used in Perl core.
54189              
54190              memcpy has n o in it, as pinted ut by Sarathy.
54191              
54192              Remove the extraneous "main::" prefix from all the
54193              "opened only for", "on closed", and "never opened" warnings.
54194              
54195              The name of a filehandle does not have <these>.
54196              
54197              The tr utf8 patching continues.
54198              
54199              The new setproctitle() feature is available only in 
54200              bleeding edge FreeBSD.  From Paul Saab.
54201              
54202              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
54203              
54204              Dump UVs as UVs in Data::Dumper.
54205              
54206              detypo #6494
54207              
54208              Document the IVdf UVuf UVof UVxf.
54209              
54210              require.t needs binmode() to work on windows
54211              
54212              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
54213              that are hopefully soon put into use.
54214              
54215              Allow "no Module;" even if there is no 'unimport'.
54216              
54217              Better skip message for the test; one of the two problems in
54218              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
54219              
54220              The subtest 4 may fail also on VOBS, as pointed out
54221              by Nick Ing-Simmons in November 1999, bug id 19991124.003
54222              (but the failure in that bug report isn't the subtest 4).
54223              
54224              Be more informative on what is skipped and why,
54225              also repeat the list at the end.
54226              
54227              Add a URL for FSF.
54228              
54229              Subject: [PATCH] sv.h documentation - SvLEN
54230              
54231              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
54232              
54233              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
54234              
54235              Subject: [PATCH] bad cppsymbols on os2 + Configure question
54236              
54237              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
54238              
54239              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
54240              mention the idea of @( and @)
54241              
54242              This is 6512.  Really.
54243              
54244              Subject: [ID 19990721.004] Documentation bug in perlfunc
54245              
54246              Subject: Minor tweak to perlvar.pod
54247              
54248              In the warnings call filehandles consistently so;
54249              add "unopened" warning for stat().
54250              
54251              After the #6519 a warning about stat() is just that,
54252              not about a filetest, which now have their own warning.
54253              
54254              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
54255              
54256              Subject: Re: Array vs. List context
54257              
54258              Subject: New perlcc, take 2
54259              
54260              Weed buglets pointed out by
54261              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
54262              
54263              gcc versions might have (parentheses) in them.
54264              
54265              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
54266              
54267              Essential prototype changes were missing from #6527.
54268              Also make report_evil_fh() more bomb-proof.
54269              
54270              Zap lib/Sys directory when cleaning up.
54271              
54272              Change the Policy policy: now -Dprefix= with an existing
54273              Policy.sh and prefix == siteprefix == vendorprefix, then all
54274              of them follow along the new prefix.
54275              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
54276              
54277              Continue fixing the io warnings.  This also
54278              sort of fixes bug ID 20000802.003: the core dump
54279              is no more.  Whether the current behaviour is correct
54280              (giving a warning: "Not a format reference"), is another matter.
54281              
54282              Have symbols for the IoTYPEs.
54283              
54284              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
54285              
54286              Document a bit that UDP is not what you might think.
54287              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
54288              tr memory corruption fix from Simon Cozens.
54289              
54290              Plug the security hole described in the Aug 05 2000 bugtraq message
54291              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
54292              The security hole exists only in suidperls, which isn't
54293              installed or even built by default.
54294      Branch: maint-5.6/perl
54295           !> (integrate 71 files)
54296 ____________________________________________________________________________
54297 [  7882] By: gsar                                  on 2000/11/27  10:25:36
54298         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
54299              from mainline
54300              
54301              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
54302              to be fatal errors (instead of by default ignoring them, and
54303              ignoring with a bug: even though -w gave an error, the opening [
54304              was left in)  Reported in:
54305              
54306              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
54307              
54308              Subject: [PATCH] split /^/
54309              
54310              MacOS nits from Matthias Neeracher.
54311              
54312              More split() doc and test patches from Mike Guy.
54313              
54314              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
54315              from Graham Barr in the module list.
54316              
54317              docfix from Peter Scott <Peter@PSDT.com>.
54318              
54319              File::Temp patches for VMS and OS/2 from Tim Jenness.
54320              
54321              open() wariness in perlbug.
54322              
54323              Subject: [PATCH] minor doc change - perlguts
54324              
54325              Subject: Minor doc patch: handy.h
54326              
54327              Be wary of close()s, too.
54328              
54329              Further File::Temp patches from Yitzchak Scott-Thoennes
54330              and Craig A. Berry.
54331              
54332              Subject: [PATCH] fixes bug 20000508.004
54333              
54334              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
54335              
54336              Allow "no AutoLoader;", based on change #6444,
54337              suggested by Graham Barr.
54338              
54339              Use setproctitle() if available to modify $0.
54340              
54341              Warn if the version of the operating system used to compile gcc
54342              differs from the current version of the operating system.
54343              Also display the gcc compilation os and version in myconfig.
54344              Inspiration from
54345              
54346              Tiny fixes for #6460.
54347              
54348              The problem described in this
54349              Subject: [ID 20000322.018] named chars aren't magical enough
54350              has been fixed in perl 5.6.0 but just in case added a test
54351              to keep it away.  (The report from Joseph Hall.)
54352              
54353              Tune the comments and hopefully stop a memory leak.
54354              
54355              Subject: UTF8 concat
54356              (with a memory leak fixed, plus a few casts added)
54357              This also seems to help for
54358              Subject: [ID 20000716.015] join UTF8 weirdness
54359              
54360              Do not upgrade SVs into utf8 just because they participate
54361              in eq or cmp.  Reported and fix suggested in
54362              Subject: [ID 20000720.009] sv_eq UTF8 bug
54363              
54364              Fix the HALF_UPGRADE() macro introduced in #6263.
54365              
54366              Find green threads before native threads.
54367              Subject: Re: Patch to jpl/JNI/Makefile.PL
54368      Branch: maint-5.6/perl
54369           !> (integrate 30 files)
54370 ____________________________________________________________________________
54371 [  7881] By: jhi                                   on 2000/11/27  05:48:41
54372         Log: It seems that *both* the unused submatch loop cleanup
54373              codes are needed.
54374      Branch: perl
54375            ! regexec.c
54376 ____________________________________________________________________________
54377 [  7880] By: jhi                                   on 2000/11/27  04:50:07
54378         Log: Clean .exists deeper.
54379      Branch: perl
54380            ! Makefile.SH
54381 ____________________________________________________________________________
54382 [  7879] By: jhi                                   on 2000/11/27  02:31:35
54383         Log: The code in regcppop() (see #7878) contains the correct lower
54384              limit for the unused submatch 'cleanup' loop so that under
54385              "use utf8" the following code wouldn't dump core:
54386              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
54387              the cleanup loop in regtry() stomped beyond allocated area
54388              in the startp[] array.  Therefore, copied the correct lower
54389              loop limit (*PL_reglastparen) to regtry().  Note: something
54390              may still not be quite right: why was the _higher_ loop limit
54391              (prog->nparens) different in the utf8 case?
54392              
54393              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
54394              without core dumps, there were about 17 of them before
54395              the patch (with us since Perl 5.7.0).  Two failures, still:
54396              496 and 505 (though these may not be severe).
54397              
54398              Patch #7881 is also needed since both the cleanup loops
54399              seem to be needed.
54400              
54401              Also, the t/op/pat#44 seems to core dump under utf8.
54402              Plus a couple of failures.  UGH-8.
54403      Branch: perl
54404            ! regexec.c
54405 ____________________________________________________________________________
54406 [  7878] By: jhi                                   on 2000/11/27  02:21:17
54407         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
54408              the code in regcppop() seems to be redundant for the test suite --
54409              but it contains a germ of truth, and it needed for the build
54410              process itself: see #7879 and #7881.
54411      Branch: perl
54412            ! regexec.c
54413 ____________________________________________________________________________
54414 [  7877] By: jhi                                   on 2000/11/27  01:53:09
54415         Log: Comment on comment.
54416      Branch: perl
54417            ! regexec.c
54418 ____________________________________________________________________________
54419 [  7876] By: jhi                                   on 2000/11/27  00:49:59
54420         Log: Adjust the docs to agree with #7875.
54421      Branch: perl
54422            ! pod/perllocale.pod
54423 ____________________________________________________________________________
54424 [  7875] By: jhi                                   on 2000/11/27  00:49:27
54425         Log: Retract #7863.  It makes more sense not to taint formatted output,
54426              not even by sprintf().
54427      Branch: perl
54428            ! sv.c
54429 ____________________________________________________________________________
54430 [  7874] By: jhi                                   on 2000/11/26  23:36:02
54431         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
54432              Not really fixed (should really dump the UTF-8 charclass),
54433              but stopped displaying the garbage.
54434              
54435              Also add a note on the (missing) Unicode PSXSPC and BLANK.
54436      Branch: perl
54437            ! regcomp.c
54438 ____________________________________________________________________________
54439 [  7873] By: jhi                                   on 2000/11/26  21:31:13
54440         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
54441      Branch: perl
54442            ! regexec.c
54443 ____________________________________________________________________________
54444 [  7872] By: jhi                                   on 2000/11/26  21:06:04
54445         Log: No need to scan till infinity, 13 is enough.
54446      Branch: perl
54447            ! handy.h utf8.c
54448 ____________________________________________________________________________
54449 [  7871] By: jhi                                   on 2000/11/26  20:20:32
54450         Log: Test line numbers are different with utf8.
54451      Branch: perl
54452            ! t/op/re_tests
54453 ____________________________________________________________________________
54454 [  7870] By: jhi                                   on 2000/11/26  20:10:12
54455         Log: Message nit.
54456      Branch: perl
54457            ! regcomp.c
54458 ____________________________________________________________________________
54459 [  7869] By: jhi                                   on 2000/11/26  19:01:05
54460         Log: Make utf8_length() and utf8_distance() (the latter of which
54461              is unused at the moment) to be less forgiving about bad UTF-8.
54462      Branch: perl
54463            ! embed.h embed.pl objXSUB.h proto.h utf8.c
54464 ____________________________________________________________________________
54465 [  7868] By: jhi                                   on 2000/11/26  18:45:56
54466         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
54467              From: Benjamin Holzman <bah@ecnvantage.com>
54468              Date: Sat, 25 Nov 2000 20:40:20 -0500       
54469              Message-ID: <20001125204020.A25040@ecnvantage.com>              
54470              
54471              Debian allows installing /usr/bin/locale without installing
54472              any locales, an error message will ensue.
54473      Branch: perl
54474            ! t/pragma/locale.t
54475 ____________________________________________________________________________
54476 [  7867] By: jhi                                   on 2000/11/26  18:31:12
54477         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
54478              From: Benjamin Holzman <bah@ecnvantage.com>
54479              Date: Sun, 26 Nov 2000 02:42:34 -0500
54480              Message-ID: <20001126024234.G25040@ecnvantage.com>
54481              
54482              Patch for the bug 20000212.002.
54483      Branch: perl
54484            ! sv.c t/op/array.t
54485 ____________________________________________________________________________
54486 [  7866] By: jhi                                   on 2000/11/26  18:28:09
54487         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
54488              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54489              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
54490              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
54491              
54492              File::Temp 0.11.
54493      Branch: perl
54494            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
54495 ____________________________________________________________________________
54496 [  7865] By: jhi                                   on 2000/11/26  18:24:22
54497         Log: The metaconfig unit change for #7864.
54498      Branch: metaconfig/U/perl
54499            ! need_va_copy.U
54500 ____________________________________________________________________________
54501 [  7864] By: jhi                                   on 2000/11/26  18:23:41
54502         Log: Make the va_copy() test not to be so talkative.
54503      Branch: perl
54504            ! Configure config_h.SH
54505 ____________________________________________________________________________
54506 [  7863] By: jhi                                   on 2000/11/26  18:11:02
54507         Log: Fix locale inconsistencies unearthed by Hugo's work.
54508              Now the floating point sprintf really does taint the result
54509              string as perllocale promises (has promised for a long time)
54510              if "use locale" is in the lexical scope.
54511      Branch: perl
54512            ! sv.c t/pragma/locale.t
54513 ____________________________________________________________________________
54514 [  7862] By: jhi                                   on 2000/11/26  00:35:15
54515         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
54516              From: Nicholas Clark <nick@ccl4.org>
54517              Date: Sun, 26 Nov 2000 00:07:50 +0000
54518              Message-ID: <20001126000750.A22446@plum.flirble.org>
54519              
54520              Infinit.
54521      Branch: perl
54522            ! sv.c
54523 ____________________________________________________________________________
54524 [  7861] By: jhi                                   on 2000/11/26  00:01:26
54525         Log: Integrate perlio.
54526      Branch: perl
54527           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
54528 ____________________________________________________________________________
54529 [  7860] By: nick                                  on 2000/11/25  22:04:17
54530         Log: Correct relative path from new ext\Filter\Util\Call location
54531              back to miniperl.
54532      Branch: perlio
54533            ! win32/makefile.mk
54534 ____________________________________________________________________________
54535 [  7859] By: nick                                  on 2000/11/25  21:26:54
54536         Log: Integrate mainline.
54537      Branch: perlio
54538           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
54539           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
54540           +> t/lib/filter-util.t
54541            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54542            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54543            - t/lib/filt-util.t
54544           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
54545           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
54546           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
54547           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
54548           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
54549           !> win32/makefile.mk
54550 ____________________________________________________________________________
54551 [  7858] By: gsar                                  on 2000/11/25  20:52:17
54552         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
54553              parent's memory; fix it by keeping track of the actual pad
54554              offset rather than a raw pointer (this change is probably also
54555              relevant to non-ithreads case to avoid fallout from reallocs of
54556              the pad array, but is currently only enabled for the ithreads
54557              case in the interests of minimal disruption to existing "well
54558              tested" code)
54559      Branch: perl
54560            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
54561            ! proto.h scope.c scope.h sv.c t/op/fork.t
54562 ____________________________________________________________________________
54563 [  7857] By: nick                                  on 2000/11/25  20:01:28
54564         Log: All tests pass on Win32/gcc/USE_PERLIO.
54565              - when crlf layer is pushed make unix-level binary.
54566              - remove :crlf injection in pp_backtick in pp_sys.c
54567              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
54568      Branch: perlio
54569            ! doio.c perlio.c pp_sys.c win32/makefile.mk
54570 ____________________________________________________________________________
54571 [  7856] By: jhi                                   on 2000/11/25  18:38:30
54572         Log: Update the metaconfig units for #7855.
54573      Branch: metaconfig/U/perl
54574            ! useperlio.U usesocks.U
54575 ____________________________________________________________________________
54576 [  7855] By: jhi                                   on 2000/11/25  18:37:54
54577         Log: Undo the SOCKS workarounds, instead start using PerlIO
54578              if SOCKS is selected.
54579              
54580              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
54581              From: Jens Hamisch <jens@Strawberry.COM>
54582              Date: Fri, 24 Nov 2000 18:31:30 +0100
54583              Message-ID: <20001124183130.E28337@Strawberry.COM>
54584              
54585              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
54586              From: Jens Hamisch <jens@Strawberry.COM>
54587              Date: Fri, 24 Nov 2000 19:11:51 +0100
54588              Message-ID: <20001124191151.A28753@Strawberry.COM>
54589      Branch: perl
54590            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
54591            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
54592 ____________________________________________________________________________
54593 [  7854] By: jhi                                   on 2000/11/25  17:39:08
54594         Log: Undo #7848.  Some of the code seems to use walkoptree(),
54595              some walkoptree_slow().  An unfinished renaming?
54596              Now the sub is walkoptree() (which is @EXPORT_OK),
54597              the walkoptree_slow() is a typeglob alias to walkoptree.
54598              This makes the tests to pass, at least.
54599      Branch: perl
54600            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
54601 ____________________________________________________________________________
54602 [  7853] By: nick                                  on 2000/11/24  22:24:33
54603         Log: Re-arrange crlf vs binary for platforms that care.
54604              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
54605              Lip-service to making stdio layer work on such platforms (untested).
54606              Now fails 3 tests rather than one, checkin to see if I can debug 
54607              the issue under linux. (Do not merge.)
54608      Branch: perlio
54609            ! doio.c perlio.c perliol.h
54610 ____________________________________________________________________________
54611 [  7852] By: jhi                                   on 2000/11/24  18:57:39
54612         Log: AUTHORS edits.
54613      Branch: perl
54614            ! AUTHORS
54615 ____________________________________________________________________________
54616 [  7851] By: jhi                                   on 2000/11/24  17:34:56
54617         Log: Add Jan-Erik Karlsson.
54618      Branch: perl
54619            ! AUTHORS
54620 ____________________________________________________________________________
54621 [  7850] By: jhi                                   on 2000/11/24  17:27:56
54622         Log: Configure should find stdchar on its own.
54623      Branch: perl
54624            ! hints/solaris_2.sh
54625 ____________________________________________________________________________
54626 [  7849] By: jhi                                   on 2000/11/24  17:24:55
54627         Log: Subject: PATCH over 7848: Filter test flawed
54628              From: andreas.koenig@anima.de (Andreas J. Koenig)
54629              Date: 24 Nov 2000 10:28:29 +0100
54630              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
54631      Branch: perl
54632            ! t/lib/filter-util.t
54633 ____________________________________________________________________________
54634 [  7848] By: jhi                                   on 2000/11/24  17:22:15
54635         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
54636              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
54637              Date: Fri, 24 Nov 2000 16:12:58 +0000
54638              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
54639      Branch: perl
54640            ! ext/B/B.pm
54641 ____________________________________________________________________________
54642 [  7847] By: jhi                                   on 2000/11/24  03:07:01
54643         Log: Integrate perlio.
54644      Branch: perl
54645           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
54646           !> win32/makefile.mk
54647 ____________________________________________________________________________
54648 [  7846] By: gsar                                  on 2000/11/24  00:55:57
54649         Log: integrate changes#6415..6418,6420..6438 from mainline
54650              
54651              Fix the bitvector ops for utf8 (tricky since past 7 bits
54652              the utf8 'characters' can be more than one octet).
54653              
54654              MPE/ix updates for perl 5.6.0 from Mark Bixby.
54655              
54656              Subject: SDBM_File documentation
54657              
54658              Detypo.
54659              
54660              Decutandpasto.
54661              
54662              Send all installperl messages to STDERR and be -w clean.
54663              
54664              Out-of-date note removed.
54665              
54666              Protect against "wild next"s, that is, callbacks doing "next"
54667              instead of "return".
54668              
54669              Use STDOUT consistently.
54670              
54671              The output might have been produced in the wrong order.
54672              
54673              A missing 'break' after the [[:space:]] switch case.
54674              
54675              Add tests for
54676              [ID 19991110.003] another matching finding by pcre author
54677              which has already been fixed by some patch, as verified in
54678              
54679              Documentation to explain the behaviour of map().
54680              
54681              Add an optimization for map-maps-a-list-element-to-more-list-elements
54682              case, but add also notes explaining the relationship of this
54683              patch and the earlier notes by Sarathy.
54684              
54685              Subject: [ID 20000716.023] syslog test fails without sockets
54686              
54687              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54688              Test cases for #6431.
54689              
54690              File::Spec::VMS fixup for tmpdir from Craig Berry.
54691              
54692              Make the "uninit variable" warning to say "concat or string"
54693              or "join or string" when in concat or join .
54694              
54695              Get UTF16 BOMs working.  Patch from
54696              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54697              
54698              Subject: [PATCH] Make large file tests deal with SIGXFSZ
54699              
54700              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
54701              
54702              Subject: [PATCH] av.c apidoc
54703      Branch: maint-5.6/perl
54704           !> (integrate 43 files)
54705 ____________________________________________________________________________
54706 [  7845] By: gsar                                  on 2000/11/24  00:20:45
54707         Log: integrate changes#6406..6414 from mainline
54708              
54709              Merge perlhacktut into perlhack, update perlguts.
54710              
54711              Fix AutoSplit to use File::Spec the right way in VMS,
54712              from Peter Prymmer.
54713              
54714              The bug report
54715              [ID 19991110.002] minimal matching discrepancy found by pcre author
54716              seems to have been fixed (though differently from what was suggested
54717              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
54718              
54719              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
54720              not in pod, from Peter Prymmer
54721              
54722              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
54723              From: Hugo <hv@crypt.compulink.co.uk>
54724              Date: Fri, 14 Jul 2000 23:05:20 +0100
54725              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
54726              
54727              Didn't anymore apply, but that point still could use another fix.
54728              
54729              lib/b test fixes from Peter Prymmer.
54730              
54731              More docs for sv functions.
54732              
54733              perlvms.pod whitespace cleanup to keep pod utils happy.
54734              
54735              another VMS build tweak from Peter Prymmer
54736      Branch: maint-5.6/perl
54737           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
54738           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
54739           !> vms/descrip_mms.template vms/perlvms.pod
54740 ____________________________________________________________________________
54741 [  7844] By: nick                                  on 2000/11/23  23:42:45
54742         Log: Win32/perlio Now just fails one io/argv.t test - lack 
54743              of default :crlf on standard streams.
54744      Branch: perlio
54745            ! doio.c perlio.c
54746 ____________________________________________________________________________
54747 [  7843] By: nick                                  on 2000/11/23  23:04:05
54748         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
54749              peek fail is showing a real problem (multiple crlf layers
54750              are getting pushed.)
54751      Branch: perlio
54752            ! doio.c perlio.c win32/makefile.mk
54753 ____________________________________________________________________________
54754 [  7842] By: nick                                  on 2000/11/23  19:46:23
54755         Log: Implement PerlIO_binmode()
54756              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
54757              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
54758              make binmode in t/lib/io_tell.t unconditional so that works.
54759              Checkin just so Win32 machine can see these changes.
54760      Branch: perlio
54761            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
54762 ____________________________________________________________________________
54763 [  7841] By: jhi                                   on 2000/11/23  19:30:00
54764         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
54765      Branch: perl
54766            ! README.amiga
54767 ____________________________________________________________________________
54768 [  7840] By: jhi                                   on 2000/11/23  17:18:02
54769         Log: SOCKS wrestling continues, patches from Jens Hamisch.
54770      Branch: perl
54771            ! doio.c embed.h embed.pl perlsdio.h proto.h
54772 ____________________________________________________________________________
54773 [  7839] By: jhi                                   on 2000/11/23  16:54:14
54774         Log: Push Filter::Util::Call one level deeper.
54775      Branch: perl
54776            + t/lib/filter-util.t
54777           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
54778           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
54779            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54780            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54781            - t/lib/filt-util.t
54782            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
54783            ! win32/Makefile win32/makefile.mk
54784 ____________________________________________________________________________
54785 [  7838] By: jhi                                   on 2000/11/23  16:52:40
54786         Log: Reach back one higher up when searching for PERL_SRC.
54787      Branch: perl
54788            ! lib/ExtUtils/MM_Unix.pm
54789 ____________________________________________________________________________
54790 [  7837] By: jhi                                   on 2000/11/23  16:05:41
54791         Log: Subject: Re: perl@7826
54792              Date: Thu, 23 Nov 2000 02:20:25 -0600
54793              From: "Craig A. Berry" <craigberry@mac.com>
54794              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
54795              
54796              Make VMS to like Filter::Util::Call. 
54797      Branch: perl
54798            ! configure.com ext/Filter/Util/Makefile.PL
54799 ____________________________________________________________________________
54800 [  7836] By: nick                                  on 2000/11/23  16:04:08
54801         Log: Implement crlf layer - not ready for merge.
54802      Branch: perlio
54803            ! perlio.c win32/makefile.mk
54804 ____________________________________________________________________________
54805 [  7835] By: jhi                                   on 2000/11/23  15:56:52
54806         Log: STDCHAR is different in Sparc v9 vs x86.
54807      Branch: perl
54808            ! hints/solaris_2.sh
54809 ____________________________________________________________________________
54810 [  7834] By: jhi                                   on 2000/11/23  15:50:47
54811         Log: The type needs to be visible to protos.
54812      Branch: perl
54813            ! perl.h
54814 ____________________________________________________________________________
54815 [  7833] By: jhi                                   on 2000/11/23  15:40:46
54816         Log: Finish unfinished SOCKS workaround changes.
54817      Branch: perl
54818            ! doio.c
54819 ____________________________________________________________________________
54820 [  7832] By: jhi                                   on 2000/11/23  15:33:30
54821         Log: Integrate perlio.
54822      Branch: perl
54823           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54824           !> win32/makefile.mk
54825 ____________________________________________________________________________
54826 [  7831] By: nick                                  on 2000/11/23  10:31:07
54827         Log: Correct makefile.mk dependancies for ext/Filter/Util
54828              Build ext/Encode
54829              Run dmake regen_config_h
54830      Branch: perlio
54831            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54832            ! win32/makefile.mk
54833 ____________________________________________________________________________
54834 [  7830] By: nick                                  on 2000/11/23  08:05:07
54835         Log: Integrate mainline
54836      Branch: perlio
54837           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54838           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
54839           +> t/lib/filt-util.pl t/lib/filt-util.t
54840           !> (integrate 41 files)
54841 ____________________________________________________________________________
54842 [  7829] By: gsar                                  on 2000/11/23  03:07:11
54843         Log: build the Filter extension on windows
54844      Branch: perl
54845            ! win32/Makefile win32/makefile.mk
54846 ____________________________________________________________________________
54847 [  7828] By: gsar                                  on 2000/11/23  02:46:35
54848         Log: regenerate win32/config* and fix some inconsistencies in the
54849              makefiles; always export Perl_deb() because it is needed
54850              by ext/re/* (whether perl itself is built with -DDEBUGGING
54851              or not)
54852      Branch: perl
54853            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
54854            ! win32/config_H.vc win32/makefile.mk
54855 ____________________________________________________________________________
54856 [  7827] By: gsar                                  on 2000/11/23  02:18:38
54857         Log: get sources building on windows+MSVC again (untested with other
54858              compilers)
54859      Branch: perl
54860            ! win32/include/sys/socket.h win32/perllib.c
54861 ____________________________________________________________________________
54862 [  7826] By: jhi                                   on 2000/11/23  01:18:26
54863         Log: Update Changes.
54864      Branch: perl
54865            ! Changes patchlevel.h
54866 ____________________________________________________________________________
54867 [  7825] By: jhi                                   on 2000/11/23  00:20:41
54868         Log: Subject: Re: av.c patch (having slight problems)
54869              From: "Ben Tilly" <ben_tilly@hotmail.com>
54870              Date: Tue, 21 Nov 2000 23:29:31 -0500
54871              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
54872              
54873              unshift() speedup.
54874      Branch: perl
54875            ! av.c
54876 ____________________________________________________________________________
54877 [  7824] By: jhi                                   on 2000/11/22  23:59:15
54878         Log: Fixes for signedness warnings noticed by VMSperlers.
54879      Branch: perl
54880            ! ext/Storable/Storable.xs regcomp.c sv.c
54881 ____________________________________________________________________________
54882 [  7823] By: jhi                                   on 2000/11/22  23:19:31
54883         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
54884              From: Peter Prymmer <pvhp@forte.com>
54885              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
54886              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
54887      Branch: perl
54888            ! t/pragma/warn/pp_hot
54889 ____________________________________________________________________________
54890 [  7822] By: jhi                                   on 2000/11/22  22:52:20
54891         Log: Be clean.
54892      Branch: perl
54893            ! Makefile.SH
54894 ____________________________________________________________________________
54895 [  7821] By: jhi                                   on 2000/11/22  22:46:39
54896         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
54897              by Damian Conway, as suggested by Paul Marquess.
54898      Branch: perl
54899            + lib/Filter/Simple.pm
54900 ____________________________________________________________________________
54901 [  7820] By: jhi                                   on 2000/11/22  22:45:51
54902         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
54903      Branch: perl
54904            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54905            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54906            + t/lib/filt-util.t
54907            ! MANIFEST
54908 ____________________________________________________________________________
54909 [  7819] By: jhi                                   on 2000/11/22  22:03:27
54910         Log: Integrate perlio.
54911      Branch: perl
54912           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
54913           !> win32/makefile.mk
54914 ____________________________________________________________________________
54915 [  7818] By: jhi                                   on 2000/11/22  21:56:02
54916         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
54917      Branch: perl
54918            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
54919            ! t/lib/io_sock.t
54920 ____________________________________________________________________________
54921 [  7817] By: jhi                                   on 2000/11/22  21:39:49
54922         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
54923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54924              Date: Wed, 22 Nov 2000 16:08:12 -0500
54925              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
54926      Branch: perl
54927            ! lib/ExtUtils/Liblist.pm
54928 ____________________________________________________________________________
54929 [  7816] By: jhi                                   on 2000/11/22  21:38:25
54930         Log: Go ahead and #include <unistd.h> in perl.h.
54931      Branch: perl
54932            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
54933            ! util.c
54934 ____________________________________________________________________________
54935 [  7815] By: jhi                                   on 2000/11/22  21:22:52
54936         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
54937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54938              Date: Mon, 20 Nov 2000 18:30:52 -0500
54939              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
54940      Branch: perl
54941            ! pod/perlre.pod regcomp.c t/op/re_tests
54942 ____________________________________________________________________________
54943 [  7814] By: jhi                                   on 2000/11/22  21:21:46
54944         Log: Subject: [PATCH 5.7.0] Liblist finally works
54945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54946              Date: Tue, 21 Nov 2000 22:02:17 -0500
54947              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
54948      Branch: perl
54949            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
54950            ! lib/ExtUtils/MakeMaker.pm
54951 ____________________________________________________________________________
54952 [  7813] By: jhi                                   on 2000/11/22  21:20:23
54953         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
54954              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54955              Date: Wed, 22 Nov 2000 17:53:15 +0100
54956              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
54957              
54958              AIX dynaloader and perlio patch.
54959      Branch: perl
54960            ! ext/DynaLoader/dl_aix.xs
54961 ____________________________________________________________________________
54962 [  7812] By: jhi                                   on 2000/11/22  21:17:52
54963         Log: (Accidentally empty patch.)
54964      Branch: perl
54965            ! av.c
54966 ____________________________________________________________________________
54967 [  7811] By: jhi                                   on 2000/11/22  21:16:31
54968         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
54969              From: Peter Prymmer <pvhp@forte.com>
54970              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
54971              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
54972      Branch: perl
54973            ! vms/test.com
54974 ____________________________________________________________________________
54975 [  7810] By: jhi                                   on 2000/11/22  21:15:36
54976         Log: Subject: Re: perl@7777 
54977              From: "John P. Linderman" <jpl@research.att.com>
54978              Date: Wed, 22 Nov 2000 13:11:11 -0500
54979              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
54980              
54981              Detypoing.
54982      Branch: perl
54983            ! lib/CPAN.pm
54984 ____________________________________________________________________________
54985 [  7809] By: jhi                                   on 2000/11/22  21:14:19
54986         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
54987              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54988              Date:     Wed, 22 Nov 2000 13:51:37 EST
54989              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
54990      Branch: perl
54991            ! perlsdio.h
54992 ____________________________________________________________________________
54993 [  7808] By: jhi                                   on 2000/11/22  21:13:27
54994         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
54995              From: Casey Tweten <crt@kiski.net>
54996              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
54997              Message-Id: <200011201653.LAA10194@home.kiski.net>
54998      Branch: perl
54999            ! t/lib/io_udp.t
55000 ____________________________________________________________________________
55001 [  7807] By: jhi                                   on 2000/11/22  21:12:35
55002         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
55003              From: Casey Tweten <crt@kiski.net>
55004              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
55005              Message-Id: <200011201636.LAA07227@home.kiski.net>
55006      Branch: perl
55007            ! t/lib/io_sock.t
55008 ____________________________________________________________________________
55009 [  7806] By: jhi                                   on 2000/11/22  21:10:59
55010         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
55011              From: "Casey R. Tweten" <crt@kiski.net>
55012              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
55013              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
55014      Branch: perl
55015            ! utils/h2xs.PL
55016 ____________________________________________________________________________
55017 [  7805] By: nick                                  on 2000/11/22  21:05:06
55018         Log: Integrate mainline
55019      Branch: perlio
55020           !> Changes Porting/genlog ext/DB_File/DB_File.xs
55021           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
55022           !> utils/perlbug.PL
55023 ____________________________________________________________________________
55024 [  7804] By: jhi                                   on 2000/11/22  21:01:12
55025         Log: Subject: [PATCH] Test.pm POD peculiarity
55026              From: "Casey R. Tweten" <crt@kiski.net>
55027              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
55028              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
55029      Branch: perl
55030            ! lib/Test.pm
55031 ____________________________________________________________________________
55032 [  7803] By: jhi                                   on 2000/11/22  20:59:59
55033         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
55034              From: "Philip Newton" <pnewton@gmx.de>
55035              Date: Wed, 22 Nov 2000 14:25:53 +0100
55036              Message-Id: <3A1BD771.25462.1939FAD@localhost>
55037              
55038              Be case-understanding also on 's', and use the -oi of sendmail
55039              not to terminate the transmission on a lone '.'.
55040      Branch: perl
55041            ! utils/perlbug.PL
55042 ____________________________________________________________________________
55043 [  7802] By: nick                                  on 2000/11/22  20:51:42
55044         Log: Win32 PerlIO intermediate state now working as expected.
55045              - In current state we are still using C runtime in text/binary
55046              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
55047              - PERLIO=stdio and PERLIO=unix pass all expected tests.
55048              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
55049              and PerlIO_seek() and the dummy crlf layer is not making adjustments
55050              for CRLF translation happening in C runtime. All other tests pass.
55051              
55052              Added note to README.win32 to point out the snags of doing a perl build
55053              with Norton AntiVirus turned on.
55054              
55055              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
55056              which file a fail comes from.
55057              
55058              Updated "canned" config.h to match the one generated.
55059      Branch: perlio
55060            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
55061            ! win32/makefile.mk
55062 ____________________________________________________________________________
55063 [  7801] By: jhi                                   on 2000/11/22  06:50:20
55064         Log: Nickety nits.
55065      Branch: perl
55066            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
55067 ____________________________________________________________________________
55068 [  7800] By: jhi                                   on 2000/11/22  01:29:55
55069         Log: Changes had accidentally gone too silent on non-main branches.
55070      Branch: perl
55071            ! Changes Porting/genlog patchlevel.h
55072 ____________________________________________________________________________
55073 [  7799] By: gsar                                  on 2000/11/22  01:02:56
55074         Log: some lib_pm.PL changes snuck in via change#7772
55075      Branch: maint-5.6/perl
55076            ! Makefile.SH
55077 ____________________________________________________________________________
55078 [  7798] By: nick                                  on 2000/11/21  21:59:40
55079         Log: Integrate mainline
55080      Branch: perlio
55081           !> (integrate 28 files)
55082 ____________________________________________________________________________
55083 [  7797] By: jhi                                   on 2000/11/21  21:01:45
55084         Log: Integrate perlio.
55085      Branch: perl
55086           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
55087 ____________________________________________________________________________
55088 [  7796] By: nick                                  on 2000/11/21  20:36:22
55089         Log: Win32 builds and runs (mostly) with USE_PERLIO.
55090              PERLIO=perlio passes all tests. 
55091              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
55092      Branch: perlio
55093            ! perlio.c win32/perllib.c win32/win32.c
55094 ____________________________________________________________________________
55095 [  7795] By: jhi                                   on 2000/11/21  19:03:44
55096         Log: Update Changes.
55097      Branch: perl
55098            ! Changes patchlevel.h
55099 ____________________________________________________________________________
55100 [  7794] By: jhi                                   on 2000/11/21  18:56:34
55101         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
55102              From: "Craig A. Berry" <craigberry@mac.com>
55103              Date: Mon, 20 Nov 2000 20:27:06 -0600
55104              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
55105              
55106              A cut-and-pasto.
55107      Branch: perl
55108            ! perlio.h
55109 ____________________________________________________________________________
55110 [  7793] By: jhi                                   on 2000/11/21  18:54:41
55111         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
55112              From: Dominic Dunlop <domo@computer.org> 
55113              Date: Mon, 20 Nov 2000 18:55:29 +0100
55114              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
55115              
55116              va_copy() and the need of it.
55117              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
55118      Branch: metaconfig/U/perl
55119            + need_va_copy.U
55120      Branch: perl
55121            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55122            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
55123            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
55124            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55125            ! win32/config.bc win32/config.gc win32/config.vc
55126 ____________________________________________________________________________
55127 [  7792] By: jhi                                   on 2000/11/21  17:04:10
55128         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
55129      Branch: perl
55130           !> scope.h
55131 ____________________________________________________________________________
55132 [  7791] By: jhi                                   on 2000/11/21  17:01:16
55133         Log: Export the SOCKS workaround symbols only if necessary.
55134      Branch: perl
55135            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
55136 ____________________________________________________________________________
55137 [  7790] By: nick                                  on 2000/11/20  23:57:11
55138         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
55139      Branch: perlio
55140            ! scope.h
55141 ____________________________________________________________________________
55142 [  7789] By: nick                                  on 2000/11/20  23:38:33
55143         Log: Integrate mainline
55144      Branch: perlio
55145           +> lib/File/Spec/Epoc.pm
55146           !> (integrate 34 files)
55147 ____________________________________________________________________________
55148 [  7788] By: nick                                  on 2000/11/20  23:20:18
55149         Log: Make extra buffer layer work (dummy crlf layer)
55150      Branch: perlio
55151            ! doio.c perlio.c perlio.h
55152 ____________________________________________________________________________
55153 [  7787] By: jhi                                   on 2000/11/20  22:44:04
55154         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
55155              From: Peter Prymmer <pvhp@forte.com>
55156              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
55157              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
55158      Branch: perl
55159            ! t/pragma/locale.t
55160 ____________________________________________________________________________
55161 [  7786] By: jhi                                   on 2000/11/20  22:29:10
55162         Log: Subject: DOC PATCH 5.6.0 perlreftut
55163              From: mjd@plover.com
55164              Date: 20 Nov 2000 19:45:06 -0000
55165              Message-ID: <20001120194506.9505.qmail@plover.com>
55166      Branch: perl
55167            ! pod/perlreftut.pod
55168 ____________________________________________________________________________
55169 [  7785] By: jhi                                   on 2000/11/20  22:27:44
55170         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
55171              From: David Dyck <dcd@tc.fluke.com>
55172              Date: Mon, 20 Nov 2000 11:43:40 -0800
55173              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
55174      Branch: perl
55175            ! lib/Cwd.pm
55176 ____________________________________________________________________________
55177 [  7784] By: jhi                                   on 2000/11/20  22:23:21
55178         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
55179              Date: Mon, 20 Nov 2000 17:06:10 -0500
55180              To: Mailing list Perl5 <perl5-porters@perl.org>
55181              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
55182      Branch: perl
55183            ! pp_ctl.c t/op/pat.t
55184 ____________________________________________________________________________
55185 [  7783] By: jhi                                   on 2000/11/20  22:11:18
55186         Log: Subject: [PATCH] doop.c - UTF8 tr///               
55187              From: Simon Cozens <simon@cozens.net>
55188              Date: Sat, 18 Nov 2000 18:49:30 +0000
55189              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
55190              
55191              Subject: Re: [PATCH] doop.c - UTF8 tr///           
55192              From: Simon Cozens <simon@cozens.net>
55193              Date: Mon, 20 Nov 2000 20:45:22 +0000
55194              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
55195              
55196              Make tr on UTF-8 better but still not correct.
55197      Branch: perl
55198            ! doop.c
55199 ____________________________________________________________________________
55200 [  7782] By: jhi                                   on 2000/11/20  22:02:16
55201         Log: Remove the shared object before attempting to create
55202              (by linking) a new one.  E.g. in AIX not removing
55203              becomes quite painful if one tries to do more than one
55204              build in the same tree (an interrupted build, for example),
55205              since the AIX' shared dynaloader seemingly keeps the shared
55206              objects open and therefore 'busy' for quite a while, even when
55207              nobody is using the objects, leading into link failures.
55208      Branch: perl
55209            ! lib/ExtUtils/MM_Unix.pm
55210 ____________________________________________________________________________
55211 [  7781] By: gsar                                  on 2000/11/20  19:02:55
55212         Log: type mismatch due to faulty integration
55213      Branch: maint-5.6/perl
55214            ! toke.c win32/Makefile
55215 ____________________________________________________________________________
55216 [  7780] By: gsar                                  on 2000/11/20  17:31:55
55217         Log: integrate changes#6392,6394..6399,6401..6404
55218              
55219              The {multiplier} of a fixed substring was overlooked which
55220              caused a wrong initial search offset for that substring.
55221              
55222              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
55223              From: Hugo <hv@crypt.compulink.co.uk>
55224              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
55225              Date: Thu, 13 Jul 2000 19:27:13 +0100
55226              
55227              Fix the BOM bug: not a byteorder bug, a signedness bug.
55228              
55229              Replace change #6337 with a better one.
55230              
55231              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
55232              From: Hugo <hv@crypt.compulink.co.uk>
55233              Date: Fri, 14 Jul 2000 04:16:20 +0100
55234              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
55235              
55236              MakeMaker should not remove editor backups (*~) on `make clean`
55237              by default (completes change#6383)
55238              
55239              move new variables to the end of the interpreter structure (for
55240              bincompat in code that doesn't #include XSUB.h)
55241              
55242              rename totally bletcherous SvLOCK() thingy (doesn't do what the
55243              name suggests anyway)
55244              
55245              various cleanups (typos, misformatted code, and small bugs)
55246              
55247              typecasts needed for change#6394
55248              
55249              typos in change#6399, regen headers
55250              
55251              inconsistent types needs casts
55252              
55253              PERL_OBJECT build tweaks
55254      Branch: maint-5.6/perl
55255           !> MANIFEST doop.c embed.h embed.pl embedvar.h
55256           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
55257           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
55258           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
55259           !> toke.c util.c
55260 ____________________________________________________________________________
55261 [  7779] By: gsar                                  on 2000/11/20  17:06:29
55262         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
55263              
55264              Cosmetics and perldelta.
55265              
55266              Fix nits noticed by Boston.pm.
55267              
55268              Do the cc sanity check both before the hints and
55269              after the cc selction.
55270              
55271              get sprintf.t to adjust properly for 3-digit exponents
55272              
55273              don't clobber *.orig files on *clean targets
55274              
55275              fix bugs in processing %v-*d and similar format specs (from
55276              Avi Finkel <avi@finkel.org>)
55277              
55278              sprintf test tweaks (from Dominic Dunlop)
55279              
55280              new selfloader.t in change#6183 doesn't close DATA handles,
55281              and thus fails to clean up tmp files on dosish platforms
55282              
55283              typos (spotted by Peter Prymmer)
55284              
55285              typo fix from Craig Berry
55286      Branch: maint-5.6/perl
55287           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
55288           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
55289           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
55290           !> x2p/Makefile.SH
55291 ____________________________________________________________________________
55292 [  7778] By: gsar                                  on 2000/11/20  16:46:51
55293         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
55294              
55295              Subject: Re: format bug report  [Patch]
55296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55297              Date: Wed, 05 Jul 2000 13:12:52 +0200
55298              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
55299              
55300              Subject: Re: format bug report  [Patch]
55301              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55302              Date: Wed, 05 Jul 2000 14:10:01 +0200
55303              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
55304              
55305              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
55306              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55307              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
55308              Date: Fri, 07 Jul 2000 17:57:16 +0100
55309              
55310              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
55311              To: perl5-porters@perl.org
55312              From: Karsten Sperling <spiff@phreax.net>
55313              Date: Mon, 10 Jul 2000 15:12:52 +0200
55314              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
55315              
55316              README.posix-bc podified from Thomas Dorner.
55317              
55318              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
55319              From: Dominic Dunlop <domo@computer.org>
55320              Date: Tue, 11 Jul 2000 12:27:33 +0200
55321              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
55322              
55323              Typo in #6341.
55324              
55325              Fix for
55326              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
55327              From: Roderick Schertler <roderick@argon.org>
55328              Date: Tue, 11 Jul 2000 13:55:05 -0400
55329              Message-Id: <200007111755.NAA05077@jones.argon.org>
55330              
55331              Minor cleanups on the booklist.
55332              
55333              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
55334              regen perltoc.
55335              
55336              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
55337      Branch: maint-5.6/perl
55338           +> pod/perlbook.pod
55339           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
55340           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
55341           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
55342 ____________________________________________________________________________
55343 [  7777] By: jhi                                   on 2000/11/20  16:08:49
55344         Log: Update Changes.
55345      Branch: perl
55346            ! Changes patchlevel.h
55347 ____________________________________________________________________________
55348 [  7776] By: jhi                                   on 2000/11/20  15:27:56
55349         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
55350              This may be overly harsh but until proven otherwise, we think this
55351              way, or until we have a simple test for Configure (having to start
55352              up servers is does not count as simple) to check for the problems.
55353      Branch: perl
55354            ! perl.h
55355 ____________________________________________________________________________
55356 [  7775] By: jhi                                   on 2000/11/20  15:22:17
55357         Log: Solaris hints tweaks.
55358      Branch: perl
55359            ! hints/solaris_2.sh
55360 ____________________________________________________________________________
55361 [  7774] By: jhi                                   on 2000/11/20  15:01:20
55362         Log: Add a workaround to SOCKS 64-bit problems.
55363      Branch: perl
55364            ! doio.c embed.h embed.pl perlsdio.h proto.h
55365 ____________________________________________________________________________
55366 [  7773] By: jhi                                   on 2000/11/20  14:51:47
55367         Log: sysseek() instead of seek().
55368      Branch: perl
55369            ! t/lib/syslfs.t
55370 ____________________________________________________________________________
55371 [  7772] By: gsar                                  on 2000/11/20  13:06:23
55372         Log: integrate changes#6315..6319,6321..6331,6333..6338
55373              
55374              Integrate with Sarathy, preliminary fix for unicos
55375              alignment problems in [ID 20000612.002] Perl problem on Cray system.
55376              
55377              some debugger output does not go to the socket when RemotePort is set
55378              
55379              winsock cleanup never done on Windows (leads to handle leaks)
55380              
55381              fix UNC path handling on Windows under ithreads, and chdir()
55382              return value when given a non-existent directory
55383              
55384              Autogenerate pod/Makefile and pod/buildtoc.
55385              buildtoc also checks whether the existin pods are
55386              mentioned in MANIFEST and perl.pod, and vice versa.
55387              (None of the thusly found discrepancies fixed yet.)
55388              roffitall also needs to be autogenerated similarly but it
55389              seems so badly out of date that I didn't touch it yet.
55390              
55391              Config is being used.
55392              
55393              Add =head1 NAMEs so that buildtoc is happy.
55394              (The CGI::Util nit reported to Lincoln.)
55395              
55396              Fix complaints of buildtoc.
55397              
55398              Fix the alignment problem in Crays ([ID 20000612.002]).
55399              
55400              Remove perlbook, update perlfaq book listing,
55401              rearrange perl.pod, regenerate perltoc.
55402              
55403              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
55404              was cast to an unsigned (32-bit) integer with wild abandon.
55405              
55406              winsock options weren't being set in all threads under ithreads
55407              (caused send()s from second and subsequent threads to fail)
55408              
55409              accept() leaks memory on windows due to incorrect ordering of
55410              closesocket() and fclose() calls
55411              
55412              Reorder perl.pod once more.
55413              
55414              More POSIX.pod tweaks.
55415              
55416              Sprinkle ldlibpath.
55417              
55418              Precedence goof, fix based on
55419              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
55420              From: Hugo <hv@crypt.compulink.co.uk>
55421              Date: Tue, 11 Jul 2000 12:52:38 +0100
55422              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
55423              
55424              Subject: PATCH perlguts.pod: Document D and d magic types
55425              From: mjd@plover.com
55426              Date: 5 Jul 2000 18:01:51 -0000
55427              Message-ID: <20000705180151.29413.qmail@plover.com>
55428              
55429              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
55430              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
55431              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
55432              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
55433              
55434              Subject: [PATCH cfgperl] $& segfaults if you trick it
55435              From: simon@brecon.co.uk (Simon Cozens)
55436              Date: 7 Jul 2000 11:26:09 GMT
55437              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
55438              
55439              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
55440              From: Hugo <hv@crypt.compulink.co.uk>
55441              Date: Tue, 11 Jul 2000 12:44:50 +0100
55442              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
55443              
55444              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
55445              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55446              Date: Tue, 11 Jul 2000 13:50:51 +0100
55447              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
55448      Branch: maint-5.6/perl
55449           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
55450           +> pod/buildtoc.PL
55451            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
55452           !> (integrate 26 files)
55453 ____________________________________________________________________________
55454 [  7771] By: gsar                                  on 2000/11/20  12:31:42
55455         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
55456              6310,6311,6314
55457              
55458              Subject: [PATCH bleedperl] File::Spec 0.82 beta
55459              From: Barrie Slaymaker <barries@jester.slaysys.com>
55460              Date: Wed, 28 Jun 2000 11:35:29 -0400
55461              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
55462              
55463              tweak perlembed for multiplicity/usethreads sanity; correct notes
55464              about Windows
55465              
55466              localize %INC in a Safe compartment so that use/require work
55467              (many other magic globals probably need similar treatment)
55468              
55469              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
55470              when @_ is modified, causing coredumps
55471              
55472              slurp mode fix in change#4736 still not quite right
55473              
55474              Point to perlipc for more SysV IPC examples.
55475              
55476              Elaborate POSIX.pod.  Still needs work.
55477              
55478              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
55479              
55480              fix large memory leak that has been around for ever, masked by
55481              -DPURIFY (most of the arenas were never freed!)
55482              
55483              fix memory leak on Windows (PL_sys_intern contents were never
55484              freed)
55485              
55486              PERL_OBJECT build tweak
55487              
55488              adjust change#6299
55489              
55490              remove rel2abs prototypes (from Barrie Slaymaker)
55491              
55492              missing perldiag entry for unpack("w",...) diagnostic (from
55493              Andreas Koenig)
55494              
55495              better diagnostic on Frob->stuff() when Frob:: doesn't exist
55496              (from Richard Soderberg <rs@oregonnet.com>)
55497              
55498              Win32 patches for cfgperl from Sarathy.
55499              
55500              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
55501              
55502              More POSIX.pod embellishment.
55503              
55504              tyop in change#6306
55505      Branch: maint-5.6/perl
55506           !> (integrate 44 files)
55507 ____________________________________________________________________________
55508 [  7770] By: gsar                                  on 2000/11/20  11:51:00
55509         Log: integrate changes#6268..6282 from cfgperl branch
55510              
55511              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
55512              From: Dominic Dunlop <domo@computer.org>
55513              Date: Thu, 29 Jun 2000 12:32:39 +0200
55514              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
55515              
55516              Regen headers for #6261 (and update embed.pl for this) and #6267,
55517              silence few compiler warnings.
55518              
55519              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
55520              From: Nicholas Clark <nick@talking.bollo.cx>
55521              Date: Fri, 23 Jun 2000 16:21:15 +0100
55522              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
55523              
55524              Subject: PATCH pod/perltie.pod
55525              From: Ian Phillipps <Ian.Phillipps@iname.com>
55526              Date: Fri, 16 Jun 2000 00:17:19 +0100
55527              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
55528              (only the first hunk, the second hunk had already been done
55529              by some other patch)
55530              
55531              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
55532              From: Tom Phoenix <rootbeer@redcat.com>
55533              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
55534              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
55535              
55536              Subject: [PATCH] xsub attributes
55537              From: Doug MacEachern <dougm@covalent.net>
55538              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
55539              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
55540              
55541              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
55542              From: Andy Dougherty <doughera@lafayette.edu>
55543              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
55544              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
55545              
55546              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
55547              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55548              Date: Tue, 13 Jun 2000 02:43:48 -0500
55549              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
55550              
55551              Subject: [PATCH] Re: eval documentation: context
55552              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55553              Date: Mon, 12 Jun 2000 15:07:29 +0100
55554              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
55555              
55556              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
55557              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55558              Date: Mon, 12 Jun 2000 14:55:59 +0100
55559              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
55560              
55561              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
55562              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
55563              Date: Fri, 09 Jun 2000 12:39:27 -0400
55564              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
55565              (plus update the version "number" of Text::Wrap)
55566              
55567              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
55568              From: Tim Ayers <tayers@bridge.com>
55569              Date: Thu, 08 Jun 2000 08:11:06 +0200
55570              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
55571              [resent by Richard Foley, Message-Id probably wrong]
55572              
55573              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
55574              From: rspier@pobox.com (Robert Spier)
55575              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
55576              Message-ID: <14654.31913.845602.610277@rls.cx>
55577              
55578              Subject: [PATCH 5.6.0] utils/h2xs.PL
55579              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55580              Date: Wed, 7 Jun 2000 04:02:04 -0500
55581              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
55582              
55583              Subject: [PATCH 5.6.0]ITHREADs for VMS
55584              From: Dan Sugalski <dan@sidhe.org>
55585              Date: Tue, 06 Jun 2000 11:59:50 -0400
55586              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
55587      Branch: maint-5.6/perl
55588           !> (integrate 31 files)
55589 ____________________________________________________________________________
55590 [  7769] By: gsar                                  on 2000/11/20  11:29:06
55591         Log: integrate changes#6261..6266 from cfgperl
55592              
55593              Subject: Re: [PATCH cfgperl] BOMs away!
55594              From: simon@brecon.co.uk (Simon Cozens)
55595              Date: 17 Jun 2000 11:49:57 GMT
55596              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
55597              
55598              Subject: 5.6.0 Patch for EPOC
55599              From: Olaf Flebbe <o.flebbe@gmx.de>
55600              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
55601              Message-ID: <23449.960929969@www11.gmx.net>
55602              
55603              tr fixes from Simon Cozens
55604              
55605              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
55606              From: Marty Lucich <marty@netcom.com>
55607              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
55608              Message-Id: <200006282116.OAA11148@netcom.com>
55609              ccdlflags update (the BSD/OS 4.1 part had already been taken
55610              care of by #6141).
55611              
55612              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
55613              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55614              Date: Wed, 28 Jun 2000 17:50:12 -0700
55615              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
55616              
55617              Subject: [PATCH 5.6.0] cygwin port
55618              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
55619              From: "Fifer, Eric" <EFifer@sanwaint.com>
55620              Date: Thu, 29 Jun 2000 12:58:29 +0100
55621      Branch: maint-5.6/perl
55622           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
55623           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
55624           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
55625           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
55626 ____________________________________________________________________________
55627 [  7768] By: gsar                                  on 2000/11/20  11:13:44
55628         Log: integrate changes#6252..6256,6259..6260
55629              
55630              Paranoia tweak on #6249.
55631              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55632              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55633              Date: Sun, 25 Jun 2000 23:43:12 -0400
55634              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
55635              
55636              Subject: tr///, help wanted.
55637              From: simon@brecon.co.uk (Simon Cozens)
55638              Date: 28 Jun 2000 11:29:04 GMT
55639              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
55640              
55641              small thinko tweaks
55642              
55643              tweaks from Simon Conzes to further fix tr/// under utf8
55644              
55645              perlnewmod was missing from MANIFEST.
55646              
55647              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
55648              From: simon@brecon.co.uk (Simon Cozens)
55649              Date: 17 Jun 2000 11:56:44 GMT
55650              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
55651              pack U0, pack C0
55652      Branch: maint-5.6/perl
55653           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
55654           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
55655           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
55656           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
55657 ____________________________________________________________________________
55658 [  7767] By: gsar                                  on 2000/11/20  10:51:38
55659         Log: integrate change#6250 from cfgperl
55660              
55661              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
55662              From: Doug MacEachern <dougm@covalent.net>
55663              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
55664              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
55665      Branch: maint-5.6/perl
55666           +> t/op/my_stash.t
55667           !> MANIFEST embed.pl global.sym proto.h toke.c
55668 ____________________________________________________________________________
55669 [  7766] By: gsar                                  on 2000/11/20  10:48:34
55670         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
55671              
55672              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
55673              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55674              Date: Mon, 26 Jun 2000 18:40:14 +0100
55675              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
55676              
55677              Subject: [PATCH] bytes<->utf8 fixes
55678              From: simon@brecon.co.uk (Simon Cozens)
55679              Date: 26 Jun 2000 04:55:45 GMT
55680              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
55681              
55682              Subject: [PATCH] is_utf8_string
55683              From: simon@brecon.co.uk (Simon Cozens)
55684              Date: 26 Jun 2000 02:25:59 GMT
55685              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
55686              
55687              Subject: [PATCH] avoid mg_ptr in '*' magic
55688              From: Doug MacEachern <dougm@covalent.net>
55689              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
55690              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
55691              
55692              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
55693              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55694              Date: Sat, 24 Jun 2000 13:06:20 +0100
55695              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
55696              
55697              Allow for standalone testing.
55698              
55699              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
55700              From: Mark-Jason Dominus <mjd@plover.com>
55701              Date: Tue, 27 Jun 2000 22:36:42 -0400
55702              Message-ID: <20000628023642.12166.qmail@plover.com>
55703              
55704              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55705              From: Frank Tobin <ftobin@uiuc.edu>
55706              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
55707              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
55708      Branch: maint-5.6/perl
55709           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
55710           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
55711           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
55712           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
55713           !> utf8.c utils/h2xs.PL
55714 ____________________________________________________________________________
55715 [  7765] By: gsar                                  on 2000/11/20  10:29:13
55716         Log: integrate change#6239 from cfgperl
55717              
55718              Configure maintenance.  Sever some dependency cycles,
55719              separate gccversion from the cc unit,
55720              address [ID 20000623.006] Configure script patch for using gcc on AIX
55721              (but solve it a little bit differently),
55722              unduplex some accidentally duplicated units,
55723              suggest using gcc if no cc available
55724              (p5p thread: "Solaris configure: counterproposal", 1999-09)
55725      Branch: maint-5.6/perl
55726           !> Configure Todo-5.6 config_h.SH
55727 ____________________________________________________________________________
55728 [  7764] By: gsar                                  on 2000/11/20  10:25:55
55729         Log: integrate changes#6233..6238 from cfgperl
55730              
55731              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
55732              From: Mark-Jason Dominus <mjd@plover.com>
55733              Date: Fri, 16 Jun 2000 20:53:04 -0400
55734              Message-ID: <20000617005304.8008.qmail@plover.com>
55735              
55736              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
55737              because when run as services (Win32ese for daemons)
55738              no environment variables are set and tmpdir ends up as /tmp,
55739              which is ambiguous.
55740              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
55741              From: matt@sergeant.org
55742              Date: 16 Jun 2000 16:30:43 -0000
55743              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
55744              
55745              The thread begun by
55746              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
55747              From: Kevin.Ruscoe@ubsw.com
55748              Date: Fri, 16 Jun 2000 16:38:51 +0100
55749              Message-Id: <H000019b03c300d6@MHS>
55750              
55751              Tweak embed.pl, regen headers.
55752              
55753              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
55754              From: Dan Sugalski <dan@sidhe.org>
55755              Date: Fri, 23 Jun 2000 17:00:00 -0400
55756              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
55757      Branch: maint-5.6/perl
55758           !> (integrate 27 files)
55759 ____________________________________________________________________________
55760 [  7763] By: gsar                                  on 2000/11/20  10:08:08
55761         Log: s/perl56delta/perldelta/g
55762      Branch: maint-5.6/perl
55763            ! pod/Makefile
55764 ____________________________________________________________________________
55765 [  7762] By: gsar                                  on 2000/11/20  10:04:00
55766         Log: integrate changes#6225,6229,6231,6232 from cfgperl
55767              
55768              Add source code filenames to apidoc.
55769              From: simon@brecon.co.uk (Simon Cozens)
55770              Subject: [PATCH embed.pl] Source X-ref
55771              Date: 22 Jun 2000 02:18:49 GMT
55772              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
55773              
55774              Subject: README.hpux version 0.6.1
55775              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
55776              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
55777              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
55778              
55779              Subject: [PATCH 5.6.0] cygwin port
55780              From: "Fifer, Eric" <EFifer@sanwaint.com>
55781              Date: Tue, 20 Jun 2000 14:30:58 +0100
55782              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
55783              
55784              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
55785              From: simon@brecon.co.uk (Simon Cozens)
55786              Date: 19 Jun 2000 15:18:27 GMT
55787              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
55788              
55789              plus update pod/Makefile and regenerate perltoc
55790      Branch: maint-5.6/perl
55791           +> pod/perlutil.pod
55792           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
55793           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
55794 ____________________________________________________________________________
55795 [  7761] By: jhi                                   on 2000/11/20  04:09:55
55796         Log: Miraculous typo.
55797      Branch: perl
55798            ! t/op/pat.t
55799 ____________________________________________________________________________
55800 [  7760] By: jhi                                   on 2000/11/20  04:06:08
55801         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
55802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55803              Date: Sun, 19 Nov 2000 22:30:26 -0500
55804              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
55805      Branch: perl
55806            ! regexec.c scope.h t/op/pat.t
55807 ____________________________________________________________________________
55808 [  7759] By: jhi                                   on 2000/11/20  02:05:22
55809         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
55810      Branch: perl
55811            ! perl.h
55812 ____________________________________________________________________________
55813 [  7758] By: jhi                                   on 2000/11/20  01:58:11
55814         Log: Subject: [perl 7711: EPOC] updates
55815              From: Olaf Flebbe <o.flebbe@gmx.de>
55816              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
55817              Message-ID: <25575.974658810@www23.gmx.net>               
55818      Branch: perl
55819            + lib/File/Spec/Epoc.pm
55820            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
55821            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
55822            ! lib/File/Spec.pm perl.c sv.c
55823 ____________________________________________________________________________
55824 [  7757] By: jhi                                   on 2000/11/20  01:53:11
55825         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
55826      Branch: perl
55827            ! MANIFEST
55828 ____________________________________________________________________________
55829 [  7756] By: jhi                                   on 2000/11/20  01:47:22
55830         Log: Integrate perlio.
55831      Branch: perl
55832            - ext/re/hints/MSWin32.pl
55833           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
55834           !> win32/config.gc win32/config_H.gc win32/win32sck.c
55835 ____________________________________________________________________________
55836 [  7755] By: nick                                  on 2000/11/19  20:57:17
55837         Log: Add dummy crlf layer (just as buffer)
55838              Correct 1st bug - one layer of indirection.
55839      Branch: perlio
55840            ! perlio.c perlio.h perliol.h
55841 ____________________________________________________________________________
55842 [  7754] By: nick                                  on 2000/11/19  20:56:12
55843         Log: Work-round to Perl_deb_nocontext is no longer required
55844      Branch: perlio
55845            - ext/re/hints/MSWin32.pl
55846 ____________________________________________________________________________
55847 [  7753] By: nick                                  on 2000/11/19  20:01:16
55848         Log: diff -se shows these as different
55849      Branch: perlio
55850            ! global.sym pod/perlapi.pod
55851 ____________________________________________________________________________
55852 [  7752] By: nick                                  on 2000/11/19  18:57:30
55853         Log: Configure GCC/Win32 build -Duseperlio
55854              Fix a couple of gross issues
55855              - double-include of ../deb.o in re.dll
55856              - win32sck.c needs PerlIO and FILE 
55857      Branch: perlio
55858            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
55859            ! win32/win32sck.c
55860 ____________________________________________________________________________
55861 [  7751] By: nick                                  on 2000/11/19  17:05:36
55862         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
55863      Branch: perlio
55864            ! perlio.c
55865 ____________________________________________________________________________
55866 [  7750] By: nick                                  on 2000/11/19  16:57:14
55867         Log: Missing aTHX_
55868      Branch: perlio
55869            ! sv.c
55870 ____________________________________________________________________________
55871 [  7749] By: jhi                                   on 2000/11/19  16:28:40
55872         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
55873              From: "Peter J. Farley III" <pjfarley@banet.net>
55874              Date: Sun, 19 Nov 2000 01:42:58 -0500
55875              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
55876      Branch: perl
55877            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
55878 ____________________________________________________________________________
55879 [  7748] By: jhi                                   on 2000/11/19  16:08:10
55880         Log: Subject: podlators 1.05 available        
55881              From: Russ Allbery <rra@stanford.edu>   
55882              Date: 18 Nov 2000 22:04:28 -0800
55883              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
55884      Branch: perl
55885            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
55886 ____________________________________________________________________________
55887 [  7747] By: nick                                  on 2000/11/19  11:19:39
55888         Log: Integrate mainline
55889      Branch: perlio
55890           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
55891           !> util.c
55892 ____________________________________________________________________________
55893 [  7746] By: jhi                                   on 2000/11/19  06:42:22
55894         Log: Make hex scanning warn on "\x{x}" and "\xx".
55895              "\x" and and hex("x") are still valid.
55896      Branch: perl
55897            ! util.c
55898 ____________________________________________________________________________
55899 [  7745] By: nick                                  on 2000/11/18  22:52:28
55900         Log: Integrate mainline
55901      Branch: perlio
55902           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
55903           !> perl.h perlio.c proto.h regcomp.c regcomp.h
55904 ____________________________________________________________________________
55905 [  7744] By: jhi                                   on 2000/11/18  22:50:28
55906         Log: Introduce Perl_utf8_length().  Use it.
55907      Branch: perl
55908            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
55909 ____________________________________________________________________________
55910 [  7743] By: jhi                                   on 2000/11/18  22:38:51
55911         Log: Compiler denit.
55912      Branch: perl
55913            ! perlio.c
55914 ____________________________________________________________________________
55915 [  7742] By: jhi                                   on 2000/11/18  20:33:05
55916         Log: Integrate perlio.
55917      Branch: perl
55918           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
55919           !> perlio.h pp_ctl.c pp_sys.c sv.c
55920 ____________________________________________________________________________
55921 [  7741] By: jhi                                   on 2000/11/18  20:31:27
55922         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
55923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55924              Date: Fri, 17 Nov 2000 20:35:11 -0500
55925              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
55926              
55927              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
55928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55929              Date: Fri, 17 Nov 2000 21:03:47 -0500
55930              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
55931              
55932              Plus a little bit of tweaking in pregcomp().
55933      Branch: perl
55934            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
55935 ____________________________________________________________________________
55936 [  7740] By: nick                                  on 2000/11/18  20:17:22
55937         Log: Lexical use open ... support:
55938              add ->cop_io to COP structure in cop.h.
55939              Make mg.c and gv.c associate it with ${^OPEN}.
55940              Make lib/open.pm set it.
55941              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
55942              manner similar to ->cop_warnings.
55943              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
55944              call new PerlIO_apply_layers().
55945              Declare latter in perlio.h and define in perlio.c
55946      Branch: perlio
55947            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
55948            ! perlio.h pp_ctl.c pp_sys.c sv.c
55949 ____________________________________________________________________________
55950 [  7739] By: jhi                                   on 2000/11/18  19:54:00
55951         Log: Integrate perlio.
55952      Branch: perl
55953           !> doio.c perlio.c pp.c
55954 ____________________________________________________________________________
55955 [  7738] By: jhi                                   on 2000/11/18  17:16:13
55956         Log: Subject: [PATCH 5.7.0] etags broken again
55957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55958              Date: Sat, 18 Nov 2000 02:41:36 -0500
55959              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
55960      Branch: perl
55961            ! emacs/ptags
55962 ____________________________________________________________________________
55963 [  7737] By: jhi                                   on 2000/11/18  17:12:18
55964         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
55965      Branch: perl
55966            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55967 ____________________________________________________________________________
55968 [  7736] By: nick                                  on 2000/11/18  14:06:20
55969         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
55970              part to be isolated.
55971      Branch: perlio
55972            ! doio.c perlio.c
55973 ____________________________________________________________________________
55974 [  7735] By: nick                                  on 2000/11/18  11:03:32
55975         Log: Integrate mainline
55976      Branch: perlio
55977           !> Changes README.amiga README.win32 patchlevel.h
55978           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
55979 ____________________________________________________________________________
55980 [  7734] By: jhi                                   on 2000/11/18  01:18:56
55981         Log: Update Changes.
55982      Branch: perl
55983            ! Changes patchlevel.h
55984 ____________________________________________________________________________
55985 [  7733] By: jhi                                   on 2000/11/18  00:32:54
55986         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
55987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55988              Date: Fri, 17 Nov 2000 17:28:02 -0500
55989              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
55990      Branch: perl
55991            ! regcomp.c regexec.c t/op/re_tests
55992 ____________________________________________________________________________
55993 [  7732] By: jhi                                   on 2000/11/18  00:28:56
55994         Log: Sparc 64-bit pack() fix from Jens Hamisch.
55995      Branch: perl
55996            ! pp.c
55997 ____________________________________________________________________________
55998 [  7731] By: jhi                                   on 2000/11/18  00:18:39
55999         Log: Explain in more detail the {} syntax ambiguousity.
56000              
56001              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
56002              From: Nicholas Clark <nick@ccl4.org>
56003              Date: Fri, 17 Nov 2000 22:10:28 +0000
56004              Message-ID: <20001117221028.A88930@plum.flirble.org>
56005      Branch: perl
56006            ! pod/perlfunc.pod
56007 ____________________________________________________________________________
56008 [  7730] By: jhi                                   on 2000/11/18  00:12:18
56009         Log: Subject: Fix for README.amiga (20000323.033)
56010              From: "Stephen P. Potter" <spp@spotter.yi.org>
56011              Date: Fri, 17 Nov 2000 12:25:51 -0500
56012              Message-Id: <200011171725.MAA05768@spotter.yi.org>
56013      Branch: perl
56014            ! README.amiga
56015 ____________________________________________________________________________
56016 [  7729] By: jhi                                   on 2000/11/18  00:08:34
56017         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
56018              From: "A. C. Yardley" <yardley@tanet.net>
56019              Date: Mon, 3 Apr 2000 11:35:33 -0700
56020              Message-ID: <3483.000403@tanet.net>
56021      Branch: perl
56022            ! README.win32
56023 ____________________________________________________________________________
56024 [  7728] By: nick                                  on 2000/11/17  21:59:47
56025         Log: Integrate mainline
56026      Branch: perlio
56027           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
56028           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
56029           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
56030           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
56031 ____________________________________________________________________________
56032 [  7727] By: nick                                  on 2000/11/17  21:56:31
56033         Log: Experiment on use of attributes.pm interface.
56034              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
56035              SVt_PVRV if not already something better (else vivify of say magic gets
56036              core dump).
56037      Branch: perlio
56038            ! perlio.c pp.c
56039 ____________________________________________________________________________
56040 [  7726] By: jhi                                   on 2000/11/17  14:15:49
56041         Log: Subject: Fix for 20000815.006
56042              From: "Stephen P. Potter" <spp@spotter.yi.org>
56043              Date: Fri, 17 Nov 2000 08:57:45 -0500
56044              Message-Id: <200011171357.IAA05122@spotter.yi.org>
56045              
56046              It's really 20000518.006.
56047      Branch: perl
56048            ! pod/perlmodlib.PL
56049 ____________________________________________________________________________
56050 [  7725] By: jhi                                   on 2000/11/17  14:12:31
56051         Log: Subject: Fix for 20000409.001
56052              From: "Stephen P. Potter" <spp@spotter.yi.org>
56053              Date: Fri, 17 Nov 2000 08:55:45 -0500
56054              Message-Id: <200011171355.IAA05104@spotter.yi.org>
56055      Branch: perl
56056            ! pod/perlfaq9.pod
56057 ____________________________________________________________________________
56058 [  7724] By: jhi                                   on 2000/11/17  14:08:58
56059         Log: Undo #7627 now that we have =head3.
56060      Branch: perl
56061            ! pod/perlhack.pod
56062 ____________________________________________________________________________
56063 [  7723] By: jhi                                   on 2000/11/17  14:04:09
56064         Log: As surmised the #7719 wasn't a good move.
56065      Branch: perl
56066            ! hints/solaris_2.sh
56067 ____________________________________________________________________________
56068 [  7722] By: jhi                                   on 2000/11/17  13:59:04
56069         Log: Also the 64bitall hints can be either here or there.
56070      Branch: perl
56071            ! hints/solaris_2.sh
56072 ____________________________________________________________________________
56073 [  7721] By: jhi                                   on 2000/11/17  02:26:23
56074         Log: Test tweak for the open pragma.
56075      Branch: perl
56076            ! t/lib/b.t
56077 ____________________________________________________________________________
56078 [  7720] By: jhi                                   on 2000/11/17  00:23:22
56079         Log: The long double hints can be here or there.
56080      Branch: perl
56081            ! hints/solaris_2.sh
56082 ____________________________________________________________________________
56083 [  7719] By: jhi                                   on 2000/11/17  00:14:06
56084         Log: For Solaris use64bitall the stdchar needs a little bit of help.
56085      Branch: perl
56086            ! hints/solaris_2.sh
56087 ____________________________________________________________________________
56088 [  7718] By: jhi                                   on 2000/11/16  23:27:34
56089         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
56090              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
56091              Date: Wed, 15 Nov 2000 08:56:32 +0100
56092              Message-ID: <3A1241B0.64477E00@alcatel.at>
56093      Branch: perl
56094            ! lib/Carp/Heavy.pm
56095 ____________________________________________________________________________
56096 [  7717] By: jhi                                   on 2000/11/16  23:23:29
56097         Log: Subject: [PATCH] Re: 20001101.003 PDL
56098              From: Nicholas Clark <nick@ccl4.org>
56099              Date: Thu, 16 Nov 2000 16:48:25 +0000
56100              Message-ID: <20001116164825.B93487@plum.flirble.org>
56101      Branch: perl
56102            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
56103 ____________________________________________________________________________
56104 [  7716] By: jhi                                   on 2000/11/16  23:21:31
56105         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
56106              From: "Casey R. Tweten" <crt@kiski.net>
56107              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
56108              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
56109      Branch: perl
56110            ! lib/Pod/Checker.pm pod/perlpod.pod
56111 ____________________________________________________________________________
56112 [  7715] By: jhi                                   on 2000/11/16  23:19:40
56113         Log: Avoid an infinite loop in VMS when utils scripts are run
56114              with no arguments, from Charles Lane.
56115      Branch: perl
56116            ! configure.com
56117 ____________________________________________________________________________
56118 [  7714] By: jhi                                   on 2000/11/16  23:17:08
56119         Log: Subject: perllocale.pod changes
56120              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56121              Date: Mon, 13 Nov 2000 10:09:22 +0300
56122              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
56123      Branch: perl
56124            ! pod/perllocale.pod
56125 ____________________________________________________________________________
56126 [  7713] By: jhi                                   on 2000/11/16  23:14:06
56127         Log: Integrate perlio.
56128      Branch: perl
56129           !> doio.c perlio.c perlio.h util.c
56130 ____________________________________________________________________________
56131 [  7712] By: nick                                  on 2000/11/16  21:10:58
56132         Log: Integrate mainline
56133      Branch: perlio
56134           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56135           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
56136           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
56137           !> vos/config.ga.def vos/config.ga.h win32/config.bc
56138           !> win32/config.gc win32/config.vc
56139 ____________________________________________________________________________
56140 [  7711] By: nick                                  on 2000/11/16  19:56:41
56141         Log: Minor tweaks:
56142              consistent way of getting 'rb', 'wb' etc. for binary opens
56143              move *perlio::layers to *open::layers
56144              a #define to show layers available
56145              DOSISH popen/PerlIO had export/import sense inverted.
56146      Branch: perlio
56147            ! doio.c perlio.c perlio.h util.c
56148 ____________________________________________________________________________
56149 [  7710] By: jhi                                   on 2000/11/16  15:46:05
56150         Log: Add HAS_SBRK_PROTO.
56151      Branch: metaconfig/U/perl
56152            + d_sbrkproto.U
56153      Branch: perl
56154            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56155            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
56156            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
56157            ! vos/config.ga.def vos/config.ga.h win32/config.bc
56158            ! win32/config.gc win32/config.vc
56159 ____________________________________________________________________________
56160 [  7709] By: nick                                  on 2000/11/16  07:31:49
56161         Log: Integrate mainline
56162      Branch: perlio
56163           !> (integrate 35 files)
56164 ____________________________________________________________________________
56165 [  7708] By: jhi                                   on 2000/11/16  05:33:03
56166         Log: These files are text, not binary.
56167      Branch: perl
56168            ! ext/Encode/Encode/iso8859-10.enc
56169            ! ext/Encode/Encode/iso8859-13.enc
56170            ! ext/Encode/Encode/iso8859-14.enc
56171            ! ext/Encode/Encode/iso8859-15.enc
56172 ____________________________________________________________________________
56173 [  7707] By: jhi                                   on 2000/11/16  01:53:37
56174         Log: Update Changes.
56175      Branch: perl
56176            ! Changes patchlevel.h
56177 ____________________________________________________________________________
56178 [  7706] By: jhi                                   on 2000/11/16  01:35:59
56179         Log: More #undefing of stdio.
56180      Branch: perl
56181            ! fakesdio.h nostdio.h
56182 ____________________________________________________________________________
56183 [  7705] By: jhi                                   on 2000/11/16  01:34:18
56184         Log: Add fwalk() probe to the configuration files and regen perltoc.
56185      Branch: perl
56186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56187            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
56188            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
56189            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56190            ! win32/config.bc win32/config.gc win32/config.vc
56191 ____________________________________________________________________________
56192 [  7704] By: jhi                                   on 2000/11/16  01:33:07
56193         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
56194              an optional third argument to Inlibc?)
56195      Branch: metaconfig/U/perl
56196            + d__fwalk.U
56197 ____________________________________________________________________________
56198 [  7703] By: jhi                                   on 2000/11/16  01:09:22
56199         Log: The type of the hash_cb() size argument is tricky.
56200      Branch: perl
56201            ! ext/DB_File/DB_File.xs
56202 ____________________________________________________________________________
56203 [  7702] By: jhi                                   on 2000/11/15  23:01:16
56204         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
56205      Branch: perl
56206            ! nostdio.h
56207 ____________________________________________________________________________
56208 [  7701] By: jhi                                   on 2000/11/15  22:52:32
56209         Log: Detypo.
56210      Branch: perl
56211            ! t/lib/bigfltpm.t
56212 ____________________________________________________________________________
56213 [  7700] By: jhi                                   on 2000/11/15  22:51:56
56214         Log: UINT64_C() work continues.
56215      Branch: perl
56216            ! handy.h perl.h utf8.h
56217 ____________________________________________________________________________
56218 [  7699] By: jhi                                   on 2000/11/15  14:13:04
56219         Log: SOCKS has its own USE_THREADS, based on
56220              
56221              Subject: [ID 20001114.002] et. al. bugfix followup
56222              From: Jens Hamisch <jens@Strawberry.COM> 
56223              Date: Wed, 15 Nov 2000 14:23:11 +0100
56224              Message-ID: <20001115142311.A21164@Strawberry.COM>
56225      Branch: perl
56226            ! perl.h
56227 ____________________________________________________________________________
56228 [  7698] By: jhi                                   on 2000/11/15  03:50:56
56229         Log: Add few missing #undefs and sort them.
56230      Branch: perl
56231            ! fakesdio.h
56232 ____________________________________________________________________________
56233 [  7697] By: jhi                                   on 2000/11/15  03:39:14
56234         Log: Linenumber fix.
56235      Branch: perl
56236            ! t/pragma/warn/utf8
56237 ____________________________________________________________________________
56238 [  7696] By: jhi                                   on 2000/11/15  02:55:26
56239         Log: EBCDIC tweaks.
56240              
56241              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
56242              From: Peter Prymmer <pvhp@forte.com>
56243              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
56244              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
56245      Branch: perl
56246            ! t/op/regmesg.t t/pragma/warn/utf8
56247 ____________________________________________________________________________
56248 [  7695] By: jhi                                   on 2000/11/15  02:53:58
56249         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
56250              From: Peter Prymmer <pvhp@forte.com>
56251              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
56252              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
56253      Branch: perl
56254            ! utf8.c
56255 ____________________________________________________________________________
56256 [  7694] By: jhi                                   on 2000/11/15  02:50:55
56257         Log: Subject: [PATCH: perl@7674] updates to README.os390
56258              From: Prymmer/Kahn <pvhp@best.com>
56259              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
56260              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
56261      Branch: perl
56262            ! README.os390
56263 ____________________________________________________________________________
56264 [  7693] By: jhi                                   on 2000/11/15  02:48:37
56265         Log: Quit utf8_to_uv() instantly if curlen == 0.
56266      Branch: perl
56267            ! utf8.c
56268 ____________________________________________________________________________
56269 [  7692] By: jhi                                   on 2000/11/15  02:24:29
56270         Log: Use u_int32_t for the size of hash_cb(), not size_t.
56271              
56272              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
56273              From: Jens Hamisch <jens@Strawberry.COM>     
56274              Date: Tue, 14 Nov 2000 19:03:55 +0100
56275              Message-Id: <20001114190355.A20559@Strawberry.COM>
56276      Branch: perl
56277            ! ext/DB_File/DB_File.xs
56278 ____________________________________________________________________________
56279 [  7691] By: jhi                                   on 2000/11/15  02:20:12
56280         Log: Use UINT64_C().
56281              
56282              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
56283              From: Jens Hamisch <jens@Strawberry.COM>
56284              Date: Tue, 14 Nov 2000 19:16:23 +0100
56285              Message-Id: <20001114191623.G20559@Strawberry.COM>
56286      Branch: perl
56287            ! utf8.c utf8.h
56288 ____________________________________________________________________________
56289 [  7690] By: jhi                                   on 2000/11/15  02:17:06
56290         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
56291              (a macro to define signed and unsigned integer constants).
56292      Branch: perl
56293            ! handy.h
56294 ____________________________________________________________________________
56295 [  7689] By: jhi                                   on 2000/11/15  01:56:51
56296         Log: Regen Configure.
56297      Branch: perl
56298            ! Configure
56299 ____________________________________________________________________________
56300 [  7688] By: jhi                                   on 2000/11/15  01:56:32
56301         Log: Make the unit know about SOCKS.
56302      Branch: metaconfig
56303            ! U/protos/socksizetype.U
56304 ____________________________________________________________________________
56305 [  7687] By: jhi                                   on 2000/11/15  01:54:47
56306         Log: Remove unused dependencies.
56307      Branch: metaconfig
56308            ! U/compline/d_getpagsz.U
56309 ____________________________________________________________________________
56310 [  7686] By: nick                                  on 2000/11/14  21:25:13
56311         Log: Integrate mainline.
56312      Branch: perlio
56313           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
56314           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
56315           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
56316           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
56317           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
56318           !> win32/config.bc win32/config.gc win32/config.vc
56319           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
56320 ____________________________________________________________________________
56321 [  7685] By: jhi                                   on 2000/11/14  17:54:56
56322         Log: Integrate perlio.
56323      Branch: perl
56324           +> fakesdio.h perliol.h
56325           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
56326           !> perlsdio.h perlsfio.h pod/perlfunc.pod
56327 ____________________________________________________________________________
56328 [  7684] By: nick                                  on 2000/11/14  17:43:04
56329         Log: PerlIO #include and #ifdef re-work.
56330      Branch: perlio
56331            + fakesdio.h perliol.h
56332            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
56333            ! perlsdio.h perlsfio.h
56334 ____________________________________________________________________________
56335 [  7683] By: jhi                                   on 2000/11/14  15:42:40
56336         Log: Hoist the duplicated socket/netdb include logic to perl.h;
56337              undef SETERRNO in case SOCKS has defined it.  Based on:
56338              
56339              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
56340              From: Jens Hamisch <jens@Strawberry.COM> 
56341              Date: Tue, 14 Nov 2000 11:34:40 +0100
56342              Message-Id: <20001114113440.A20005@Strawberry.COM>
56343      Branch: perl
56344            ! doio.c perl.h pp_sys.c
56345 ____________________________________________________________________________
56346 [  7682] By: jhi                                   on 2000/11/14  14:07:28
56347         Log: Subject: some additions for makefiles for win32 (for perl@7674)
56348              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56349              Date: Tue, 14 Nov 2000 09:31:13 +0300
56350              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
56351      Branch: perl
56352            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
56353            ! win32/makefile.mk
56354 ____________________________________________________________________________
56355 [  7681] By: jhi                                   on 2000/11/14  14:01:41
56356         Log: Subject: tiny typo in perl5db.pl
56357              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56358              Date: Tue, 14 Nov 2000 09:29:28 +0300
56359              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
56360      Branch: perl
56361            ! lib/perl5db.pl
56362 ____________________________________________________________________________
56363 [  7680] By: jhi                                   on 2000/11/14  04:13:50
56364         Log: Redo #7679 with LFs instead of CRLFs.
56365      Branch: perl
56366            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
56367            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
56368            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
56369 ____________________________________________________________________________
56370 [  7679] By: jhi                                   on 2000/11/14  01:21:09
56371         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
56372              From: Benjamin Stuhl <tiriath@yahoo.com> 
56373              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
56374              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
56375      Branch: perl
56376            + win32/bin/mdelete.bat
56377            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
56378            ! makedef.pl perlio.c win32/Makefile win32/config.gc
56379            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
56380 ____________________________________________________________________________
56381 [  7678] By: jhi                                   on 2000/11/14  01:19:20
56382         Log: Fix the re extension building for Win32.
56383              
56384              Subject: [PATCH perl@7638] Get PerlIO building on Win32
56385              From: Benjamin Stuhl <tiriath@yahoo.com> 
56386              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
56387              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
56388      Branch: perl
56389            + ext/re/hints/MSWin32.pl
56390            ! MANIFEST
56391 ____________________________________________________________________________
56392 [  7677] By: jhi                                   on 2000/11/14  01:13:54
56393         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
56394              From: sthoenna@efn.org
56395              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
56396              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
56397      Branch: perl
56398            ! doop.c pp.c toke.c utf8.c utf8.h
56399 ____________________________________________________________________________
56400 [  7676] By: jhi                                   on 2000/11/13  20:23:15
56401         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
56402              From: Nicholas Clark <nick@ccl4.org>
56403              Date: Mon, 13 Nov 2000 18:55:04 +0000
56404              Message-ID: <20001113185504.J29183@plum.flirble.org>
56405      Branch: perl
56406            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
56407 ____________________________________________________________________________
56408 [  7675] By: nick                                  on 2000/11/13  20:21:57
56409         Log: Integrate mainline ...
56410      Branch: perlio
56411           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
56412           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
56413           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
56414           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
56415 ____________________________________________________________________________
56416 [  7674] By: jhi                                   on 2000/11/13  15:07:56
56417         Log: Update Changes.
56418      Branch: perl
56419            ! Changes patchlevel.h
56420 ____________________________________________________________________________
56421 [  7673] By: jhi                                   on 2000/11/13  14:42:42
56422         Log: Remove the new two tests of lib/io_xs for now, they seem to
56423              fail under perlio on some platforms.
56424      Branch: perl
56425            ! t/lib/io_xs.t
56426 ____________________________________________________________________________
56427 [  7672] By: jhi                                   on 2000/11/13  13:57:53
56428         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
56429      Branch: perl
56430            ! perlio.c
56431 ____________________________________________________________________________
56432 [  7671] By: jhi                                   on 2000/11/13  05:30:48
56433         Log: Placate nervous compilers that see longer than ints switch()ing.
56434      Branch: perl
56435            ! utf8.c
56436 ____________________________________________________________________________
56437 [  7670] By: jhi                                   on 2000/11/13  05:14:21
56438         Log: fputs() does return EOF on error but here we don't care.
56439      Branch: perl
56440            ! perlio.c
56441 ____________________________________________________________________________
56442 [  7669] By: jhi                                   on 2000/11/13  05:02:45
56443         Log: Declare reg_data like reg_substr_data.
56444      Branch: perl
56445            ! regexp.h
56446 ____________________________________________________________________________
56447 [  7668] By: jhi                                   on 2000/11/13  04:54:34
56448         Log: Typos in #7667.
56449      Branch: perl
56450            ! perl.h
56451 ____________________________________________________________________________
56452 [  7667] By: jhi                                   on 2000/11/13  04:49:49
56453         Log: Cleanup messy #ifdef.
56454      Branch: perl
56455            ! perl.h
56456 ____________________________________________________________________________
56457 [  7666] By: jhi                                   on 2000/11/13  04:17:34
56458         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
56459              From: Nicholas Clark <nick@talking.bollo.cx>
56460              Date: Sun, 12 Nov 2000 21:14:11 +0000
56461              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
56462              
56463              Note: only one breakage of the two reported is fixed by this patch.
56464      Branch: perl
56465            ! perlio.c
56466 ____________________________________________________________________________
56467 [  7665] By: jhi                                   on 2000/11/13  04:05:07
56468         Log: Tweak the definition of the bit complement on UTF-8 data:
56469              if none of the characters in the string are > 0xff,
56470              the result is a complemented byte string, not a (UTF-8)
56471              char string.  Based on the summary in
56472              
56473              Subject: Re: [ID 20000918.005] ~ on wide chars
56474              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
56475              Date: Fri, 10 Nov 2000 09:47:15 -0800
56476              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
56477              
56478              This should give us the maximum backward (pre-char string)
56479              compatibility and utf8 compatibility.  The other alternative
56480              would be to limit the bit complement to be always byte only,
56481              taking the least significant byte of the chars.
56482      Branch: perl
56483            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
56484 ____________________________________________________________________________
56485 [  7664] By: jhi                                   on 2000/11/13  00:23:44
56486         Log: Couple of tests from #7660 salvaged.
56487      Branch: perl
56488            - t/op/tell.t
56489            ! MANIFEST t/io/tell.t
56490 ____________________________________________________________________________
56491 [  7663] By: jhi                                   on 2000/11/13  00:02:48
56492         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
56493              From: Nicholas Clark <nick@talking.bollo.cx>
56494              Date: Sun, 12 Nov 2000 21:23:43 +0000
56495              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
56496      Branch: perl
56497            ! perlsfio.h
56498 ____________________________________________________________________________
56499 [  7662] By: jhi                                   on 2000/11/13  00:01:39
56500         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
56501              From: Nicholas Clark <nick@talking.bollo.cx>
56502              Date: Sun, 12 Nov 2000 21:30:04 +0000
56503              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
56504      Branch: perl
56505            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
56506 ____________________________________________________________________________
56507 [  7661] By: jhi                                   on 2000/11/12  23:57:29
56508         Log: Document tell() on special streams.
56509      Branch: perl
56510            ! pod/perlfunc.pod
56511 ____________________________________________________________________________
56512 [  7660] By: jhi                                   on 2000/11/12  23:54:22
56513         Log: (Subsumed by #7664)
56514      Branch: perl
56515            + t/op/tell.t
56516            ! MANIFEST
56517 ____________________________________________________________________________
56518 [  7659] By: jhi                                   on 2000/11/12  22:55:25
56519         Log: Many subdocumented return values of the IO extension now documented.
56520              ungetc and write still left subdocumented.
56521              
56522              Subject: [PATCH] (was Re: IO::Handle::ungetc)
56523              From: Nicholas Clark <nick@talking.bollo.cx>
56524              Date: Sun, 12 Nov 2000 21:35:53 +0000
56525              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
56526      Branch: perl
56527            ! ext/IO/lib/IO/Handle.pm
56528 ____________________________________________________________________________
56529 [  7658] By: jhi                                   on 2000/11/12  21:37:06
56530         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
56531              From: Nicholas Clark <nick@talking.bollo.cx>
56532              Date: Sun, 12 Nov 2000 20:03:22 +0000
56533              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
56534      Branch: perl
56535            ! pod/perlfunc.pod
56536 ____________________________________________________________________________
56537 [  7657] By: jhi                                   on 2000/11/12  20:34:55
56538         Log: Integrate perlio.
56539      Branch: perl
56540           !> perlio.c
56541 ____________________________________________________________________________
56542 [  7656] By: nick                                  on 2000/11/12  19:25:06
56543         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
56544      Branch: perlio
56545            ! perlio.c
56546 ____________________________________________________________________________
56547 [  7655] By: nick                                  on 2000/11/12  19:09:41
56548         Log: Integrate mainline
56549      Branch: perlio
56550           +> README.solaris ext/Encode/Encode/cp1006.enc
56551           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
56552           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
56553           +> ext/Encode/Encode/iso8859-13.enc
56554           +> ext/Encode/Encode/iso8859-14.enc
56555           +> ext/Encode/Encode/iso8859-15.enc
56556           !> (integrate 34 files)
56557 ____________________________________________________________________________
56558 [  7654] By: jhi                                   on 2000/11/12  19:00:22
56559         Log: Add a metaconfig unit for fsync.
56560      Branch: metaconfig/U/perl
56561            + d_fsync.U
56562 ____________________________________________________________________________
56563 [  7653] By: jhi                                   on 2000/11/12  19:00:01
56564         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
56565      Branch: perl
56566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56567            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
56568            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56569            ! vos/config.ga.h win32/config.bc win32/config.gc
56570            ! win32/config.vc
56571 ____________________________________________________________________________
56572 [  7652] By: jhi                                   on 2000/11/11  21:12:01
56573         Log: Copy the s// information of README.hpux also to the perlrun.
56574      Branch: perl
56575            ! README.hpux pod/perlrun.pod
56576 ____________________________________________________________________________
56577 [  7651] By: jhi                                   on 2000/11/11  21:03:13
56578         Log: More README.solaris updates from Andy Dougherty.
56579      Branch: perl
56580            ! README.solaris
56581 ____________________________________________________________________________
56582 [  7650] By: jhi                                   on 2000/11/11  18:38:57
56583         Log: More descriptive error for unknown perlio layers.
56584              
56585              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
56586              From: Dominic Dunlop <domo@computer.org> 
56587              Date: Sat, 11 Nov 2000 18:20:32 +0100             
56588              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
56589      Branch: perl
56590            ! perlio.c pod/perldiag.pod
56591 ____________________________________________________________________________
56592 [  7649] By: jhi                                   on 2000/11/11  18:37:52
56593         Log: MachTen doesn't really do mmap() and munmap().
56594              
56595              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
56596              From: Dominic Dunlop <domo@computer.org> 
56597              Date: Sat, 11 Nov 2000 18:20:32 +0100             
56598              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
56599      Branch: perl
56600            ! hints/machten.sh
56601 ____________________________________________________________________________
56602 [  7648] By: jhi                                   on 2000/11/11  18:36:46
56603         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
56604              From: rspier@pobox.com (Robert Spier)
56605              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
56606              Message-ID: <14861.32839.491271.985797@rls.cx>
56607      Branch: perl
56608            ! Porting/Contract pod/perltoot.pod
56609 ____________________________________________________________________________
56610 [  7647] By: jhi                                   on 2000/11/11  18:35:30
56611         Log: Simplify the getpagesize() unit by dropping the
56612              pagesize probe since it's nowadays slightly more
56613              complicated because of sysconf(). (Note: if some
56614              platform really needs the -lPW for getpagesize,
56615              I just broke it.)
56616              
56617              TODO: a new pagesize unit.
56618      Branch: metaconfig
56619            ! U/compline/d_getpagsz.U
56620 ____________________________________________________________________________
56621 [  7646] By: jhi                                   on 2000/11/11  18:33:23
56622         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
56623      Branch: perl
56624            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56625            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
56626            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56627            ! vos/config.ga.h win32/config.bc win32/config.gc
56628            ! win32/config.vc
56629 ____________________________________________________________________________
56630 [  7645] By: jhi                                   on 2000/11/11  16:45:15
56631         Log: Use sysconf() or getpagesize() to find out the pagesize.
56632      Branch: perl
56633            ! perlio.c
56634 ____________________________________________________________________________
56635 [  7644] By: jhi                                   on 2000/11/11  15:46:08
56636         Log: Integrate perlio.
56637      Branch: perl
56638           !> perlio.c
56639 ____________________________________________________________________________
56640 [  7643] By: jhi                                   on 2000/11/11  15:33:36
56641         Log: Subject: Re: [PATCH] README.solaris
56642              From: Lupe Christoph <lupe@lupe-christoph.de>
56643              Date: Sat, 11 Nov 2000 14:08:10 +0100
56644              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
56645      Branch: perl
56646            ! README.solaris
56647 ____________________________________________________________________________
56648 [  7642] By: jhi                                   on 2000/11/11  15:22:12
56649         Log: Subject: [PATCH perl@7638] cygwin port
56650              From: "Eric Fifer" <egf7@columbia.edu>            
56651              Date: Fri, 10 Nov 2000 19:30:30 -0000
56652              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
56653      Branch: perl
56654            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
56655 ____________________________________________________________________________
56656 [  7641] By: nick                                  on 2000/11/11  14:50:36
56657         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
56658              Also call "Buf" layer directly when unread'ing non-read chars.
56659      Branch: perlio
56660            ! perlio.c
56661 ____________________________________________________________________________
56662 [  7640] By: jhi                                   on 2000/11/11  02:05:02
56663         Log: Add more encoding tables.
56664      Branch: perl
56665            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
56666            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
56667            + ext/Encode/Encode/iso8859-10.enc
56668            + ext/Encode/Encode/iso8859-13.enc
56669            + ext/Encode/Encode/iso8859-14.enc
56670            + ext/Encode/Encode/iso8859-15.enc
56671            ! MANIFEST
56672 ____________________________________________________________________________
56673 [  7639] By: jhi                                   on 2000/11/10  18:49:25
56674         Log: Subject: [PATCH] README.solaris
56675              From: Andy Dougherty <doughera@lafayette.edu>
56676              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
56677              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
56678      Branch: perl
56679            + README.solaris
56680            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
56681            ! pod/perl.pod pod/perltoc.pod
56682 ____________________________________________________________________________
56683 [  7638] By: jhi                                   on 2000/11/10  15:04:15
56684         Log: Update Changes.
56685      Branch: perl
56686            ! Changes patchlevel.h
56687 ____________________________________________________________________________
56688 [  7637] By: jhi                                   on 2000/11/10  14:14:28
56689         Log: Explain better why certain regex tests are skipped.
56690              
56691              Subject: Re: tests skipped: unknown reason
56692              From: Lupe Christoph <lupe@lupe-christoph.de>
56693              Date: Fri, 10 Nov 2000 09:08:56 +0100
56694              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
56695      Branch: perl
56696            ! t/op/regexp.t
56697 ____________________________________________________________________________
56698 [  7636] By: nick                                  on 2000/11/10  13:40:00
56699         Log: Integrate mainline.
56700      Branch: perlio
56701           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
56702           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
56703           !> win32/bin/search.pl
56704 ____________________________________________________________________________
56705 [  7635] By: nick                                  on 2000/11/10  13:25:52
56706         Log: Re-instate stdio large file support via perlio.
56707      Branch: perl
56708            ! perlio.c
56709 ____________________________________________________________________________
56710 [  7634] By: jhi                                   on 2000/11/10  04:49:55
56711         Log: Amdahl UTS hints updates.
56712              
56713              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
56714              From: hom00@utsglobal.com (Harold O Morris)
56715              Date: Thu, 9 Nov 2000 20:02 PST
56716              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
56717      Branch: perl
56718            ! hints/uts.sh
56719 ____________________________________________________________________________
56720 [  7633] By: jhi                                   on 2000/11/09  23:33:28
56721         Log: Subject: [PATCH] IO::Seekable pod
56722              From: Nicholas Clark <nick@talking.bollo.cx>
56723              Date: Thu, 9 Nov 2000 20:29:45 +0000
56724              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
56725      Branch: perl
56726            ! ext/IO/lib/IO/Handle.pm
56727 ____________________________________________________________________________
56728 [  7632] By: jhi                                   on 2000/11/09  21:55:41
56729         Log: Various doc oddball characters.
56730              
56731              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
56732              From: Michael Somos <somos@grail.cba.csuohio.edu>
56733              Date: Mon, 6 Nov 2000 17:44:20 -0500
56734              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
56735      Branch: perl
56736            ! emacs/cperl-mode.el lib/unicode/syllables.txt
56737            ! win32/bin/search.pl
56738 ____________________________________________________________________________
56739 [  7631] By: jhi                                   on 2000/11/09  21:12:29
56740         Log: Subject: Re: bash -c exit and linux hints 
56741              From: "John P. Linderman" <jpl@research.att.com>
56742              Date: Thu, 02 Nov 2000 09:37:25 -0500
56743              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
56744      Branch: perl
56745            ! hints/linux.sh
56746 ____________________________________________________________________________
56747 [  7630] By: nick                                  on 2000/11/09  20:34:11
56748         Log: Integrate mainline.
56749      Branch: perlio
56750           !> (integrate 91 files)
56751 ____________________________________________________________________________
56752 [  7629] By: jhi                                   on 2000/11/09  19:46:31
56753         Log: Missing dTHXs.
56754              
56755              Subject: RE: perl@7595 builds not on cygwin
56756              From: "Eric Fifer" <egf7@columbia.edu>
56757              Date: Thu, 9 Nov 2000 19:26:50 -0000
56758              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
56759      Branch: perl
56760            ! ext/Devel/Peek/Peek.xs
56761 ____________________________________________________________________________
56762 [  7628] By: jhi                                   on 2000/11/09  14:48:27
56763         Log: Disable only the tests 99 and 166 for UTF-8 locales.
56764      Branch: perl
56765            ! t/pragma/locale.t
56766 ____________________________________________________________________________
56767 [  7627] By: jhi                                   on 2000/11/09  14:40:27
56768         Log: There's no =head3.
56769      Branch: perl
56770            ! pod/perlhack.pod
56771 ____________________________________________________________________________
56772 [  7626] By: jhi                                   on 2000/11/09  13:54:26
56773         Log: The generated boot_* headers are wrong.  Pickier compiler,
56774              such as KAI C++ will refuse to compile the resulting perlmain.
56775              
56776              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
56777              From: Harri Pasanen <harri.pasanen@trema.com>
56778              Date: Thu, 09 Nov 2000 14:23:28 +0100
56779              Message-Id: <3A0AA550.26D548A3@trema.com>
56780      Branch: perl
56781            ! minimod.pl
56782 ____________________________________________________________________________
56783 [  7625] By: jhi                                   on 2000/11/09  13:50:44
56784         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
56785              From: Prymmer/Kahn <pvhp@best.com>
56786              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
56787              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
56788              
56789              All except the "cow orker" change.
56790      Branch: perl
56791            ! Porting/pumpkin.pod
56792 ____________________________________________________________________________
56793 [  7624] By: jhi                                   on 2000/11/09  13:45:33
56794         Log: Fix for
56795              
56796              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
56797              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56798              Date: Thu, 09 Nov 2000 11:05:52 +0100
56799              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
56800      Branch: perl
56801            ! pod/perldiag.pod t/pragma/warn/pp_sys
56802 ____________________________________________________________________________
56803 [  7623] By: jhi                                   on 2000/11/09  13:37:16
56804         Log: Typo in an ifndef.
56805              
56806              Subject: Re: [PATCH 5.7.0] better messages from malloc()
56807              From: Joe Smith <jms@inwap.com>         
56808              Date: Thu, 09 Nov 2000 01:33:14 -0800
56809              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
56810      Branch: perl
56811            ! malloc.c
56812 ____________________________________________________________________________
56813 [  7622] By: jhi                                   on 2000/11/09  13:31:18
56814         Log: Remove unused extra arguments.
56815      Branch: metaconfig/U/perl
56816            ! perlxv.U
56817      Branch: perl
56818            ! Configure config_h.SH
56819 ____________________________________________________________________________
56820 [  7621] By: jhi                                   on 2000/11/09  13:16:36
56821         Log: More VMS moves on environment handling, from Charles Lane.
56822      Branch: perl
56823            ! t/pragma/locale.t
56824 ____________________________________________________________________________
56825 [  7620] By: jhi                                   on 2000/11/09  04:42:38
56826         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
56827              From: David Dyck <dcd@tc.fluke.com>
56828              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
56829              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
56830      Branch: perl
56831            ! pp_sys.c
56832 ____________________________________________________________________________
56833 [  7619] By: jhi                                   on 2000/11/09  04:36:21
56834         Log: Forgot from #7618.
56835      Branch: perl
56836            ! lib/File/stat.pm
56837 ____________________________________________________________________________
56838 [  7618] By: jhi                                   on 2000/11/09  04:28:44
56839         Log: Make deleting for %ENV work for (newer versions of) VMS,
56840              from Craig A. Berry.
56841      Branch: perl
56842            ! vms/vms.c
56843 ____________________________________________________________________________
56844 [  7617] By: jhi                                   on 2000/11/09  04:25:05
56845         Log: Subject: [PATCH] Class::Struct at compile time
56846              From: "Casey R. Tweten" <crt@kiski.net>
56847              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
56848              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
56849      Branch: perl
56850            ! lib/Class/Struct.pm
56851 ____________________________________________________________________________
56852 [  7616] By: jhi                                   on 2000/11/09  04:15:17
56853         Log: Subject: [ID 20001108.013] spelling
56854              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
56855              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
56856              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
56857      Branch: perl
56858            ! lib/ftp.pl
56859 ____________________________________________________________________________
56860 [  7615] By: jhi                                   on 2000/11/09  04:12:42
56861         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
56862              From: Peter Prymmer <pvhp@forte.com>
56863              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
56864              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
56865      Branch: perl
56866            ! configure.com
56867 ____________________________________________________________________________
56868 [  7614] By: jhi                                   on 2000/11/08  22:42:55
56869         Log: A missing aTHX_.
56870      Branch: perl
56871            ! ext/IPC/SysV/SysV.xs
56872 ____________________________________________________________________________
56873 [  7613] By: jhi                                   on 2000/11/08  19:30:21
56874         Log: Update Changes.
56875      Branch: perl
56876            ! Changes patchlevel.h
56877 ____________________________________________________________________________
56878 [  7612] By: jhi                                   on 2000/11/08  18:35:25
56879         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
56880              From: David Dyck <dcd@tc.fluke.com>
56881              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
56882              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
56883      Branch: perl
56884            ! pp_sys.c
56885 ____________________________________________________________________________
56886 [  7611] By: jhi                                   on 2000/11/08  18:30:26
56887         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
56888              From: Dominic Dunlop <domo@computer.org>
56889              Date: Tue, 7 Nov 2000 12:05:25 +0100
56890              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
56891      Branch: perl
56892            ! malloc.c
56893 ____________________________________________________________________________
56894 [  7610] By: jhi                                   on 2000/11/08  18:25:14
56895         Log: Do not test UTF-8 locales since that the tests would require
56896              polymorphic regexen.
56897      Branch: perl
56898            ! t/pragma/locale.t
56899 ____________________________________________________________________________
56900 [  7609] By: jhi                                   on 2000/11/08  17:12:51
56901         Log: Locale buglets.
56902              
56903              Subject: RE: Locales support (setlocale) fixes
56904              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56905              Date: Wed, 8 Nov 2000 20:01:39 +0300
56906              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
56907      Branch: perl
56908            ! t/pragma/locale.t util.c
56909 ____________________________________________________________________________
56910 [  7608] By: jhi                                   on 2000/11/08  17:00:16
56911         Log: Deleting $ENV{PATH} in VMS is not recommendable.
56912      Branch: perl
56913            ! t/pragma/locale.t
56914 ____________________________________________________________________________
56915 [  7607] By: jhi                                   on 2000/11/08  16:58:26
56916         Log: Subject: PATCH std stdio for (Free)BSD
56917              From: Nicholas Clark <nick@ccl4.org>
56918              Date: Wed, 8 Nov 2000 15:36:29 +0000
56919              Message-ID: <20001108153629.D98736@plum.flirble.org>
56920      Branch: metaconfig
56921            ! U/compline/d_stdstdio.U
56922      Branch: perl
56923            ! Configure config_h.SH
56924 ____________________________________________________________________________
56925 [  7606] By: jhi                                   on 2000/11/08  16:43:31
56926         Log: Forgot to bump the line numbers in #7601.
56927      Branch: perl
56928            ! t/pragma/warn/pp_sys
56929 ____________________________________________________________________________
56930 [  7605] By: jhi                                   on 2000/11/08  16:39:12
56931         Log: More careful detection of how well NVs and UVs mix.
56932              
56933              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))
56934              From: Nicholas Clark <nick@ccl4.org>
56935              Date: Wed, 8 Nov 2000 15:14:12 +0000
56936              Message-ID: <20001108151412.B98736@plum.flirble.org>
56937              
56938              Added some SIGFPE paranoia.
56939      Branch: metaconfig/U/perl
56940            ! perlxv.U
56941      Branch: perl
56942            ! Configure config_h.SH
56943 ____________________________________________________________________________
56944 [  7604] By: jhi                                   on 2000/11/08  14:39:10
56945         Log: Subject: [patch perl@7595] VMS configure.com tweak
56946              From: "Craig A. Berry" <craigberry@mac.com>
56947              Date: Wed, 8 Nov 2000 00:24:12 -0600
56948              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
56949      Branch: perl
56950            ! configure.com
56951 ____________________________________________________________________________
56952 [  7603] By: jhi                                   on 2000/11/08  14:27:11
56953         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
56954              From: Robin Barker <rmb1@cise.npl.co.uk>
56955              Date: Wed, 8 Nov 2000 11:11:39 GMT
56956              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
56957      Branch: perl
56958            ! perlio.c
56959 ____________________________________________________________________________
56960 [  7602] By: jhi                                   on 2000/11/08  14:25:03
56961         Log: Fix for the tie-refhash string table leaks.
56962              
56963              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
56964              Date: Wed, 8 Nov 2000 13:03:04 GMT
56965              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
56966      Branch: perl
56967            ! t/lib/tie-refhash.t
56968 ____________________________________________________________________________
56969 [  7601] By: jhi                                   on 2000/11/08  14:21:08
56970         Log: Try to avoid flockless and emulationless places.
56971      Branch: perl
56972            ! t/pragma/warn/pp_sys
56973 ____________________________________________________________________________
56974 [  7600] By: jhi                                   on 2000/11/08  02:28:54
56975         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
56976              
56977              Subject: [PATCH] prototyped functions that should be overrideable
56978              From: "Casey R. Tweten" <crt@kiski.net>
56979              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
56980              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
56981      Branch: perl
56982            ! toke.c
56983 ____________________________________________________________________________
56984 [  7599] By: jhi                                   on 2000/11/08  01:12:05
56985         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
56986              
56987              Subject: [PATCH] perlbug.PL
56988              From: "Kurt D. Starsinic" <kstar@chapin.edu>
56989              Date: Mon, 6 Nov 2000 21:39:01 -0500
56990              Message-ID: <20001106213901.B20955@O2.chapin.edu>
56991      Branch: perl
56992            ! utils/perlbug.PL
56993 ____________________________________________________________________________
56994 [  7598] By: jhi                                   on 2000/11/07  23:42:00
56995         Log: Bad thinko in #7581 (I used the test program with the expanded
56996              values as-is).
56997      Branch: metaconfig
56998            ! U/compline/d_stdstdio.U
56999      Branch: perl
57000            ! Configure
57001 ____________________________________________________________________________
57002 [  7597] By: jhi                                   on 2000/11/07  21:43:29
57003         Log: Subject: [PATCH perl@7573] cygwin port
57004              From: "Fifer, Eric" <EFifer@sanwaint.com>
57005              Date: Tue, 7 Nov 2000 18:08:51 -0000 
57006              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
57007              
57008              Synchronize with Cygwin 1.1.5.
57009      Branch: perl
57010            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
57011            ! pod/perlport.pod unixish.h util.c
57012 ____________________________________________________________________________
57013 [  7596] By: jhi                                   on 2000/11/07  21:39:25
57014         Log: perlhack updates from H.Merijn Brand.
57015      Branch: perl
57016            ! pod/perlhack.pod
57017 ____________________________________________________________________________
57018 [  7595] By: jhi                                   on 2000/11/07  20:21:41
57019         Log: Update Changes.
57020      Branch: perl
57021            ! Changes patchlevel.h
57022 ____________________________________________________________________________
57023 [  7594] By: jhi                                   on 2000/11/07  19:18:58
57024         Log: Be more robust in Dynaloader.pm.
57025      Branch: perl
57026            ! ext/DynaLoader/DynaLoader_pm.PL
57027 ____________________________________________________________________________
57028 [  7593] By: jhi                                   on 2000/11/07  16:49:31
57029         Log: AUTHORS update.
57030      Branch: perl
57031            ! AUTHORS
57032 ____________________________________________________________________________
57033 [  7592] By: gsar                                  on 2000/11/07  16:39:51
57034         Log: normalize relative paths in virtualized current directory on windows,
57035              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
57036              returns)
57037      Branch: perl
57038            ! win32/vdir.h
57039 ____________________________________________________________________________
57040 [  7591] By: jhi                                   on 2000/11/07  16:04:26
57041         Log: Too profiler-happy: with optimization the #7590 actually makes
57042              the test to run 0.5% _slower_.  Requires much more instrumentation.
57043              Retract #7590.
57044      Branch: perl
57045            ! regcomp.c regcomp.h
57046 ____________________________________________________________________________
57047 [  7590] By: jhi                                   on 2000/11/07  15:51:13
57048         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
57049              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
57050              by using memset() and testing bytewise (as opposed to bitwise).
57051      Branch: perl
57052            ! regcomp.c regcomp.h
57053 ____________________________________________________________________________
57054 [  7589] By: jhi                                   on 2000/11/07  12:56:39
57055         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
57056              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57057              Date: Mon, 06 Nov 2000 23:45:30 -0500
57058              Message-Id: <0011079735.AA973576259@univpress.com>
57059      Branch: perl
57060            ! configure.com t/lib/st-lock.t
57061 ____________________________________________________________________________
57062 [  7588] By: jhi                                   on 2000/11/07  01:03:28
57063         Log: Tweak #7587.
57064      Branch: perl
57065            ! pod/perldiag.pod
57066 ____________________________________________________________________________
57067 [  7587] By: jhi                                   on 2000/11/07  01:00:27
57068         Log: A doc addition for bug id 20001105.019, beware \p.
57069      Branch: perl
57070            ! pod/perldiag.pod
57071 ____________________________________________________________________________
57072 [  7586] By: jhi                                   on 2000/11/07  00:32:22
57073         Log: Fake support of holey files in win/dosish platforms.
57074              
57075              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
57076              From: kipp@shonanblue.ne.jp
57077              Date: Mon, 6 Nov 2000 13:30:55 -0800
57078              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
57079      Branch: perl
57080            ! ext/SDBM_File/sdbm/sdbm.c
57081 ____________________________________________________________________________
57082 [  7585] By: jhi                                   on 2000/11/07  00:12:54
57083         Log: Subject: Pod updates
57084              From: "Stephen P. Potter" <spp@spotter.yi.org>
57085              Date: Mon, 06 Nov 2000 18:56:43 -0500
57086              Message-Id: <200011062357.SAA18173@spotter.yi.org>
57087      Branch: perl
57088            ! README.dos README.os2 README.win32 pod/buildtoc.PL
57089            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
57090            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
57091            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
57092            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
57093            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
57094            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
57095            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
57096            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
57097            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
57098            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
57099            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
57100            ! pod/perltootc.pod pod/perlunicode.pod
57101 ____________________________________________________________________________
57102 [  7584] By: jhi                                   on 2000/11/07  00:04:17
57103         Log: Varargs don't always work too well if one puts an unsigned
57104              char on the stack and pop an unsigned quad off the stack.
57105              
57106              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
57107              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
57108              Date: Mon, 06 Nov 2000 15:19:05 -0800
57109              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
57110      Branch: perl
57111            ! utf8.c
57112 ____________________________________________________________________________
57113 [  7583] By: jhi                                   on 2000/11/06  23:58:48
57114         Log: %ENV note tweaks from Dan Sugalski.
57115      Branch: perl
57116            ! pod/perlport.pod vms/perlvms.pod
57117 ____________________________________________________________________________
57118 [  7582] By: jhi                                   on 2000/11/06  23:05:49
57119         Log: glibc5 detection by __GNU_LIBRARY__.
57120      Branch: perl
57121            ! toke.c
57122 ____________________________________________________________________________
57123 [  7581] By: jhi                                   on 2000/11/06  22:51:29
57124         Log: Make the stdio test program of 7427 less noisy while being 
57125              compiled so that Digital UNIX wouldn't get both
57126              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
57127              undefined.  This makes perlio happy.
57128      Branch: metaconfig
57129            ! U/compline/d_stdstdio.U
57130      Branch: perl
57131            ! Configure config_h.SH
57132 ____________________________________________________________________________
57133 [  7580] By: jhi                                   on 2000/11/06  22:41:41
57134         Log: Document %ENV = () portability issues.
57135      Branch: perl
57136            ! pod/perlport.pod vms/perlvms.pod
57137 ____________________________________________________________________________
57138 [  7579] By: jhi                                   on 2000/11/06  21:29:24
57139         Log: VOS updates from Paul Green.
57140      Branch: perl
57141            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57142 ____________________________________________________________________________
57143 [  7578] By: jhi                                   on 2000/11/06  21:00:40
57144         Log: Sanitize the environment further.
57145      Branch: perl
57146            ! t/pragma/locale.t
57147 ____________________________________________________________________________
57148 [  7577] By: jhi                                   on 2000/11/06  20:53:51
57149         Log: Re-introduce 7552 lost in integration.
57150      Branch: perl
57151            ! perlio.c
57152 ____________________________________________________________________________
57153 [  7576] By: jhi                                   on 2000/11/06  20:33:46
57154         Log: Admit that the test leaks scalars.
57155      Branch: perl
57156            ! t/comp/proto.t
57157 ____________________________________________________________________________
57158 [  7575] By: jhi                                   on 2000/11/06  20:17:08
57159         Log: Integrate perlio.
57160      Branch: perl
57161           !> perlio.c
57162 ____________________________________________________________________________
57163 [  7574] By: nick                                  on 2000/11/06  20:07:28
57164         Log: Remove debug. Try (Mmap_t) on madvise() call.
57165      Branch: perlio
57166            ! perlio.c
57167 ____________________________________________________________________________
57168 [  7573] By: jhi                                   on 2000/11/06  13:56:05
57169         Log: Update Changes.
57170      Branch: perl
57171            ! Changes patchlevel.h
57172 ____________________________________________________________________________
57173 [  7572] By: jhi                                   on 2000/11/06  13:48:41
57174         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
57175              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57176              Date: Mon, 06 Nov 2000 10:11:42 +0100
57177              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
57178      Branch: perl
57179            ! pod/perlhack.pod
57180 ____________________________________________________________________________
57181 [  7571] By: jhi                                   on 2000/11/06  01:45:51
57182         Log: AUTHORS updates.
57183      Branch: perl
57184            ! AUTHORS
57185 ____________________________________________________________________________
57186 [  7570] By: jhi                                   on 2000/11/06  00:18:00
57187         Log: Fix for
57188              
57189              Subject: [ID 20000728.005] perl -P broken
57190              From: David Dyck <dcd@tc.fluke.com>
57191              Date: Fri, 28 Jul 2000 17:19:16 -0700
57192              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
57193              
57194              (hopefully).  The fix is also not complete, it seems to break
57195              BOM swallowing for libc5 systems, but until someone figures
57196              out a way to do this without ftell(), this will do.
57197      Branch: perl
57198            ! toke.c
57199 ____________________________________________________________________________
57200 [  7569] By: jhi                                   on 2000/11/06  00:05:30
57201         Log: Document that the evaled syntax errors cause scalar leaks.
57202      Branch: perl
57203            ! t/comp/proto.t
57204 ____________________________________________________________________________
57205 [  7568] By: jhi                                   on 2000/11/05  23:14:47
57206         Log: opmini.o can linger from Configures past.
57207      Branch: perl
57208            ! Makefile.SH
57209 ____________________________________________________________________________
57210 [  7567] By: jhi                                   on 2000/11/05  21:28:39
57211         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
57212              first argument correctly.
57213      Branch: perl
57214            ! perlio.c
57215 ____________________________________________________________________________
57216 [  7566] By: jhi                                   on 2000/11/05  21:15:56
57217         Log: Integrate perlio.
57218      Branch: perl
57219           !> perlio.c
57220 ____________________________________________________________________________
57221 [  7565] By: jhi                                   on 2000/11/05  21:15:13
57222         Log: Use -dM for gcc (the suggested patch did it only for Linux,
57223              but I think it can be generalized).
57224              
57225              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
57226              From: Pixel <pixel@mandrakesoft.com>
57227              Date: 05 Nov 2000 21:49:34 +0100 
57228              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
57229      Branch: perl
57230            ! ext/Errno/Errno_pm.PL
57231 ____________________________________________________________________________
57232 [  7564] By: nick                                  on 2000/11/05  21:09:18
57233         Log: Added a mmap layer as a "subclass" of perlio.
57234              PERLIO=mmap ./perl harness passes
57235      Branch: perlio
57236            ! perlio.c
57237 ____________________________________________________________________________
57238 [  7563] By: jhi                                   on 2000/11/05  19:48:55
57239         Log: Add a note for future generations about bug id 20000229.006.
57240      Branch: perl
57241            ! malloc.c
57242 ____________________________________________________________________________
57243 [  7562] By: jhi                                   on 2000/11/05  19:38:24
57244         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
57245      Branch: perl
57246            ! pp_ctl.c t/op/pos.t
57247 ____________________________________________________________________________
57248 [  7561] By: jhi                                   on 2000/11/05  18:21:46
57249         Log: Add =pod to be tidy.
57250      Branch: perl
57251            ! lib/Math/Complex.pm
57252 ____________________________________________________________________________
57253 [  7560] By: jhi                                   on 2000/11/05  17:38:46
57254         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
57255      Branch: perl
57256            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
57257            ! ext/Storable/Storable.xs t/lib/st-recurse.t
57258 ____________________________________________________________________________
57259 [  7559] By: jhi                                   on 2000/11/05  17:32:59
57260         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
57261              From: "Peter J. Farley III" <pjfarley@banet.net>
57262              Date: Sun, 05 Nov 2000 11:55:59 -0500
57263              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
57264      Branch: perl
57265            ! t/lib/syslog.t
57266 ____________________________________________________________________________
57267 [  7558] By: jhi                                   on 2000/11/05  17:29:19
57268         Log: Integrate perlio.
57269      Branch: perl
57270           !> perlio.c
57271 ____________________________________________________________________________
57272 [  7557] By: jhi                                   on 2000/11/05  17:22:01
57273         Log: A fix of sorts for 20000329.026, a better error message
57274              for a missing "use charnames" when using the \N{...}. 
57275      Branch: perl
57276            ! pod/perldiag.pod toke.c
57277 ____________________________________________________________________________
57278 [  7556] By: jhi                                   on 2000/11/05  16:33:50
57279         Log: Test tweak: show also the failed locales.
57280              
57281              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
57282              From: Lupe Christoph <lupe@lupe-christoph.de>         
57283              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
57284              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
57285      Branch: perl
57286            ! t/pragma/locale.t
57287 ____________________________________________________________________________
57288 [  7555] By: nick                                  on 2000/11/05  11:09:34
57289         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
57290              open RDWR so does not fail. (pragma/warnings 303 again...)
57291      Branch: perlio
57292            ! perlio.c
57293 ____________________________________________________________________________
57294 [  7554] By: nick                                  on 2000/11/05  10:10:13
57295         Log: Fix case where ungetc(f,EOF) was allowed.
57296              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
57297              so we can see similarities.
57298              Use types more carefully and a STDCHAR array in hope that this will
57299              fix Jarrko's 64bit machine.
57300      Branch: perlio
57301            ! perlio.c
57302 ____________________________________________________________________________
57303 [  7553] By: jhi                                   on 2000/11/05  01:12:16
57304         Log: Fix for
57305              
57306              Subject: [ID 20001004.007] taint propogation is inconsistent
57307              From: pimlott@idiomtech.com (Andrew Pimlott) 
57308              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
57309              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
57310              
57311              The culprit was sv_setsv() which was rather blindly
57312              propagating taint, which lead to behaviour where if
57313              a tainted anon hash value was seen all the hash values
57314              from then on at that level became tainted, or at any
57315              upper levels in the case of nested anon hashes.
57316      Branch: perl
57317            ! sv.c t/op/taint.t
57318 ____________________________________________________________________________
57319 [  7552] By: jhi                                   on 2000/11/04  23:44:18
57320         Log: Some cpps don't like splitting conditionals across several lines.
57321      Branch: perl
57322            ! perlio.c
57323 ____________________________________________________________________________
57324 [  7551] By: nick                                  on 2000/11/04  23:40:44
57325         Log: Integrate mainline
57326      Branch: perlio
57327           !> pp_hot.c t/op/taint.t
57328 ____________________________________________________________________________
57329 [  7550] By: nick                                  on 2000/11/04  23:39:05
57330         Log: Integrate mainline again
57331      Branch: perlio
57332           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
57333           !> t/lib/b.t t/op/misc.t util.c
57334 ____________________________________________________________________________
57335 [  7549] By: jhi                                   on 2000/11/04  23:14:01
57336         Log: Fix for
57337              
57338              Subject: [ID 20001004.006] undef is never tainted
57339              From: pimlott@idiomtech.com (Andrew Pimlott)
57340              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
57341              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
57342              
57343              An undef read from a slurped file was not tainted.
57344      Branch: perl
57345            ! pp_hot.c t/op/taint.t
57346 ____________________________________________________________________________
57347 [  7548] By: jhi                                   on 2000/11/04  22:56:21
57348         Log: Test tweak ($Config{useperlio} is by default undef) .
57349      Branch: perl
57350            ! t/lib/b.t
57351 ____________________________________________________________________________
57352 [  7547] By: jhi                                   on 2000/11/04  22:43:56
57353         Log: Integrate perlio.
57354      Branch: perl
57355           +> lib/perlio.pm
57356           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
57357           !> pod/perlapi.pod t/lib/b.t
57358 ____________________________________________________________________________
57359 [  7546] By: jhi                                   on 2000/11/04  22:40:59
57360         Log: Configure would use a bad $myuname from an old config.sh.
57361              
57362              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
57363              From: Andy Dougherty <doughera@lafayette.edu>
57364              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
57365              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
57366      Branch: metaconfig
57367            ! U/modified/Oldconfig.U
57368      Branch: perl
57369            ! Configure config_h.SH
57370 ____________________________________________________________________________
57371 [  7545] By: jhi                                   on 2000/11/04  22:36:54
57372         Log: Subject: Locales support (setlocale) fixes
57373              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
57374              Date: Sat, 4 Nov 2000 10:15:48 +0300 
57375              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
57376              
57377              Modified quite a bit to be more portable.
57378      Branch: perl
57379            ! embed.h embed.pl perl.h proto.h util.c
57380 ____________________________________________________________________________
57381 [  7544] By: jhi                                   on 2000/11/04  22:32:47
57382         Log: Dying is too strict here, better just skip.
57383      Branch: perl
57384            ! t/op/misc.t
57385 ____________________________________________________________________________
57386 [  7543] By: nick                                  on 2000/11/04  21:55:13
57387         Log: Merge mainline
57388      Branch: perlio
57389           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
57390           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
57391           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
57392           !> (integrate 64 files)
57393 ____________________________________________________________________________
57394 [  7542] By: jhi                                   on 2000/11/04  21:09:28
57395         Log: More Changes tweakery.
57396      Branch: perl
57397            ! Changes Porting/genlog
57398 ____________________________________________________________________________
57399 [  7541] By: jhi                                   on 2000/11/04  20:58:18
57400         Log: Changes fixups.
57401      Branch: perl
57402            ! Changes
57403 ____________________________________________________________________________
57404 [  7540] By: jhi                                   on 2000/11/04  20:42:38
57405         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
57406              create a "fast path" for locale name probing using "locale -a"
57407              if available, squash finally hopefully the s?printf resetting
57408              the numeric locale (since, IIUC perllocale, it never shouldn't). 
57409      Branch: perl
57410            ! sv.c t/op/misc.t t/pragma/locale.t
57411 ____________________________________________________________________________
57412 [  7539] By: nick                                  on 2000/11/04  19:56:10
57413         Log: PerlIO infrastructure complete.
57414      Branch: perlio
57415            + lib/perlio.pm
57416            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
57417 ____________________________________________________________________________
57418 [  7538] By: nick                                  on 2000/11/04  14:31:32
57419         Log: Type tweaks + less contorted allocation scheme
57420      Branch: perlio
57421            ! perlio.c
57422 ____________________________________________________________________________
57423 [  7537] By: nick                                  on 2000/11/04  12:40:42
57424         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
57425              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
57426              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
57427              sensible) which lead to some interesting fails.
57428      Branch: perlio
57429            ! perlio.c
57430 ____________________________________________________________________________
57431 [  7536] By: jhi                                   on 2000/11/04  00:20:02
57432         Log: Add FCNTL_CAN_LOCK.
57433              
57434              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57435              From: Andy Dougherty <doughera@lafayette.edu>
57436              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
57437              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
57438              
57439              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57440              From: Andy Dougherty <doughera@lafayette.edu>
57441              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
57442              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
57443      Branch: metaconfig/U/perl
57444            + d_fcntl_can_lock.U
57445            ! startperl.U
57446      Branch: perl
57447            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57448            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
57449            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57450            ! vos/config.ga.h win32/config.bc win32/config.gc
57451            ! win32/config.vc
57452 ____________________________________________________________________________
57453 [  7535] By: nick                                  on 2000/11/03  22:19:10
57454         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
57455              - Works on Linux with
57456              perlio + unix
57457              stdio
57458              - Works on Solaris with
57459              perlio + unix
57460              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
57461              - Fails (hangs in openpid) if you try and stack
57462              perlio + stdio - Linux stdio's read() logic is hanging.
57463      Branch: perlio
57464            ! iperlsys.h perlio.c
57465 ____________________________________________________________________________
57466 [  7534] By: jhi                                   on 2000/11/03  15:16:02
57467         Log: Subject: Re: README.aix
57468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57469              Date: Fri, 03 Nov 2000 16:03:15 +0100
57470              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
57471      Branch: perl
57472            ! README.aix
57473 ____________________________________________________________________________
57474 [  7533] By: jhi                                   on 2000/11/03  03:59:02
57475         Log: Subject: [PATCH 5.7.0] better messages from malloc()
57476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57477              Date: Wed, 1 Nov 2000 23:39:56 -0500
57478              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
57479      Branch: perl
57480            ! malloc.c pod/perldiag.pod
57481 ____________________________________________________________________________
57482 [  7532] By: jhi                                   on 2000/11/03  00:11:56
57483         Log: The #7521 touched things it shouldn't have.
57484      Branch: perl
57485            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
57486 ____________________________________________________________________________
57487 [  7531] By: jhi                                   on 2000/11/02  22:32:33
57488         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
57489              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57490              Date:     Thu, 2 Nov 2000 16:58:36 EST
57491              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
57492      Branch: perl
57493            ! vms/gen_shrfls.pl
57494 ____________________________________________________________________________
57495 [  7530] By: jhi                                   on 2000/11/02  22:08:49
57496         Log: Fix the problem discussed in
57497              
57498              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
57499              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
57500              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
57501              
57502              originally from Linc Madison.  Also Andreas König's comments
57503              taken into account.  Some other problems with Tie::SubstrHash
57504              fixed: didn't croak when the table exceeded the requested number
57505              of entries (as documented) but instead when the number of entries
57506              exceeded the size of the table, a croak() had an unnecessary \n,
57507              didn't have a CLEAR method, documented that there is no exists().
57508              Didn't fix to be strict-proof because the module uses &foo; and
57509              dynamic scope.  Added a test script exercizing both first tamely 
57510              the basic functionality, and then the failure cases reported by
57511              Linc Madison.
57512      Branch: perl
57513            + t/lib/tie-substrhash.t
57514            ! MANIFEST lib/Tie/SubstrHash.pm
57515 ____________________________________________________________________________
57516 [  7529] By: jhi                                   on 2000/11/02  17:58:08
57517         Log: recv() can fail and return undef.
57518              
57519              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
57520              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
57521              Date: Thu, 2 Nov 2000 20:12:20 +0300
57522              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
57523      Branch: perl
57524            ! lib/Net/Ping.pm
57525 ____________________________________________________________________________
57526 [  7528] By: jhi                                   on 2000/11/02  17:49:09
57527         Log: Detpyo.
57528      Branch: perl
57529            ! pod/perlop.pod
57530 ____________________________________________________________________________
57531 [  7527] By: jhi                                   on 2000/11/02  15:48:37
57532         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
57533              fix a autovivification bug in Tie::RefHash, add tests for both.
57534              
57535              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
57536              From: Edward Avis <epa98@doc.ic.ac.uk>
57537              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
57538              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
57539      Branch: perl
57540            + t/lib/tie-refhash.t
57541            ! MANIFEST lib/Tie/RefHash.pm
57542 ____________________________________________________________________________
57543 [  7526] By: jhi                                   on 2000/11/02  13:56:26
57544         Log: Test::Harness revealed buglets in the new DynaLoader.
57545              
57546              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
57547              From: andreas.koenig@anima.de (Andreas J. Koenig)
57548              Date: 02 Nov 2000 11:26:48 +0100 
57549              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
57550      Branch: perl
57551            ! ext/DynaLoader/DynaLoader_pm.PL
57552 ____________________________________________________________________________
57553 [  7525] By: jhi                                   on 2000/11/01  23:52:08
57554         Log: The entry for #7503 was missing.
57555      Branch: perl
57556            ! Changes
57557 ____________________________________________________________________________
57558 [  7524] By: jhi                                   on 2000/11/01  23:40:52
57559         Log: Update Changes.
57560      Branch: perl
57561            ! Changes patchlevel.h
57562 ____________________________________________________________________________
57563 [  7523] By: jhi                                   on 2000/11/01  22:57:09
57564         Log: More tweaking on the #7522 theme.
57565      Branch: perl
57566            ! ext/DynaLoader/DynaLoader_pm.PL
57567 ____________________________________________________________________________
57568 [  7522] By: jhi                                   on 2000/11/01  22:06:15
57569         Log: Expand %Config variables and %ENV variables only if
57570              so requested during build time using the
57571              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
57572              Not expanding makes relocating distributions easier.
57573      Branch: perl
57574            ! ext/DynaLoader/DynaLoader_pm.PL
57575 ____________________________________________________________________________
57576 [  7521] By: jhi                                   on 2000/11/01  20:56:34
57577         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
57578              and setgid() because they were just changing $< and $( which means
57579              only changing the real uid/gid, as opposed to changing both
57580              real and effective ids.  (The alternative way could have been
57581              in POSIX.pm to change $> and $), too, but making a direct call
57582              to the C API feels cleaner.)  Fixes the bug
57583              
57584              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
57585              From: "Garry T. Williams" <garry@zvolve.com>
57586              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
57587              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
57588      Branch: perl
57589            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
57590            ! ext/POSIX/typemap pod/perlvar.pod
57591 ____________________________________________________________________________
57592 [  7520] By: jhi                                   on 2000/11/01  20:08:33
57593         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
57594              From: "Garry T. Williams" <garry@zvolve.com>
57595              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
57596              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
57597      Branch: perl
57598            ! pod/perlsec.pod
57599 ____________________________________________________________________________
57600 [  7519] By: jhi                                   on 2000/11/01  20:01:22
57601         Log: Locale warning explanation tweak.
57602      Branch: perl
57603            ! pod/perldiag.pod
57604 ____________________________________________________________________________
57605 [  7518] By: jhi                                   on 2000/11/01  18:57:13
57606         Log: C.pm part of
57607              
57608              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
57609              From: Jarkko Hietaniemi <jhi@iki.fi>
57610              Date: Tue, 10 Oct 2000 08:22:28 -0500
57611              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
57612      Branch: perl
57613            ! ext/B/B/C.pm
57614 ____________________________________________________________________________
57615 [  7517] By: jhi                                   on 2000/11/01  18:41:59
57616         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
57617              From: Martien Verbruggen <mgjv@comdyn.com.au>
57618              Date: Fri, 6 Oct 2000 14:09:10 +1100
57619              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
57620      Branch: perl
57621            ! pod/perlop.pod
57622 ____________________________________________________________________________
57623 [  7516] By: jhi                                   on 2000/11/01  18:34:55
57624         Log: Generalize the Camel wording.
57625              
57626              Subject: Re: perlfaq style changes
57627              From: John Borwick <jhborwic@unity.ncsu.edu>
57628              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
57629              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
57630      Branch: perl
57631            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
57632 ____________________________________________________________________________
57633 [  7515] By: jhi                                   on 2000/11/01  16:52:31
57634         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
57635              From: pimlott@idiomtech.com (Andrew Pimlott)
57636              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
57637              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
57638      Branch: perl
57639            ! pod/perlsec.pod
57640 ____________________________________________________________________________
57641 [  7514] By: jhi                                   on 2000/11/01  15:03:40
57642         Log: More AIX lore.
57643      Branch: perl
57644            ! ext/re/hints/aix.pl
57645 ____________________________________________________________________________
57646 [  7513] By: jhi                                   on 2000/11/01  14:48:30
57647         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
57648              From: root <root@chronos.fi.muni.cz>
57649              Date: Wed, 1 Nov 2000 12:31:32 +0100
57650              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
57651      Branch: perl
57652            ! lib/Net/Ping.pm
57653 ____________________________________________________________________________
57654 [  7512] By: jhi                                   on 2000/11/01  14:46:47
57655         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
57656              From: Martin Husemann <martin@duskware.de>
57657              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
57658              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
57659      Branch: perl
57660            ! regcomp.c
57661 ____________________________________________________________________________
57662 [  7511] By: jhi                                   on 2000/11/01  14:39:50
57663         Log: AUTHORS updates.
57664      Branch: perl
57665            ! AUTHORS
57666 ____________________________________________________________________________
57667 [  7510] By: jhi                                   on 2000/11/01  14:29:50
57668         Log: Subject: [PATCH] startperl to respect versiononly
57669              From: Robin Barker <rmb1@cise.npl.co.uk> 
57670              Date: Tue, 31 Oct 2000 16:29:36 GMT
57671              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
57672      Branch: metaconfig/U/perl
57673            ! startperl.U
57674      Branch: perl
57675            ! Configure config_h.SH
57676 ____________________________________________________________________________
57677 [  7509] By: jhi                                   on 2000/11/01  14:19:53
57678         Log: printf UVs the correct way, noticed by Robin Barker.
57679      Branch: perl
57680            ! utf8.c
57681 ____________________________________________________________________________
57682 [  7508] By: jhi                                   on 2000/11/01  14:10:03
57683         Log: Do not cleanup *% because the % has special meanings in some
57684              shell environments.
57685      Branch: perl
57686            ! ext/Storable/Makefile.PL
57687 ____________________________________________________________________________
57688 [  7507] By: jhi                                   on 2000/11/01  14:06:00
57689         Log: The NonStop-UX libraries have a novel way to say NaN.
57690      Branch: perl
57691            ! t/lib/bigfltpm.t
57692 ____________________________________________________________________________
57693 [  7506] By: jhi                                   on 2000/11/01  14:03:35
57694         Log: The osname has been lowercased by now, from Tom Bates.
57695      Branch: metaconfig
57696            ! U/modified/Oldconfig.U
57697      Branch: perl
57698            ! Configure config_h.SH
57699 ____________________________________________________________________________
57700 [  7505] By: jhi                                   on 2000/10/31  19:18:39
57701         Log: The compiler is either gcc or cc, from Tom Bates.
57702      Branch: perl
57703            ! hints/nonstopux.sh
57704 ____________________________________________________________________________
57705 [  7504] By: jhi                                   on 2000/10/31  14:53:42
57706         Log: Update Changes.
57707      Branch: perl
57708            ! Changes patchlevel.h
57709 ____________________________________________________________________________
57710 [  7503] By: jhi                                   on 2000/10/31  14:30:50
57711         Log: Whitespace style tweak.  Was originally going to see to
57712              
57713              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57714              From: Joe Smith <jms@inwap.com>
57715              Date: Mon, 30 Oct 2000 18:47:57 -0800
57716              Message-Id: <39FE32DD.24AAC4D@inwap.com>
57717              
57718              but that had already been taken care of.
57719      Branch: metaconfig
57720            ! U/compline/d_stdstdio.U
57721      Branch: perl
57722            ! Configure config_h.SH
57723 ____________________________________________________________________________
57724 [  7502] By: jhi                                   on 2000/10/31  14:25:02
57725         Log: AUTHORS tweaks.
57726      Branch: perl
57727            ! AUTHORS
57728 ____________________________________________________________________________
57729 [  7501] By: jhi                                   on 2000/10/31  14:23:59
57730         Log: Subject: perlfaq style changes
57731              From: John Borwick <jhborwic@unity.ncsu.edu>
57732              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
57733              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
57734      Branch: perl
57735            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
57736            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
57737            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
57738            ! pod/perlfaq9.pod
57739 ____________________________________________________________________________
57740 [  7500] By: jhi                                   on 2000/10/31  14:22:15
57741         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
57742              
57743              Subject: Re: [ID 20000918.005] ~ on wide chars
57744              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57745              Date: Mon, 30 Oct 2000 21:09:55 -0800
57746              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
57747              
57748              (The ord() part of the patch skipped.)
57749      Branch: perl
57750            ! doop.c
57751 ____________________________________________________________________________
57752 [  7499] By: jhi                                   on 2000/10/31  14:20:08
57753         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
57754              From: Jens Hamisch <jens@Strawberry.COM>
57755              Date: Mon, 30 Oct 2000 15:17:07 +0100
57756              Message-Id: <20001030151707.A9597@Strawberry.COM>
57757      Branch: perl
57758            ! av.c
57759 ____________________________________________________________________________
57760 [  7498] By: jhi                                   on 2000/10/31  14:16:29
57761         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
57762              From: Peter Prymmer <pvhp@forte.com>
57763              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
57764              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
57765      Branch: perl
57766            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
57767            + ext/Encode/Encode/posix-bc.enc
57768            ! MANIFEST t/lib/encode.t
57769 ____________________________________________________________________________
57770 [  7497] By: jhi                                   on 2000/10/31  14:13:22
57771         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
57772              From: Peter Prymmer <pvhp@forte.com>
57773              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
57774              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
57775      Branch: perl
57776            ! t/lib/cgi-html.t
57777 ____________________________________________________________________________
57778 [  7496] By: jhi                                   on 2000/10/31  14:12:05
57779         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
57780              From: Peter Prymmer <pvhp@forte.com>
57781              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
57782              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
57783      Branch: perl
57784            ! t/lib/cgi-function.t
57785 ____________________________________________________________________________
57786 [  7495] By: jhi                                   on 2000/10/31  14:11:08
57787         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
57788              From: Peter Prymmer <pvhp@forte.com>
57789              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
57790              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
57791      Branch: perl
57792            + ext/re/hints/aix.pl
57793            ! MANIFEST ext/re/Makefile.PL
57794 ____________________________________________________________________________
57795 [  7494] By: jhi                                   on 2000/10/31  14:08:32
57796         Log: Use Errno magic.
57797              
57798              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
57799              From: Casey Tweten <perl@ctweten.amsite.com>
57800              Date: Mon, 30 Oct 2000 15:51:17 -0500
57801              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
57802      Branch: perl
57803            ! lib/File/Temp.pm
57804 ____________________________________________________________________________
57805 [  7493] By: jhi                                   on 2000/10/31  14:05:07
57806         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
57807              
57808              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
57809              From: Nicholas Clark <nick@ccl4.org>
57810              Date: Mon, 30 Oct 2000 17:38:45 +0000
57811              Message-ID: <20001030173845.O60355@plum.flirble.org>
57812      Branch: perl
57813            ! Makefile.SH utils/perlbug.PL
57814 ____________________________________________________________________________
57815 [  7492] By: nick                                  on 2000/10/30  19:37:23
57816         Log: Change files which are mysteriously different to mainline to be
57817              copies of mainline.
57818      Branch: perlio
57819            ! objXSUB.h perlapi.c pod/perlapi.pod
57820 ____________________________________________________________________________
57821 [  7491] By: nick                                  on 2000/10/30  18:05:54
57822         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
57823              - typo in endian code in putc.
57824              - Don't allow read of write-only files and vice-versa
57825              - and off-by-one in flush-all loop.
57826              Remove debug calls as they were using GCC specific features.
57827      Branch: perlio
57828            ! perlio.c
57829 ____________________________________________________________________________
57830 [  7490] By: nick                                  on 2000/10/29  21:45:45
57831         Log: Integrate mainline to perlio
57832      Branch: perlio
57833           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
57834           !> toke.c
57835 ____________________________________________________________________________
57836 [  7489] By: jhi                                   on 2000/10/29  21:11:08
57837         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
57838              From: andreas.koenig@anima.de (Andreas J. Koenig)
57839              Date: 29 Oct 2000 22:05:59 +0100
57840              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
57841      Branch: perl
57842            ! lib/ExtUtils/Manifest.pm
57843 ____________________________________________________________________________
57844 [  7488] By: jhi                                   on 2000/10/29  21:07:47
57845         Log: Tests for #7487.
57846              
57847              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
57848              From: andreas.koenig@anima.de (Andreas J. Koenig)
57849              Date: 29 Oct 2000 19:37:09 +0100
57850              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
57851      Branch: perl
57852            ! t/comp/proto.t
57853 ____________________________________________________________________________
57854 [  7487] By: jhi                                   on 2000/10/29  21:06:27
57855         Log: constsub spillage.
57856              
57857              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
57858              From: John Tobey <jtobey@john-edwin-tobey.org>
57859              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
57860              Message-Id: <m13pvSr-000FObC@feynman.localnet>
57861      Branch: perl
57862            ! op.c
57863 ____________________________________________________________________________
57864 [  7486] By: nick                                  on 2000/10/29  21:05:04
57865         Log: Integrate mainline to perlio branch
57866      Branch: perlio
57867           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
57868           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
57869           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
57870           +> vos/install_perl.cm
57871            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
57872            - vos/config.h vos/config_h.SH_orig
57873           !> (integrate 141 files)
57874 ____________________________________________________________________________
57875 [  7485] By: jhi                                   on 2000/10/29  21:00:47
57876         Log: Make \x{...} consistently produce UTF-8.
57877              
57878              Subject: Re: \x{...} is confused 
57879              From: Simon Cozens <simon@cozens.net>
57880              Date: Sun, 29 Oct 2000 19:36:48 +0000
57881              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
57882      Branch: perl
57883            ! t/pragma/utf8.t toke.c
57884 ____________________________________________________________________________
57885 [  7484] By: nick                                  on 2000/10/29  20:05:29
57886         Log: PerlIO passes all tests.
57887      Branch: perlio
57888            ! perlio.c
57889 ____________________________________________________________________________
57890 [  7483] By: jhi                                   on 2000/10/29  18:06:55
57891         Log: Update Changes.
57892      Branch: perl
57893            ! Changes patchlevel.h
57894 ____________________________________________________________________________
57895 [  7482] By: nick                                  on 2000/10/29  17:43:28
57896         Log: Include <unistd.h> to get correct lseek() prototype etc.
57897              (I thought perl.h did that) - down to two fails
57898              - comp/require.t (last test)
57899              - lib/io_xs.t - possibly import/export of FILE * ?
57900      Branch: perlio
57901            ! perlio.c
57902 ____________________________________________________________________________
57903 [  7481] By: jhi                                   on 2000/10/29  17:02:37
57904         Log: UTF-8 decoder tweak.
57905      Branch: perl
57906            ! utf8.c
57907 ____________________________________________________________________________
57908 [  7480] By: nick                                  on 2000/10/29  16:26:11
57909         Log: Fixed two bugs:
57910              - error code not being set on close (of broken pipe)
57911              - append mode was truncating.
57912              At least one seek/tell bug remains.
57913      Branch: perlio
57914            ! perlio.c
57915 ____________________________________________________________________________
57916 [  7479] By: nick                                  on 2000/10/29  11:18:16
57917         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
57918              in case of accidents. Still several worrying fails, no line disciplines yet.
57919      Branch: perlio
57920            ! iperlsys.h perlio.c
57921 ____________________________________________________________________________
57922 [  7478] By: jhi                                   on 2000/10/29  02:04:01
57923         Log: Add also emailless people.
57924      Branch: perl
57925            ! AUTHORS
57926 ____________________________________________________________________________
57927 [  7477] By: jhi                                   on 2000/10/29  01:36:00
57928         Log: The #7476 needs a MANIFEST change, too.
57929      Branch: perl
57930            ! MANIFEST
57931 ____________________________________________________________________________
57932 [  7476] By: jhi                                   on 2000/10/29  01:35:21
57933         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
57934      Branch: perl
57935            - MAINTAIN
57936            ! AUTHORS Changes
57937 ____________________________________________________________________________
57938 [  7475] By: jhi                                   on 2000/10/28  23:57:25
57939         Log: De-quoted-unreadable to ISO Latin 1.
57940              (There's one ISO-2022-JP name in Changes5.004.)
57941      Branch: perl
57942            ! Changes Changes5.6
57943 ____________________________________________________________________________
57944 [  7474] By: jhi                                   on 2000/10/28  19:13:06
57945         Log: Subject: [ID 20001027.007] uniq array in perlfaq
57946              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
57947              Date: Fri, 27 Oct 2000 19:28:30 +0200
57948              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
57949      Branch: perl
57950            ! pod/perlfaq4.pod
57951 ____________________________________________________________________________
57952 [  7473] By: jhi                                   on 2000/10/28  18:02:05
57953         Log: Locking null mutexes is not recommendable.
57954              
57955              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
57956              From: Hugo <hv@crypt.compulink.co.uk>
57957              Date: Sat, 28 Oct 2000 18:41:12 +0100
57958              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
57959      Branch: perl
57960            ! op.c
57961 ____________________________________________________________________________
57962 [  7472] By: jhi                                   on 2000/10/28  17:52:58
57963         Log: Better create a true mailing list for the repository keepers.
57964      Branch: perl
57965            ! Porting/repository.pod
57966 ____________________________________________________________________________
57967 [  7471] By: jhi                                   on 2000/10/28  17:28:24
57968         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
57969              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
57970      Branch: perl
57971            + Porting/repository.pod
57972            ! MANIFEST
57973 ____________________________________________________________________________
57974 [  7470] By: jhi                                   on 2000/10/28  17:20:54
57975         Log: Subject: DOC PATCH 5.6.0
57976              From: mjd@plover.com
57977              Date: 27 Oct 2000 17:32:44 -0000
57978              Message-ID: <20001027173244.23754.qmail@plover.com>
57979      Branch: perl
57980            ! pod/perlfunc.pod
57981 ____________________________________________________________________________
57982 [  7469] By: jhi                                   on 2000/10/28  17:16:45
57983         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
57984              From: "Peter J. Farley III" <pjfarley@banet.net>
57985              Date: Fri, 27 Oct 2000 20:32:56 -0400
57986              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
57987      Branch: perl
57988            ! README.dos
57989 ____________________________________________________________________________
57990 [  7468] By: jhi                                   on 2000/10/28  17:07:18
57991         Log: Make target reordering to avoid pointless re-makes.
57992              
57993              Subject: Re: Total re-make of 'make okfile' after 7451 ?
57994              From: Nicholas Clark <nick@ccl4.org>
57995              Date: Sat, 28 Oct 2000 00:31:02 +0100
57996              Message-ID: <20001028003101.A54517@plum.flirble.org>
57997      Branch: perl
57998            ! Makefile.SH
57999 ____________________________________________________________________________
58000 [  7467] By: jhi                                   on 2000/10/28  17:05:31
58001         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
58002              From: lvirden@cas.org
58003              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
58004              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
58005      Branch: perl
58006            ! README.os2
58007 ____________________________________________________________________________
58008 [  7466] By: jhi                                   on 2000/10/28  16:09:16
58009         Log: Upgrade to CPAN 1.58_55.
58010              
58011              Subject: CPAN.pm status
58012              From: andreas.koenig@anima.de (Andreas J. Koenig) 
58013              Date: 28 Oct 2000 08:18:00 +0200 
58014              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
58015      Branch: perl
58016            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58017 ____________________________________________________________________________
58018 [  7465] By: jhi                                   on 2000/10/28  16:02:47
58019         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
58020      Branch: perl
58021            ! embed.h embed.pl perl.h proto.h toke.c
58022 ____________________________________________________________________________
58023 [  7464] By: nick                                  on 2000/10/28  10:43:44
58024         Log: Fix for sv_2iv() on "shared" value from keys %hash.
58025      Branch: perl
58026            ! sv.c
58027 ____________________________________________________________________________
58028 [  7463] By: jhi                                   on 2000/10/27  16:18:29
58029         Log: Update Changes.
58030      Branch: perl
58031            ! Changes patchlevel.h
58032 ____________________________________________________________________________
58033 [  7462] By: jhi                                   on 2000/10/27  16:17:44
58034         Log: Too enthusiastic editing in #7460.
58035      Branch: metaconfig
58036            ! U/modified/Oldsym.U
58037      Branch: perl
58038            ! Configure config_h.SH
58039 ____________________________________________________________________________
58040 [  7461] By: jhi                                   on 2000/10/27  15:37:38
58041         Log: Retract #7459, the script needs more work.
58042      Branch: perl
58043            - mkreef
58044            ! MANIFEST
58045 ____________________________________________________________________________
58046 [  7460] By: jhi                                   on 2000/10/27  15:23:14
58047         Log: Use $sort, $uniq (and $tr) consistently as wondered
58048              by Nicholas Clark.
58049      Branch: metaconfig
58050            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
58051            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
58052            ! U/modified/libc.U
58053      Branch: perl
58054            ! Configure config_h.SH
58055 ____________________________________________________________________________
58056 [  7459] By: jhi                                   on 2000/10/27  15:02:07
58057         Log: (Retracted by #7461)
58058              
58059              Add a shell script for creating/removing symbolic link farms,
58060              useful for keeping the source code read-only and doing the
58061              builds somewhere else.
58062      Branch: perl
58063            + mkreef
58064            ! MANIFEST
58065 ____________________________________________________________________________
58066 [  7458] By: jhi                                   on 2000/10/27  14:42:20
58067         Log: Do away with the fix_pl.
58068      Branch: perl
58069            - fix_pl
58070            ! MANIFEST Makefile.SH
58071 ____________________________________________________________________________
58072 [  7457] By: jhi                                   on 2000/10/27  12:43:13
58073         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
58074              From: Jens Hamisch <jens@Strawberry.COM>
58075              Date: Fri, 27 Oct 2000 14:38:21 +0200
58076              Message-Id: <20001027143821.B3366@Strawberry.COM>
58077      Branch: perl
58078            ! perl.h
58079 ____________________________________________________________________________
58080 [  7456] By: jhi                                   on 2000/10/27  12:33:42
58081         Log: Subject: [PATCH] todo
58082              From: Nicholas Clark <nick@ccl4.org>
58083              Date: Thu, 26 Oct 2000 22:32:29 +0100
58084              Message-ID: <20001026223229.A44540@plum.flirble.org>
58085      Branch: perl
58086            ! pod/perltodo.pod
58087 ____________________________________________________________________________
58088 [  7455] By: jhi                                   on 2000/10/27  12:02:21
58089         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
58090              From: John Tobey <jtobey@john-edwin-tobey.org>
58091              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
58092              Message-Id: <m13ozHF-000FObC@feynman.localnet>
58093      Branch: perl
58094            ! op.c t/pragma/sub_lval.t
58095 ____________________________________________________________________________
58096 [  7454] By: jhi                                   on 2000/10/27  11:59:42
58097         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
58098              From: sthoenna@efn.org
58099              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
58100              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
58101      Branch: perl
58102            ! pp.c t/op/assignwarn.t
58103 ____________________________________________________________________________
58104 [  7453] By: jhi                                   on 2000/10/27  00:15:08
58105         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
58106      Branch: perl
58107            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
58108            ! ext/Storable/Storable.xs t/lib/st-lock.t
58109 ____________________________________________________________________________
58110 [  7452] By: jhi                                   on 2000/10/26  13:05:52
58111         Log: Undo #7451, this seems to be a deficiency in Perforce,
58112              there is no per-file line-terminator type, only per-client.
58113      Branch: perl
58114            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
58115            ! win32/makefile.mk
58116 ____________________________________________________________________________
58117 [  7451] By: jhi                                   on 2000/10/26  04:56:03
58118         Log: Experimenting in DOS arcana.
58119      Branch: perl
58120            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
58121            ! win32/makefile.mk
58122 ____________________________________________________________________________
58123 [  7450] By: jhi                                   on 2000/10/26  04:50:52
58124         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
58125              From: "Peter J. Farley III" <pjfarley@banet.net>            
58126              Date: Wed, 25 Oct 2000 23:10:18 -0400
58127              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
58128      Branch: perl
58129            ! t/io/open.t
58130 ____________________________________________________________________________
58131 [  7449] By: jhi                                   on 2000/10/26  04:49:16
58132         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
58133              From: Hugo <hv@crypt.compulink.co.uk>
58134              Date: Thu, 26 Oct 2000 01:55:17 +0100
58135              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
58136              
58137              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
58138      Branch: perl
58139            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
58140 ____________________________________________________________________________
58141 [  7448] By: jhi                                   on 2000/10/26  04:38:36
58142         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
58143              From: Peter Prymmer <pvhp@forte.com>
58144              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
58145              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
58146      Branch: perl
58147            ! configure.com
58148 ____________________________________________________________________________
58149 [  7447] By: jhi                                   on 2000/10/25  23:20:02
58150         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
58151              in platforms that strictly require all the symbols being present
58152              at link time.
58153      Branch: perl
58154            ! handy.h
58155 ____________________________________________________________________________
58156 [  7446] By: jhi                                   on 2000/10/25  21:55:57
58157         Log: Update Changes.
58158      Branch: perl
58159            ! Changes patchlevel.h
58160 ____________________________________________________________________________
58161 [  7445] By: jhi                                   on 2000/10/25  21:27:08
58162         Log: Integrate with vmsperl #7430 by Charles Bailey:
58163              
58164              Cleanup from prior patch (Charles Lane?):
58165              - improve handling of MFDs in Basename and Path
58166              - default to no xsubpp line # munging when building debug images
58167      Branch: perl
58168           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
58169 ____________________________________________________________________________
58170 [  7444] By: jhi                                   on 2000/10/25  21:03:50
58171         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
58172              From: John Peacock <JPeacock@UnivPress.com>
58173              Date: Thu, 18 May 2000 11:55:27 -0400
58174              Message-ID: <3924126F.A58BE57A@UnivPress.com>
58175      Branch: perl
58176            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
58177            ! t/op/write.t
58178 ____________________________________________________________________________
58179 [  7443] By: jhi                                   on 2000/10/25  20:43:10
58180         Log: Temporary stopgap for the self-tying issue: for now only
58181              array and hash self-ties are verboten.  The real fix, of
58182              course, would be to comprehensively test (and implement?)
58183              and debug (and document) self-ties.
58184      Branch: perl
58185            ! pod/perldiag.pod pp_sys.c t/op/tie.t
58186 ____________________________________________________________________________
58187 [  7442] By: jhi                                   on 2000/10/25  20:14:30
58188         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
58189              From: Dan Sugalski <dan@sidhe.org>
58190              Date: Wed, 25 Oct 2000 13:36:35 -0400
58191              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
58192              
58193              plus regen global.sym.
58194      Branch: perl
58195            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
58196            ! thrdvar.h util.c
58197 ____________________________________________________________________________
58198 [  7441] By: jhi                                   on 2000/10/25  20:12:20
58199         Log: buildtoc target tweaks.
58200      Branch: perl
58201            ! pod/Makefile.SH
58202 ____________________________________________________________________________
58203 [  7440] By: jhi                                   on 2000/10/25  20:03:53
58204         Log: A new version of making the syslog test more robust.
58205              (Replaces #7421.)
58206              
58207              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58208              From: "Kurt D. Starsinic" <kstar@chapin.edu>
58209              Date: Wed, 25 Oct 2000 12:13:54 -0400
58210              Message-ID: <20001025121354.B2264@O2.chapin.edu>
58211      Branch: perl
58212            ! t/lib/syslog.t
58213 ____________________________________________________________________________
58214 [  7439] By: jhi                                   on 2000/10/25  20:00:48
58215         Log: Continue the internal UTF-8 API tweaking.
58216              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
58217              used much more than the simpler API, now called utf8_to_uv_simple().
58218              Still not quite happy with API, too much partial duplication
58219              of functionality.
58220      Branch: perl
58221            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
58222            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
58223            ! regcomp.c regexec.c sv.c toke.c utf8.c
58224 ____________________________________________________________________________
58225 [  7438] By: jhi                                   on 2000/10/25  18:52:30
58226         Log: Allow poking holes at the UTF-8 decoding strictness.
58227      Branch: perl
58228            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
58229            ! utf8.h
58230 ____________________________________________________________________________
58231 [  7437] By: jhi                                   on 2000/10/25  13:53:05
58232         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
58233              UTF8LEN() and UTF8SKIP(). 
58234      Branch: perl
58235            ! pp.c utf8.c utf8.h
58236 ____________________________________________________________________________
58237 [  7436] By: jhi                                   on 2000/10/25  13:51:37
58238         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
58239              From: Nicholas Clark <nick@ccl4.org>
58240              Date: Wed, 25 Oct 2000 14:44:05 +0100
58241              Message-ID: <20001025144404.D27253@plum.flirble.org>
58242      Branch: perl
58243            ! pod/perlrun.pod
58244 ____________________________________________________________________________
58245 [  7435] By: jhi                                   on 2000/10/25  13:49:32
58246         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
58247              From: Mike Guy <mjtg@cam.ac.uk>
58248              Date: Tue, 24 Oct 2000 14:59:40 +0100
58249              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
58250      Branch: perl
58251            ! scope.c
58252 ____________________________________________________________________________
58253 [  7434] By: jhi                                   on 2000/10/25  13:48:41
58254         Log: AIX is picky about its symbol exports.  Solution for now
58255              is to include the deb.o explicitly to the re extension build.
58256              
58257              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
58258              From: Peter Prymmer <pvhp@forte.com>
58259              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
58260              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
58261      Branch: perl
58262            ! ext/re/Makefile.PL hints/aix.sh
58263 ____________________________________________________________________________
58264 [  7433] By: jhi                                   on 2000/10/25  13:46:49
58265         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
58266              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58267              Date: Wed, 25 Oct 2000 12:02:20 +0200
58268              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
58269      Branch: perl
58270            ! perlsdio.h
58271 ____________________________________________________________________________
58272 [  7432] By: jhi                                   on 2000/10/25  13:44:28
58273         Log: Subject: Minor update to find2perl, for portability
58274              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
58275              Date: Wed, 25 Oct 2000 12:05:47 +0100
58276              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
58277      Branch: perl
58278            ! x2p/find2perl.PL
58279 ____________________________________________________________________________
58280 [  7431] By: jhi                                   on 2000/10/25  13:40:39
58281         Log: Add targets to Makefile.SH, most importantly
58282              'regen_all' which also remembers to update vms/perly*.
58283      Branch: perl
58284            ! Makefile.SH
58285 ____________________________________________________________________________
58286 [  7430] By: bailey                                on 2000/10/25  03:13:53
58287         Log: Cleanup from prior patch (Charles Lane?):
58288              - improve handling of MFDs in Basename and Path
58289              - default to no xsubpp line # munging when building debug images
58290      Branch: vmsperl
58291            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
58292 ____________________________________________________________________________
58293 [  7429] By: jhi                                   on 2000/10/24  20:03:40
58294         Log: Podify README.epoc and README.vos.
58295      Branch: perl
58296            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
58297            ! pod/perlport.pod pod/perltoc.pod
58298 ____________________________________________________________________________
58299 [  7428] By: jhi                                   on 2000/10/24  19:10:33
58300         Log: Stratus VOS updates from Paul Green.
58301      Branch: perl
58302            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58303            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
58304            - vos/config.def vos/config.h vos/config_h.SH_orig
58305            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
58306            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
58307 ____________________________________________________________________________
58308 [  7427] By: jhi                                   on 2000/10/24  18:59:48
58309         Log: Check if stdio supports tweaking lval and cnt simultaneously.
58310              
58311              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
58312              From: Nicholas Clark <nick@ccl4.org>
58313              Date: Mon, 23 Oct 2000 15:39:32 +0100
58314              Message-ID: <20001023153932.A10786@plum.flirble.org>
58315      Branch: metaconfig
58316            ! U/compline/d_stdstdio.U
58317      Branch: perl
58318            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58319            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
58320            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
58321            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
58322            ! vos/config.h vos/config_h.SH_orig win32/config.bc
58323            ! win32/config.gc win32/config.vc
58324 ____________________________________________________________________________
58325 [  7426] By: jhi                                   on 2000/10/24  17:57:44
58326         Log: Missed the header file changes from #7425.
58327      Branch: perl
58328            ! embed.h embed.pl objXSUB.h proto.h
58329 ____________________________________________________________________________
58330 [  7425] By: jhi                                   on 2000/10/24  17:55:17
58331         Log: Fix the bug reported in
58332              
58333              From: andreas.koenig@anima.de (Andreas J. Koenig)
58334              Subject: Encode bug?
58335              Date: 24 Oct 2000 14:01:26 +0200 
58336              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
58337              
58338              Also make is_utf8_char() stricter.
58339      Branch: perl
58340            ! ext/Encode/Encode.xs utf8.c
58341 ____________________________________________________________________________
58342 [  7424] By: jhi                                   on 2000/10/24  15:15:39
58343         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
58344              From: Peter Scott <Peter@PSDT.com>
58345              Date: Mon, 23 Oct 2000 19:46:01 -0700
58346              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
58347      Branch: perl
58348            ! pod/perlfaq5.pod
58349 ____________________________________________________________________________
58350 [  7423] By: jhi                                   on 2000/10/24  14:25:30
58351         Log: Test tweak to avoid pulling in the whole Config.
58352      Branch: perl
58353            ! t/lib/st-lock.t
58354 ____________________________________________________________________________
58355 [  7422] By: jhi                                   on 2000/10/24  14:03:16
58356         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
58357      Branch: perl
58358            ! pp.c
58359 ____________________________________________________________________________
58360 [  7421] By: jhi                                   on 2000/10/24  13:32:09
58361         Log: (Replaced by #7440.)
58362              
58363              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58364              From: "Kurt D. Starsinic" <kstar@chapin.edu>
58365              Date: Mon, 23 Oct 2000 16:40:54 -0400
58366              Message-ID: <20001023164054.B14491@O2.chapin.edu>
58367      Branch: perl
58368            ! t/lib/syslog.t
58369 ____________________________________________________________________________
58370 [  7420] By: jhi                                   on 2000/10/24  13:30:53
58371         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
58372              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58373              Date: Mon, 23 Oct 2000 17:29:03 -0400
58374              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
58375      Branch: perl
58376            ! lib/ExtUtils/MM_Unix.pm
58377 ____________________________________________________________________________
58378 [  7419] By: jhi                                   on 2000/10/24  13:29:57
58379         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
58380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58381              Date: Mon, 23 Oct 2000 19:01:32 -0400
58382              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
58383      Branch: perl
58384            ! utils/h2xs.PL
58385 ____________________________________________________________________________
58386 [  7418] By: jhi                                   on 2000/10/24  13:26:04
58387         Log: Replace #7409 with
58388              
58389              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
58390              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
58391              Date: Mon, 23 Oct 2000 20:08:56 +0200
58392              Message-ID: <20001023200855.A14850@nice.ram.loc>
58393      Branch: perl
58394            ! ext/Storable/Storable.pm t/lib/st-lock.t
58395 ____________________________________________________________________________
58396 [  7417] By: jhi                                   on 2000/10/24  13:17:52
58397         Log: Run vms/vms_yfix.pl, should have done that after changing
58398              perly.c in #7382.
58399      Branch: perl
58400            ! vms/perly_c.vms vms/perly_h.vms
58401 ____________________________________________________________________________
58402 [  7416] By: jhi                                   on 2000/10/24  02:55:33
58403         Log: Make the UTF-8 decoding stricter and more verbose when
58404              malformation happens.  This involved adding an argument
58405              to utf8_to_uv_chk(), which involved changing its prototype,
58406              and prefer STRLEN over I32 for the UTF-8 length, which as
58407              a domino effect necessitated changing the prototypes of
58408              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
58409              The stricter UTF-8 decoding checking uses Markus Kuhn's
58410              UTF-8 Decode Stress Tester from
58411              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
58412      Branch: perl
58413            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
58414            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
58415            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
58416            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
58417 ____________________________________________________________________________
58418 [  7415] By: jhi                                   on 2000/10/23  14:06:06
58419         Log: Update Changes.
58420      Branch: perl
58421            ! Changes patchlevel.h
58422 ____________________________________________________________________________
58423 [  7414] By: jhi                                   on 2000/10/23  12:39:52
58424         Log: Undo the basename() part of #7412 since the lib/basename
58425              tests would need upgrading too.
58426      Branch: perl
58427            ! lib/File/Basename.pm
58428 ____________________________________________________________________________
58429 [  7413] By: jhi                                   on 2000/10/23  12:19:27
58430         Log: Document PERL_INSTALL_ROOT of #7210.
58431      Branch: perl
58432            ! lib/ExtUtils/Install.pm
58433 ____________________________________________________________________________
58434 [  7412] By: jhi                                   on 2000/10/23  12:16:47
58435         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
58436      Branch: perl
58437            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
58438            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
58439 ____________________________________________________________________________
58440 [  7411] By: jhi                                   on 2000/10/23  12:07:41
58441         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
58442              From: Prymmer/Kahn <pvhp@best.com>
58443              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
58444              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
58445      Branch: perl
58446            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
58447 ____________________________________________________________________________
58448 [  7410] By: jhi                                   on 2000/10/23  04:10:11
58449         Log: The change #7187 was not so good on VMS.
58450              
58451              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
58452              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58453              Date: Sun, 22 Oct 2000 23:03:08 -0500
58454              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
58455      Branch: perl
58456            ! utils/perldoc.PL
58457 ____________________________________________________________________________
58458 [  7409] By: jhi                                   on 2000/10/23  03:57:36
58459         Log: Avoid Storable locking on DJGPP for now.
58460              
58461              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
58462              From: "Peter J. Farley III" <pjfarley@banet.net>
58463              Date: Sun, 22 Oct 2000 20:00:00 -0400
58464              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
58465      Branch: perl
58466            ! ext/Storable/Storable.pm t/lib/st-lock.t
58467 ____________________________________________________________________________
58468 [  7408] By: jhi                                   on 2000/10/23  03:50:24
58469         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
58470              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58471              Date: Sun, 22 Oct 2000 21:12:22 -0400
58472              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
58473      Branch: perl
58474            ! lib/vars.pm
58475 ____________________________________________________________________________
58476 [  7407] By: jhi                                   on 2000/10/23  03:43:12
58477         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
58478              From: Hugo <hv@crypt.compulink.co.uk>
58479              Date: Mon, 23 Oct 2000 00:47:22 +0100
58480              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
58481      Branch: perl
58482            ! regexec.c t/op/pat.t
58483 ____________________________________________________________________________
58484 [  7406] By: jhi                                   on 2000/10/23  03:40:29
58485         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
58486      Branch: perl
58487            ! lib/ExtUtils/MakeMaker.pm
58488 ____________________________________________________________________________
58489 [  7405] By: jhi                                   on 2000/10/22  21:32:00
58490         Log: Doc patch.
58491              
58492              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
58493              From: rspier@pobox.com (Robert Spier)
58494              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
58495              Message-ID: <14835.16112.13457.447971@rls.cx>
58496      Branch: perl
58497            ! lib/strict.pm
58498 ____________________________________________________________________________
58499 [  7404] By: jhi                                   on 2000/10/22  21:30:51
58500         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
58501              From: rspier@pobox.com (Robert Spier)
58502              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
58503              Message-ID: <14835.17223.72448.705566@rls.cx>
58504      Branch: perl
58505            ! lib/ExtUtils/MakeMaker.pm
58506 ____________________________________________________________________________
58507 [  7403] By: jhi                                   on 2000/10/22  21:24:11
58508         Log: Subject: [PATCH bleadperl] ripples from constsub patch
58509              From: John Tobey <jtobey@john-edwin-tobey.org>
58510              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
58511              Message-Id: <m13nSOB-000FObC@feynman.localnet>
58512      Branch: perl
58513            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
58514 ____________________________________________________________________________
58515 [  7402] By: jhi                                   on 2000/10/22  20:59:35
58516         Log: Support s?printf parameter reordering.
58517      Branch: perl
58518            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
58519 ____________________________________________________________________________
58520 [  7401] By: jhi                                   on 2000/10/22  19:19:14
58521         Log: Expand %Config variables only if explicitly so requested
58522              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
58523              
58524              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
58525              From: Gurusamy Sarathy <gsar@ActiveState.com>
58526              Date: Sun, 22 Oct 2000 11:47:32 -0700
58527              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
58528      Branch: perl
58529            ! Makefile.SH lib/lib_pm.PL
58530 ____________________________________________________________________________
58531 [  7400] By: jhi                                   on 2000/10/22  18:24:10
58532         Log: Move the #7390 test from warn/op to comp/redef.
58533              
58534              Subject: Re: Creating const subs for constants.
58535              From: John Tobey <jtobey@john-edwin-tobey.org>
58536              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
58537              Message-Id: <m13nG72-000FObC@feynman.localnet>               
58538      Branch: perl
58539            ! t/comp/redef.t t/pragma/warn/op
58540 ____________________________________________________________________________
58541 [  7399] By: jhi                                   on 2000/10/22  17:49:59
58542         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
58543              From: Nicholas Clark <nick@ccl4.org>
58544              Date: Sat, 21 Oct 2000 22:23:19 +0100
58545              Message-ID: <20001021222319.B45586@plum.flirble.org>
58546      Branch: perl
58547            ! ext/DynaLoader/DynaLoader_pm.PL
58548 ____________________________________________________________________________
58549 [  7398] By: jhi                                   on 2000/10/22  17:47:35
58550         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
58551              From: Hugo <hv@crypt.compulink.co.uk>
58552              Date: Sat, 21 Oct 2000 18:19:59 +0100
58553              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
58554      Branch: perl
58555            ! ext/B/B.pm ext/B/B/C.pm
58556 ____________________________________________________________________________
58557 [  7397] By: jhi                                   on 2000/10/22  17:35:18
58558         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
58559              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
58560              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
58561              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
58562      Branch: perl
58563            ! hints/openbsd.sh
58564 ____________________________________________________________________________
58565 [  7396] By: jhi                                   on 2000/10/22  17:19:46
58566         Log: Subject: installman go-faster stripes
58567              From: Nicholas Clark <nick@talking.bollo.cx>
58568              Date: Sat, 21 Oct 2000 17:24:53 +0100
58569              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
58570              
58571              Subject: Re: installman go-faster stripes
58572              From: Russ Allbery <rra@stanford.edu>
58573              Date: 21 Oct 2000 11:04:13 -0700
58574              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
58575      Branch: perl
58576            ! installman pod/pod2man.PL
58577 ____________________________________________________________________________
58578 [  7395] By: jhi                                   on 2000/10/22  17:17:35
58579         Log: Hints tweak from Anton Berezin.
58580      Branch: perl
58581            ! hints/freebsd.sh
58582 ____________________________________________________________________________
58583 [  7394] By: jhi                                   on 2000/10/22  04:50:04
58584         Log: Tweak the Is* definitions of Unicode character classes
58585              to better match the official categorizations; embrace
58586              the official categorizations; add the combining marks
58587              as alpha (and -numeric); fix DCinital (a typo and edito)
58588              to be DCmedial.
58589      Branch: perl
58590            + lib/unicode/Is/DCmedial.pl
58591            - lib/unicode/Is/DCinital.pl
58592            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
58593            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
58594            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
58595            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
58596 ____________________________________________________________________________
58597 [  7393] By: jhi                                   on 2000/10/21  18:06:05
58598         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
58599              From: Daniel Chetlin <daniel@chetlin.com>
58600              Date: Sat, 21 Oct 2000 02:57:03 -0700
58601              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
58602      Branch: perl
58603            + t/lib/tie-splice.t
58604            ! MANIFEST lib/Tie/Array.pm
58605 ____________________________________________________________________________
58606 [  7392] By: gsar                                  on 2000/10/21  18:05:15
58607         Log: resync utfperl branch with mainline
58608      Branch: utfperl
58609           !> (integrate 1760 files)
58610 ____________________________________________________________________________
58611 [  7391] By: jhi                                   on 2000/10/21  14:37:49
58612         Log: Testcases for a #7383,#7385 related bug.
58613              
58614              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
58615              From: Nicholas Clark <nick@ccl4.org>
58616              Date: Sat, 21 Oct 2000 15:04:51 +0100
58617              Message-ID: <20001021150451.A51566@plum.flirble.org>
58618      Branch: perl
58619            ! t/pragma/utf8.t
58620 ____________________________________________________________________________
58621 [  7390] By: jhi                                   on 2000/10/21  14:35:57
58622         Log: Add a testcase for #7389.
58623      Branch: perl
58624            ! t/pragma/warn/op
58625 ____________________________________________________________________________
58626 [  7389] By: jhi                                   on 2000/10/21  14:26:45
58627         Log: Subject: Re: Creating const subs for constants.
58628              From: John Tobey <jtobey@john-edwin-tobey.org>
58629              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
58630              Message-Id: <m13mo0N-000FObC@feynman.localnet>
58631      Branch: perl
58632            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
58633            ! proto.h sv.c
58634 ____________________________________________________________________________
58635 [  7388] By: nick                                  on 2000/10/21  11:44:23
58636         Log: Populate perlio branch
58637      Branch: perlio
58638           +> (branch 1760 files)
58639 ____________________________________________________________________________
58640 [  7387] By: nick                                  on 2000/10/21  10:52:05
58641         Log: Get branch back as replica of mainline via :
58642              p4 integrate -b utfperl
58643              p4 resolve -at ./...
58644      Branch: utfperl
58645           +> (branch 269 files)
58646            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
58647            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
58648            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
58649            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
58650            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
58651            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
58652            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
58653            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
58654            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
58655            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
58656            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
58657            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
58658            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
58659            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
58660            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58661            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58662            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58663            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58664            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
58665            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
58666            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
58667            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
58668            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
58669            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
58670            - lib/unicode/UCD300.html lib/unicode/Unicode.300
58671            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
58672            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
58673            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
58674            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
58675           !> (integrate 965 files)
58676 ____________________________________________________________________________
58677 [  7386] By: jhi                                   on 2000/10/21  01:31:12
58678         Log: Update Changes.
58679      Branch: perl
58680            ! Changes patchlevel.h
58681 ____________________________________________________________________________
58682 [  7385] By: jhi                                   on 2000/10/21  01:28:42
58683         Log: The #7383 was right only in the context of the original bug report,
58684              not in more general case.
58685      Branch: perl
58686            ! pp_hot.c
58687 ____________________________________________________________________________
58688 [  7384] By: jhi                                   on 2000/10/21  01:08:23
58689         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
58690      Branch: perl
58691            ! ext/IO/lib/IO/Select.pm
58692 ____________________________________________________________________________
58693 [  7383] By: jhi                                   on 2000/10/21  00:44:18
58694         Log: Fix for ID 20001020.006, concatenating an unset submatch
58695              with utf8 resulted in "Modification of a read-only value".
58696      Branch: perl
58697            ! pp_hot.c t/pragma/utf8.t
58698 ____________________________________________________________________________
58699 [  7382] By: jhi                                   on 2000/10/20  20:44:31
58700         Log: Make scan_num() reëntrant, as suggested in
58701              
58702              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58703              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58704              Date: Fri, 20 Oct 2000 14:17:27 +0100
58705              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
58706      Branch: perl
58707            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
58708            ! toke.c
58709 ____________________________________________________________________________
58710 [  7381] By: jhi                                   on 2000/10/20  20:07:29
58711         Log: Reëntrancy fix.
58712              
58713              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58714              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58715              Date: Fri, 20 Oct 2000 14:17:27 +0100
58716              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
58717      Branch: perl
58718            ! embed.h embed.pl perl.h proto.h toke.c
58719 ____________________________________________________________________________
58720 [  7380] By: jhi                                   on 2000/10/20  19:15:54
58721         Log: Don't write double values through long double pointers,
58722              based on a part of
58723              
58724              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58725              From: Jens Hamisch <jens@Strawberry.COM>
58726              Date: Tue, 17 Oct 2000 08:39:36 +0200
58727              Message-Id: <20001017083936.A11104@Strawberry.COM>
58728      Branch: perl
58729            ! perl.h pp.c
58730 ____________________________________________________________________________
58731 [  7379] By: jhi                                   on 2000/10/20  18:43:37
58732         Log: Portability tweak on #7377.
58733              
58734              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
58735              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58736              Date:     Fri, 20 Oct 2000 13:13:41 EDT
58737              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
58738      Branch: perl
58739            ! t/lib/dprof.t
58740 ____________________________________________________________________________
58741 [  7378] By: jhi                                   on 2000/10/20  12:57:19
58742         Log: SOCKS function redefinitions need prototypes, too, otherwise
58743              for example 32 bit versus 64 bit differences cause a lot of
58744              problems.  Part of
58745              
58746              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58747              From: Jens Hamisch <jens@Strawberry.COM>
58748              Date: Tue, 17 Oct 2000 08:39:36 +0200
58749              Message-Id: <20001017083936.A11104@Strawberry.COM>
58750      Branch: perl
58751            ! doio.c pp_sys.c
58752 ____________________________________________________________________________
58753 [  7377] By: jhi                                   on 2000/10/20  12:37:12
58754         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
58755              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58756              Date:     Fri, 20 Oct 2000 08:26:04 EDT
58757              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
58758      Branch: perl
58759            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
58760 ____________________________________________________________________________
58761 [  7376] By: jhi                                   on 2000/10/20  12:35:31
58762         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
58763              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58764              Date:     Fri, 20 Oct 2000 07:48:15 EDT
58765              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
58766      Branch: perl
58767            ! configure.com vms/gen_shrfls.pl
58768 ____________________________________________________________________________
58769 [  7375] By: bailey                                on 2000/10/20  04:44:37
58770         Log: SYN SYN
58771      Branch: vmsperl
58772           +> (branch 134 files)
58773            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
58774            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
58775            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
58776            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
58777            - eg/cgi/frameset.cgi eg/cgi/index.html
58778            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
58779            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
58780            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
58781            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
58782            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
58783            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
58784            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
58785            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
58786            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
58787            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58788            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58789            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58790            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58791            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
58792            - lib/unicode/Props.txt lib/unicode/UCD300.html
58793            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58794            - utils/perlbc.PL vms/subconfigure.com
58795           !> (integrate 785 files)
58796 ____________________________________________________________________________
58797 [  7374] By: jhi                                   on 2000/10/20  00:59:48
58798         Log: In the latest compiler builds cccdlflags must not become -fpic,
58799              from Wilfredo Sánchez.
58800      Branch: perl
58801            ! hints/darwin.sh
58802 ____________________________________________________________________________
58803 [  7373] By: jhi                                   on 2000/10/20  00:56:35
58804         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
58805              From: Tony Cook <tony@develop-help.com>
58806              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
58807              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
58808      Branch: perl
58809            ! pod/perlop.pod
58810 ____________________________________________________________________________
58811 [  7372] By: jhi                                   on 2000/10/19  19:34:40
58812         Log: Typo noted by Mark Lutz.
58813      Branch: perl
58814            ! t/op/64bitint.t
58815 ____________________________________________________________________________
58816 [  7371] By: jhi                                   on 2000/10/19  19:33:13
58817         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
58818      Branch: metaconfig
58819            ! U/modified/Cppsym.U U/modified/Oldconfig.U
58820      Branch: metaconfig/U/perl
58821            ! End.U dlsrc.U libperl.U
58822      Branch: perl
58823            + hints/nonstopux.sh
58824            ! Configure MANIFEST config_h.SH
58825 ____________________________________________________________________________
58826 [  7370] By: jhi                                   on 2000/10/19  17:18:08
58827         Log: Subject: PATCH do_print has 2 PerlIO_error()s
58828              From: nick@ccl4.org
58829              Date: Thu, 19 Oct 2000 18:09:20 +0100
58830              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
58831      Branch: perl
58832            ! doio.c
58833 ____________________________________________________________________________
58834 [  7369] By: jhi                                   on 2000/10/19  14:01:49
58835         Log: Update Changes.
58836      Branch: perl
58837            ! Changes patchlevel.h
58838 ____________________________________________________________________________
58839 [  7368] By: jhi                                   on 2000/10/19  13:04:29
58840         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
58841              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58842              Date: Wed, 18 Oct 2000 13:12:01 +0200
58843              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
58844      Branch: perl
58845            ! hints/aix.sh
58846 ____________________________________________________________________________
58847 [  7367] By: jhi                                   on 2000/10/19  02:22:40
58848         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
58849              of a 'pmshort' anywhere in the B, so the offending line was simply
58850              removed.
58851      Branch: perl
58852            ! ext/B/B/Debug.pm
58853 ____________________________________________________________________________
58854 [  7366] By: jhi                                   on 2000/10/19  02:12:37
58855         Log: Add the test case for the bug id 20000730.004 which seems
58856              to have been fixed by now.
58857      Branch: perl
58858            ! t/pragma/utf8.t
58859 ____________________________________________________________________________
58860 [  7365] By: jhi                                   on 2000/10/18  23:36:24
58861         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
58862              From: Hugo <hv@crypt.compulink.co.uk>
58863              Date: Wed, 18 Oct 2000 23:25:58 +0100
58864              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
58865      Branch: perl
58866            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
58867 ____________________________________________________________________________
58868 [  7364] By: jhi                                   on 2000/10/18  21:12:53
58869         Log: (retracted)
58870      Branch: perl
58871            ! pp.c
58872 ____________________________________________________________________________
58873 [  7363] By: jhi                                   on 2000/10/18  20:55:38
58874         Log: Missing change from #7362.
58875      Branch: perl
58876            ! win32/perlhost.h
58877 ____________________________________________________________________________
58878 [  7362] By: jhi                                   on 2000/10/18  20:52:01
58879         Log: Borland C fstat() never saw the fd as writable.
58880              
58881              Subject: fix for Borland's weak "stat" (perl@7211)
58882              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58883              Date: Mon, 16 Oct 2000 09:55:03 +0400
58884              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
58885      Branch: perl
58886            ! win32/win32.c
58887 ____________________________________________________________________________
58888 [  7361] By: jhi                                   on 2000/10/18  17:43:50
58889         Log: Regen toc.
58890      Branch: perl
58891            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
58892 ____________________________________________________________________________
58893 [  7360] By: jhi                                   on 2000/10/18  17:07:44
58894         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58895              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
58896              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
58897              Date: Mon, 16 Oct 2000 15:19:49 +0200
58898      Branch: perl
58899            + README.aix
58900            ! MANIFEST
58901 ____________________________________________________________________________
58902 [  7359] By: jhi                                   on 2000/10/18  17:04:49
58903         Log: Subject: Pod patch for Devel::Peek
58904              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58905              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
58906              Date: Mon, 16 Oct 2000 12:26:34 +0200
58907      Branch: perl
58908            ! ext/Devel/Peek/Peek.pm
58909 ____________________________________________________________________________
58910 [  7358] By: jhi                                   on 2000/10/18  17:03:15
58911         Log: Make Cwd more bulletproof in chrooted environments.
58912              
58913              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
58914              From: "Eric E. Coe" <Eric.Coe@oracle.com>
58915              Date: Wed, 18 Oct 2000 04:03:54 -0400
58916              Message-Id: <39ED596A.70E599FE@oracle.com>
58917      Branch: perl
58918            ! lib/Cwd.pm
58919 ____________________________________________________________________________
58920 [  7357] By: jhi                                   on 2000/10/18  16:37:26
58921         Log: Disable the UTF8 downgrade croakage for now to avoid
58922              too many not okay messages.
58923      Branch: perl
58924            ! doio.c
58925 ____________________________________________________________________________
58926 [  7356] By: jhi                                   on 2000/10/17  23:29:41
58927         Log: Show the failed remote port, instead of the failing line number.
58928              
58929              Subject: [PATCH 5.6.1 Debugger] More diagnostics
58930              From: David Sparks <daves@ActiveState.com>
58931              Date: Tue, 17 Oct 2000 15:00:24 -0700
58932              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
58933      Branch: perl
58934            ! lib/perl5db.pl
58935 ____________________________________________________________________________
58936 [  7355] By: jhi                                   on 2000/10/17  14:11:31
58937         Log: On output try to downgrade to bytes, croak if impossible,
58938              from Simon Cozens.  This means that outputting >255 UTF8
58939              is impossible.  Consider this as a strong incentive to get
58940              the I/O disciplines implemented.
58941      Branch: perl
58942            ! doio.c pod/perldiag.pod sv.c
58943 ____________________________________________________________________________
58944 [  7354] By: jhi                                   on 2000/10/17  13:42:23
58945         Log: Clarify documentation on 'use bytes'.
58946              
58947              Subject: Re: What does 'use bytes' "mean" ?
58948              From: Simon Cozens <simon@cozens.net>
58949              Date: Mon, 18 Sep 2000 18:24:25 +0100
58950              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
58951      Branch: perl
58952            ! lib/bytes.pm
58953 ____________________________________________________________________________
58954 [  7353] By: jhi                                   on 2000/10/17  13:28:12
58955         Log: Workaround for a sfio bug where the stream error indicator
58956              is not cleared as documented.
58957              
58958              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58959              From: Nicholas Clark <nick@ccl4.org>
58960              Date: Mon, 16 Oct 2000 18:28:23 +0100
58961              Message-ID: <20001016182823.J19700@plum.flirble.org>
58962      Branch: perl
58963            ! doio.c
58964 ____________________________________________________________________________
58965 [  7352] By: jhi                                   on 2000/10/17  13:06:19
58966         Log: More IoTYPE sprinkling.
58967      Branch: perl
58968            ! doio.c pp_hot.c
58969 ____________________________________________________________________________
58970 [  7351] By: jhi                                   on 2000/10/16  22:47:07
58971         Log: Detect early whether the std streams have gone bad.
58972              
58973              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58974              Date: Mon, 16 Oct 2000 23:28:42 +0100
58975              From: Nicholas Clark <nick@ccl4.org>
58976              Message-ID: <20001016232842.A37942@plum.flirble.org>
58977      Branch: perl
58978            ! t/op/misc.t
58979 ____________________________________________________________________________
58980 [  7350] By: jhi                                   on 2000/10/16  22:45:16
58981         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
58982              From: "Peter J. Farley III" <pjfarley@banet.net>
58983              Date: Mon, 16 Oct 2000 18:15:59 -0400
58984              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
58985      Branch: perl
58986            ! djgpp/djgpp.c dosish.h t/io/open.t
58987 ____________________________________________________________________________
58988 [  7349] By: jhi                                   on 2000/10/16  22:36:45
58989         Log: perldelta tweak.
58990      Branch: perl
58991            ! pod/perldelta.pod
58992 ____________________________________________________________________________
58993 [  7348] By: jhi                                   on 2000/10/16  15:17:53
58994         Log: Update Changes.
58995      Branch: perl
58996            ! Changes patchlevel.h
58997 ____________________________________________________________________________
58998 [  7347] By: jhi                                   on 2000/10/16  13:55:27
58999         Log: Add the capability to include/exclude branches.
59000      Branch: perl
59001            ! Porting/genlog
59002 ____________________________________________________________________________
59003 [  7346] By: jhi                                   on 2000/10/16  13:18:04
59004         Log: Add Charles Lane.
59005      Branch: perl
59006            ! AUTHORS Changes
59007 ____________________________________________________________________________
59008 [  7345] By: jhi                                   on 2000/10/16  13:13:21
59009         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
59010      Branch: perl
59011            ! pod/perldelta.pod
59012 ____________________________________________________________________________
59013 [  7344] By: gsar                                  on 2000/10/16  09:30:21
59014         Log: integrate change#6220 from cfgperl
59015              
59016              Win32 patches from Benjamin Stuhl.
59017      Branch: maint-5.6/perl
59018           !> makedef.pl win32/win32.h
59019 ____________________________________________________________________________
59020 [  7343] By: gsar                                  on 2000/10/16  08:32:19
59021         Log: integrate changes#6221,6222 from cfgperl
59022              
59023              Remove tr///CU (the feature is to be obsoleted by better interfaces).
59024              From: simon@brecon.co.uk (Simon Cozens)
59025              Subject: [PATCH] Eliminate tr///[CU][CU]
59026              Date: 23 Jun 2000 11:05:40 GMT
59027              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
59028              
59029              doc typo fix
59030              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
59031              From: Ian Phillipps <Ian.Phillipps@iname.com>
59032              Date: Fri, 23 Jun 2000 10:40:58 +0100
59033              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
59034      Branch: maint-5.6/perl
59035           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
59036 ____________________________________________________________________________
59037 [  7342] By: gsar                                  on 2000/10/16  08:28:08
59038         Log: integrate change#6217 from cfgperl (in part)
59039              
59040              Rename the fdpid locking and integrate with Sarathy.
59041      Branch: maint-5.6/perl
59042           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
59043           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
59044           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
59045           !> win32/win32.c
59046 ____________________________________________________________________________
59047 [  7341] By: gsar                                  on 2000/10/16  08:23:39
59048         Log: integrate changes#6214..6216 from mainline
59049              
59050              @_ can't have junk in it even in the non-USE_ITHREADS case because
59051              caller() wants to populate @DB::args with it (causes a coredump
59052              in Carp::confess())
59053              
59054              tweak comment about @DB::args
59055              
59056              be more optimal about clearing @_
59057      Branch: maint-5.6/perl
59058           !> av.h cop.h pp_ctl.c t/op/runlevel.t
59059 ____________________________________________________________________________
59060 [  7340] By: gsar                                  on 2000/10/16  08:20:37
59061         Log: integrate changes#6207..6210 from cfgperl
59062              
59063              Subject: [PATCH 5.6.0] Threadsafe patches
59064              From: Dan Sugalski <dan@sidhe.org>
59065              To: perl5-porters@perl.org
59066              Date: Mon, 08 May 2000 18:08:13 -0400
59067              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
59068              
59069              Regen headers for #6207.
59070              
59071              Lock PL_fdpid against race conditions, based on:
59072              Subject: [PATCH 5.6.0]subprocess fixup for threads
59073              From: Dan Sugalski <dan@sidhe.org>
59074              To: perl5-porters@perl.org
59075              Date: Tue, 11 Apr 2000 17:02:32 -0400
59076              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
59077              
59078              Mopup for #6207 and #6209.
59079      Branch: maint-5.6/perl
59080           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
59081           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
59082           !> win32/win32.c
59083 ____________________________________________________________________________
59084 [  7339] By: gsar                                  on 2000/10/16  08:14:34
59085         Log: integrate change#6203 from cfgperl
59086              
59087              perldiag should refer to perlos2.pod not README.os2
59088      Branch: maint-5.6/perl
59089           !> pod/perldiag.pod
59090 ____________________________________________________________________________
59091 [  7338] By: gsar                                  on 2000/10/16  08:11:42
59092         Log: integrate change#6201 from mainline
59093              
59094              Perl_eval_pv() leaks 4 bytes every time it is called because it
59095              does a PUSHMARK that's never ever POPMARKed; in general, only
59096              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
59097              Perl_eval_[sp]v() don't because they don't take any incoming
59098              arguments (this leak has been around since the original version
59099              of perl_eval_pv() in 5.003_97e)
59100      Branch: maint-5.6/perl
59101           !> perl.c
59102 ____________________________________________________________________________
59103 [  7337] By: gsar                                  on 2000/10/16  08:08:47
59104         Log: integrate changes#6197..6200 from cfgperl
59105              
59106              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
59107              From: John Borwick <jhborwic@unity.ncsu.edu>
59108              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
59109              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
59110              
59111              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
59112              From: Dan Sugalski <dan@sidhe.org>
59113              To: vmsperl@perl.org, perl5-porters@perl.org
59114              Date: Fri, 02 Jun 2000 16:00:41 -0400
59115              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
59116              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
59117              
59118              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
59119              From: Dan Sugalski <dan@sidhe.org>
59120              To: perl5-porters@perl.org, vmsperl@perl.org
59121              Date: Fri, 02 Jun 2000 17:30:51 -0400
59122              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
59123              
59124              Update to cperl-mode.el 4.31 from
59125              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
59126              Subject: A couple of notes
59127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59128              To: Mailing list Perl5 <perl5-porters@perl.org>
59129              Date: Sat, 3 Jun 2000 23:33:32 -0400
59130              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
59131      Branch: maint-5.6/perl
59132           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
59133           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
59134           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
59135           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
59136           !> vms/vmsish.h
59137 ____________________________________________________________________________
59138 [  7336] By: gsar                                  on 2000/10/16  08:03:46
59139         Log: integrate changes#6194,6195 from mainline
59140              
59141              fix small eval"" memory leaks under USE_ITHREADS
59142              
59143              fix yet another eval"" leak under USE_ITHREADS
59144      Branch: maint-5.6/perl
59145           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
59146           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
59147           !> vms/perly_c.vms
59148 ____________________________________________________________________________
59149 [  7335] By: gsar                                  on 2000/10/16  08:02:15
59150         Log: integrate changes#6190,6191 from mainline
59151              
59152              submit missing embed.pl change
59153              
59154              vec() loses numericalness (modified version of patch suggested
59155              by Robin Barker)
59156      Branch: maint-5.6/perl
59157           !> doop.c embed.pl t/op/vec.t
59158 ____________________________________________________________________________
59159 [  7334] By: gsar                                  on 2000/10/16  08:01:03
59160         Log: integrate change#6189 from mainline
59161              
59162              counting tr/// corrupts later operation (from M.J.T Guy)
59163      Branch: maint-5.6/perl
59164           !> doop.c t/op/tr.t
59165 ____________________________________________________________________________
59166 [  7333] By: gsar                                  on 2000/10/16  07:59:07
59167         Log: integrate changes#6183..6188 from mainline
59168              
59169              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
59170              <nick@ccl4.org>)
59171              
59172              tweak for change#6127
59173              
59174              remove incorrect documentation about implicit split to @_ in
59175              list context, which never really worked in perl 5 (from
59176              M.J.T. Guy)
59177              
59178              further qualify references to "alphanumeric" (from Wolfgang Laun
59179              <wolfgang.laun@alcatel.at>)
59180              
59181              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
59182              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59183              
59184              h2xs tweaks
59185      Branch: maint-5.6/perl
59186           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
59187           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
59188           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
59189           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
59190           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
59191           !> pod/pod2latex.PL utils/h2xs.PL
59192 ____________________________________________________________________________
59193 [  7332] By: gsar                                  on 2000/10/16  07:53:52
59194         Log: integrate change#6179 from mainline
59195              
59196              buggy modulus on UVs introduced by change#3378 (resulted in
59197              4063328477 % 65535 amounting to 27406, instead of 27407)
59198      Branch: maint-5.6/perl
59199           !> pp.c t/op/arith.t
59200 ____________________________________________________________________________
59201 [  7331] By: gsar                                  on 2000/10/16  07:52:49
59202         Log: integrate changes#6176,6177,6178,6182 from cfgperl
59203              
59204              Single-quoted utf8 patch from Simon Cozens.
59205              
59206              Substitution utf8 patch from Simon Cozens.
59207              
59208              Be cleaner.
59209              
59210              Be Cleaner Part Deux.
59211      Branch: maint-5.6/perl
59212           !> Makefile.SH pp_hot.c toke.c
59213 ____________________________________________________________________________
59214 [  7330] By: gsar                                  on 2000/10/16  07:41:36
59215         Log: integrate change#6172 from mainline
59216              
59217              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
59218              (from Ilya Zakharevich)
59219      Branch: maint-5.6/perl
59220           !> regexec.c t/op/re_tests
59221 ____________________________________________________________________________
59222 [  7329] By: gsar                                  on 2000/10/16  07:40:25
59223         Log: integrate change#6171 from mainline
59224              
59225              scalar() doesn't force scalar context when used in void context
59226              (from Simon Cozens)
59227      Branch: maint-5.6/perl
59228           !> op.c t/op/wantarray.t
59229 ____________________________________________________________________________
59230 [  7328] By: gsar                                  on 2000/10/16  07:39:33
59231         Log: integrate change#6170 from mainline
59232              
59233              change#6142 needs tweaks to tests to work where there's no
59234              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
59235      Branch: maint-5.6/perl
59236           !> t/lib/filefind.t
59237 ____________________________________________________________________________
59238 [  7327] By: gsar                                  on 2000/10/16  07:35:34
59239         Log: integrate changes#6166..6168 from cfgperl
59240              
59241              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
59242              in case somebody wants to write an extension for more
59243              shadow database interfaces.
59244              
59245              tweak todo
59246              
59247              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
59248      Branch: maint-5.6/perl
59249           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59250           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
59251           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
59252           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
59253           !> win32/config.vc win32/config_H.bc win32/config_H.gc
59254           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
59255 ____________________________________________________________________________
59256 [  7326] By: gsar                                  on 2000/10/16  07:29:05
59257         Log: integrate changes#6157,6159..6161,6164 from cfgperl
59258              
59259              Regen Configure to jive with #6149.
59260              
59261              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
59262              
59263              Changes for the File::Temp 0.08 (change #6159) test suite
59264              to fit better into the Perl distribution test framework.
59265              
59266              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
59267              both from Simon Cozens.
59268              
59269              detypo
59270      Branch: maint-5.6/perl
59271           +> pod/perlmodlib.PL pod/perlnewmod.pod
59272           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
59273           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
59274           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59275           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59276 ____________________________________________________________________________
59277 [  7325] By: gsar                                  on 2000/10/16  07:25:13
59278         Log: integrate change#6158 from vmsperl
59279              
59280              Add fallback to tmpfile for use in cases where user's relying on
59281              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
59282              Lane's patch)
59283      Branch: maint-5.6/perl
59284           !> vms/vms.c vms/vmsish.h
59285 ____________________________________________________________________________
59286 [  7324] By: gsar                                  on 2000/10/16  07:20:50
59287         Log: integrate changes#6153..6155 from mainline
59288              
59289              prettier Test::Harness output on failed tests (from Nicholas Clark
59290              <nick@Bagpuss.uk.boo.com>)
59291              
59292              avoid type mismatch warning
59293              
59294              small bug in change#6144; remove random \xA0 character that snuck
59295              in via change#6145
59296      Branch: maint-5.6/perl
59297           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
59298           !> perl.c
59299 ____________________________________________________________________________
59300 [  7323] By: gsar                                  on 2000/10/16  07:18:47
59301         Log: integrate changes#6151,6152 from mainline
59302              
59303              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
59304              
59305              cosmetic fixups of RE debug output (from Ilya Zakharevich)
59306      Branch: maint-5.6/perl
59307           !> regexec.c
59308 ____________________________________________________________________________
59309 [  7322] By: gsar                                  on 2000/10/16  07:17:25
59310         Log: integrate changes#6146..6150 from mainline
59311              
59312              doc typo
59313              
59314              add a make entry to Config.pm so "perl -V:make" works on VMS
59315              (from Peter Prymmer)
59316              
59317              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
59318              
59319              OS/2 tweaks for usethreads build (from Rocco Caputo
59320              <troc@netrus.net>)
59321              
59322              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
59323      Branch: maint-5.6/perl
59324           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
59325           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
59326           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
59327           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
59328           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
59329           !> warnings.pl x2p/a2p.h
59330 ____________________________________________________________________________
59331 [  7321] By: gsar                                  on 2000/10/16  07:14:02
59332         Log: integrate changes#6143..6145 from mainline
59333              
59334              MacOS support, part 1 (from Matthias Neeracher
59335              <neeri@iis.ee.ethz.ch>)
59336              
59337              MacOS support, part 2: make AutoSplit use File::Spec instead
59338              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
59339              <neeri@iis.ee.ethz.ch>)
59340              
59341              make xsubpp skip embedded pod (from Matthias Neeracher
59342              <neeri@iis.ee.ethz.ch>)
59343      Branch: maint-5.6/perl
59344           +> ext/DynaLoader/dl_mac.xs
59345           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
59346           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
59347           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
59348           !> pp_ctl.c proto.h toke.c util.c util.h
59349 ____________________________________________________________________________
59350 [  7320] By: gsar                                  on 2000/10/16  07:12:13
59351         Log: integrate changes#6141,6142 from mainline
59352              
59353              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
59354              forwarded by Peter Seebach from the bsdi-users mailing list.
59355              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
59356              
59357              File::Find fails to chdir when chasing symlinks (from
59358              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
59359      Branch: maint-5.6/perl
59360           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
59361 ____________________________________________________________________________
59362 [  7319] By: gsar                                  on 2000/10/16  07:04:30
59363         Log: integrate change#6139 from mainline
59364              
59365              revise mktables.PL for bugs and newness in Unicode 3.0
59366              (from James Bence <jbence@amgen.com>)
59367      Branch: maint-5.6/perl
59368           +> (branch 30 files)
59369           !> (integrate 49 files)
59370 ____________________________________________________________________________
59371 [  7318] By: gsar                                  on 2000/10/16  07:01:01
59372         Log: integrate changes#6137,6138 from mainline
59373              
59374              fix bogus redeclaration warning for "our" variables in different
59375              scopes
59376              
59377              add note about the handling of negative indices to tied arrays
59378              (from Michael G Schwern <schwern@pobox.com>)
59379      Branch: maint-5.6/perl
59380           !> op.c pod/perltie.pod t/pragma/strict-vars
59381 ____________________________________________________________________________
59382 [  7317] By: gsar                                  on 2000/10/16  06:58:46
59383         Log: integrate changes#6127..6136 from mainline
59384              
59385              call_method(...,G_EVAL) can longjmp() out if the method probing
59386              failed (from Gisle Aas)
59387              
59388              new perlxstut example for passing/returning refs to arrays
59389              (from David Lowe <dlowe@pootpoot.com>)
59390              
59391              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
59392              
59393              fix places that mean C<"word" character> but say C<alphanumeric
59394              character>
59395              
59396              avoid warnings in POSIX.pm (from Barrie Slaymaker)
59397              
59398              warnings::enabled() doesn't fall back to looking at $^W if
59399              caller isn't using lexical warnings (from Paul Marquess)
59400              
59401              elide bogus test in change#6132
59402              
59403              make Test::Harness use wait.h/WCOREDUMP if available
59404              (from Ben Tilly <ben_tilly@hotmail.com>)
59405              
59406              enable Test::Harness to dynamically determine column width etc.
59407              (from Rob Napier <rnapier@employees.org>)
59408              
59409              random pod typos (from Peter Scott <Peter@PSDT.com>)
59410      Branch: maint-5.6/perl
59411           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
59412           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
59413           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
59414           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
59415 ____________________________________________________________________________
59416 [  7316] By: gsar                                  on 2000/10/16  06:53:23
59417         Log: integrate change#6126 from mainline
59418              
59419              change#2879 broke rvalue autovivification of magicals such as
59420              ${$num} (reworked variant of patch suggested by Simon Cozens)
59421      Branch: maint-5.6/perl
59422           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
59423           !> pp_hot.c proto.h t/op/gv.t
59424 ____________________________________________________________________________
59425 [  7315] By: gsar                                  on 2000/10/16  06:51:38
59426         Log: integrate changes#6123,6125 from mainline
59427              
59428              clarify gotcha with #line directives (from Rocco Caputo
59429              <troc@netrus.net>)
59430              
59431              enable propagating exception objects via Perl_croak() in XS code
59432              (from Gisle Aas)
59433      Branch: maint-5.6/perl
59434           !> pod/perldebug.pod pod/perlsyn.pod util.c
59435 ____________________________________________________________________________
59436 [  7314] By: gsar                                  on 2000/10/16  06:49:28
59437         Log: integrate change#6122 from mainline
59438              
59439              downgrade fatal error on C<"foo@nosucharray.com"> to optional
59440              warning (from Mark-Jason Dominus)
59441      Branch: maint-5.6/perl
59442           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
59443           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
59444           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
59445           !> toke.c
59446 ____________________________________________________________________________
59447 [  7313] By: gsar                                  on 2000/10/16  06:46:54
59448         Log: integrate changes#6112..6121 from vmsperl
59449              
59450              Check for existence of file before trying to delete
59451              
59452              Ugly workaround for version-specific RTL error
59453              
59454              Urk -- undo previous removal of vmsish 'exit' change
59455              
59456              Add bounds checking for several strings (Charles Lane)
59457              
59458              Miscellaneous cosmetic fixes (Charles Lane)
59459              
59460              Treat sockets as special in sys(read|write) (Charles Lane et al.)
59461              
59462              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
59463              Flatten case labels in switch statements uniformly (Charles Bailey)
59464              
59465              Quiet error messages in vmsish.t (Charles Lane)
59466              
59467              Add missing escape (Charles Lane)
59468              
59469              Allow eliminate_macros() and fixpath() to handle space-delimited
59470              lists (based on fixes by Craig Berry)
59471      Branch: maint-5.6/perl
59472           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
59473           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
59474           !> vms/vmsish.h
59475 ____________________________________________________________________________
59476 [  7312] By: gsar                                  on 2000/10/16  06:41:18
59477         Log: integrate changes#6107,6110 from cfgperl
59478              
59479              Tweak the todo list.
59480              
59481              todo tweak
59482      Branch: maint-5.6/perl
59483           !> Todo-5.6
59484 ____________________________________________________________________________
59485 [  7311] By: gsar                                  on 2000/10/16  06:38:38
59486         Log: integrate changes#6104,6108 from mainline
59487              
59488              PL_sys_intern was being initialized too late on windows
59489              
59490              reenable fake signal handling on Windows, bugs and all
59491      Branch: maint-5.6/perl
59492           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
59493           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
59494           !> win32/win32.c
59495 ____________________________________________________________________________
59496 [  7310] By: gsar                                  on 2000/10/16  06:36:03
59497         Log: integrate changes#6095,6097..6103 from cfgperl
59498              
59499              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
59500              might be useful in future.
59501              
59502              Add a note about possible compilation problems from Allen Smith.
59503              
59504              Add a note about other, yet unsupported, shadow password APIs.
59505              
59506              Tweaks for the cc bugs from Allen Smith.
59507              
59508              More compilation tweakery from Allen Smith.
59509              
59510              Hints and test tweaks for Unicos.
59511              
59512              The test suite tweak in #6101 wasn't quite right.
59513              
59514              Test tweaking for Unicos continues.
59515      Branch: maint-5.6/perl
59516           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59517           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
59518           !> t/lib/complex.t t/op/64bitint.t
59519 ____________________________________________________________________________
59520 [  7309] By: gsar                                  on 2000/10/16  06:29:41
59521         Log: integrate changes#6093,6094 from mainline
59522              
59523              fork() failure to create pseudo process sets errno=EAGAIN and returns
59524              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
59525              
59526              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
59527      Branch: maint-5.6/perl
59528           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
59529           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
59530 ____________________________________________________________________________
59531 [  7308] By: gsar                                  on 2000/10/16  06:27:29
59532         Log: integrate change#6092 from cfgperl
59533              
59534              Regen perltoc with the fixed buildtoc.
59535      Branch: maint-5.6/perl
59536           !> pod/perltoc.pod
59537 ____________________________________________________________________________
59538 [  7307] By: gsar                                  on 2000/10/16  06:26:40
59539         Log: integrate changes#6089,6090 from mainline
59540              
59541              buildtoc tweak to fix newline lossage
59542              
59543              concat doesn't preserve utf8-ness, and doesn't invalidate
59544              [NI]OK; added tests for both
59545      Branch: maint-5.6/perl
59546           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
59547 ____________________________________________________________________________
59548 [  7306] By: gsar                                  on 2000/10/16  06:24:05
59549         Log: integrate change#6088 from cfgperl
59550              
59551              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
59552              because we do not use those.  The HAS_GETSPNAM remains,
59553              though, because we still do use that.
59554      Branch: maint-5.6/perl
59555           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59556           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
59557           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
59558           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
59559           !> win32/config.vc win32/config_H.bc win32/config_H.gc
59560           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
59561 ____________________________________________________________________________
59562 [  7305] By: gsar                                  on 2000/10/16  06:15:52
59563         Log: integrate changes#6084,6085,6087 from mainline
59564              
59565              substr() does not preserve utf8-ness (from Stefan Eissing
59566              <Eissing@medicaldataservice.de>); added tests
59567              
59568              repeat operator (x) doesn't preserve utf8-ness
59569              
59570              reverse() and quotemeta() weren't preserving utf8-ness; add tests
59571      Branch: maint-5.6/perl
59572           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
59573 ____________________________________________________________________________
59574 [  7304] By: gsar                                  on 2000/10/16  06:13:10
59575         Log: integrate changes#6077..6083 from mainline
59576              
59577              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
59578              and Tom Phoenix)
59579              
59580              workaround for CRT bug in chdir() (from Charles Lane, via
59581              Peter Prymmer)
59582              
59583              remove outdated kludge in Carp (NULLs are permitted in diagnostics
59584              now)
59585              
59586              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
59587              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59588              
59589              better default perlbug categories for ok reports (from Richard Foley)
59590              
59591              peek.t non-portable to ithreads
59592              
59593              note about undocumented caller() return value (from M.J.T. Guy);
59594              yet another peek.t tweak
59595      Branch: maint-5.6/perl
59596           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59597           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59598           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
59599           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
59600           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
59601           !> vms/vmsish.h
59602 ____________________________________________________________________________
59603 [  7303] By: gsar                                  on 2000/10/16  06:03:18
59604         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
59605              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
59606              
59607              &HUGE_VAL is not defined, it exists.
59608              
59609              Do not warn that an infinity does not look like a number.
59610              
59611              Rewrite the pwent/spent logic to be a little bit more clearer.
59612              
59613              Continue on the pwent/spent case.
59614              
59615              Correct Freudian slip.
59616              
59617              Use HUGE_VALL if applicable.
59618              
59619              pwent/spent #ifdef imbalance.
59620              
59621              Infinite problems.
59622              
59623              Call getspnam() only iff needd.
59624              
59625              Test both the scalar and list contexts.
59626              
59627              Use setxxent()/endxxent().
59628              
59629              Complex tweakery.
59630              
59631              Unicos hint tweak.
59632              
59633              Be more forgiving in POSIX about HUGE_VALL.
59634              
59635              Detypo.
59636              
59637              The search of infinity continues, this time simplified.
59638              
59639              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
59640              in natively 64-bit platforms where a long is a quad (no need
59641              for long longs).  Also added bias for IVs.
59642              
59643              Complex tweaks.
59644              
59645              Introduce t/lib/peek.t.
59646              
59647              Make the test more portable.
59648      Branch: maint-5.6/perl
59649           +> t/lib/peek.t
59650            ! pp_sys.c
59651           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
59652           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
59653           !> t/op/pwent.t toke.c util.c
59654 ____________________________________________________________________________
59655 [  7302] By: gsar                                  on 2000/10/16  05:03:37
59656         Log: integrate changes#6066..6071 from mainline
59657              
59658              s/END/CHECK/
59659              
59660              replace direct call to sighandler() with (*PL_sighandlerp)()
59661              
59662              note about values()
59663              
59664              File::Spec compatibility update (from Barrie Slaymaker
59665              <barries@slaysys.com>)
59666              
59667              remove misleading comment (from M.J.T. Guy)
59668              
59669              misformatted perllocal.pod (from Tim Jenness
59670              <t.jenness@jach.hawaii.edu>)
59671      Branch: maint-5.6/perl
59672           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
59673           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
59674           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
59675           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
59676 ____________________________________________________________________________
59677 [  7301] By: gsar                                  on 2000/10/16  05:00:08
59678         Log: integrate changes#6061..6063 from mainline
59679              
59680              change#5921 neglected to make eq honor "use bytes"
59681              
59682              additional tests for utf8.t
59683              
59684              tokeq() could read unallocated field in argument
59685      Branch: maint-5.6/perl
59686           !> sv.c t/pragma/utf8.t toke.c
59687 ____________________________________________________________________________
59688 [  7300] By: gsar                                  on 2000/10/16  04:56:54
59689         Log: integrate changes#6046,6048,6057,6058 from mainline
59690              
59691              libscheck has insufficient checks for n32 libs (from
59692              Albert Chin-A-Young <china@thewrittenword.com>)
59693              
59694              add note about how $( doesn't interpolate in REs (from
59695              Philip Newton <newton@ficus.frogspace.net>)
59696              
59697              fix broken parsing of /\x{ab}/
59698              
59699              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
59700              (spotted by Donald Kinzer <dkinzer@premia.com>)
59701      Branch: maint-5.6/perl
59702           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
59703           !> t/pragma/utf8.t
59704 ____________________________________________________________________________
59705 [  7299] By: gsar                                  on 2000/10/16  04:52:50
59706         Log: integrate change#6044 from mainline
59707              
59708              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
59709              such that underscores are only ignored in literal numbers,
59710              "\x{...}", and hex/oct argument
59711      Branch: maint-5.6/perl
59712           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
59713 ____________________________________________________________________________
59714 [  7298] By: gsar                                  on 2000/10/16  04:50:53
59715         Log: integrate changes#6027..6043 from mainline
59716              
59717              podlators-1.02 update (from Russ Allbery)
59718              
59719              Pod::Man generates groff-incompatible macro definition (from
59720              Tom Christiansen)
59721              
59722              add CGI.pm v2.66 (from Lincoln Stein)
59723              
59724              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
59725              for @- and @+ (from Johan Vromans)
59726              
59727              small nits in diagnostics.pm (from Robin Barker)
59728              
59729              whitespace adjustments
59730              
59731              missing files in MANIFEST
59732              
59733              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
59734              to compensate
59735              
59736              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
59737              
59738              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
59739      Branch: maint-5.6/perl
59740           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
59741           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
59742           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
59743           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
59744           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
59745           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
59746           !> t/lib/cgi-html.t t/lib/cgi-request.t
59747 ____________________________________________________________________________
59748 [  7297] By: gsar                                  on 2000/10/16  04:44:30
59749         Log: integrate change#6025 from mainline
59750              
59751              Is{Alnum,Alpha,Word} don't match titlecase
59752              TODO: IsSpace is defined recursively!
59753              (both spotted by Larry)
59754      Branch: maint-5.6/perl
59755           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
59756           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
59757 ____________________________________________________________________________
59758 [  7296] By: gsar                                  on 2000/10/16  04:39:30
59759         Log: integrate change#6023 from mainline
59760              
59761              debugger stomps on $. (from M.J.T. Guy)
59762      Branch: maint-5.6/perl
59763           !> lib/perl5db.pl
59764 ____________________________________________________________________________
59765 [  7295] By: gsar                                  on 2000/10/16  04:38:02
59766         Log: integrate change#6022 from mainline
59767              
59768              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
59769      Branch: maint-5.6/perl
59770           !> sv.c
59771 ____________________________________________________________________________
59772 [  7294] By: gsar                                  on 2000/10/16  04:37:05
59773         Log: integrate changes#6018..6021 from mainline
59774              
59775              make lib/syslog.t portable to systems that don't have _PATH_LOG,
59776              make _PATH_LOG() return "" if unavailable
59777              
59778              windows portability tweaks
59779              
59780              test tweak
59781              
59782              remove Win2K issue in pod (fixed by change#6020)
59783      Branch: maint-5.6/perl
59784           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
59785           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
59786           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
59787 ____________________________________________________________________________
59788 [  7293] By: gsar                                  on 2000/10/16  04:20:00
59789         Log: integrate changes#6013..6015 from mainline
59790              
59791              tweak change#5945 to display correct switch name in diagnostic
59792              
59793              glob() loading File::Glob behind the scenes may cause syntax errors
59794              
59795              tweak test for portability
59796      Branch: maint-5.6/perl
59797           !> op.c perl.c pod/perldiag.pod t/lib/b.t
59798 ____________________________________________________________________________
59799 [  7292] By: gsar                                  on 2000/10/16  04:18:11
59800         Log: integrate changes#6005..6010 from mainline, cfgperl
59801              
59802              perldoc might fail via "use blib" (from Hugo van der Sanden)
59803              
59804              Regen Configure.
59805              
59806              note about compile failures and END blocks (from M.J.T. Guy)
59807              
59808              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
59809              
59810              (change#6009 integrated earlier in change#7255)
59811              
59812              clarify note about shadow password support (from
59813              gellyfish@gellyfish.com)
59814      Branch: maint-5.6/perl
59815           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59816           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
59817           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
59818 ____________________________________________________________________________
59819 [  7291] By: gsar                                  on 2000/10/16  04:12:03
59820         Log: integrate changes#6002,6003 from mainline
59821              
59822              destructive sv_setsv() can lose UV-ness from source, causing
59823              numeric promotions/comparisons to fail to do the right thing
59824              
59825              allow REG_EXPAND_SZ keys in Windows registry (from
59826              John Clayton <John.Clayton@barclayscapital.com>)
59827      Branch: maint-5.6/perl
59828           !> sv.c win32/win32.c
59829 ____________________________________________________________________________
59830 [  7290] By: gsar                                  on 2000/10/16  04:10:19
59831         Log: integrate change#6001 from mainline
59832              
59833              support additional library locations via $Config{otherlibdirs}
59834              (from Andy Dougherty)
59835      Branch: maint-5.6/perl
59836           !> Configure INSTALL Porting/Glossary Porting/config.sh
59837           !> Porting/config_H config_h.SH epoc/config.sh perl.c
59838           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
59839           !> win32/config.bc win32/config.gc win32/config.vc
59840 ____________________________________________________________________________
59841 [  7289] By: gsar                                  on 2000/10/16  04:08:28
59842         Log: integrate change#5999 from mainline
59843              
59844              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
59845      Branch: maint-5.6/perl
59846           !> t/pragma/warn/toke toke.c
59847 ____________________________________________________________________________
59848 [  7288] By: gsar                                  on 2000/10/16  04:07:01
59849         Log: integrate changes#5997,5998 from cfgperl
59850              
59851              Preserve $!.
59852              
59853              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
59854      Branch: maint-5.6/perl
59855           !> lib/Math/Complex.pm
59856 ____________________________________________________________________________
59857 [  7287] By: gsar                                  on 2000/10/16  04:04:37
59858         Log: integrate change#5995 from mainline
59859              
59860              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
59861      Branch: maint-5.6/perl
59862           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
59863 ____________________________________________________________________________
59864 [  7286] By: gsar                                  on 2000/10/16  04:03:21
59865         Log: integrate change#5994 from mainline
59866              
59867              fix for missed accounting for null byte in pack("Z",...) (from
59868              M.J.T. Guy)
59869      Branch: maint-5.6/perl
59870           !> pp.c t/op/pack.t
59871 ____________________________________________________________________________
59872 [  7285] By: gsar                                  on 2000/10/16  04:02:11
59873         Log: integrate changes#5989..5993 from mainline
59874              
59875              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
59876              itself and no other (from Tom Hughes)
59877              
59878              use $ENV{LIB} to search for libs under Visual C compiler
59879              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
59880              
59881              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
59882              
59883              pod nit (from Simon Cozens)
59884              
59885              various minor tweaks seen on p5p
59886      Branch: maint-5.6/perl
59887           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
59888           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
59889           !> t/op/array.t toke.c
59890 ____________________________________________________________________________
59891 [  7284] By: gsar                                  on 2000/10/16  03:59:00
59892         Log: integrate changes#5978..5988 from mainline
59893              
59894              sync version numbers in File::Spec with the ones on CPAN
59895              (from Barrie Slaymaker)
59896              
59897              under useithreads, constant pad entries could inadvertantly be
59898              shared across threads (from Eric Blood <eblood@xmission.com>);
59899              added Eric's test case to testsuite
59900              
59901              allow Configure -S to run non-interactively (spotted by Greg Hudson
59902              <ghudson@mit.edu>)
59903              
59904              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
59905              prototype mismatch with CORE::glob(); update pod and tests to
59906              suit (File::Glob::glob() is still available for backward
59907              compatibility, but should be considered deprecated)
59908              
59909              avoid error in IO::Socket::INET when given an unknown service name
59910              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
59911              
59912              numeric conversion of non-number in change#3378 tramples on
59913              OOK offset, causing segfaults
59914              
59915              attributes::reftype() doesn't work on tied argument
59916              
59917              forked child may not exit correctly if it failed to open
59918              /dev/console (from Graham Barr)
59919              
59920              add regular expressions tutorial and quick-start guide (from
59921              Mark Kvale <kvale@phy.ucsf.edu>)
59922              
59923              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
59924              
59925              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
59926              <paul@miraclefish.com>)
59927      Branch: maint-5.6/perl
59928           +> pod/perlrequick.pod pod/perlretut.pod
59929           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
59930           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
59931           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
59932           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
59933           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
59934           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59935           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
59936           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
59937 ____________________________________________________________________________
59938 [  7283] By: gsar                                  on 2000/10/16  03:52:14
59939         Log: integrate change#5977 from mainline
59940              
59941              autoquote barewords followed by newline and arrow properly
59942              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
59943      Branch: maint-5.6/perl
59944           !> t/pragma/warn/toke toke.c
59945 ____________________________________________________________________________
59946 [  7282] By: gsar                                  on 2000/10/16  03:50:48
59947         Log: integrate change#5976 from mainline
59948              
59949              DB_File v1.73 update (from Paul Marquess)
59950      Branch: maint-5.6/perl
59951           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
59952           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
59953 ____________________________________________________________________________
59954 [  7281] By: gsar                                  on 2000/10/16  03:49:14
59955         Log: integrate change#5975 from mainline
59956              
59957              allow sort() reentrancy (variant of patch suggested by
59958              Hugo van der Sanden)
59959      Branch: maint-5.6/perl
59960           !> pp_ctl.c t/op/sort.t
59961 ____________________________________________________________________________
59962 [  7280] By: gsar                                  on 2000/10/16  03:48:22
59963         Log: integrate change#5974 from mainline
59964              
59965              change#4197 somehow missed initializing PL_errors, meaning
59966              syntax error queueing wasn't working outside eval"" at all;
59967              also fixed eval"" to localize PL_error_count, so that compile-time
59968              eval's don't clobber the error state of the outer context
59969      Branch: maint-5.6/perl
59970           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
59971           !> t/pragma/warn/toke
59972 ____________________________________________________________________________
59973 [  7279] By: gsar                                  on 2000/10/16  03:46:21
59974         Log: integrate change#5973 from mainline
59975              
59976              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
59977      Branch: maint-5.6/perl
59978           !> regcomp.c regexec.c t/op/re_tests
59979 ____________________________________________________________________________
59980 [  7278] By: gsar                                  on 2000/10/16  03:44:54
59981         Log: integrate change#5971 from cfgperl
59982              
59983              Unicos tweaks from Mark P. Lutz.
59984      Branch: maint-5.6/perl
59985           !> hints/unicos.sh lib/Math/Complex.pm
59986 ____________________________________________________________________________
59987 [  7277] By: gsar                                  on 2000/10/16  03:42:59
59988         Log: integrate changes#5966..5970 from mainline
59989              
59990              add testsuite for B backends, fix bug in B::Deparse (from
59991              Simon Cozens <simon@brecon.co.uk>)
59992              
59993              improved docs on the warn_uninit diagnostic (from David Glasser
59994              and Simon Cozens)
59995              
59996              tolerate spaces in group names in test on solaris (from David Boyce
59997              <dsb@boyski.com>)
59998              
59999              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
60000              
60001              Data::Dumper fumbles negative numbers on 32-bit platforms where
60002              IV is >32bits
60003      Branch: maint-5.6/perl
60004           +> t/lib/b.t t/lib/syslog.t
60005           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
60006           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
60007           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
60008 ____________________________________________________________________________
60009 [  7276] By: gsar                                  on 2000/10/16  03:39:30
60010         Log: integrate change#5965 from mainline
60011              
60012              avoid "will not stay shared" warnings for our variables (from
60013              Robin Barker)
60014      Branch: maint-5.6/perl
60015           !> op.c t/pragma/warn/op
60016 ____________________________________________________________________________
60017 [  7275] By: gsar                                  on 2000/10/16  03:38:18
60018         Log: integrate change#5964 from mainline
60019              
60020              reformat to 72 columns (again)
60021      Branch: maint-5.6/perl
60022           !> pod/perldiag.pod
60023 ____________________________________________________________________________
60024 [  7274] By: gsar                                  on 2000/10/16  03:36:58
60025         Log: integrate change#5963 from mainline
60026              
60027              patch from Larry to make (\&) prototype work; added tests for
60028              the same
60029      Branch: maint-5.6/perl
60030           !> op.c t/comp/proto.t
60031 ____________________________________________________________________________
60032 [  7273] By: gsar                                  on 2000/10/16  03:35:51
60033         Log: integrate changes#5956..5962 from mainline
60034              
60035              better diagnostics on failed tests (from Ilya Zakharevich)
60036              
60037              pod nits (from A. C. Yardley <yardley@tanet.net>)
60038              
60039              change#3569 deleted some essential code, revert; avoid use of
60040              atexit() to make DynaLoader work properly on AIX under mod_perl
60041              (from Jens-Uwe Mager <jum@helios.de>)
60042              
60043              doubled words in pods (from Simon Cozens
60044              <simon.p.cozens@jp.pwcglobal.com>)
60045              
60046              better INSTALL notes on Solaris issues (from Dominic Dunlop)
60047              
60048              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
60049              
60050              updated README.hpux (from Jeff Okamoto)
60051      Branch: maint-5.6/perl
60052           !> INSTALL README.hpux emacs/cperl-mode.el
60053           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
60054           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
60055           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
60056           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
60057           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
60058           !> t/op/lex_assign.t
60059 ____________________________________________________________________________
60060 [  7272] By: gsar                                  on 2000/10/16  03:31:22
60061         Log: integrate change#5955 from mainline
60062              
60063              longstanding bug exposed by change#3307: sort arguments weren't
60064              compiled with the right wantarray context (ensuing runtime lookup
60065              via block_gimme() was getting the incidental context of the
60066              sort() itself)
60067      Branch: maint-5.6/perl
60068           !> op.c t/op/sort.t
60069 ____________________________________________________________________________
60070 [  7271] By: gsar                                  on 2000/10/16  03:29:11
60071         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
60072              branch
60073              
60074              Flatten the cpp jungle doing the nosuid checking.
60075              
60076              Do not assume sign propagation. (from M.J.T. Guy)
60077              
60078              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
60079              
60080              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
60081              Now pp_ncmp() returns undef is either operand is a NaN.
60082              
60083              On second thoughts frexp() does have two arguments.
60084              
60085              Document that tr() is not tr(1).
60086              
60087              Be more robust on "extreme" (large absolute value)
60088              arguments.  Originally reported by Daniel Connelly
60089              as a problem with asinh() on large negative arguments,
60090              asinh() used to bail out because an argument to log()
60091              ended up being zero.  Ilya Zakharevich proposed using
60092              Taylor's series in such cases, which for such large
60093              arguments is a very good approximation.
60094              
60095              Undo "use integer" addition from 64bitint as it seems
60096              to break most of the subtests in Digital UNIX;
60097              Unicos needs to find another way.
60098      Branch: maint-5.6/perl
60099           !> (integrate 29 files)
60100 ____________________________________________________________________________
60101 [  7270] By: gsar                                  on 2000/10/16  03:09:44
60102         Log: integrate changes#5948,5949,5950 from mainline
60103              
60104              typo in vars.pm that leads to cryptic message (from Piotr
60105              Piatkowski <kompas@kompas.usr.onet.pl>)
60106              
60107              make perldoc use the pod2man from the same version (from
60108              M.J.T. Guy)
60109              
60110              reformat perldiag to avoid long lines
60111      Branch: maint-5.6/perl
60112           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
60113 ____________________________________________________________________________
60114 [  7269] By: gsar                                  on 2000/10/16  03:05:54
60115         Log: integrate change#5947 from mainline
60116              
60117              use &dl_error rather than &dl_load_file as the guard for calling
60118              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
60119              statically built perl)
60120      Branch: maint-5.6/perl
60121           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
60122 ____________________________________________________________________________
60123 [  7268] By: gsar                                  on 2000/10/16  03:04:48
60124         Log: integrate change#5945 from mainline
60125              
60126              make module name mandatory after -M switch; reorder perldiag
60127              alphabetically (from Mark-Jason Dominus)
60128      Branch: maint-5.6/perl
60129           !> perl.c pod/perldiag.pod
60130 ____________________________________________________________________________
60131 [  7267] By: gsar                                  on 2000/10/16  03:03:01
60132         Log: integrate change#5939 from mainline
60133              
60134              more pod nits (from Larry Virden)
60135      Branch: maint-5.6/perl
60136           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
60137           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
60138           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
60139 ____________________________________________________________________________
60140 [  7266] By: gsar                                  on 2000/10/16  03:01:39
60141         Log: integrate change#5938 from mainline
60142              
60143              Consolidated B::Deparse fixes (from Stephen McCamant)
60144      Branch: maint-5.6/perl
60145           !> ext/B/B/Deparse.pm
60146 ____________________________________________________________________________
60147 [  7265] By: gsar                                  on 2000/10/16  03:00:43
60148         Log: integrate change#5936 from mainline
60149              
60150              additional tests for change#7263 (from Paul Marquess)
60151      Branch: maint-5.6/perl
60152           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
60153           !> t/pragma/warn/5nolint t/pragma/warn/6default
60154 ____________________________________________________________________________
60155 [  7264] By: gsar                                  on 2000/10/16  02:58:34
60156         Log: integrate change#5934 from mainline
60157              
60158              propagate lexical warnings from surrounding scope correctly
60159              within string eval() (from Paul Marquess)
60160      Branch: maint-5.6/perl
60161           !> pp_ctl.c t/pragma/warn/pp_ctl
60162 ____________________________________________________________________________
60163 [  7263] By: gsar                                  on 2000/10/16  02:56:53
60164         Log: integrate change#5932 from mainline
60165              
60166              add rsignal(), whichsig() and do_join() to public API list
60167              (mod_perl uses them to good advantage)
60168      Branch: maint-5.6/perl
60169           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
60170 ____________________________________________________________________________
60171 [  7262] By: gsar                                  on 2000/10/16  02:55:53
60172         Log: integrate change#5931 from mainline
60173              
60174              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
60175      Branch: maint-5.6/perl
60176           !> pp_hot.c regexec.c t/op/pat.t
60177 ____________________________________________________________________________
60178 [  7261] By: gsar                                  on 2000/10/16  02:55:01
60179         Log: integrate change#5930 from mainline
60180              
60181              small os390 tweaks (from Peter Prymmer)
60182      Branch: maint-5.6/perl
60183           !> config_h.SH makedepend.SH
60184 ____________________________________________________________________________
60185 [  7260] By: gsar                                  on 2000/10/16  02:54:10
60186         Log: integrate change#5929 from mainline
60187              
60188              pod nits
60189      Branch: maint-5.6/perl
60190           !> pod/perlguts.pod
60191 ____________________________________________________________________________
60192 [  7259] By: gsar                                  on 2000/10/16  02:52:55
60193         Log: integrate change#5927 from mainline
60194              
60195              arrange for next() to resume at the unstack op rather than the
60196              loop conditional, so that scope cleanup happens correctly
60197              (from Stephen McCamant)
60198      Branch: maint-5.6/perl
60199           !> op.c pp_ctl.c t/op/misc.t
60200 ____________________________________________________________________________
60201 [  7258] By: gsar                                  on 2000/10/16  02:51:38
60202         Log: integrate change#5926 from mainline
60203              
60204              on windows, reserve 16M of stack rather than 128M (allows more
60205              threads to run concurrently)
60206      Branch: maint-5.6/perl
60207           !> win32/Makefile win32/makefile.mk
60208 ____________________________________________________________________________
60209 [  7257] By: gsar                                  on 2000/10/16  02:50:37
60210         Log: integrate change#5925 from mainline
60211              
60212              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
60213      Branch: maint-5.6/perl
60214           !> toke.c
60215 ____________________________________________________________________________
60216 [  7256] By: gsar                                  on 2000/10/16  02:49:36
60217         Log: integrate change#5924 from mainline
60218              
60219              avoid using uninitialized memory in require version check
60220      Branch: maint-5.6/perl
60221           !> pp_ctl.c universal.c
60222 ____________________________________________________________________________
60223 [  7255] By: gsar                                  on 2000/10/16  02:48:03
60224         Log: integrate changes#5923,5928,6009 from mainline
60225              
60226              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
60227      Branch: maint-5.6/perl
60228           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
60229 ____________________________________________________________________________
60230 [  7254] By: gsar                                  on 2000/10/16  02:44:46
60231         Log: integrate change#5922 from mainline
60232              
60233              commentary about IoTYPE() (from Nathan Torkington)
60234      Branch: maint-5.6/perl
60235           !> sv.h
60236 ____________________________________________________________________________
60237 [  7253] By: gsar                                  on 2000/10/16  02:43:49
60238         Log: integrate change#5921 from mainline
60239              
60240              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
60241      Branch: maint-5.6/perl
60242           !> sv.c t/lib/charnames.t t/pragma/utf8.t
60243 ____________________________________________________________________________
60244 [  7252] By: gsar                                  on 2000/10/16  02:42:31
60245         Log: integrate change#5920 from mainline
60246              
60247              Larry's fix for buggy propagation of utf8-ness in join(); add test
60248      Branch: maint-5.6/perl
60249           !> doop.c t/op/ver.t
60250 ____________________________________________________________________________
60251 [  7251] By: gsar                                  on 2000/10/16  02:41:14
60252         Log: integrate changes#5915..5919 from mainline
60253              
60254              various (pod tweaks &c)
60255      Branch: maint-5.6/perl
60256           !> (integrate 33 files)
60257 ____________________________________________________________________________
60258 [  7250] By: gsar                                  on 2000/10/16  02:38:16
60259         Log: integrate change#5914 from mainline
60260              
60261              caller() wasn't returning the right number of elements for
60262              eval {...}
60263      Branch: maint-5.6/perl
60264           !> pp_ctl.c t/pragma/warn/9enabled
60265 ____________________________________________________________________________
60266 [  7249] By: gsar                                  on 2000/10/16  02:37:02
60267         Log: integrate change#5913 from mainline
60268              
60269              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
60270              (from Mark-Jason Dominus)
60271      Branch: maint-5.6/perl
60272           !> pod/perlfunc.pod
60273 ____________________________________________________________________________
60274 [  7248] By: gsar                                  on 2000/10/16  02:35:58
60275         Log: integrate change#5912 from mainline
60276              
60277              fix totally broken caching in UNIVERSAL::isa() (from
60278              Nick Ing-Simmons)
60279      Branch: maint-5.6/perl
60280           !> t/op/universal.t universal.c
60281 ____________________________________________________________________________
60282 [  7247] By: gsar                                  on 2000/10/16  02:34:27
60283         Log: integrate changes#5910,5911 from mainline
60284              
60285              typo in pod
60286              
60287              add linebreak properties from unicode/LineBrk.txt (from
60288              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
60289      Branch: maint-5.6/perl
60290           +> (branch 29 files)
60291           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
60292 ____________________________________________________________________________
60293 [  7246] By: gsar                                  on 2000/10/16  02:33:29
60294         Log: integrate change#5909 from mainline
60295              
60296              mode argument to do_binmode() should be file mode, not boolean
60297      Branch: maint-5.6/perl
60298           !> pp_sys.c
60299 ____________________________________________________________________________
60300 [  7245] By: gsar                                  on 2000/10/16  02:31:04
60301         Log: integrate change#5908 from mainline
60302              
60303              introduce illegal symbols into null package so that
60304              gv_fetchpv(...,TRUE) always returns a valid GV even when the
60305              symbol is trapped by strictures (avoids coredumps)
60306      Branch: maint-5.6/perl
60307           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
60308           !> t/pragma/strict-vars
60309 ____________________________________________________________________________
60310 [  7244] By: jhi                                   on 2000/10/16  02:29:54
60311         Log: Subject: $Carp::ExportLevel confusion in Exporter
60312              From: "Ben Tilly" <ben_tilly@hotmail.com>
60313              Date: Sat, 14 Oct 2000 16:44:34 EDT
60314              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
60315      Branch: perl
60316            ! lib/Exporter/Heavy.pm
60317 ____________________________________________________________________________
60318 [  7243] By: jhi                                   on 2000/10/16  02:28:33
60319         Log: Subject: [PATCH perlguts.pod] Document offset hack
60320              From: Simon Cozens <simon@cozens.net>
60321              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
60322              Date: Sat, 14 Oct 2000 19:32:25 +0100
60323      Branch: perl
60324            ! pod/perlguts.pod
60325 ____________________________________________________________________________
60326 [  7242] By: gsar                                  on 2000/10/16  02:26:51
60327         Log: integrate changes#5905,5906,5907,6064 from mainline
60328              
60329              printf/sprintf didn't get quad types right under use64bitint
60330      Branch: maint-5.6/perl
60331           !> pp_sys.c sv.c t/op/64bitint.t
60332 ____________________________________________________________________________
60333 [  7241] By: jhi                                   on 2000/10/16  02:22:44
60334         Log: Subject: small pod patch
60335              From: Dan Boorstein <dan_boo@bellsouth.net>
60336              Date: Sat, 14 Oct 2000 14:29:24 -0400
60337              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
60338      Branch: perl
60339            ! pod/perlfaq7.pod pod/perlmod.pod
60340 ____________________________________________________________________________
60341 [  7240] By: jhi                                   on 2000/10/16  02:13:46
60342         Log: -w cleanup.
60343              
60344              Subject: Re: Problems with bleadperl 
60345              From: "Stephen P. Potter" <spp@ds.net>
60346              Date: Fri, 13 Oct 2000 13:32:49 -0400
60347              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
60348      Branch: perl
60349            ! t/pragma/overload.t
60350 ____________________________________________________________________________
60351 [  7239] By: jhi                                   on 2000/10/16  01:41:18
60352         Log: One more ~utf8 tweak.
60353      Branch: perl
60354            ! t/op/bop.t
60355 ____________________________________________________________________________
60356 [  7238] By: jhi                                   on 2000/10/16  01:34:14
60357         Log: Tweak the test of #7235.
60358      Branch: perl
60359            ! t/op/bop.t
60360 ____________________________________________________________________________
60361 [  7237] By: jhi                                   on 2000/10/16  01:25:04
60362         Log: Fix a couple of compiler-noted nits in #7235.
60363      Branch: perl
60364            ! pp.c
60365 ____________________________________________________________________________
60366 [  7236] By: jhi                                   on 2000/10/16  01:22:46
60367         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
60368      Branch: perl
60369            ! pp.c pp_hot.c
60370 ____________________________________________________________________________
60371 [  7235] By: jhi                                   on 2000/10/15  16:24:44
60372         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
60373              
60374              From: Simon Cozens <simon@cozens.net>
60375              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
60376              Date: Sat, 14 Oct 2000 20:52:13 +0100
60377              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
60378      Branch: perl
60379            ! pp.c t/op/bop.t utf8.h
60380 ____________________________________________________________________________
60381 [  7234] By: jhi                                   on 2000/10/15  15:19:29
60382         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
60383              The problem was that rx->minlen was in chars while pp_split()
60384              thought it would be in bytes. 
60385      Branch: perl
60386            ! pp.c t/pragma/utf8.t
60387 ____________________________________________________________________________
60388 [  7233] By: jhi                                   on 2000/10/14  20:24:24
60389         Log: Document FNCASE=y as discussed in the bug 20000902.009.
60390      Branch: perl
60391            ! README.dos
60392 ____________________________________________________________________________
60393 [  7232] By: jhi                                   on 2000/10/14  18:52:21
60394         Log: Add test for bug id 20000427.003 (which seems to have
60395              been fixed) (also duplicate as 20000427.004, though
60396              with a higher severity).  Move one utf8 from op/append
60397              to pragma/utf8, tag the tests with bug ids.
60398      Branch: perl
60399            ! t/op/append.t t/pragma/utf8.t
60400 ____________________________________________________________________________
60401 [  7231] By: jhi                                   on 2000/10/14  17:28:37
60402         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
60403      Branch: perl
60404            ! t/pragma/utf8.t
60405 ____________________________________________________________________________
60406 [  7230] By: jhi                                   on 2000/10/14  14:24:50
60407         Log: Needs to be conditional on SunOS 4.
60408              
60409              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
60410              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
60411              Date: Sat, 14 Oct 2000 13:37:49 +0100
60412              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
60413      Branch: metaconfig/U/perl
60414            ! End.U
60415      Branch: perl
60416            ! Configure myconfig.SH pod/perldelta.pod
60417 ____________________________________________________________________________
60418 [  7229] By: jhi                                   on 2000/10/14  00:49:22
60419         Log: Update Changes.
60420      Branch: perl
60421            ! Changes patchlevel.h
60422 ____________________________________________________________________________
60423 [  7228] By: jhi                                   on 2000/10/14  00:46:10
60424         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
60425              From: Peter Prymmer <pvhp@forte.com>
60426              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
60427              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
60428      Branch: perl
60429            ! lib/utf8.pm
60430 ____________________________________________________________________________
60431 [  7227] By: jhi                                   on 2000/10/13  23:20:30
60432         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
60433      Branch: perl
60434            ! t/op/tie.t
60435 ____________________________________________________________________________
60436 [  7226] By: jhi                                   on 2000/10/13  22:14:32
60437         Log: Tweak #7225.
60438              
60439              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
60440              From: Peter Prymmer <pvhp@forte.com>
60441              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
60442              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
60443      Branch: perl
60444            ! t/op/sprintf.t
60445 ____________________________________________________________________________
60446 [  7225] By: jhi                                   on 2000/10/13  22:11:31
60447         Log: op/sprintf.t patch for OS/390 (and any other host with limited
60448              floating-point exponent length)
60449              
60450              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
60451              From: Dominic Dunlop <domo@computer.org>
60452              Date: Fri, 13 Oct 2000 19:17:57 +0200
60453              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
60454      Branch: perl
60455            ! t/op/sprintf.t
60456 ____________________________________________________________________________
60457 [  7224] By: jhi                                   on 2000/10/13  18:40:48
60458         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
60459      Branch: perl
60460            ! toke.c
60461 ____________________________________________________________________________
60462 [  7223] By: jhi                                   on 2000/10/13  18:37:13
60463         Log: Thinko in #7222.
60464      Branch: perl
60465            ! utf8.c
60466 ____________________________________________________________________________
60467 [  7222] By: jhi                                   on 2000/10/13  18:05:23
60468         Log: Use UTF8SKIP(), from Simon Cozens.
60469      Branch: perl
60470            ! utf8.c
60471 ____________________________________________________________________________
60472 [  7221] By: jhi                                   on 2000/10/13  15:43:19
60473         Log: (accidentally empty check-in)
60474      Branch: perl
60475            ! utf8.c
60476 ____________________________________________________________________________
60477 [  7220] By: jhi                                   on 2000/10/13  15:23:51
60478         Log: Add (optimistically) Storable to static extensions.
60479      Branch: perl
60480            ! hints/uwin.sh hints/vmesa.sh
60481 ____________________________________________________________________________
60482 [  7219] By: jhi                                   on 2000/10/13  15:20:05
60483         Log: Amdahl UTS doesn't seem to do dynaloading.
60484      Branch: perl
60485            ! hints/uts.sh
60486 ____________________________________________________________________________
60487 [  7218] By: jhi                                   on 2000/10/13  15:15:20
60488         Log: Slight tweak of the code to appease Amdahl UTS cc.
60489      Branch: perl
60490            ! pp.c
60491 ____________________________________________________________________________
60492 [  7217] By: jhi                                   on 2000/10/13  14:50:42
60493         Log: In Amdahl UTS "struct sv" is defined by a system header,
60494              <ksync.h>.
60495      Branch: perl
60496            ! perl.h sv.h
60497 ____________________________________________________________________________
60498 [  7216] By: jhi                                   on 2000/10/13  11:58:25
60499         Log: Ilya implemented the memory profiling API.
60500      Branch: perl
60501            ! Todo
60502 ____________________________________________________________________________
60503 [  7215] By: jhi                                   on 2000/10/13  02:56:38
60504         Log: Subject: [PATCH 5.7.0] Perl API for mstats
60505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60506              Date: Thu, 12 Oct 2000 22:52:40 -0400
60507              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
60508      Branch: perl
60509            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
60510 ____________________________________________________________________________
60511 [  7214] By: jhi                                   on 2000/10/13  02:55:38
60512         Log: Subject: [PATCH 5.7.0] IVs in mtats
60513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60514              Date: Thu, 12 Oct 2000 22:51:04 -0400
60515              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
60516      Branch: perl
60517            ! malloc.c perl.h
60518 ____________________________________________________________________________
60519 [  7213] By: jhi                                   on 2000/10/13  02:31:47
60520         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
60521      Branch: perl
60522            ! pod/perldiag.pod pp_sys.c
60523 ____________________________________________________________________________
60524 [  7212] By: jhi                                   on 2000/10/13  01:27:38
60525         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
60526              From: Peter Prymmer <pvhp@forte.com>
60527              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
60528              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
60529      Branch: perl
60530            ! t/op/oct.t
60531 ____________________________________________________________________________
60532 [  7211] By: jhi                                   on 2000/10/13  00:35:09
60533         Log: Update Changes.
60534      Branch: perl
60535            ! Changes patchlevel.h
60536 ____________________________________________________________________________
60537 [  7210] By: jhi                                   on 2000/10/12  23:59:40
60538         Log: The Install.pm third of
60539              
60540              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
60541              From: Bill Campbell <bill@celestial.com>
60542              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
60543              Date: Thu, 5 Oct 2000 18:04:51 -0700
60544      Branch: perl
60545            ! lib/ExtUtils/Install.pm
60546 ____________________________________________________________________________
60547 [  7209] By: jhi                                   on 2000/10/12  23:58:43
60548         Log: Two thirds of
60549              
60550              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
60551              Date: Thu, 5 Oct 2000 18:04:51 -0700
60552              From: Bill Campbell <bill@celestial.com>
60553              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
60554              
60555              The Install.pm changes will be submitted separately because
60556              they need some work and discussion still.
60557      Branch: perl
60558            ! lib/getopts.pl lib/termcap.pl
60559 ____________________________________________________________________________
60560 [  7208] By: jhi                                   on 2000/10/12  23:41:19
60561         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
60562              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60563              Date:     Thu, 12 Oct 2000 07:30:02 EDT
60564              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
60565      Branch: perl
60566            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
60567            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
60568 ____________________________________________________________________________
60569 [  7207] By: jhi                                   on 2000/10/12  23:39:01
60570         Log: An updated EBCDIC tr patch.
60571              
60572              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
60573              From: Peter Prymmer <pvhp@forte.com>
60574              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
60575              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
60576      Branch: perl
60577            ! t/op/tr.t
60578 ____________________________________________________________________________
60579 [  7206] By: jhi                                   on 2000/10/12  23:34:55
60580         Log: Upgrade to CPAN 1.58, from Andreas König.
60581      Branch: perl
60582            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60583 ____________________________________________________________________________
60584 [  7205] By: jhi                                   on 2000/10/12  23:29:08
60585         Log: Introduce the man[24-8] variables, from Andy Dougherty.
60586      Branch: metaconfig/U/perl
60587            + mandirs.U mandirstyle.U
60588      Branch: perl
60589            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60590            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
60591            ! vos/config.h vos/config.pl vos/config_h.SH_orig
60592            ! win32/config.bc win32/config.gc win32/config.vc
60593 ____________________________________________________________________________
60594 [  7204] By: gsar                                  on 2000/10/12  18:11:24
60595         Log: restore change#7202
60596      Branch: perl
60597            ! mg.c
60598 ____________________________________________________________________________
60599 [  7203] By: gsar                                  on 2000/10/12  18:09:40
60600         Log: another test of the Emergency Broadcast System--back out 
60601              change#7202
60602      Branch: perl
60603            ! mg.c
60604 ____________________________________________________________________________
60605 [  7202] By: gsar                                  on 2000/10/12  16:40:47
60606         Log: (submitted on behalf of Jarkko)
60607              Fix the lib/encode.t subtest 6 failure as reported by Andreas
60608              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
60609              was unearthed by change 7182, as was a bug in HTML::Entities.
60610      Branch: perl
60611            ! mg.c
60612 ____________________________________________________________________________
60613 [  7201] By: jhi                                   on 2000/10/11  03:16:05
60614         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
60615      Branch: perl
60616            ! pp_hot.c t/pragma/utf8.t
60617 ____________________________________________________________________________
60618 [  7200] By: jhi                                   on 2000/10/11  00:40:30
60619         Log: The #7198 was a false alarm.
60620      Branch: perl
60621            ! pp_hot.c
60622 ____________________________________________________________________________
60623 [  7199] By: jhi                                   on 2000/10/11  00:26:04
60624         Log: Remove duplicated code.
60625      Branch: perl
60626            ! t/lib/cgi-html.t
60627 ____________________________________________________________________________
60628 [  7198] By: jhi                                   on 2000/10/10  23:30:46
60629         Log: (Retracted by #7200.)
60630      Branch: perl
60631            ! pp_hot.c
60632 ____________________________________________________________________________
60633 [  7197] By: jhi                                   on 2000/10/10  21:49:30
60634         Log: Add the test case for #7190, from the original bug report
60635              by Andreas König.
60636      Branch: perl
60637            ! t/pragma/utf8.t
60638 ____________________________________________________________________________
60639 [  7196] By: jhi                                   on 2000/10/10  21:40:49
60640         Log: Reapply Andy's patch and regen Configure.
60641      Branch: perl
60642            ! Configure INSTALL Makefile.SH Porting/Glossary
60643            ! Porting/config.sh config_h.SH epoc/config.sh installperl
60644            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
60645            ! win32/config.vc
60646 ____________________________________________________________________________
60647 [  7195] By: jhi                                   on 2000/10/10  21:09:30
60648         Log: Use the versiononly instead of the installscripts,
60649              retract the changes 7146 and 7147.
60650      Branch: perl
60651            ! Configure INSTALL Makefile.SH Porting/Glossary
60652            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
60653            ! installperl uconfig.sh vos/config.def win32/config.bc
60654            ! win32/config.gc win32/config.vc
60655 ____________________________________________________________________________
60656 [  7194] By: jhi                                   on 2000/10/10  21:06:15
60657         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
60658              From: Peter Prymmer <pvhp@forte.com>
60659              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
60660              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
60661      Branch: perl
60662            ! t/op/ver.t
60663 ____________________________________________________________________________
60664 [  7193] By: jhi                                   on 2000/10/10  21:05:12
60665         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
60666              From: Peter Prymmer <pvhp@forte.com>
60667              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
60668              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
60669      Branch: perl
60670            ! t/op/tr.t
60671 ____________________________________________________________________________
60672 [  7192] By: jhi                                   on 2000/10/10  20:57:30
60673         Log: Add versiononly, delete installscripts, from Andy Dougherty.
60674      Branch: metaconfig
60675            - U/installdirs/installscripts.U
60676      Branch: metaconfig/U/perl
60677            + versiononly.U
60678 ____________________________________________________________________________
60679 [  7191] By: jhi                                   on 2000/10/10  19:41:21
60680         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
60681              From: Peter Prymmer <pvhp@forte.com>
60682              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
60683              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
60684      Branch: perl
60685            ! pod/perlebcdic.pod
60686 ____________________________________________________________________________
60687 [  7190] By: jhi                                   on 2000/10/10  19:26:14
60688         Log: Subject: Re: utf8 concat, mg_get
60689              From: Simon Cozens <simon@cozens.net>
60690              Date: Tue, 10 Oct 2000 17:40:17 +0100
60691              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
60692      Branch: perl
60693            ! pp_hot.c
60694 ____________________________________________________________________________
60695 [  7189] By: jhi                                   on 2000/10/10  19:23:03
60696         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
60697              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
60698              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
60699              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
60700      Branch: perl
60701            ! lib/ExtUtils/MM_Unix.pm
60702 ____________________________________________________________________________
60703 [  7188] By: jhi                                   on 2000/10/10  15:31:24
60704         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
60705              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
60706              Date: Fri, 14 Jul 2000 10:47:36 +0100
60707              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
60708      Branch: perl
60709            ! README.win32
60710 ____________________________________________________________________________
60711 [  7187] By: jhi                                   on 2000/10/10  13:30:10
60712         Log: Quote the temp file name, needed in Win32 because the
60713              default name unfortunately contains spaces, shouldn't
60714              hurt elsewhere.
60715              
60716              Subject: FW: perldoc fails if $TEMP contains spaces
60717              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
60718              Date: Thu, 14 Sep 2000 08:58:45 +0100
60719              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
60720      Branch: perl
60721            ! utils/perldoc.PL
60722 ____________________________________________________________________________
60723 [  7186] By: jhi                                   on 2000/10/10  13:16:27
60724         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
60725              From: hv@hugo.hybyte.com
60726              Date: Tue, 10 Oct 2000 14:10:20 +0100
60727              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
60728      Branch: perl
60729            ! t/lib/thr5005.t util.c
60730 ____________________________________________________________________________
60731 [  7185] By: jhi                                   on 2000/10/10  12:06:22
60732         Log: Upgrade to podlators 1.04, from Russ Allbery.
60733      Branch: perl
60734            ! lib/Pod/Man.pm lib/Pod/Text.pm
60735 ____________________________________________________________________________
60736 [  7184] By: jhi                                   on 2000/10/10  12:01:32
60737         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
60738      Branch: perl
60739            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
60740 ____________________________________________________________________________
60741 [  7183] By: jhi                                   on 2000/10/09  23:47:15
60742         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
60743              From: Peter Prymmer <pvhp@forte.com>
60744              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
60745              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
60746      Branch: perl
60747            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
60748 ____________________________________________________________________________
60749 [  7182] By: jhi                                   on 2000/10/09  23:43:16
60750         Log: Make eq work again with utf8 (disabling the upgrading
60751              should no more be necessary since the copies of the
60752              scalars are upgraded, not the scalars themselves).
60753              Takes care of ID 20001009.001.  (The claimed length()
60754              bug in 20001009.001 seems bogus to me.)
60755      Branch: perl
60756            ! sv.c t/pragma/utf8.t
60757 ____________________________________________________________________________
60758 [  7181] By: gsar                                  on 2000/10/09  19:41:54
60759         Log: tweak for change#7173
60760      Branch: perl
60761            ! win32/win32sck.c
60762 ____________________________________________________________________________
60763 [  7180] By: gsar                                  on 2000/10/09  19:26:56
60764         Log: on Windows, clean targets might not work under some flavors of the shell
60765      Branch: perl
60766            ! win32/Makefile win32/makefile.mk
60767 ____________________________________________________________________________
60768 [  7179] By: jhi                                   on 2000/10/09  19:21:02
60769         Log: Update Changes.
60770      Branch: perl
60771            ! Changes patchlevel.h
60772 ____________________________________________________________________________
60773 [  7178] By: jhi                                   on 2000/10/09  19:18:23
60774         Log: Warn about unknown scripts.
60775              
60776              Subject: Re: ideas? patches? [PATCH bleadperl]
60777              From: Dominic Dunlop <domo@computer.org>
60778              Date: Mon, 9 Oct 2000 14:57:17 +0200
60779              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
60780      Branch: perl
60781            ! lib/charnames.pm
60782 ____________________________________________________________________________
60783 [  7177] By: jhi                                   on 2000/10/09  19:13:27
60784         Log: Change #7160 had a nasty typo.
60785      Branch: metaconfig
60786            ! U/compline/Compile.U
60787      Branch: perl
60788            ! Configure config_h.SH
60789 ____________________________________________________________________________
60790 [  7176] By: gsar                                  on 2000/10/09  18:59:33
60791         Log: pod nit
60792      Branch: perl
60793            ! pod/perlport.pod
60794 ____________________________________________________________________________
60795 [  7175] By: gsar                                  on 2000/10/09  18:54:28
60796         Log: Windows9x doesn't support link(), despite what Config.pm
60797              might think
60798      Branch: perl
60799            ! lib/ExtUtils/Manifest.pm
60800 ____________________________________________________________________________
60801 [  7174] By: gsar                                  on 2000/10/09  18:50:03
60802         Log: avoid nonportable example code
60803      Branch: perl
60804            ! lib/File/Copy.pm
60805 ____________________________________________________________________________
60806 [  7173] By: gsar                                  on 2000/10/09  18:46:54
60807         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
60808              being used) when closing a socket handle
60809      Branch: perl
60810            ! win32/win32.c win32/win32.h win32/win32sck.c
60811 ____________________________________________________________________________
60812 [  7172] By: gsar                                  on 2000/10/09  18:41:40
60813         Log: on Windows, cwd strings in the environment should be of the
60814              form =X:=X:\foo instead of =X=X:\foo\
60815      Branch: perl
60816            ! win32/vdir.h
60817 ____________________________________________________________________________
60818 [  7171] By: gsar                                  on 2000/10/09  18:30:09
60819         Log: on Windows, LoadLibrary() could load an extension DLL multiple
60820              times if forward slashes are used in the path
60821      Branch: perl
60822            ! win32/win32.c
60823 ____________________________________________________________________________
60824 [  7170] By: jhi                                   on 2000/10/09  17:53:59
60825         Log: Add a todo note about overloadable assertions.
60826      Branch: perl
60827            ! Todo-5.6
60828 ____________________________________________________________________________
60829 [  7169] By: jhi                                   on 2000/10/09  13:43:45
60830         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
60831              From: mjd@plover.com
60832              Date: 9 Oct 2000 00:24:44 -0000
60833              Message-ID: <20001009002444.10616.qmail@plover.com>
60834      Branch: perl
60835            ! pod/perldebguts.pod
60836 ____________________________________________________________________________
60837 [  7168] By: nick                                  on 2000/10/08  13:16:33
60838         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
60839              is not right thing to do on (e.g. x86). Network order is also "right" for
60840              X fonts.
60841      Branch: perl
60842            ! ext/Encode/Encode.pm
60843 ____________________________________________________________________________
60844 [  7167] By: nick                                  on 2000/10/08  12:54:42
60845         Log: Make "encodings" work post-install when Encode/*.enc files may not
60846              be in same directory as Encode.pm
60847      Branch: perl
60848            ! ext/Encode/Encode.pm
60849 ____________________________________________________________________________
60850 [  7166] By: nick                                  on 2000/10/08  11:51:26
60851         Log: Work round the fact that $hash->{$key} does not take into account
60852              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
60853              so that key is always in the "expected" encoding - i.e. same way we put
60854              it in the hash.
60855      Branch: perl
60856            ! ext/Encode/Encode.pm
60857 ____________________________________________________________________________
60858 [  7165] By: gsar                                  on 2000/10/08  04:15:29
60859         Log: save_re_context() could reset PL_curcop to freed memory, causing core
60860              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
60861      Branch: perl
60862            ! pp_ctl.c
60863 ____________________________________________________________________________
60864 [  7164] By: jhi                                   on 2000/10/06  20:51:48
60865         Log: UTF8ize split() so that the cloned substrings get the UTF8
60866              flag of the original scalar.  Problem reported by Simon Cozens.
60867      Branch: perl
60868            ! pp.c t/pragma/utf8.t
60869 ____________________________________________________________________________
60870 [  7163] By: nick                                  on 2000/10/06  20:48:34
60871         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
60872              got a false +ve and so did not reach code which would have un-FAKEd the SV.
60873      Branch: perl
60874            ! sv.c
60875 ____________________________________________________________________________
60876 [  7162] By: nick                                  on 2000/10/06  20:25:37
60877         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
60878              To fix  (sort {$a <=> $b} keys %hash) in particular but
60879              should cover a number of other as-yet-unknown cases as well.
60880      Branch: perl
60881            ! sv.c
60882 ____________________________________________________________________________
60883 [  7161] By: jhi                                   on 2000/10/06  19:56:18
60884         Log: Change the version number of Tie::Handle in the core to 4.0,
60885              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
60886              
60887              Subject: Note on Tie::Handle
60888              From: andreas.koenig@anima.de (Andreas J. Koenig)
60889              Date:      06 Oct 2000 21:48:58 +0200
60890              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
60891      Branch: perl
60892            ! lib/Tie/Handle.pm
60893 ____________________________________________________________________________
60894 [  7160] By: jhi                                   on 2000/10/06  18:20:35
60895         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
60896              as the first option of cc/ld because of ultrapicky compilers
60897              (e.g. OS/390 R2.5)
60898      Branch: metaconfig
60899            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
60900            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
60901            ! U/compline/orderlib.U U/modified/Cppsym.U
60902            ! U/modified/d_access.U
60903      Branch: metaconfig/U/perl
60904            ! Checkcc.U d_dlsymun.U gccvers.U
60905      Branch: perl
60906            ! Configure config_h.SH
60907 ____________________________________________________________________________
60908 [  7159] By: jhi                                   on 2000/10/06  13:56:39
60909         Log: Update Changes.
60910      Branch: perl
60911            ! Changes patchlevel.h
60912 ____________________________________________________________________________
60913 [  7158] By: jhi                                   on 2000/10/06  12:48:40
60914         Log: Eliminate $Is_VMS code from the test.
60915              
60916              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
60917              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60918              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
60919              Date:     Thu, 5 Oct 2000 07:46:33 EDT
60920      Branch: perl
60921            ! t/lib/b.t
60922 ____________________________________________________________________________
60923 [  7157] By: jhi                                   on 2000/10/06  12:47:13
60924         Log: Also the $ccflags is needed for the C compiler check.
60925              
60926              Subject: Configure (check for C-compiler)
60927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60928              Date: Fri, 06 Oct 2000 08:47:15 +0200
60929              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
60930      Branch: metaconfig/U/perl
60931            ! Checkcc.U
60932      Branch: perl
60933            ! Configure config_h.SH
60934 ____________________________________________________________________________
60935 [  7156] By: jhi                                   on 2000/10/06  11:45:15
60936         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
60937      Branch: perl
60938            ! perl.c pp_ctl.c sv.h utf8.c
60939 ____________________________________________________________________________
60940 [  7155] By: jhi                                   on 2000/10/06  11:40:41
60941         Log: IO::Handle->syswrite() did not handle length omission
60942              like CORE::syswrite() does.
60943              
60944              Subject: [Fwd] IO::Handle, syswrite and arguments
60945              From: Graham Barr <gbarr@pobox.com>
60946              Date: Fri, 6 Oct 2000 10:22:05 +0100
60947              Message-ID: <20001006102205.U6312@pobox.com>
60948              
60949              The original patch from andrew@ugh.net.au.
60950      Branch: perl
60951            ! ext/IO/lib/IO/Handle.pm
60952 ____________________________________________________________________________
60953 [  7154] By: jhi                                   on 2000/10/06  01:42:15
60954         Log: Tweak #7153.
60955      Branch: perl
60956            ! utf8.h
60957 ____________________________________________________________________________
60958 [  7153] By: jhi                                   on 2000/10/06  00:39:55
60959         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
60960      Branch: perl
60961            ! utf8.h
60962 ____________________________________________________________________________
60963 [  7152] By: jhi                                   on 2000/10/06  00:38:11
60964         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
60965      Branch: perl
60966            ! perl.c pp_ctl.c sv.h utf8.c
60967 ____________________________________________________________________________
60968 [  7151] By: jhi                                   on 2000/10/06  00:36:38
60969         Log: Subject: Re: Questions about Tie::Array and perl modules
60970              From: Nick Ing-Simmons <nik@tiuk.ti.com>
60971              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
60972              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
60973              
60974              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
60975      Branch: perl
60976            ! lib/Tie/Array.pm t/op/array.t
60977 ____________________________________________________________________________
60978 [  7150] By: jhi                                   on 2000/10/05  00:20:45
60979         Log: Regen Changes.
60980      Branch: perl
60981            ! Changes patchlevel.h
60982 ____________________________________________________________________________
60983 [  7149] By: jhi                                   on 2000/10/05  00:20:01
60984         Log: Regen toc.
60985      Branch: perl
60986            ! pod/perltoc.pod
60987 ____________________________________________________________________________
60988 [  7148] By: jhi                                   on 2000/10/04  23:35:08
60989         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
60990              reported several times by Dominic Dunlop, for example in
60991              ID 20000315.008.  Patch from Dominic.  Patch affects at
60992              least MachTen, and possibly other oldish BSDs. Should not
60993              break non-broken platforms (tested on LinuxPPC). 
60994      Branch: perl
60995            ! doio.c
60996 ____________________________________________________________________________
60997 [  7147] By: jhi                                   on 2000/10/04  23:26:34
60998         Log: The one that got away from 7146.
60999      Branch: metaconfig
61000            + U/installdirs/installscripts.U
61001 ____________________________________________________________________________
61002 [  7146] By: jhi                                   on 2000/10/04  23:25:04
61003         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
61004              suggested by H. Merijn Brand.
61005      Branch: perl
61006            ! Configure INSTALL Makefile.SH Porting/Glossary
61007            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
61008            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
61009            ! win32/config.vc
61010 ____________________________________________________________________________
61011 [  7145] By: jhi                                   on 2000/10/04  22:08:21
61012         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
61013              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61014              Date: Wed, 4 Oct 2000 17:37:46 -0400
61015              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
61016      Branch: perl
61017            ! utils/h2xs.PL
61018 ____________________________________________________________________________
61019 [  7144] By: jhi                                   on 2000/10/04  18:11:41
61020         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
61021              From: Jeff Pinyan <jeffp@crusoe.net>
61022              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
61023              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
61024      Branch: perl
61025            ! pod/perlrun.pod
61026 ____________________________________________________________________________
61027 [  7143] By: jhi                                   on 2000/10/04  18:09:58
61028         Log: Subject: perlhack.pod Patch for Externals Tools
61029              From: Fisher Mark <fisherm@tce.com>
61030              Date: Tue, 3 Oct 2000 15:43:27 -0500 
61031              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
61032      Branch: perl
61033            ! pod/perlhack.pod
61034 ____________________________________________________________________________
61035 [  7142] By: jhi                                   on 2000/10/04  18:08:41
61036         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
61037              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61038              Date:     Wed, 4 Oct 2000 12:11:11 EDT
61039              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
61040      Branch: perl
61041            ! vms/vms.c
61042 ____________________________________________________________________________
61043 [  7141] By: jhi                                   on 2000/10/04  12:20:16
61044         Log: Subject: [PATCH 5.7.0] h2xs not working
61045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61046              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
61047              Date: Tue, 3 Oct 2000 21:43:01 -0400
61048              
61049              Subject: [PATCH 5.7.0] h2xs not documenting the created module
61050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61051              Date: Tue, 3 Oct 2000 22:55:19 -0400
61052              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
61053      Branch: perl
61054            ! utils/h2xs.PL
61055 ____________________________________________________________________________
61056 [  7140] By: jhi                                   on 2000/10/04  11:53:44
61057         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
61058              From: nick@babyhippo.com
61059              Date: Wed, 4 Oct 2000 12:06:45 +0100
61060              Message-Id: <20001004120645.A7356@babyhippo.com>
61061              
61062              Retract 7118 and 7135.
61063      Branch: perl
61064            ! installman installperl op.c t/pragma/subs.t
61065 ____________________________________________________________________________
61066 [  7139] By: jhi                                   on 2000/10/03  22:09:41
61067         Log: It is possible to have no hosts database at all.  Pointed out in
61068              
61069              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
61070              From: Peter Prymmer <pvhp@forte.com>
61071              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
61072              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
61073      Branch: metaconfig
61074            ! U/modified/myhostname.U
61075      Branch: perl
61076            ! Configure config_h.SH
61077 ____________________________________________________________________________
61078 [  7138] By: jhi                                   on 2000/10/03  21:49:49
61079         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
61080              From: Peter Prymmer <pvhp@forte.com>
61081              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
61082              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
61083      Branch: perl
61084            ! pp_sys.c
61085 ____________________________________________________________________________
61086 [  7137] By: jhi                                   on 2000/10/03  20:10:05
61087         Log: One remaining nit less at the VMS mailbox sizing.
61088      Branch: perl
61089            ! vms/vms.c
61090 ____________________________________________________________________________
61091 [  7136] By: jhi                                   on 2000/10/03  20:08:47
61092         Log: Test harness update to sync with the new perlcc,
61093              from Simon Cozens.
61094      Branch: perl
61095            ! t/TEST t/UTEST
61096 ____________________________________________________________________________
61097 [  7135] By: jhi                                   on 2000/10/03  15:15:42
61098         Log: Subject: Re: PATCH for 20001003.004
61099              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
61100              From: "AARON B. DOSSETT" <aaron@iglou.com>
61101              Message-Id: <E13gTay-0006od-00@iglou.com>
61102      Branch: perl
61103            ! installman installperl
61104 ____________________________________________________________________________
61105 [  7134] By: jhi                                   on 2000/10/03  15:00:34
61106         Log: Subject: [ID 20001003.006] B::Debug not -w clean
61107              From: Nicholas Clark <nick@babyhippo.co.uk>
61108              Date: Tue, 03 Oct 2000 15:46:32 +0100
61109              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
61110      Branch: perl
61111            ! ext/B/B/Debug.pm
61112 ____________________________________________________________________________
61113 [  7133] By: jhi                                   on 2000/10/03  14:58:39
61114         Log: Scale down the VMS message boxes, by Charles Lane.
61115              Fix for ID 20000903.009, workaround at
61116              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
61117      Branch: perl
61118            ! vms/vms.c
61119 ____________________________________________________________________________
61120 [  7132] By: jhi                                   on 2000/10/03  11:20:37
61121         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
61122      Branch: perl
61123            + t/lib/st-lock.t t/lib/st-utf8.t
61124            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
61125            ! ext/Storable/Storable.xs t/lib/st-recurse.t
61126 ____________________________________________________________________________
61127 [  7131] By: jhi                                   on 2000/10/03  03:38:23
61128         Log: Encode nits.
61129      Branch: perl
61130            ! MANIFEST Makefile.SH
61131 ____________________________________________________________________________
61132 [  7130] By: jhi                                   on 2000/10/03  03:31:05
61133         Log: Update Changes.
61134      Branch: perl
61135            ! Changes patchlevel.h
61136 ____________________________________________________________________________
61137 [  7129] By: jhi                                   on 2000/10/03  02:24:02
61138         Log: Misplaced else.
61139      Branch: metaconfig/U/perl
61140            ! d_strtoll.U
61141      Branch: perl
61142            ! Configure config_h.SH
61143 ____________________________________________________________________________
61144 [  7128] By: jhi                                   on 2000/10/03  02:08:29
61145         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
61146              From: sthoenna@efn.org
61147              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
61148              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
61149      Branch: metaconfig/U/perl
61150            ! d_strtoll.U
61151      Branch: perl
61152            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
61153 ____________________________________________________________________________
61154 [  7127] By: jhi                                   on 2000/10/03  01:13:14
61155         Log: Update Changes.
61156      Branch: perl
61157            ! Changes patchlevel.h
61158 ____________________________________________________________________________
61159 [  7126] By: jhi                                   on 2000/10/03  00:57:08
61160         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
61161              as suggested by Olaf Flebbe and Nick Clark.
61162      Branch: perl
61163            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
61164 ____________________________________________________________________________
61165 [  7125] By: jhi                                   on 2000/10/03  00:50:56
61166         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
61167              From: Nick Clark <nick@plum.flirble.org>
61168              Date: Mon, 2 Oct 2000 11:03:24 +0100
61169              Message-Id: <20001002110324.D20073@plum.flirble.org>
61170              
61171              Also fixes bug ID 20001002.005.
61172      Branch: perl
61173            ! t/lib/encode.t
61174 ____________________________________________________________________________
61175 [  7124] By: jhi                                   on 2000/10/03  00:34:59
61176         Log: Subject: [PATCH 5.7.0] Epoc update
61177              From: Olaf Flebbe <o.flebbe@gmx.de>
61178              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
61179              Message-ID: <26423.969484586@www10.gmx.net>
61180      Branch: perl
61181            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
61182            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
61183            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
61184            ! util.c util.h
61185 ____________________________________________________________________________
61186 [  7123] By: jhi                                   on 2000/10/03  00:30:07
61187         Log: Regen headers.
61188      Branch: perl
61189            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
61190 ____________________________________________________________________________
61191 [  7122] By: jhi                                   on 2000/10/03  00:10:48
61192         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
61193      Branch: perl
61194            ! hints/openbsd.sh
61195 ____________________________________________________________________________
61196 [  7121] By: jhi                                   on 2000/10/03  00:05:06
61197         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
61198              From: <abigail@foad.org>
61199              Date: Tue, 26 Sep 2000 13:36:14 -0400
61200              Message-ID: <20000926173614.4356.qmail@foad.org>
61201      Branch: perl
61202            ! pod/perlop.pod
61203 ____________________________________________________________________________
61204 [  7120] By: jhi                                   on 2000/10/03  00:04:00
61205         Log: Inside require() $^S was always left undefined.
61206              
61207              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
61208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61209              Date: Wed, 27 Sep 2000 18:54:49 -0400
61210              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
61211      Branch: perl
61212            ! cop.h mg.c pp_ctl.c util.c
61213 ____________________________________________________________________________
61214 [  7119] By: jhi                                   on 2000/10/03  00:00:16
61215         Log: Subject: [PATCH] DLL not restartabke with threaded perl
61216              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
61217              Date: Thu, 28 Sep 2000 09:20:46 +0100
61218              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
61219      Branch: perl
61220            ! perl.c
61221 ____________________________________________________________________________
61222 [  7118] By: jhi                                   on 2000/10/02  23:59:20
61223         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
61224              From: Nicholas Clark <nick@ccl4.org>
61225              Date: Thu, 28 Sep 2000 11:52:24 +0100
61226              Message-ID: <20000928115224.D7924@plum.flirble.org>
61227      Branch: perl
61228            ! op.c
61229 ____________________________________________________________________________
61230 [  7117] By: jhi                                   on 2000/10/02  23:57:51
61231         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
61232              From: Nicholas Clark <nick@babyhippo.co.uk>
61233              Date: Thu, 28 Sep 2000 12:18:10 +0100
61234              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
61235              
61236              Did not apply cleanly, manual intervention was needed.
61237      Branch: perl
61238            ! ext/B/B/Bytecode.pm utils/perlcc.PL
61239 ____________________________________________________________________________
61240 [  7116] By: jhi                                   on 2000/10/02  23:50:40
61241         Log: Document the issue (is not a syntax error, kind of)
61242              
61243              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
61244              From: Nicholas Clark <nick@ccl4.org>
61245              Date: Thu, 28 Sep 2000 17:12:42 +0100
61246              Message-ID: <20000928171242.K7924@plum.flirble.org>
61247      Branch: perl
61248            ! pod/perldata.pod
61249 ____________________________________________________________________________
61250 [  7115] By: jhi                                   on 2000/10/02  23:48:58
61251         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
61252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61253              Date: Thu, 28 Sep 2000 21:55:31 -0400
61254              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
61255      Branch: perl
61256            ! regexec.c
61257 ____________________________________________________________________________
61258 [  7114] By: jhi                                   on 2000/10/02  23:47:57
61259         Log: Subject: DOC PATCH 5.6.0
61260              From: mjd@plover.com
61261              Date: 30 Sep 2000 06:02:34 -0000
61262              Message-ID: <20000930060234.4559.qmail@plover.com>
61263      Branch: perl
61264            ! pod/perldebguts.pod
61265 ____________________________________________________________________________
61266 [  7113] By: jhi                                   on 2000/10/02  23:46:43
61267         Log: SOCK_DGRAM and listen() do not mix as reported in
61268              
61269              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
61270              From: Petter Reinholdtsen <pere@hungry.com>
61271              Date: Sun, 1 Oct 2000 10:57:20 +0800
61272              Message-Id: <200010010257.KAA05735@localhost.localdomain>
61273              
61274              The patch for 5.7.0+ had to be reengineered, though.
61275      Branch: perl
61276            ! ext/IO/lib/IO/Socket/UNIX.pm
61277 ____________________________________________________________________________
61278 [  7112] By: jhi                                   on 2000/10/02  23:36:57
61279         Log: Subject: Re: [PATCH 5.005_64 missed]
61280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61281              Date: Sun, 1 Oct 2000 18:50:10 -0400
61282              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
61283      Branch: perl
61284            ! pod/perlxs.pod
61285 ____________________________________________________________________________
61286 [  7111] By: jhi                                   on 2000/10/02  23:35:40
61287         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
61288              From: Radu Greab <radu@netsoft.ro>
61289              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
61290              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
61291      Branch: perl
61292            ! op.c opcode.pl t/op/substr.t
61293 ____________________________________________________________________________
61294 [  7110] By: jhi                                   on 2000/10/02  23:32:38
61295         Log: Subject: [PATCH] Fix aliasing of tied filehandles
61296              From: Daniel Chetlin <daniel@chetlin.com>
61297              Date: Mon, 2 Oct 2000 14:53:27 -0700
61298              Message-ID: <20001002145327.C1617@ilmd>
61299      Branch: perl
61300            ! perl.h pp_hot.c t/op/tiehandle.t
61301 ____________________________________________________________________________
61302 [  7109] By: jhi                                   on 2000/10/02  23:31:30
61303         Log: s/Robin Parker/Robin Barker/
61304      Branch: perl
61305            ! Changes5.6
61306 ____________________________________________________________________________
61307 [  7108] By: jhi                                   on 2000/10/02  23:15:46
61308         Log: Retract #7091 as suggested in
61309              
61310              From: Robin Barker <rmb1@cise.npl.co.uk> 
61311              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
61312              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
61313              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
61314      Branch: perl
61315            ! embed.pl proto.h
61316 ____________________________________________________________________________
61317 [  7107] By: nick                                  on 2000/10/02  18:23:14
61318         Log: A few tweaks to get Tk803 to work with Encode scheme.
61319      Branch: perl
61320            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
61321 ____________________________________________________________________________
61322 [  7106] By: nick                                  on 2000/10/01  21:34:14
61323         Log: Add checking cases to Encode's toUnicode and fromUnicode.
61324      Branch: perl
61325            ! ext/Encode/Encode.pm
61326 ____________________________________________________________________________
61327 [  7105] By: nick                                  on 2000/10/01  17:18:01
61328         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
61329              To read and use them.
61330              Add a lib/encode.t which checks a few things.
61331      Branch: perl
61332            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
61333            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
61334            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
61335            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
61336            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
61337            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
61338            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
61339            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
61340            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
61341            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
61342            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
61343            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
61344            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
61345            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
61346            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
61347            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
61348            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
61349            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
61350            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
61351            + ext/Encode/Encode/iso2022-jp.enc
61352            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
61353            + ext/Encode/Encode/iso8859-1.enc
61354            + ext/Encode/Encode/iso8859-2.enc
61355            + ext/Encode/Encode/iso8859-3.enc
61356            + ext/Encode/Encode/iso8859-4.enc
61357            + ext/Encode/Encode/iso8859-5.enc
61358            + ext/Encode/Encode/iso8859-6.enc
61359            + ext/Encode/Encode/iso8859-7.enc
61360            + ext/Encode/Encode/iso8859-8.enc
61361            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
61362            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
61363            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
61364            + ext/Encode/Encode/macCentEuro.enc
61365            + ext/Encode/Encode/macCroatian.enc
61366            + ext/Encode/Encode/macCyrillic.enc
61367            + ext/Encode/Encode/macDingbats.enc
61368            + ext/Encode/Encode/macGreek.enc
61369            + ext/Encode/Encode/macIceland.enc
61370            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
61371            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
61372            + ext/Encode/Encode/macTurkish.enc
61373            + ext/Encode/Encode/macUkraine.enc
61374            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
61375            + t/lib/encode.t
61376            ! MANIFEST ext/Encode/Encode.pm
61377 ____________________________________________________________________________
61378 [  7104] By: nick                                  on 2000/09/30  13:04:30
61379         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
61380              From: Daniel Chetlin <daniel@chetlin.com>
61381              Date: Mon, 18 Sep 2000 05:05:40 -0700
61382              Message-Id: <20000918050540.C652@ilmd>
61383      Branch: perl
61384            ! lib/overload.pm sv.c t/pragma/overload.t
61385 ____________________________________________________________________________
61386 [  7103] By: nick                                  on 2000/09/30  12:53:36
61387         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
61388              From: Johan Vromans <jvromans@squirrel.nl>
61389              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
61390              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
61391      Branch: perl
61392            ! pod/Makefile.SH
61393 ____________________________________________________________________________
61394 [  7102] By: nick                                  on 2000/09/30  12:52:31
61395         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
61396              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61397              Date: Sat, 16 Sep 2000 16:36:45 -0400
61398              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
61399      Branch: perl
61400            ! ext/B/B/Deparse.pm
61401 ____________________________________________________________________________
61402 [  7101] By: nick                                  on 2000/09/30  12:51:41
61403         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
61404              From: Craig A. Berry <craig.berry@psinetcs.com>
61405              Date: Sat, 16 Sep 2000 10:11:10 -0500
61406              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
61407      Branch: perl
61408            ! vms/vms.c
61409 ____________________________________________________________________________
61410 [  7100] By: nick                                  on 2000/09/30  12:50:33
61411         Log: Subject: Re: unicode support and perl [ID 20000901.097]
61412              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61413              Date: Fri, 15 Sep 2000 16:37:58 -0400
61414              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
61415      Branch: perl
61416            ! t/op/append.t
61417 ____________________________________________________________________________
61418 [  7099] By: nick                                  on 2000/09/30  12:49:35
61419         Log: Subject: Re: unicode support and perl [ID 20000901.097]
61420              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61421              Date: Fri, 15 Sep 2000 16:25:30 -0400
61422              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
61423      Branch: perl
61424            ! pp_hot.c
61425 ____________________________________________________________________________
61426 [  7098] By: nick                                  on 2000/09/30  12:48:00
61427         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
61428              From: Gisle Aas <gisle@ActiveState.com>
61429              Date: 15 Sep 2000 16:23:41 +0200
61430              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
61431      Branch: perl
61432            ! toke.c
61433 ____________________________________________________________________________
61434 [  7097] By: nick                                  on 2000/09/30  12:45:16
61435         Log: Subject: [PATCH] Nits in perlmod.pod
61436              From: Daniel Chetlin <daniel@chetlin.com>
61437              Date: Fri, 15 Sep 2000 02:04:09 -0700
61438              Message-Id: <20000915020409.A2104@ilmd>
61439      Branch: perl
61440            ! pod/perlmod.pod
61441 ____________________________________________________________________________
61442 [  7096] By: nick                                  on 2000/09/30  12:18:00
61443         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
61444              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
61445              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
61446              0 to checking to get the warning.
61447      Branch: perl
61448            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
61449            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
61450            ! regexec.c sv.c toke.c utf8.c
61451 ____________________________________________________________________________
61452 [  7095] By: nick                                  on 2000/09/15  16:55:59
61453         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
61454              
61455              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
61456              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61457              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
61458              Date: Fri, 15 Sep 2000 06:37:30 -0400
61459      Branch: perl
61460            ! ext/Encode/Encode.xs sv.c
61461 ____________________________________________________________________________
61462 [  7094] By: jhi                                   on 2000/09/15  03:23:32
61463         Log: Update Changes.
61464      Branch: perl
61465            ! Changes patchlevel.h
61466 ____________________________________________________________________________
61467 [  7093] By: jhi                                   on 2000/09/15  03:11:44
61468         Log: Fix for the charnames.t failures from Spider Boardman.
61469      Branch: perl
61470            ! toke.c
61471 ____________________________________________________________________________
61472 [  7092] By: jhi                                   on 2000/09/15  00:15:48
61473         Log: Botched the #7090 check-in.
61474      Branch: perl
61475            ! sv.c
61476 ____________________________________________________________________________
61477 [  7091] By: jhi                                   on 2000/09/14  23:33:24
61478         Log: Part of #7081 didn't come through.
61479      Branch: perl
61480            ! embed.pl proto.h
61481 ____________________________________________________________________________
61482 [  7090] By: jhi                                   on 2000/09/14  23:17:39
61483         Log: Subject: Re: perl@7078 
61484              From: Spider Boardman <spider@web.zk3.dec.com>
61485              Date: Thu, 14 Sep 2000 19:06:36 -0400
61486              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
61487      Branch: perl
61488            ! sv.c toke.c
61489 ____________________________________________________________________________
61490 [  7089] By: jhi                                   on 2000/09/14  23:11:21
61491         Log: Small portability tweaks.
61492      Branch: perl
61493            ! ext/Encode/Encode.xs
61494 ____________________________________________________________________________
61495 [  7088] By: jhi                                   on 2000/09/14  22:57:23
61496         Log: Fake return to pacify picky compilers.
61497      Branch: perl
61498            ! ext/Encode/Encode.xs
61499 ____________________________________________________________________________
61500 [  7087] By: jhi                                   on 2000/09/14  22:53:37
61501         Log: Subject: [PATCH] utf8.c apidoc
61502              From: Simon Cozens <simon@cozens.net>
61503              Date: Thu, 14 Sep 2000 23:46:57 +0100
61504              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
61505      Branch: perl
61506            ! perlapi.c pod/perlapi.pod utf8.c
61507 ____________________________________________________________________________
61508 [  7086] By: jhi                                   on 2000/09/14  22:40:38
61509         Log: We don't need to count the high bit bytes, a boolean is enough. 
61510      Branch: perl
61511            ! sv.c
61512 ____________________________________________________________________________
61513 [  7085] By: jhi                                   on 2000/09/14  21:20:09
61514         Log: Replace #7084 with
61515              
61516              Subject: Re: perl@7078 
61517              From: Spider Boardman <spider@web.zk3.dec.com>
61518              Date: Thu, 14 Sep 2000 17:09:36 -0400
61519              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
61520      Branch: perl
61521            ! sv.c utf8.c
61522 ____________________________________________________________________________
61523 [  7084] By: jhi                                   on 2000/09/14  20:03:34
61524         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
61525              convertible to bytes by checking it doesn't go above 0xc3
61526              
61527              Subject: Re: perl@7078
61528              From: Simon Cozens <simon@cozens.net>
61529              Date: Thu, 14 Sep 2000 20:59:19 +0100
61530              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
61531      Branch: perl
61532            ! utf8.c
61533 ____________________________________________________________________________
61534 [  7083] By: jhi                                   on 2000/09/14  19:38:47
61535         Log: Subject: Re: perl@7078
61536              From: Simon Cozens <simon@cozens.net>
61537              Date: Thu, 14 Sep 2000 20:13:09 +0100
61538              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
61539      Branch: perl
61540            ! t/op/bop.t
61541 ____________________________________________________________________________
61542 [  7082] By: jhi                                   on 2000/09/14  17:50:44
61543         Log: The one that got away.
61544      Branch: perl
61545            ! lib/File/Find.pm
61546 ____________________________________________________________________________
61547 [  7081] By: jhi                                   on 2000/09/14  17:45:35
61548         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
61549              From: Robin Barker <rmb1@cise.npl.co.uk>
61550              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
61551              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
61552      Branch: perl
61553            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
61554            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
61555            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
61556            ! regcomp.c toke.c universal.c
61557 ____________________________________________________________________________
61558 [  7080] By: jhi                                   on 2000/09/14  17:40:35
61559         Log: Problems picked up by AIX cc.
61560              
61561              Subject: Re: perl@7078 (patch included)
61562              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61563              Date: Thu, 14 Sep 2000 18:53:30 +0200
61564              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
61565      Branch: perl
61566            ! ext/Encode/Encode.xs
61567 ____________________________________________________________________________
61568 [  7079] By: jhi                                   on 2000/09/14  17:38:27
61569         Log: Subject: File::Find 5.7.0 POD nits
61570              From: Rich Morin <rdm@cfcl.com>
61571              Date: Wed, 13 Sep 2000 22:03:58 -0700
61572              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
61573      Branch: perl
61574            ! lib/File/Find.pm
61575 ____________________________________________________________________________
61576 [  7078] By: jhi                                   on 2000/09/14  14:58:20
61577         Log: Update Changes.
61578      Branch: perl
61579            ! Changes patchlevel.h
61580 ____________________________________________________________________________
61581 [  7077] By: jhi                                   on 2000/09/14  14:55:54
61582         Log: Compilation warnings and an error.
61583      Branch: perl
61584            ! sv.c
61585 ____________________________________________________________________________
61586 [  7076] By: jhi                                   on 2000/09/14  14:42:56
61587         Log: Fix for a parsing bug, not for the original bug.
61588              
61589              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
61590              From: Spider Boardman <spider@web.zk3.dec.com>
61591              Date: Wed, 13 Sep 2000 17:52:20 -0400
61592              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
61593      Branch: perl
61594            ! regcomp.c
61595 ____________________________________________________________________________
61596 [  7075] By: jhi                                   on 2000/09/14  14:40:40
61597         Log: Batch of UTF-8 patches from Simon Cozens.
61598      Branch: perl
61599            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
61600            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
61601            ! toke.c utf8.c
61602 ____________________________________________________________________________
61603 [  7074] By: jhi                                   on 2000/09/14  14:29:58
61604         Log: Subject: Re: Two advertising clauses need to be removed
61605              From: Russ Allbery <rra@stanford.edu>
61606              Date: 13 Sep 2000 18:50:26 -0700
61607              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
61608      Branch: perl
61609            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
61610 ____________________________________________________________________________
61611 [  7073] By: jhi                                   on 2000/09/14  14:28:20
61612         Log: Subject: [PATCH] de-wall t/README
61613              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61614              Date: Wed, 13 Sep 2000 17:46:55 -0700
61615              Message-ID: <//Bw5gzkge/e092yn@efn.org>
61616      Branch: perl
61617            ! t/README
61618 ____________________________________________________________________________
61619 [  7072] By: jhi                                   on 2000/09/14  14:25:10
61620         Log: Hints optimization.
61621              
61622              Subject: Minor nit
61623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61624              Date: Wed, 13 Sep 2000 21:42:07 +0200
61625              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
61626      Branch: perl
61627            ! hints/hpux.sh
61628 ____________________________________________________________________________
61629 [  7071] By: jhi                                   on 2000/09/14  14:23:30
61630         Log: Allow chop() and chomp() to be overridden.
61631              
61632              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
61633              From: "Casey R. Tweten" <crt@kiski.net>
61634              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
61635              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
61636      Branch: perl
61637            ! toke.c
61638 ____________________________________________________________________________
61639 [  7070] By: jhi                                   on 2000/09/14  14:20:36
61640         Log: The return value of setlocale must be copied away.
61641              
61642              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
61643              From: Alan Burlison <Alan.Burlison@uk.sun.com>
61644              Date: Wed, 13 Sep 2000 16:27:37 +0100 
61645              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
61646      Branch: perl
61647            ! util.c
61648 ____________________________________________________________________________
61649 [  7069] By: jhi                                   on 2000/09/14  14:16:27
61650         Log: Remove vestiges of tr//CU.
61651              
61652              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61653              From: Nick Clark <nick@plum.flirble.org>
61654              Date: Tue, 12 Sep 2000 22:50:14 +0100
61655              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
61656              
61657              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61658              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61659              Date: Tue, 12 Sep 2000 21:38:48 -0700
61660              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
61661      Branch: perl
61662            ! op.h pod/perlunicode.pod
61663 ____________________________________________________________________________
61664 [  7068] By: jhi                                   on 2000/09/13  14:18:39
61665         Log: Add the Encode extension.  The code is still largely just skeleton.
61666      Branch: perl
61667            + ext/Encode/Encode.pm ext/Encode/Encode.xs
61668            + ext/Encode/Makefile.PL ext/Encode/Todo
61669            ! MANIFEST Todo-5.6
61670 ____________________________________________________________________________
61671 [  7067] By: jhi                                   on 2000/09/12  17:43:33
61672         Log: Allow for whitespace between "#" and "line" in cpp output.
61673              
61674              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
61675              From: Calle Dybedahl <calle@lysator.liu.se>
61676              Date: 12 Sep 2000 19:38:02 +0200 
61677              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
61678      Branch: perl
61679            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
61680 ____________________________________________________________________________
61681 [  7066] By: gsar                                  on 2000/09/12  17:24:29
61682         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
61683              initialization in all the threads on Windows
61684      Branch: perl
61685            ! win32/win32.c
61686 ____________________________________________________________________________
61687 [  7065] By: jhi                                   on 2000/09/12  15:11:31
61688         Log: Update Changes.
61689      Branch: perl
61690            ! Changes patchlevel.h
61691 ____________________________________________________________________________
61692 [  7064] By: jhi                                   on 2000/09/12  14:54:54
61693         Log: Retract #7062, the pod tests are not ready.
61694      Branch: perl
61695            ! t/TEST t/harness
61696 ____________________________________________________________________________
61697 [  7063] By: jhi                                   on 2000/09/12  14:25:41
61698         Log: The #7054 truncated Configure badly.
61699      Branch: metaconfig/U/perl
61700            ! End.U
61701      Branch: perl
61702            ! Configure config_h.SH
61703 ____________________________________________________________________________
61704 [  7062] By: jhi                                   on 2000/09/12  14:08:32
61705         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
61706              From: sthoenna@efn.org
61707              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
61708              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
61709      Branch: perl
61710            ! t/TEST t/harness
61711 ____________________________________________________________________________
61712 [  7061] By: jhi                                   on 2000/09/12  14:07:18
61713         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
61714              From: sthoenna@efn.org
61715              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
61716              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
61717      Branch: perl
61718            ! pod/perlxs.pod
61719 ____________________________________________________________________________
61720 [  7060] By: jhi                                   on 2000/09/12  14:06:08
61721         Log: Break up the myconfig lines a bit.
61722              
61723              Subject: perlbug/perl -V output format
61724              From: sthoenna@efn.org
61725              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
61726              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
61727      Branch: perl
61728            ! myconfig.SH
61729 ____________________________________________________________________________
61730 [  7059] By: jhi                                   on 2000/09/12  14:05:04
61731         Log: Test for the #7049.
61732              
61733              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
61734              From: andreas.koenig@anima.de (Andreas J. Koenig)
61735              Date: 12 Sep 2000 06:42:01 +0200
61736              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
61737      Branch: perl
61738            ! t/op/my.t
61739 ____________________________________________________________________________
61740 [  7058] By: jhi                                   on 2000/09/12  14:03:05
61741         Log: Subject: [patch: perl@7045] vms updates
61742              From: Peter Prymmer <pvhp@forte.com>
61743              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
61744              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
61745      Branch: perl
61746            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
61747 ____________________________________________________________________________
61748 [  7057] By: jhi                                   on 2000/09/12  14:00:51
61749         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
61750              From: sthoenna@efn.org
61751              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
61752              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
61753      Branch: perl
61754            ! t/op/64bitint.t
61755 ____________________________________________________________________________
61756 [  7056] By: jhi                                   on 2000/09/12  13:58:14
61757         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
61758              From: Jeff Pinyan <jeffp@crusoe.net>
61759              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
61760              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
61761      Branch: perl
61762            ! pod/perlfunc.pod
61763 ____________________________________________________________________________
61764 [  7055] By: jhi                                   on 2000/09/12  13:56:32
61765         Log: Do in VMS as the #7054 does.
61766      Branch: perl
61767            ! configure.com
61768 ____________________________________________________________________________
61769 [  7054] By: jhi                                   on 2000/09/12  13:50:31
61770         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
61771              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
61772              Date: Mon, 11 Sep 2000 08:33:09 +0100
61773              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
61774      Branch: metaconfig/U/perl
61775            ! End.U
61776      Branch: perl
61777            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
61778            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
61779 ____________________________________________________________________________
61780 [  7053] By: jhi                                   on 2000/09/12  13:29:19
61781         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
61782              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61783              Date:     Tue, 12 Sep 2000 08:35:59 EDT
61784              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
61785      Branch: perl
61786            ! vms/test.com
61787 ____________________________________________________________________________
61788 [  7052] By: jhi                                   on 2000/09/11  23:01:50
61789         Log: Document the SvUTF8*().
61790      Branch: perl
61791            ! pod/perlapi.pod sv.h
61792 ____________________________________________________________________________
61793 [  7051] By: gsar                                  on 2000/09/11  14:46:30
61794         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
61795              (missed a spot when fixing up op_pmreplroot hack for ithreads)
61796      Branch: perl
61797            ! op.c t/op/split.t
61798 ____________________________________________________________________________
61799 [  7050] By: nick                                  on 2000/09/11  10:03:51
61800         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
61801              
61802              Subject: borland C++ win32.c tweak
61803              From: Vadim Konovalov <vkonovalov@lucent.com>
61804              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
61805              Date: Mon, 11 Sep 2000 11:22:33 +0400
61806      Branch: perl
61807            ! win32/win32.c
61808 ____________________________________________________________________________
61809 [  7049] By: nick                                  on 2000/09/11  09:57:33
61810         Log: Point fix for s/// on foreach (keys %xxx).
61811      Branch: perl
61812            ! pp_hot.c
61813 ____________________________________________________________________________
61814 [  7048] By: jhi                                   on 2000/09/10  23:37:09
61815         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
61816              by Pod::Text, from Brad Appleton.
61817      Branch: perl
61818            ! t/pod/testp2pt.pl
61819 ____________________________________________________________________________
61820 [  7047] By: jhi                                   on 2000/09/10  14:32:53
61821         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
61822              by Russ Allbery.
61823      Branch: perl
61824            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
61825 ____________________________________________________________________________
61826 [  7046] By: jhi                                   on 2000/09/10  14:15:08
61827         Log: Upgrade to CPAN 1.57_65, from Andreas König.
61828      Branch: perl
61829            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61830 ____________________________________________________________________________
61831 [  7045] By: jhi                                   on 2000/09/08  21:36:32
61832         Log: Update Changes.
61833      Branch: perl
61834            ! Changes patchlevel.h
61835 ____________________________________________________________________________
61836 [  7044] By: jhi                                   on 2000/09/08  21:29:56
61837         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
61838              From: Peter Prymmer <pvhp@forte.com>
61839              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
61840              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
61841      Branch: perl
61842            ! configure.com
61843 ____________________________________________________________________________
61844 [  7043] By: jhi                                   on 2000/09/08  21:27:50
61845         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
61846              From: Peter Prymmer <pvhp@forte.com>
61847              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
61848              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
61849      Branch: perl
61850            ! Makefile.SH installperl
61851 ____________________________________________________________________________
61852 [  7042] By: jhi                                   on 2000/09/08  21:23:21
61853         Log: Continue #7041.
61854      Branch: perl
61855            ! cygwin/Makefile.SHs os2/Makefile.SHs
61856 ____________________________________________________________________________
61857 [  7041] By: jhi                                   on 2000/09/08  21:18:10
61858         Log: Do away with memory models cruft.  Sorry, PDP users.
61859      Branch: metaconfig
61860            ! U/modified/cc.U U/modified/libpth.U
61861      Branch: perl
61862            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
61863            ! Porting/config_H cflags.SH config_h.SH configure.com
61864            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
61865            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
61866            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
61867 ____________________________________________________________________________
61868 [  7040] By: jhi                                   on 2000/09/08  14:34:18
61869         Log: Major rewrite of s2p.  And I mean really major, it is
61870              an implementation of sed in perl.  If called as s2p it
61871              will function as s2p.  Note: needs non-UNIXifying.
61872              
61873              Subject: s2p
61874              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
61875              Date: Mon, 28 Aug 2000 14:05:12 +0200
61876              Message-ID: <39AA5578.2102E2AA@alcatel.at>
61877      Branch: perl
61878            ! x2p/s2p.PL
61879 ____________________________________________________________________________
61880 [  7039] By: jhi                                   on 2000/09/08  14:19:49
61881         Log: Re-allow vec() for characters > 255.
61882              
61883              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
61884              From: Spider Boardman <spider@web.zk3.dec.com>
61885              Date: Fri, 08 Sep 2000 02:21:02 -0400
61886              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
61887      Branch: perl
61888            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
61889            ! t/op/vec.t
61890 ____________________________________________________________________________
61891 [  7038] By: jhi                                   on 2000/09/08  14:14:18
61892         Log: Subject: [PATCH lib/Benchmark.pm]
61893              From: <abigail@foad.org>
61894              Date: Thu, 7 Sep 2000 15:03:20 -0400
61895              Message-ID: <20000907190320.888.qmail@foad.org>
61896      Branch: perl
61897            ! lib/Benchmark.pm
61898 ____________________________________________________________________________
61899 [  7037] By: jhi                                   on 2000/09/08  14:11:06
61900         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
61901              
61902              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
61903              From: Spider Boardman <spider@web.zk3.dec.com>
61904              Date: Fri, 08 Sep 2000 01:30:27 -0400
61905              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
61906      Branch: perl
61907            ! op.c
61908 ____________________________________________________________________________
61909 [  7036] By: jhi                                   on 2000/09/08  14:08:58
61910         Log: Subject: [ID 20000908.002] perlipc documentation bug.
61911              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
61912              Date: Fri, 08 Sep 2000 12:38:32 +0200
61913              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
61914      Branch: perl
61915            ! pod/perlipc.pod
61916 ____________________________________________________________________________
61917 [  7035] By: jhi                                   on 2000/09/08  14:03:12
61918         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61919              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61920              Date: Fri, 08 Sep 2000 11:47:34 +0200
61921              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
61922      Branch: perl
61923            ! hints/dec_osf.sh
61924 ____________________________________________________________________________
61925 [  7034] By: jhi                                   on 2000/09/08  13:59:35
61926         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
61927              From: Simon Cozens <simon@cozens.net>
61928              Date: Thu, 7 Sep 2000 20:40:38 +0100
61929              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
61930      Branch: perl
61931            ! pp_hot.c
61932 ____________________________________________________________________________
61933 [  7033] By: jhi                                   on 2000/09/08  04:03:03
61934         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
61935              From: "Larry W. Virden" <lvirden@cas.org>
61936              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
61937              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
61938      Branch: perl
61939            ! pod/perldiag.pod
61940 ____________________________________________________________________________
61941 [  7032] By: jhi                                   on 2000/09/07  22:18:30
61942         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
61943              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
61944              Date: Mon, 04 Sep 2000 13:16:38 -0700
61945              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
61946      Branch: perl
61947            ! lib/perl5db.pl
61948 ____________________________________________________________________________
61949 [  7031] By: jhi                                   on 2000/09/07  22:02:29
61950         Log: Fix the ccversion detection for 5.1 and beyond.
61951              
61952              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61953              From: Spider Boardman <spider@leggy.zk3.dec.com>
61954              Date: Thu, 7 Sep 2000 17:54:27 -0400
61955              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
61956      Branch: perl
61957            ! hints/dec_osf.sh
61958 ____________________________________________________________________________
61959 [  7030] By: jhi                                   on 2000/09/07  19:12:28
61960         Log: Fix for
61961              
61962              Subject: [ID 20000903.001] \w in utf8-strings
61963              From: Marc Lehmann <pcg@goof.com>
61964              Date: Sun, 03 Sep 2000 09:44:29 +0200
61965              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
61966              
61967              and various related nits.
61968      Branch: perl
61969            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
61970 ____________________________________________________________________________
61971 [  7029] By: jhi                                   on 2000/09/07  18:49:09
61972         Log: Fix the URL, but the server is still missing in action.
61973              
61974              Subject: [ID 20000905.002] perlfaq1.pod URL error
61975              From: "Larry W. Virden" <lvirden@cas.org>
61976              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
61977              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
61978      Branch: perl
61979            ! pod/perlfaq1.pod
61980 ____________________________________________________________________________
61981 [  7028] By: jhi                                   on 2000/09/07  18:47:13
61982         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
61983              From: Hugo <hv@crypt.compulink.co.uk>
61984              Date: Tue, 05 Sep 2000 14:13:37 +0100
61985              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
61986      Branch: perl
61987            ! toke.c
61988 ____________________________________________________________________________
61989 [  7027] By: jhi                                   on 2000/09/07  18:45:35
61990         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
61991              From: Daniel Chetlin <daniel@chetlin.com>
61992              Date: Tue, 5 Sep 2000 04:57:07 -0700
61993              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
61994      Branch: perl
61995            ! pod/perlfaq6.pod pod/perlop.pod
61996 ____________________________________________________________________________
61997 [  7026] By: jhi                                   on 2000/09/07  18:44:01
61998         Log: Document the new ref() semantics.
61999              
62000              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
62001              From: Gisle Aas <gisle@ActiveState.com>
62002              Date: 05 Sep 2000 08:10:30 +0200
62003              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
62004      Branch: perl
62005            ! pod/perldelta.pod
62006 ____________________________________________________________________________
62007 [  7025] By: jhi                                   on 2000/09/07  18:42:27
62008         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
62009              
62010              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
62011              From: Gisle Aas <gisle@ActiveState.com>
62012              Date: 05 Sep 2000 08:11:40 +0200
62013              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
62014      Branch: perl
62015            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
62016 ____________________________________________________________________________
62017 [  7024] By: jhi                                   on 2000/09/07  18:39:32
62018         Log: Subject: [PATCH] Modernize Opcode.pm documentation
62019              From: Gisle Aas <gisle@ActiveState.com>
62020              Date: 4 Sep 2000 00:18:55 -0000
62021              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
62022      Branch: perl
62023            ! ext/Opcode/Opcode.pm
62024 ____________________________________________________________________________
62025 [  7023] By: jhi                                   on 2000/09/07  18:37:42
62026         Log: Subject: [PATCH] Tied filehandle documentation
62027              From: Gisle Aas <gisle@ActiveState.com>
62028              Date: 4 Sep 2000 00:14:40 -0000
62029              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
62030      Branch: perl
62031            ! pod/perlfunc.pod pod/perltie.pod
62032 ____________________________________________________________________________
62033 [  7022] By: jhi                                   on 2000/09/07  18:35:37
62034         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
62035              From: Gisle Aas <gisle@ActiveState.com>
62036              Date: 4 Sep 2000 00:04:22 -0000
62037              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
62038      Branch: perl
62039            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
62040 ____________________________________________________________________________
62041 [  7021] By: jhi                                   on 2000/09/07  18:33:22
62042         Log: Subject: small apidoc fix
62043              From: Marc Lehmann <pcg@goof.com>
62044              Date: Sun, 3 Sep 2000 05:12:06 +0200
62045              Message-ID: <20000903051206.A5909@cerebro.laendle>
62046      Branch: perl
62047            ! pod/perlapi.pod utf8.c
62048 ____________________________________________________________________________
62049 [  7020] By: jhi                                   on 2000/09/07  16:14:57
62050         Log: Tiny perldelta nits.
62051      Branch: perl
62052            ! pod/perldelta.pod
62053 ____________________________________________________________________________
62054 [  7019] By: jhi                                   on 2000/09/07  16:04:20
62055         Log: Guard against bad string->int conversion for quads.
62056      Branch: perl
62057            ! t/op/64bitint.t
62058 ____________________________________________________________________________
62059 [  7018] By: jhi                                   on 2000/09/06  17:07:03
62060         Log: Update Unicode todo list.
62061      Branch: perl
62062            ! Todo-5.6
62063 ____________________________________________________________________________
62064 [  7017] By: jhi                                   on 2000/09/05  21:16:01
62065         Log: Document the SvIOK_.*UV().
62066      Branch: perl
62067            ! pod/perlapi.pod sv.h
62068 ____________________________________________________________________________
62069 [  7016] By: nick                                  on 2000/09/03  21:54:46
62070         Log: Hash lookup of constant strings optimization:
62071              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
62072              to string table (as per sharepvn). Add newSV_pvn_share to create such
62073              a thing. Make hv.c compare addresses of strings and skip string compare
62074              if equal. Make method_named and helem ops use these shared-string SVs
62075              when arg is constant. Make keys op return shared-string SVs (less clearly
62076              a win).
62077      Branch: perl
62078            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
62079            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
62080            ! pod/perlintern.pod pp_hot.c proto.h sv.c
62081 ____________________________________________________________________________
62082 [  7015] By: jhi                                   on 2000/09/02  17:48:59
62083         Log: This is 5.7.0.
62084      Branch: perl
62085            ! Changes
62086 ____________________________________________________________________________
62087 [  7014] By: jhi                                   on 2000/09/02  17:35:45
62088         Log: Changes and patchlevel tweaks.
62089      Branch: perl
62090            ! Changes patchlevel.h
62091 ____________________________________________________________________________
62092 [  7013] By: jhi                                   on 2000/09/02  17:30:50
62093         Log: Update Changes.
62094      Branch: perl
62095            ! Changes patchlevel.h
62096 ____________________________________________________________________________
62097 [  7012] By: nick                                  on 2000/09/02  17:25:20
62098         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
62099      Branch: perl
62100            ! gv.c lib/overload.pm
62101 ____________________________________________________________________________
62102 [  7011] By: jhi                                   on 2000/09/02  17:16:25
62103         Log: Update perlhist.
62104      Branch: perl
62105            ! pod/perlhist.pod
62106 ____________________________________________________________________________
62107 [  7010] By: jhi                                   on 2000/09/02  17:01:35
62108         Log: perldelta nits.
62109      Branch: perl
62110            ! pod/perldelta.pod
62111 ____________________________________________________________________________
62112 [  7009] By: nick                                  on 2000/09/02  16:48:35
62113         Log: If overloaded %{} etc. return the object do not loop.
62114              Thus  sub deref { $_[0] } functions if object is wanted type.
62115      Branch: perl
62116            ! pp.h
62117 ____________________________________________________________________________
62118 [  7008] By: jhi                                   on 2000/09/02  16:26:11
62119         Log: Retab MANIFEST.
62120      Branch: perl
62121            ! ext/Storable/MANIFEST
62122 ____________________________________________________________________________
62123 [  7007] By: jhi                                   on 2000/09/02  16:23:02
62124         Log: Make certain cc is set before trying to run it.
62125      Branch: perl
62126            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
62127 ____________________________________________________________________________
62128 [  7006] By: jhi                                   on 2000/09/02  15:45:41
62129         Log: Unicode notes.
62130      Branch: perl
62131            ! pod/perldelta.pod
62132 ____________________________________________________________________________
62133 [  7005] By: jhi                                   on 2000/09/02  15:42:11
62134         Log: Various Configure nits by Philip Newton,
62135              plus the ebcdic one by me.
62136      Branch: metaconfig
62137            + U/modified/pager.U
62138            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
62139      Branch: metaconfig/U/perl
62140            ! Devel.U quadfio.U
62141      Branch: perl
62142            ! Configure config_h.SH
62143 ____________________________________________________________________________
62144 [  7004] By: jhi                                   on 2000/09/02  15:06:14
62145         Log: Apparently avoiding the swapping is too costly.
62146              
62147              From: "Ben Tilly" <ben_tilly@hotmail.com>
62148              Subject: Re: the door is closed.
62149              Date: Fri, 01 Sep 2000 20:23:16 EDT
62150              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
62151      Branch: perl
62152            ! pod/perlfaq4.pod
62153 ____________________________________________________________________________
62154 [  7003] By: nick                                  on 2000/09/02  12:26:04
62155         Log: Undo part of change 6489 which looks like a bulk edit which
62156              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
62157              The supressing of main:: on return from select() is undesirable.
62158      Branch: perl
62159            ! pp_sys.c
62160 ____________________________________________________________________________
62161 [  7002] By: jhi                                   on 2000/09/01  23:08:54
62162         Log: Update Changes.
62163      Branch: perl
62164            ! Changes patchlevel.h
62165 ____________________________________________________________________________
62166 [  7001] By: jhi                                   on 2000/09/01  23:00:13
62167         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
62168              From: Peter Prymmer <pvhp@forte.com>
62169              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
62170              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
62171              
62172              plus rework the http: spots as suggested by Tom Christiansen,
62173              plus regen perltoc.
62174      Branch: perl
62175            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
62176            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
62177 ____________________________________________________________________________
62178 [  7000] By: jhi                                   on 2000/09/01  22:36:01
62179         Log: Only the first line, thank you very much.
62180      Branch: perl
62181            ! hints/solaris_2.sh
62182 ____________________________________________________________________________
62183 [  6999] By: gsar                                  on 2000/09/01  22:16:40
62184         Log: change#6791 accidentally clobbered change#6710, put it back
62185      Branch: perl
62186            ! win32/win32.c
62187 ____________________________________________________________________________
62188 [  6998] By: jhi                                   on 2000/09/01  22:14:16
62189         Log: Mention the HP-UX LP64 freak failure.
62190      Branch: perl
62191            ! pod/perldelta.pod
62192 ____________________________________________________________________________
62193 [  6997] By: jhi                                   on 2000/09/01  21:48:32
62194         Log: Detypo.
62195      Branch: perl
62196            ! hints/hpux.sh
62197 ____________________________________________________________________________
62198 [  6996] By: jhi                                   on 2000/09/01  21:27:10
62199         Log: Update Changes.
62200      Branch: perl
62201            ! Changes patchlevel.h
62202 ____________________________________________________________________________
62203 [  6995] By: jhi                                   on 2000/09/01  21:14:24
62204         Log: Mi splgn s gnin.g
62205      Branch: perl
62206            ! pp_ctl.c
62207 ____________________________________________________________________________
62208 [  6994] By: jhi                                   on 2000/09/01  21:09:54
62209         Log: Subject: http:// in L<>
62210              From: Nicholas Clark <nick@ccl4.org>
62211              Date: Fri, 1 Sep 2000 22:03:21 +0100
62212              Message-ID: <20000901220321.B72074@plum.flirble.org>
62213      Branch: perl
62214            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
62215 ____________________________________________________________________________
62216 [  6993] By: jhi                                   on 2000/09/01  21:06:54
62217         Log: Update to Storable 1.0, from Raphael Manfredi.
62218      Branch: perl
62219            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
62220            ! ext/Storable/Makefile.PL ext/Storable/README
62221            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
62222            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
62223            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
62224            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
62225            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
62226            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
62227 ____________________________________________________________________________
62228 [  6992] By: jhi                                   on 2000/09/01  20:43:05
62229         Log: Mention known sfio+linux buglet.
62230      Branch: perl
62231            ! pod/perldelta.pod
62232 ____________________________________________________________________________
62233 [  6991] By: jhi                                   on 2000/09/01  20:40:11
62234         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
62235              From: Peter Prymmer <pvhp@forte.com>
62236              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
62237              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
62238      Branch: perl
62239            ! vms/vms.c
62240 ____________________________________________________________________________
62241 [  6990] By: jhi                                   on 2000/09/01  20:25:26
62242         Log: Retract #6986.
62243      Branch: perl
62244            ! hints/solaris_2.sh
62245 ____________________________________________________________________________
62246 [  6989] By: jhi                                   on 2000/09/01  20:23:00
62247         Log: Mergesort is back.
62248      Branch: perl
62249            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
62250 ____________________________________________________________________________
62251 [  6988] By: jhi                                   on 2000/09/01  19:37:40
62252         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
62253              From: Mike Guy <mjtg@cam.ac.uk>
62254              Date: Fri, 01 Sep 2000 17:43:33 +0100
62255              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
62256      Branch: perl
62257            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
62258            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
62259 ____________________________________________________________________________
62260 [  6987] By: jhi                                   on 2000/09/01  19:17:10
62261         Log: Regen perltoc.
62262      Branch: perl
62263            ! pod/perltoc.pod
62264 ____________________________________________________________________________
62265 [  6986] By: jhi                                   on 2000/09/01  18:51:10
62266         Log: Subject: Re: Solaris x86 has no SPARC libraries!
62267              From: Lupe Christoph <lupe@lupe-christoph.de>
62268              Date: Fri, 1 Sep 2000 20:41:20 +0200
62269              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
62270      Branch: perl
62271            ! hints/solaris_2.sh
62272 ____________________________________________________________________________
62273 [  6985] By: jhi                                   on 2000/09/01  18:28:10
62274         Log: Update Changes.
62275      Branch: perl
62276            ! Changes patchlevel.h
62277 ____________________________________________________________________________
62278 [  6984] By: jhi                                   on 2000/09/01  18:26:53
62279         Log: Feature ordering tweak.
62280      Branch: perl
62281            ! myconfig.SH
62282 ____________________________________________________________________________
62283 [  6983] By: jhi                                   on 2000/09/01  18:19:50
62284         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
62285              From: <abigail@foad.org>
62286              Date: Fri, 1 Sep 2000 13:07:32 -0400
62287              Message-ID: <20000901170732.18249.qmail@foad.org>
62288      Branch: perl
62289            ! t/pragma/overload.t
62290 ____________________________________________________________________________
62291 [  6982] By: jhi                                   on 2000/09/01  18:17:54
62292         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
62293              so that case-ignoring systems like DCL can tell them from
62294              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
62295      Branch: metaconfig/U/perl
62296            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
62297      Branch: perl
62298            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62299            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
62300            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
62301            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
62302            ! vos/config.def vos/config.h vos/config_h.SH_orig
62303            ! win32/config.bc win32/config.gc win32/config.vc
62304 ____________________________________________________________________________
62305 [  6981] By: nick                                  on 2000/09/01  17:21:57
62306         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
62307              warning when UNTIE exists and instead pass the count of extra references to
62308              the UNTIE method.
62309      Branch: perl
62310            ! pod/perltie.pod pp_sys.c
62311 ____________________________________________________________________________
62312 [  6980] By: jhi                                   on 2000/09/01  16:54:44
62313         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
62314              From: Peter Prymmer <pvhp@forte.com>
62315              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
62316              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
62317      Branch: perl
62318            ! configure.com
62319 ____________________________________________________________________________
62320 [  6979] By: jhi                                   on 2000/09/01  16:06:20
62321         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
62322              From: Mike Guy <mjtg@cam.ac.uk> 
62323              Date: Fri, 01 Sep 2000 16:49:27 +0100
62324              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
62325      Branch: perl
62326            ! t/base/rs.t
62327 ____________________________________________________________________________
62328 [  6978] By: jhi                                   on 2000/09/01  16:00:42
62329         Log: Update to PodParser 1.18, from Brad Appleton.
62330      Branch: perl
62331            ! lib/Pod/Checker.pm t/pod/find.t
62332 ____________________________________________________________________________
62333 [  6977] By: jhi                                   on 2000/09/01  14:48:58
62334         Log: Subject: Nit in Configure (bleadperl@6961)
62335              From: Lupe Christoph <lupe@lupe-christoph.de>
62336              Date: Fri, 1 Sep 2000 16:34:29 +0200
62337              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
62338      Branch: metaconfig
62339            ! U/compline/ccflags.U
62340      Branch: perl
62341            ! Configure config_h.SH
62342 ____________________________________________________________________________
62343 [  6976] By: jhi                                   on 2000/09/01  14:39:52
62344         Log: Update Changes.
62345      Branch: perl
62346            ! Changes patchlevel.h
62347 ____________________________________________________________________________
62348 [  6975] By: jhi                                   on 2000/09/01  14:37:36
62349         Log: microperl config update.
62350      Branch: perl
62351            ! uconfig.h uconfig.sh
62352 ____________________________________________________________________________
62353 [  6974] By: jhi                                   on 2000/09/01  14:36:53
62354         Log: Document known deficiencies.
62355      Branch: perl
62356            ! pod/perldelta.pod
62357 ____________________________________________________________________________
62358 [  6973] By: jhi                                   on 2000/09/01  14:10:20
62359         Log: Mention warnings fixes and updates.
62360      Branch: perl
62361            ! pod/perldelta.pod
62362 ____________________________________________________________________________
62363 [  6972] By: jhi                                   on 2000/09/01  14:01:52
62364         Log: Drop unused argument.
62365              
62366              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
62367              From: Spider Boardman <spider@web.zk3.dec.com>
62368              Date: Thu, 31 Aug 2000 16:10:15 -0400
62369              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
62370      Branch: perl
62371            ! toke.c
62372 ____________________________________________________________________________
62373 [  6971] By: jhi                                   on 2000/09/01  13:59:24
62374         Log: Add the overload warnings to perldiag.
62375      Branch: perl
62376            ! lib/overload.pm pod/perldiag.pod
62377 ____________________________________________________________________________
62378 [  6970] By: jhi                                   on 2000/09/01  13:55:10
62379         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
62380              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
62381              Date: Fri, 1 Sep 2000 13:43:15 +0100 
62382              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
62383      Branch: perl
62384            ! lib/overload.pm t/pragma/overload.t
62385 ____________________________________________________________________________
62386 [  6969] By: jhi                                   on 2000/09/01  13:52:27
62387         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
62388              From: <abigail@foad.org>
62389              Date: Fri, 1 Sep 2000 05:46:54 -0400
62390              Message-ID: <20000901094654.6476.qmail@foad.org>
62391      Branch: perl
62392            ! lib/overload.pm
62393 ____________________________________________________________________________
62394 [  6968] By: jhi                                   on 2000/09/01  13:50:05
62395         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
62396              From: Daniel Chetlin <daniel@chetlin.com>
62397              Date: Fri, 1 Sep 2000 02:10:55 -0700
62398              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
62399      Branch: perl
62400            ! pod/perlretut.pod
62401 ____________________________________________________________________________
62402 [  6967] By: jhi                                   on 2000/09/01  13:47:54
62403         Log: Part of the solution.
62404              
62405              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
62406              From: Mike Guy <mjtg@cam.ac.uk>
62407              Date: Fri, 01 Sep 2000 14:16:01 +0100
62408              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
62409      Branch: perl
62410            ! gv.c mg.c
62411 ____________________________________________________________________________
62412 [  6966] By: jhi                                   on 2000/09/01  13:46:17
62413         Log: Subject: CPAN.pm beta 1.57_57 for the core
62414              From: andreas.koenig@anima.de (Andreas J. Koenig)
62415              Date: 01 Sep 2000 15:16:31 +0200
62416              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
62417      Branch: perl
62418            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62419 ____________________________________________________________________________
62420 [  6965] By: jhi                                   on 2000/09/01  13:43:18
62421         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
62422              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62423              Date: Fri, 01 Sep 2000 01:47:22 -0500
62424              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
62425      Branch: perl
62426            ! pod/perldelta.pod vms/vms.c
62427 ____________________________________________________________________________
62428 [  6964] By: jhi                                   on 2000/09/01  13:35:35
62429         Log: File::Temp patches from Andreas König,
62430              
62431              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
62432              From: andreas.koenig@anima.de (Andreas J. Koenig)
62433              Date: 01 Sep 2000 10:07:20 +0200
62434              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
62435              
62436              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
62437              From: andreas.koenig@anima.de (Andreas J. Koenig)
62438              Date: 31 Aug 2000 23:26:08 +0200
62439              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
62440      Branch: perl
62441            ! lib/File/Temp.pm t/lib/ftmp-security.t
62442 ____________________________________________________________________________
62443 [  6963] By: jhi                                   on 2000/09/01  02:22:24
62444         Log: Retract the mergesort code, way too incompatible licensing
62445              and copyrights.
62446      Branch: perl
62447            ! pod/perldelta.pod pp_ctl.c
62448 ____________________________________________________________________________
62449 [  6962] By: jhi                                   on 2000/08/31  23:27:32
62450         Log: Update Changes.
62451      Branch: perl
62452            ! Changes patchlevel.h
62453 ____________________________________________________________________________
62454 [  6961] By: jhi                                   on 2000/08/31  23:20:04
62455         Log: Small tweaks all over.
62456      Branch: metaconfig
62457            ! U/compline/d_gconvert.U
62458      Branch: perl
62459            ! AUTHORS Configure config_h.SH pp_ctl.c
62460 ____________________________________________________________________________
62461 [  6960] By: jhi                                   on 2000/08/31  22:39:36
62462         Log: Further rewording.
62463      Branch: perl
62464            ! pp_ctl.c
62465 ____________________________________________________________________________
62466 [  6959] By: jhi                                   on 2000/08/31  21:26:44
62467         Log: More address tweaking.
62468      Branch: perl
62469            ! AUTHORS Changes
62470 ____________________________________________________________________________
62471 [  6958] By: jhi                                   on 2000/08/31  20:47:25
62472         Log: AUTHORS tweaks, from Peter Prymmer.
62473              
62474              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
62475              From: Peter Prymmer <pvhp@forte.com>
62476              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
62477              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
62478      Branch: perl
62479            ! AUTHORS MAINTAIN
62480 ____________________________________________________________________________
62481 [  6957] By: jhi                                   on 2000/08/31  20:34:43
62482         Log: perldelta tweaks.
62483      Branch: perl
62484            ! pod/perldelta.pod
62485 ____________________________________________________________________________
62486 [  6956] By: jhi                                   on 2000/08/31  19:11:06
62487         Log: Regen perltoc.
62488      Branch: perl
62489            ! pod/perltoc.pod
62490 ____________________________________________________________________________
62491 [  6955] By: jhi                                   on 2000/08/31  19:06:30
62492         Log: Clarify the mergesort situation.
62493      Branch: perl
62494            ! pp_ctl.c
62495 ____________________________________________________________________________
62496 [  6954] By: jhi                                   on 2000/08/31  18:24:17
62497         Log: Move the Solaris 7 scan to use64bitall, make the
62498              failure to find 64-bot sparc libc to mention the
62499              possibility of being in an intel, from Lupe and Alan.
62500      Branch: perl
62501            ! hints/solaris_2.sh
62502 ____________________________________________________________________________
62503 [  6953] By: jhi                                   on 2000/08/31  18:09:20
62504         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
62505              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
62506      Branch: metaconfig
62507            ! U/compline/d_gconvert.U U/threads/archname.U
62508      Branch: metaconfig/U/perl
62509            ! perlxv.U
62510      Branch: perl
62511            ! Configure config_h.SH sv.c
62512 ____________________________________________________________________________
62513 [  6952] By: jhi                                   on 2000/08/31  17:42:24
62514         Log: :: not allowed in pathnames, change to .
62515              
62516              Subject: [PATCH perl@6938] cygwin port
62517              From: "Fifer, Eric" <EFifer@sanwaint.com>
62518              Date: Thu, 31 Aug 2000 16:32:59 +0100
62519              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
62520      Branch: metaconfig/U/perl
62521            ! perlxv.U
62522 ____________________________________________________________________________
62523 [  6951] By: jhi                                   on 2000/08/31  17:02:05
62524         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
62525      Branch: perl
62526            ! perl.h
62527 ____________________________________________________________________________
62528 [  6950] By: jhi                                   on 2000/08/31  16:26:08
62529         Log: More author updates.
62530              
62531              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
62532              From: Simon Cozens <simon@cozens.net>
62533              Date: Thu, 31 Aug 2000 17:13:32 +0100
62534              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
62535      Branch: perl
62536            ! AUTHORS
62537 ____________________________________________________________________________
62538 [  6949] By: jhi                                   on 2000/08/31  16:04:49
62539         Log: POSIX doesn't report long double values under -Duselongdouble
62540              when the long doubles are "real" (bigger than doubles).
62541              
62542              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
62543              From: Spider Boardman <spider@peano.zk3.dec.com>
62544              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
62545              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
62546      Branch: perl
62547            ! ext/POSIX/POSIX.xs
62548 ____________________________________________________________________________
62549 [  6948] By: jhi                                   on 2000/08/31  15:25:10
62550         Log: Update Changes.
62551      Branch: perl
62552            ! Changes patchlevel.h
62553 ____________________________________________________________________________
62554 [  6947] By: jhi                                   on 2000/08/31  15:22:29
62555         Log: Document UNTIE in a very minimalistic way.
62556      Branch: perl
62557            ! pod/perlfunc.pod pod/perltie.pod
62558 ____________________________________________________________________________
62559 [  6946] By: jhi                                   on 2000/08/31  15:15:23
62560         Log: Document known failures.
62561      Branch: perl
62562            ! pod/perldelta.pod
62563 ____________________________________________________________________________
62564 [  6945] By: jhi                                   on 2000/08/31  15:07:00
62565         Log: Don't attach -ld to the archname if pointless.
62566      Branch: metaconfig
62567            ! U/threads/archname.U
62568      Branch: perl
62569            ! Configure config_h.SH
62570 ____________________________________________________________________________
62571 [  6944] By: jhi                                   on 2000/08/31  14:37:42
62572         Log: Wrap the test in eval.
62573              
62574              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
62575              From: Tim Jenness <timj@jach.hawaii.edu>
62576              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
62577              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
62578      Branch: perl
62579            ! t/lib/ftmp-security.t
62580 ____________________________________________________________________________
62581 [  6943] By: jhi                                   on 2000/08/31  14:30:57
62582         Log: Make -Dusemorebits find long doubles in Solaris.
62583      Branch: perl
62584            ! hints/solaris_2.sh
62585 ____________________________________________________________________________
62586 [  6942] By: jhi                                   on 2000/08/31  13:48:45
62587         Log: Clarify the third case of ftmp-security warnings.
62588      Branch: perl
62589            ! INSTALL
62590 ____________________________________________________________________________
62591 [  6941] By: jhi                                   on 2000/08/31  13:40:31
62592         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
62593              From: <abigail@foad.org>
62594              Date: Thu, 31 Aug 2000 01:35:05 -0400
62595              Message-ID: <20000831053505.32120.qmail@foad.org>
62596      Branch: perl
62597            ! pod/perldelta.pod
62598 ____________________________________________________________________________
62599 [  6940] By: jhi                                   on 2000/08/31  13:38:48
62600         Log: Issue useful diagnostic on unknown pod commands.
62601              
62602              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
62603              From: <abigail@foad.org>
62604              Date: Thu, 31 Aug 2000 03:41:18 -0400
62605              Message-ID: <20000831074118.24880.qmail@foad.org>
62606      Branch: perl
62607            ! lib/Pod/Man.pm
62608 ____________________________________________________________________________
62609 [  6939] By: jhi                                   on 2000/08/31  13:34:33
62610         Log: Reveal Borland's isnan.
62611              
62612              Subject: build with BC++ tweak
62613              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
62614              Date: Thu, 31 Aug 2000 13:09:37 +0400
62615              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
62616      Branch: perl
62617            ! win32/win32.h
62618 ____________________________________________________________________________
62619 [  6938] By: jhi                                   on 2000/08/31  05:01:20
62620         Log: Update Changes.
62621      Branch: perl
62622            ! Changes patchlevel.h
62623 ____________________________________________________________________________
62624 [  6937] By: jhi                                   on 2000/08/31  04:26:23
62625         Log: sscanf() may be the only way to read long doubles from strings.
62626      Branch: metaconfig/U/perl
62627            ! longdblfio.U
62628      Branch: perl
62629            ! Configure config_h.SH perl.h util.c
62630 ____________________________________________________________________________
62631 [  6936] By: jhi                                   on 2000/08/31  04:18:19
62632         Log: The #6929 was too skimpy.
62633      Branch: perl
62634            ! sv.c
62635 ____________________________________________________________________________
62636 [  6935] By: jhi                                   on 2000/08/31  02:47:07
62637         Log: Subject: Re: typos in pods
62638              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62639              Date: Wed, 30 Aug 2000 19:25:34 -0700
62640              Message-ID: <eIcr5gzkg25X092yn@efn.org>
62641      Branch: perl
62642            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
62643 ____________________________________________________________________________
62644 [  6934] By: jhi                                   on 2000/08/31  02:42:55
62645         Log: Missed one Unicode file.
62646      Branch: perl
62647            + lib/unicode/UCDFF301.html
62648 ____________________________________________________________________________
62649 [  6933] By: jhi                                   on 2000/08/30  23:42:27
62650         Log: Update Changes.
62651      Branch: perl
62652            ! Changes patchlevel.h
62653 ____________________________________________________________________________
62654 [  6932] By: jhi                                   on 2000/08/30  23:40:07
62655         Log: Mention UNTIE in perldelta.  Still needs documenting
62656              in perltie et alia.
62657      Branch: perl
62658            ! pod/perldelta.pod
62659 ____________________________________________________________________________
62660 [  6931] By: jhi                                   on 2000/08/30  23:36:02
62661         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
62662              From: <abigail@foad.org>
62663              Date: Wed, 30 Aug 2000 19:28:07 -0400
62664              Message-ID: <20000830232807.305.qmail@foad.org>
62665      Branch: perl
62666            ! pod/perldelta.pod
62667 ____________________________________________________________________________
62668 [  6930] By: jhi                                   on 2000/08/30  23:32:40
62669         Log: Update to Unicode 3.0.1.
62670      Branch: perl
62671            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
62672            + lib/unicode/PropList.txt lib/unicode/README.perl
62673            + lib/unicode/UCD301.html lib/unicode/Unicode.301
62674            - lib/unicode/Props.txt lib/unicode/UCD300.html
62675            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
62676            ! (edit 257 files)
62677 ____________________________________________________________________________
62678 [  6929] By: jhi                                   on 2000/08/30  22:38:18
62679         Log: Heap decorruption.
62680              
62681              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
62682              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62683              Date: Wed, 30 Aug 2000 22:39:52 +0100
62684              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
62685      Branch: perl
62686            ! sv.c
62687 ____________________________________________________________________________
62688 [  6928] By: jhi                                   on 2000/08/30  22:29:34
62689         Log: Retract the dummy test, skip the security tests (instead of failing),
62690              explain what the warnings mean.
62691      Branch: perl
62692            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
62693 ____________________________________________________________________________
62694 [  6927] By: jhi                                   on 2000/08/30  22:14:13
62695         Log: Change the internal implementation of sort() to be mergesort
62696              instead of quicksort, from John Linderman <jpl@research.att.com>.
62697              Gives us better worst case, better average case, and stability.
62698              What's there not to like?  (Small fixes for threaded builds
62699              were required).
62700      Branch: perl
62701            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
62702 ____________________________________________________________________________
62703 [  6926] By: jhi                                   on 2000/08/30  20:55:20
62704         Log: A better fix for the Socket building problem from Craig Berry.
62705      Branch: perl
62706            ! vms/vms.c
62707 ____________________________________________________________________________
62708 [  6925] By: jhi                                   on 2000/08/30  20:20:25
62709         Log: Subject: [PATCH] Re: UNTIE method 
62710              From: Nick Ing-Simmons <nik@tiuk.ti.com>
62711              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
62712              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
62713      Branch: perl
62714            ! pp_sys.c t/op/tie.t
62715 ____________________________________________________________________________
62716 [  6924] By: jhi                                   on 2000/08/30  20:17:11
62717         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
62718              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62719              Date: Wed, 30 Aug 2000 15:03:14 -0500
62720              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
62721      Branch: perl
62722            ! vms/vms.c
62723 ____________________________________________________________________________
62724 [  6923] By: jhi                                   on 2000/08/30  20:15:18
62725         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
62726              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62727              Date: Wed, 30 Aug 2000 13:30:36 -0500
62728              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
62729      Branch: perl
62730            ! vms/vms.c
62731 ____________________________________________________________________________
62732 [  6922] By: jhi                                   on 2000/08/30  19:54:43
62733         Log: Better options for rsync.
62734      Branch: perl
62735            ! pod/perlhack.pod
62736 ____________________________________________________________________________
62737 [  6921] By: jhi                                   on 2000/08/30  19:40:16
62738         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
62739              From: Rick Delaney <rick@consumercontact.com>
62740              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
62741              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
62742      Branch: perl
62743            ! pod/perlfunc.pod
62744 ____________________________________________________________________________
62745 [  6920] By: jhi                                   on 2000/08/30  19:36:40
62746         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
62747              From: Peter Prymmer <pvhp@forte.com>
62748              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
62749              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
62750      Branch: perl
62751            ! configure.com
62752 ____________________________________________________________________________
62753 [  6919] By: jhi                                   on 2000/08/30  14:52:02
62754         Log: Update Changes.
62755      Branch: perl
62756            ! Changes patchlevel.h
62757 ____________________________________________________________________________
62758 [  6918] By: jhi                                   on 2000/08/30  14:48:34
62759         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
62760      Branch: perl
62761            ! lib/ExtUtils/typemap
62762 ____________________________________________________________________________
62763 [  6917] By: jhi                                   on 2000/08/30  14:46:34
62764         Log: Subject: typos in pods
62765              From: Nicholas Clark <nick@ccl4.org>
62766              Date: Wed, 30 Aug 2000 01:12:50 +0100
62767              Message-ID: <20000830011249.A61388@plum.flirble.org>
62768      Branch: perl
62769            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
62770            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
62771            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
62772            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
62773 ____________________________________________________________________________
62774 [  6916] By: jhi                                   on 2000/08/30  14:19:09
62775         Log: Document Storable problems on Crays.  (Will have
62776              to document all the other Storable problems, too.)
62777      Branch: perl
62778            ! pod/perldelta.pod
62779 ____________________________________________________________________________
62780 [  6915] By: jhi                                   on 2000/08/30  14:06:02
62781         Log: Subject: [PATCH] fix misc cast warnings
62782              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62783              Date: Tue, 29 Aug 2000 23:16:14 -0700
62784              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
62785      Branch: perl
62786            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
62787            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
62788            ! os2/os2ish.h
62789 ____________________________________________________________________________
62790 [  6914] By: jhi                                   on 2000/08/30  14:03:45
62791         Log: Timestamp mismatch again.  Need to fix this dependence on
62792              config_h.SH timestamp, since it's the contents of config_h.SH
62793              that matter.
62794      Branch: perl
62795            ! uconfig.h uconfig.sh
62796 ____________________________________________________________________________
62797 [  6913] By: jhi                                   on 2000/08/30  13:54:06
62798         Log: Don't say "Perl 5.0 source kit".
62799      Branch: perl
62800            ! perl.c
62801 ____________________________________________________________________________
62802 [  6912] By: jhi                                   on 2000/08/30  13:51:24
62803         Log: Reset archname and archname64 always, forcing them be
62804              recomputed at each Configure run, make Configure and
62805              the hints files agree on the naming of largefiles variables.
62806      Branch: metaconfig
62807            ! U/threads/archname.U
62808      Branch: metaconfig/U/perl
62809            ! use64bits.U
62810      Branch: perl
62811            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
62812            ! hints/linux.sh hints/solaris_2.sh
62813 ____________________________________________________________________________
62814 [  6911] By: jhi                                   on 2000/08/30  13:30:13
62815         Log: Put back the slice accidentally removed by #6907.
62816      Branch: perl
62817            ! hints/solaris_2.sh
62818 ____________________________________________________________________________
62819 [  6910] By: jhi                                   on 2000/08/30  01:24:26
62820         Log: Be consistent: other Net::get* do export theirs.
62821              
62822              Subject: Re: Net::protoent does not export 'getproto'
62823              From: Yasushi Nakajima <sey@jkc.co.jp>
62824              Date: Wed, 30 Aug 2000 09:53:14 +0900
62825              Message-Id: <200008300051.DAA24700@taku.hut.fi>
62826      Branch: perl
62827            ! lib/Net/protoent.pm
62828 ____________________________________________________________________________
62829 [  6909] By: jhi                                   on 2000/08/30  01:17:25
62830         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
62831              From: Gurusamy Sarathy <gsar@ActiveState.com>
62832              Date: Tue, 29 Aug 2000 17:17:07 -0700
62833              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
62834      Branch: perl
62835            ! cop.h
62836 ____________________________________________________________________________
62837 [  6908] By: jhi                                   on 2000/08/30  00:58:05
62838         Log: Update Changes.
62839      Branch: perl
62840            ! Changes patchlevel.h
62841 ____________________________________________________________________________
62842 [  6907] By: jhi                                   on 2000/08/30  00:57:22
62843         Log: Introduce ccname to keep track of what compiler kind of we have.
62844      Branch: metaconfig/U/perl
62845            ! Checkcc.U gccvers.U
62846      Branch: perl
62847            ! Configure config_h.SH hints/solaris_2.sh
62848 ____________________________________________________________________________
62849 [  6906] By: jhi                                   on 2000/08/30  00:25:47
62850         Log: Put back the flags dump as reasoned in
62851              
62852              Subject: Re: [PATCH] Glob dumping
62853              From: Mike Guy <mjtg@cam.ac.uk> 
62854              Date: Tue, 29 Aug 2000 21:41:32 +0100
62855              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
62856      Branch: perl
62857            ! dump.c t/lib/peek.t
62858 ____________________________________________________________________________
62859 [  6905] By: jhi                                   on 2000/08/30  00:16:17
62860         Log: Make the epsilon to be relative, not absolute.
62861              
62862              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
62863              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
62864              Date: Tue, 29 Aug 2000 19:58:56 -0400
62865              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
62866      Branch: perl
62867            ! t/lib/trig.t
62868 ____________________________________________________________________________
62869 [  6904] By: jhi                                   on 2000/08/30  00:13:09
62870         Log: From now on, Gisle is on my list of usual suspects :-)
62871              Retract #6902.
62872      Branch: perl
62873            ! ext/Opcode/Safe.pm
62874 ____________________________________________________________________________
62875 [  6903] By: jhi                                   on 2000/08/29  23:51:20
62876         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
62877              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62878              Date: Tue, 29 Aug 2000 18:43:26 -0500
62879              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
62880      Branch: perl
62881            + vms/vmspipe.com
62882            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
62883            ! vms/vms.c
62884 ____________________________________________________________________________
62885 [  6902] By: jhi                                   on 2000/08/29  23:44:14
62886         Log: Retry what #6882 attempted.
62887              
62888              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
62889              From: Gisle Aas <gisle@ActiveState.com>
62890              Date: 30 Aug 2000 00:33:09 +0200
62891              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
62892      Branch: perl
62893            ! ext/Opcode/Safe.pm
62894 ____________________________________________________________________________
62895 [  6901] By: jhi                                   on 2000/08/29  22:59:32
62896         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
62897              From: Hugo <hv@crypt.compulink.co.uk>
62898              Date: Mon, 12 Jun 2000 19:36:08 +0100
62899              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
62900      Branch: perl
62901            ! sv.c
62902 ____________________________________________________________________________
62903 [  6900] By: jhi                                   on 2000/08/29  22:58:35
62904         Log: Admit that we are leaking scalars.
62905              
62906              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
62907              From: Spider Boardman <spider@leggy.zk3.dec.com>
62908              Date: Tue, 29 Aug 2000 18:48:29 -0400
62909              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
62910      Branch: perl
62911            ! t/pragma/warnings.t
62912 ____________________________________________________________________________
62913 [  6899] By: jhi                                   on 2000/08/29  20:53:13
62914         Log: Update Changes.
62915      Branch: perl
62916            ! Changes patchlevel.h
62917 ____________________________________________________________________________
62918 [  6898] By: jhi                                   on 2000/08/29  20:46:21
62919         Log: Undo namespace pollution of #6878.
62920              
62921              Subject: Re: Net::protoent does not export 'getproto'
62922              From: Mike Guy <mjtg@cam.ac.uk>
62923              Date: Tue, 29 Aug 2000 21:32:37 +0100
62924              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
62925      Branch: perl
62926            ! lib/Net/protoent.pm
62927 ____________________________________________________________________________
62928 [  6897] By: jhi                                   on 2000/08/29  20:44:29
62929         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
62930              From: Peter Prymmer <pvhp@forte.com>
62931              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
62932              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
62933      Branch: perl
62934            ! pod/perlebcdic.pod
62935 ____________________________________________________________________________
62936 [  6896] By: jhi                                   on 2000/08/29  20:40:57
62937         Log: There's no point repeating the 'revision' (5) of perl5.
62938      Branch: metaconfig/U/perl
62939            ! Devel.U patchlevel.U
62940      Branch: perl
62941            ! Configure config_h.SH
62942 ____________________________________________________________________________
62943 [  6895] By: jhi                                   on 2000/08/29  20:16:58
62944         Log: Regen Configure for #6894.
62945      Branch: metaconfig/U/perl
62946            ! perladmin.U
62947      Branch: perl
62948            ! Configure config_h.SH
62949 ____________________________________________________________________________
62950 [  6894] By: jhi                                   on 2000/08/29  19:59:52
62951         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
62952              From: "Philip Newton" <Philip.Newton@gmx.net>
62953              Date: Tue, 29 Aug 2000 21:39:14 +0200
62954              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
62955      Branch: perl
62956            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
62957            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
62958            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
62959            ! utils/perlbug.PL
62960 ____________________________________________________________________________
62961 [  6893] By: jhi                                   on 2000/08/29  19:55:30
62962         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
62963              From: "Philip Newton" <Philip.Newton@gmx.net>
62964              Date: Tue, 29 Aug 2000 21:39:14 +0200
62965              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
62966      Branch: perl
62967            ! installhtml
62968 ____________________________________________________________________________
62969 [  6892] By: jhi                                   on 2000/08/29  19:53:59
62970         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
62971              From: "Philip Newton" <Philip.Newton@gmx.net>
62972              Date: Tue, 29 Aug 2000 21:48:18 +0200
62973              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
62974      Branch: perl
62975            ! lib/File/Temp.pm
62976 ____________________________________________________________________________
62977 [  6891] By: jhi                                   on 2000/08/29  18:30:03
62978         Log: Nail the ID 20000828.023.
62979      Branch: perl
62980            ! ext/Storable/Storable.xs
62981 ____________________________________________________________________________
62982 [  6890] By: jhi                                   on 2000/08/29  16:50:17
62983         Log: Under usethreads the dumped variable is IN_PAD.
62984              
62985              Subject: Re: [PATCH] Glob dumping
62986              From: Gisle Aas <gisle@ActiveState.com>
62987              Date: 29 Aug 2000 18:45:05 +0200
62988              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
62989      Branch: perl
62990            ! t/lib/peek.t
62991 ____________________________________________________________________________
62992 [  6889] By: jhi                                   on 2000/08/29  15:17:37
62993         Log: Update Changes.
62994      Branch: perl
62995            ! Changes patchlevel.h
62996 ____________________________________________________________________________
62997 [  6888] By: jhi                                   on 2000/08/29  14:49:59
62998         Log: Retract #6882, broke the safe tests.
62999      Branch: perl
63000            ! ext/Opcode/Safe.pm
63001 ____________________________________________________________________________
63002 [  6887] By: jhi                                   on 2000/08/29  14:47:06
63003         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
63004              From: Gisle Aas <gisle@ActiveState.com> 
63005              Date: 09 Jun 2000 20:00:11 +0200
63006              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
63007      Branch: perl
63008            ! utils/perldoc.PL
63009 ____________________________________________________________________________
63010 [  6886] By: jhi                                   on 2000/08/29  14:42:45
63011         Log: The #6881 removed one dump line.
63012      Branch: perl
63013            ! t/lib/peek.t
63014 ____________________________________________________________________________
63015 [  6885] By: jhi                                   on 2000/08/29  14:30:47
63016         Log: Don't forget to tidy up.
63017      Branch: perl
63018            ! t/lib/ftmp-security.t
63019 ____________________________________________________________________________
63020 [  6884] By: jhi                                   on 2000/08/29  14:25:17
63021         Log: Disabling the one test is a bit tricky.
63022      Branch: perl
63023            ! t/lib/ftmp-security.t
63024 ____________________________________________________________________________
63025 [  6883] By: jhi                                   on 2000/08/29  14:16:25
63026         Log: Disable one of the tests for now.
63027      Branch: perl
63028            ! t/lib/ftmp-security.t
63029 ____________________________________________________________________________
63030 [  6882] By: jhi                                   on 2000/08/29  14:05:50
63031         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
63032              From: gisle@aas.no
63033              Date: 29 Aug 2000 10:35:06 -0000
63034              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
63035      Branch: perl
63036            ! ext/Opcode/Safe.pm
63037 ____________________________________________________________________________
63038 [  6881] By: jhi                                   on 2000/08/29  14:03:51
63039         Log: Subject: [PATCH] Glob dumping
63040              From: Gisle Aas <gisle@ActiveState.com>
63041              Date: 29 Aug 2000 07:59:42 -0000
63042              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
63043      Branch: perl
63044            ! dump.c
63045 ____________________________________________________________________________
63046 [  6880] By: jhi                                   on 2000/08/29  14:02:01
63047         Log: Subject: [PATCH] Warnings in B::Deparse
63048              From: <abigail@foad.org>
63049              Date: Tue, 29 Aug 2000 00:00:01 -0400
63050              Message-ID: <20000829040001.2999.qmail@foad.org>
63051      Branch: perl
63052            ! ext/B/B/Deparse.pm
63053 ____________________________________________________________________________
63054 [  6879] By: jhi                                   on 2000/08/29  13:57:26
63055         Log: Missed a change in #6869.
63056      Branch: perl
63057            ! mg.c
63058 ____________________________________________________________________________
63059 [  6878] By: jhi                                   on 2000/08/29  13:45:04
63060         Log: Subject: Net::protoent does not export 'getproto'
63061              From: Yasushi Nakajima <sey@jkc.co.jp>
63062              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
63063      Branch: perl
63064            ! lib/Net/protoent.pm
63065 ____________________________________________________________________________
63066 [  6877] By: jhi                                   on 2000/08/29  13:39:19
63067         Log: Patches all over for people and the files they (hopefully) care about.
63068      Branch: perl
63069            ! AUTHORS Changes MAINTAIN
63070 ____________________________________________________________________________
63071 [  6876] By: jhi                                   on 2000/08/29  12:53:54
63072         Log: Fix for thinko in #6848.
63073              
63074              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
63075              From: Lupe Christoph <lupe@lupe-christoph.de>
63076              Date: Tue, 29 Aug 2000 09:04:08 +0200
63077              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
63078      Branch: perl
63079            ! ext/Thread/Thread.xs
63080 ____________________________________________________________________________
63081 [  6875] By: jhi                                   on 2000/08/29  12:50:14
63082         Log: Update to Getopt::Long 2.24, from Johan Vromans.
63083      Branch: perl
63084            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
63085 ____________________________________________________________________________
63086 [  6874] By: jhi                                   on 2000/08/29  02:09:53
63087         Log: Use minimal @INC in tests, most of the time just '../lib',
63088              so that we simply can't pick up stuff from other Perls than
63089              the one we are testing.  Pointed out by
63090              
63091              From: Mike Guy <mjtg@cam.ac.uk>
63092              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
63093              Date: Fri, 25 Aug 2000 15:15:59 +0100
63094              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
63095      Branch: perl
63096            ! (edit 185 files)
63097 ____________________________________________________________________________
63098 [  6873] By: jhi                                   on 2000/08/29  01:07:11
63099         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
63100              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63101              Date: Mon, 28 Aug 2000 17:45:52 -0700
63102              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
63103      Branch: perl
63104            ! Makefile.SH hints/os2.sh
63105 ____________________________________________________________________________
63106 [  6872] By: jhi                                   on 2000/08/28  23:33:39
63107         Log: Subject: [PATCH bleedperl@6866] spellings
63108              From: marcel@codewerk.com (Marcel Grunauer)
63109              Date: Tue, 29 Aug 2000 01:19:59 +0200
63110              Message-Id: <200008282319.BAA29862@gandalf.local>
63111      Branch: perl
63112            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
63113            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
63114            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
63115 ____________________________________________________________________________
63116 [  6871] By: jhi                                   on 2000/08/28  23:22:09
63117         Log: Take out the SUIDMAIL thing, that will not be
63118              a problem in 5.7.*.
63119      Branch: perl
63120            ! patchlevel.h
63121 ____________________________________________________________________________
63122 [  6870] By: jhi                                   on 2000/08/28  23:19:30
63123         Log: -S is the silent flag, -s is the strip flag.
63124              
63125              Subject: [PATCH] Re: [PATCH] make no-install          
63126              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63127              Date: Mon, 28 Aug 2000 15:12:55 -0700
63128              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
63129      Branch: perl
63130            ! Makefile.SH
63131 ____________________________________________________________________________
63132 [  6869] By: jhi                                   on 2000/08/28  23:12:05
63133         Log: Subject: [PATCH bleedperl@6856] warnings fixes
63134              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
63135              Date: Mon, 28 Aug 2000 23:55:06 +0100
63136              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
63137      Branch: perl
63138            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
63139            ! warnings.h warnings.pl
63140 ____________________________________________________________________________
63141 [  6868] By: jhi                                   on 2000/08/28  21:38:22
63142         Log: Potential cruft.
63143      Branch: perl
63144            ! Makefile.SH
63145 ____________________________________________________________________________
63146 [  6867] By: jhi                                   on 2000/08/28  21:35:36
63147         Log: Update Changes.
63148      Branch: perl
63149            ! Changes patchlevel.h
63150 ____________________________________________________________________________
63151 [  6866] By: jhi                                   on 2000/08/28  21:33:49
63152         Log: Subject: hv.h Doc Patch
63153              From: Fisher Mark <fisherm@tce.com>
63154              Date: Mon, 28 Aug 2000 16:24:59 -0500
63155              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
63156      Branch: perl
63157            ! hv.h
63158 ____________________________________________________________________________
63159 [  6865] By: jhi                                   on 2000/08/28  21:02:15
63160         Log: Add -ld to archname on long tr...double platforms.
63161      Branch: metaconfig
63162            ! U/threads/archname.U
63163      Branch: perl
63164            ! Configure config_h.SH
63165 ____________________________________________________________________________
63166 [  6864] By: jhi                                   on 2000/08/28  20:38:59
63167         Log: An attempt to fix the problem reported in
63168              
63169              Subject: Building perl@6856 using gcc/AIX 4.3.3 
63170              From: Daniel Muino <dmuino@afip.gov.ar> 
63171              Date: Mon, 28 Aug 2000 15:50:01 -0300   
63172              Message-ID: <20000828155001.A14403@con2-dgi>
63173              
63174              I can't test this properly since the gcc installation I have
63175              access to seems to be botched (gcc is calling the AIX cpp,
63176              a losing proposition...)
63177      Branch: perl
63178            ! hints/aix.sh
63179 ____________________________________________________________________________
63180 [  6863] By: jhi                                   on 2000/08/28  18:57:52
63181         Log: Fix for ID 20000828.001, long doubles were not formatted
63182              correctly (showed up in $], which stopped installing perl).
63183      Branch: perl
63184            ! sv.c
63185 ____________________________________________________________________________
63186 [  6862] By: jhi                                   on 2000/08/28  18:07:15
63187         Log: Typo in #6858.
63188      Branch: perl
63189            ! lib/Cwd.pm
63190 ____________________________________________________________________________
63191 [  6861] By: jhi                                   on 2000/08/28  17:57:27
63192         Log: opmini.o may be left around if a build is interrupted.
63193      Branch: perl
63194            ! Makefile.SH
63195 ____________________________________________________________________________
63196 [  6860] By: jhi                                   on 2000/08/28  16:52:50
63197         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
63198              From: Daniel Chetlin <daniel@chetlin.com>
63199              Date: Mon, 28 Aug 2000 01:14:18 -0700
63200              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
63201      Branch: perl
63202            ! lib/overload.pm
63203 ____________________________________________________________________________
63204 [  6859] By: jhi                                   on 2000/08/28  16:08:46
63205         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
63206              From: Nicholas Clark <nick@ccl4.org>
63207              Date: Mon, 28 Aug 2000 16:03:27 +0100
63208              Message-Id: <20000828160327.C49785@plum.flirble.org>
63209      Branch: perl
63210            ! ext/ByteLoader/bytecode.h
63211 ____________________________________________________________________________
63212 [  6858] By: jhi                                   on 2000/08/28  16:02:10
63213         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
63214              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
63215              Date: Mon, 28 Aug 2000 13:08:30 +0200
63216              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
63217      Branch: perl
63218            ! lib/Cwd.pm
63219 ____________________________________________________________________________
63220 [  6857] By: jhi                                   on 2000/08/28  15:42:47
63221         Log: display_format used as a class method without arguments was broken,
63222              reported in
63223              
63224              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
63225              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
63226              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
63227              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
63228      Branch: perl
63229            ! lib/Math/Complex.pm t/lib/complex.t
63230 ____________________________________________________________________________
63231 [  6856] By: jhi                                   on 2000/08/27  22:09:48
63232         Log: Update Changes.
63233      Branch: perl
63234            ! Changes patchlevel.h
63235 ____________________________________________________________________________
63236 [  6855] By: jhi                                   on 2000/08/27  21:59:21
63237         Log: Retract #6853 (false alarm).
63238      Branch: perl
63239            ! lib/ExtUtils/xsubpp
63240 ____________________________________________________________________________
63241 [  6854] By: jhi                                   on 2000/08/27  21:37:44
63242         Log: Update Changes.
63243      Branch: perl
63244            ! Changes patchlevel.h
63245 ____________________________________________________________________________
63246 [  6853] By: jhi                                   on 2000/08/27  21:37:16
63247         Log: Subject: [PATCH perl@6850] workaround for xsubpp
63248              From: Hugo <hv@crypt.compulink.co.uk>
63249              Date: Sun, 27 Aug 2000 22:30:25 +0100
63250              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
63251      Branch: perl
63252            ! lib/ExtUtils/xsubpp
63253 ____________________________________________________________________________
63254 [  6852] By: jhi                                   on 2000/08/27  21:33:58
63255         Log: Big-endian 64-bit patch from Raphael Manfredi.
63256      Branch: perl
63257            ! ext/Storable/Storable.xs
63258 ____________________________________________________________________________
63259 [  6851] By: jhi                                   on 2000/08/27  21:22:21
63260         Log: More ruthless editing from Hugo van der Sanden.
63261      Branch: perl
63262            ! pod/perldelta.pod
63263 ____________________________________________________________________________
63264 [  6850] By: jhi                                   on 2000/08/27  16:11:46
63265         Log: Update Changes.
63266      Branch: perl
63267            ! Changes patchlevel.h
63268 ____________________________________________________________________________
63269 [  6849] By: jhi                                   on 2000/08/27  16:11:05
63270         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
63271      Branch: perl
63272            ! configpm pod/perldelta.pod
63273 ____________________________________________________________________________
63274 [  6848] By: jhi                                   on 2000/08/27  15:35:08
63275         Log: Use the actual thread type, not the pointer-to-struct.
63276      Branch: perl
63277            ! ext/Thread/Thread.xs
63278 ____________________________________________________________________________
63279 [  6847] By: jhi                                   on 2000/08/27  15:30:49
63280         Log: Test nit.
63281      Branch: perl
63282            ! t/pragma/warn/pp_sys
63283 ____________________________________________________________________________
63284 [  6846] By: jhi                                   on 2000/08/27  15:19:02
63285         Log: Passing -R in ldflags makes now it to appear in the default
63286              for lddlflags, just like with -L.
63287              
63288              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
63289              From: Lupe Christoph <lupe@lupe-christoph.de>
63290              Date: Sun, 27 Aug 2000 10:28:21 +0200
63291              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
63292      Branch: metaconfig/U/perl
63293            ! dlsrc.U
63294      Branch: perl
63295            ! Configure
63296 ____________________________________________________________________________
63297 [  6845] By: jhi                                   on 2000/08/27  15:08:54
63298         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
63299              From: Alan Burlison <Alan.Burlison@uk.sun.com>
63300              Date: Sat, 26 Aug 2000 22:23:27 +0100
63301              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
63302      Branch: perl
63303            ! lib/ExtUtils/MM_Unix.pm
63304 ____________________________________________________________________________
63305 [  6844] By: jhi                                   on 2000/08/27  15:02:37
63306         Log: DJGPP update from Laszlo Molnar.
63307              
63308              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
63309              From: ml1050 <ml1050@freemail.hu>
63310              Date: Sat, 26 Aug 2000 23:24:40 +0200
63311              Message-Id: <20000826232440.A439@freemail.hu>
63312      Branch: perl
63313            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
63314            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
63315 ____________________________________________________________________________
63316 [  6843] By: jhi                                   on 2000/08/27  14:53:58
63317         Log: Subject: installman buglet
63318              From: Lupe Christoph <lupe@lupe-christoph.de>
63319              Date: Sun, 27 Aug 2000 14:38:59 +0200
63320              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
63321      Branch: perl
63322            ! installman
63323 ____________________________________________________________________________
63324 [  6842] By: jhi                                   on 2000/08/27  14:52:08
63325         Log: Can't get the test to reliably work thanks to the
63326              inaccurateness of floating point.  "Resolves" bug ids
63327              20000826.003, 20000826.009, 20000826.010,
63328      Branch: perl
63329            ! t/lib/trig.t
63330 ____________________________________________________________________________
63331 [  6841] By: jhi                                   on 2000/08/26  15:53:58
63332         Log: Update Changes.
63333      Branch: perl
63334            ! Changes patchlevel.h
63335 ____________________________________________________________________________
63336 [  6840] By: jhi                                   on 2000/08/26  14:23:03
63337         Log: grep -e isn't portable.
63338              
63339              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
63340              From: chris@broadband.att.com
63341              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
63342              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
63343      Branch: perl
63344            ! hints/solaris_2.sh
63345 ____________________________________________________________________________
63346 [  6839] By: jhi                                   on 2000/08/26  14:12:23
63347         Log: no-install target a la make -n.
63348              
63349              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
63350              From: <abigail@foad.org>
63351              Date: Sat, 26 Aug 2000 03:57:34 -0400
63352              Message-ID: <20000826075735.18912.qmail@foad.org>
63353      Branch: perl
63354            ! Makefile.SH installman installperl
63355 ____________________________________________________________________________
63356 [  6838] By: jhi                                   on 2000/08/26  14:06:33
63357         Log: Retract #6826 as the #6828 should be do the same
63358              in a More Correct Way.
63359      Branch: perl
63360            ! installperl
63361 ____________________________________________________________________________
63362 [  6837] By: jhi                                   on 2000/08/26  05:24:00
63363         Log: More casting.
63364      Branch: perl
63365            ! ext/Storable/Storable.xs
63366 ____________________________________________________________________________
63367 [  6836] By: jhi                                   on 2000/08/26  05:05:46
63368         Log: Nicer in decimal.
63369      Branch: perl
63370            ! ext/Storable/Storable.xs
63371 ____________________________________________________________________________
63372 [  6835] By: jhi                                   on 2000/08/26  05:03:50
63373         Log: There be no UVdf.
63374      Branch: perl
63375            ! ext/Storable/Storable.xs
63376 ____________________________________________________________________________
63377 [  6834] By: jhi                                   on 2000/08/26  05:00:18
63378         Log: Continue IVdfing and UVxfing.
63379      Branch: perl
63380            ! ext/Storable/Storable.xs
63381 ____________________________________________________________________________
63382 [  6833] By: jhi                                   on 2000/08/26  04:53:14
63383         Log: Use IVdf.
63384      Branch: perl
63385            ! ext/Storable/Storable.xs
63386 ____________________________________________________________________________
63387 [  6832] By: jhi                                   on 2000/08/26  04:40:41
63388         Log: Document PTR2XX and INT2PTR.
63389      Branch: perl
63390            ! pod/perlguts.pod
63391 ____________________________________________________________________________
63392 [  6831] By: jhi                                   on 2000/08/26  04:33:18
63393         Log: Use UVxf, PTR2UV, NVff.
63394      Branch: perl
63395            ! ext/Storable/Storable.xs
63396 ____________________________________________________________________________
63397 [  6830] By: jhi                                   on 2000/08/26  04:31:32
63398         Log: Update the test count.
63399      Branch: perl
63400            ! t/lib/trig.t
63401 ____________________________________________________________________________
63402 [  6829] By: jhi                                   on 2000/08/26  03:05:50
63403         Log: Subject: [PATCH] installation not quite silent yet.
63404              From: <abigail@foad.org>
63405              Date: Fri, 25 Aug 2000 20:07:53 -0400
63406              Message-ID: <20000826000753.7822.qmail@foad.org>
63407      Branch: perl
63408            ! installman installperl
63409 ____________________________________________________________________________
63410 [  6828] By: jhi                                   on 2000/08/26  03:05:14
63411         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
63412              From: Spider Boardman <spider@web.zk3.dec.com>
63413              Date: Fri, 25 Aug 2000 19:12:40 -0400
63414              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
63415      Branch: perl
63416            ! gv.c
63417 ____________________________________________________________________________
63418 [  6827] By: jhi                                   on 2000/08/25  23:54:34
63419         Log: Support preserving extremely big/small angles.
63420      Branch: perl
63421            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
63422 ____________________________________________________________________________
63423 [  6826] By: jhi                                   on 2000/08/25  23:01:20
63424         Log: Patch installperl to be long double-aware.
63425              
63426              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
63427              From: Spider Boardman <spider@web.zk3.dec.com>
63428              Date: Fri, 25 Aug 2000 18:15:23 -0400
63429              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
63430      Branch: perl
63431            ! installperl
63432 ____________________________________________________________________________
63433 [  6825] By: jhi                                   on 2000/08/25  22:58:25
63434         Log: Remove duplicately applied patch shards.
63435              
63436              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
63437              From: Spider Boardman <spider@leggy.zk3.dec.com>
63438              Date: Fri, 25 Aug 2000 16:45:03 -0400
63439              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
63440      Branch: perl
63441            ! t/lib/cgi-html.t
63442 ____________________________________________________________________________
63443 [  6824] By: jhi                                   on 2000/08/25  22:57:00
63444         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
63445              From: Daniel Chetlin <daniel@chetlin.com>
63446              Date: Fri, 25 Aug 2000 12:23:16 -0700
63447              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
63448              
63449              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
63450              From: Daniel Chetlin <daniel@chetlin.com>
63451              Date: Fri, 25 Aug 2000 14:47:19 -0700
63452              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
63453      Branch: perl
63454            ! installman
63455 ____________________________________________________________________________
63456 [  6823] By: jhi                                   on 2000/08/25  22:44:17
63457         Log: Timestamp problem?
63458      Branch: perl
63459            ! uconfig.h uconfig.sh
63460 ____________________________________________________________________________
63461 [  6822] By: jhi                                   on 2000/08/25  19:01:06
63462         Log: One forgotten file from #6816.
63463      Branch: perl
63464            ! vos/config.h
63465 ____________________________________________________________________________
63466 [  6821] By: jhi                                   on 2000/08/25  18:56:39
63467         Log: Regen Changes.
63468      Branch: perl
63469            ! Changes patchlevel.h
63470 ____________________________________________________________________________
63471 [  6820] By: jhi                                   on 2000/08/25  18:52:35
63472         Log: Fix Changes ordering.
63473      Branch: perl
63474            ! Changes
63475 ____________________________________________________________________________
63476 [  6819] By: jhi                                   on 2000/08/25  18:50:25
63477         Log: Update Changes.
63478      Branch: perl
63479            ! Changes patchlevel.h
63480 ____________________________________________________________________________
63481 [  6818] By: jhi                                   on 2000/08/25  18:47:45
63482         Log: Tweak the sfio/useperlio logic, hopefully as wished in
63483              
63484              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
63485              From: Nicholas Clark <nick@babyhippo.co.uk>
63486              Date: Fri, 25 Aug 2000 12:01:45 +0100
63487              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
63488      Branch: metaconfig/U/perl
63489            ! d_sfio.U
63490      Branch: perl
63491            ! Configure
63492 ____________________________________________________________________________
63493 [  6817] By: jhi                                   on 2000/08/25  18:32:51
63494         Log: Allow microperl to assume <math.h>, without it the math
63495              functions like floor() are assumed to return int, which makes
63496              for core dumps in machines where integer and floating register
63497              don't mix.
63498      Branch: perl
63499            ! uconfig.h uconfig.sh
63500 ____________________________________________________________________________
63501 [  6816] By: jhi                                   on 2000/08/25  18:27:17
63502         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
63503              the problem reported in
63504              
63505              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
63506              From: danhale@us.ibm.com
63507              Date: Fri, 25 Aug 2000 10:58:06 -0400
63508              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
63509      Branch: metaconfig/U/perl
63510            + d_socks5_init.U
63511      Branch: perl
63512            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
63513            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
63514            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
63515            ! win32/config.gc win32/config.vc
63516 ____________________________________________________________________________
63517 [  6815] By: jhi                                   on 2000/08/25  17:43:31
63518         Log: A solution for the retrieve_fd autosplit warning,
63519              idea suggested by Mike Guy.
63520      Branch: perl
63521            ! ext/Storable/Storable.pm
63522 ____________________________________________________________________________
63523 [  6814] By: jhi                                   on 2000/08/25  17:16:03
63524         Log: Add install-silent target.
63525      Branch: perl
63526            ! Makefile.SH
63527 ____________________________________________________________________________
63528 [  6813] By: jhi                                   on 2000/08/25  17:14:23
63529         Log: Subject: Re: [PATCH] More silencing of installman.
63530              From: <abigail@foad.org>
63531              Date: Thu, 24 Aug 2000 19:27:03 -0400
63532              Message-ID: <20000824232703.7001.qmail@foad.org>
63533              
63534              Subject: Re: [PATCH] More silencing of installman.
63535              From: <abigail@foad.org>
63536              Date: Fri, 25 Aug 2000 03:00:58 -0400
63537              Message-ID: <20000825070058.10697.qmail@foad.org>
63538      Branch: perl
63539            ! installman
63540 ____________________________________________________________________________
63541 [  6812] By: jhi                                   on 2000/08/25  17:11:28
63542         Log: installperl --verbose and --silent.
63543              
63544              Subject: Re: [PATCH] More silencing of installman.
63545              From: <abigail@foad.org>
63546              Message-ID: <20000825064430.9719.qmail@foad.org>
63547              Date: Fri, 25 Aug 2000 02:44:30 -0400
63548      Branch: perl
63549            ! installperl
63550 ____________________________________________________________________________
63551 [  6811] By: jhi                                   on 2000/08/25  17:05:43
63552         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
63553              From: "Peter J. Farley III" <pjfarley@banet.net>
63554              Date: Thu, 24 Aug 2000 21:58:03 -0400
63555              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
63556              
63557              (applied slightly modified)
63558      Branch: perl
63559            ! lib/ExtUtils/MM_Unix.pm
63560 ____________________________________________________________________________
63561 [  6810] By: jhi                                   on 2000/08/25  17:01:18
63562         Log: Missing parts of 
63563              
63564              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
63565              From: Peter Prymmer <pvhp@forte.com>
63566              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
63567              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
63568      Branch: perl
63569            ! t/lib/cgi-html.t
63570 ____________________________________________________________________________
63571 [  6809] By: jhi                                   on 2000/08/25  16:46:32
63572         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
63573              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63574              Date: Thu, 24 Aug 2000 19:13:11 -0500
63575              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
63576      Branch: perl
63577            ! vms/vms.c
63578 ____________________________________________________________________________
63579 [  6808] By: jhi                                   on 2000/08/25  16:39:22
63580         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
63581              From: Peter Prymmer <pvhp@forte.com>
63582              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
63583              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
63584      Branch: perl
63585            ! configure.com
63586 ____________________________________________________________________________
63587 [  6807] By: jhi                                   on 2000/08/25  16:36:37
63588         Log: Better wording for the vec lvalue diagnostic.
63589              
63590              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63591              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63592              Date: Wed, 23 Aug 2000 14:12:16 -0400
63593              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
63594      Branch: perl
63595            ! pod/perldiag.pod
63596 ____________________________________________________________________________
63597 [  6806] By: jhi                                   on 2000/08/24  18:17:22
63598         Log: Subject: [PATCH] More silencing of installman.
63599              From: <abigail@foad.org>
63600              Date: Thu, 24 Aug 2000 14:01:44 -0400
63601              Message-ID: <20000824180144.20062.qmail@foad.org>
63602      Branch: perl
63603            ! installman
63604 ____________________________________________________________________________
63605 [  6805] By: jhi                                   on 2000/08/24  15:00:31
63606         Log: Update Changes.
63607      Branch: perl
63608            ! Changes patchlevel.h
63609 ____________________________________________________________________________
63610 [  6804] By: jhi                                   on 2000/08/24  14:59:07
63611         Log: Regen perltoc.
63612      Branch: perl
63613            ! pod/perltoc.pod
63614 ____________________________________________________________________________
63615 [  6803] By: jhi                                   on 2000/08/24  14:44:39
63616         Log: Show the doc file, not the temp file.
63617      Branch: perl
63618            ! installman
63619 ____________________________________________________________________________
63620 [  6802] By: jhi                                   on 2000/08/24  14:41:53
63621         Log: Continue silencing.
63622      Branch: perl
63623            ! installman
63624 ____________________________________________________________________________
63625 [  6801] By: jhi                                   on 2000/08/24  14:34:40
63626         Log: Actually do something with the silencer option.
63627      Branch: perl
63628            ! installman
63629 ____________________________________________________________________________
63630 [  6800] By: jhi                                   on 2000/08/24  14:26:22
63631         Log: Make installman to recognize the silence flag -S.
63632      Branch: perl
63633            ! installman
63634 ____________________________________________________________________________
63635 [  6799] By: jhi                                   on 2000/08/24  13:49:38
63636         Log: DOS patches and portability/porting notes, from Tim Jenness.
63637      Branch: perl
63638            ! lib/File/Temp.pm
63639 ____________________________________________________________________________
63640 [  6798] By: jhi                                   on 2000/08/24  13:48:27
63641         Log: Create directories in silence.
63642              
63643              Subject: [PATCH] Another silencer for MakeMaker
63644              From: andreas.koenig@anima.de (Andreas J. Koenig)
63645              Date: 24 Aug 2000 14:18:52 +0200
63646              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
63647      Branch: perl
63648            ! lib/ExtUtils/Command.pm
63649 ____________________________________________________________________________
63650 [  6797] By: jhi                                   on 2000/08/24  13:46:42
63651         Log: More liberal parsing of version numbers.
63652              
63653              Subject: Re: CPAN.pm beta for testing available
63654              From: andreas.koenig@anima.de (Andreas J. Koenig)
63655              Date: 24 Aug 2000 13:51:57 +0200
63656              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
63657      Branch: perl
63658            ! lib/CPAN.pm
63659 ____________________________________________________________________________
63660 [  6796] By: jhi                                   on 2000/08/24  13:44:36
63661         Log: Make "make install" by default silent.  A new "install-verbose"
63662              target is verbose.
63663      Branch: perl
63664            ! Makefile.SH
63665 ____________________________________________________________________________
63666 [  6795] By: jhi                                   on 2000/08/24  13:39:14
63667         Log: Add silencer flags to installperl.
63668              
63669              Subject: [PATCH] Making installperl silent.
63670              From: <abigail@foad.org>
63671              Date: Thu, 24 Aug 2000 05:01:45 -0400
63672              Message-ID: <20000824090145.13141.qmail@foad.org>
63673      Branch: perl
63674            ! installperl
63675 ____________________________________________________________________________
63676 [  6794] By: jhi                                   on 2000/08/24  13:35:50
63677         Log: installperl couldn't tell whether it had run tests or not.
63678              
63679              Subject: [PATCH] Re: installperl and t/TEST
63680              From: <abigail@foad.org>
63681              Date: Thu, 24 Aug 2000 04:00:53 -0400
63682              Message-ID: <20000824080053.2494.qmail@foad.org>
63683      Branch: perl
63684            ! Makefile.SH installperl
63685 ____________________________________________________________________________
63686 [  6793] By: jhi                                   on 2000/08/24  13:27:50
63687         Log: Drop the separate perlbc, perlcc -b should be enough.
63688      Branch: perl
63689            - utils/perlbc.PL
63690            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
63691 ____________________________________________________________________________
63692 [  6792] By: jhi                                   on 2000/08/24  04:41:30
63693         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
63694              plus the typo fix from Peter Prymmer.
63695      Branch: perl
63696            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
63697            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
63698 ____________________________________________________________________________
63699 [  6791] By: jhi                                   on 2000/08/24  02:10:43
63700         Log: Replace #6705 with a minimal doc patch.
63701              
63702              Subject: [PATCH 5.6.0] replace change #6705
63703              From: Jan Dubois <jand@ActiveState.com>
63704              Date: Wed, 23 Aug 2000 18:31:51 -0700
63705              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
63706      Branch: perl
63707            ! lib/Win32.pod win32/win32.c
63708 ____________________________________________________________________________
63709 [  6790] By: jhi                                   on 2000/08/23  17:52:00
63710         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63711              From: Mike Guy <mjtg@cam.ac.uk>
63712              Date: Wed, 23 Aug 2000 18:38:46 +0100
63713              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
63714      Branch: perl
63715            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
63716 ____________________________________________________________________________
63717 [  6789] By: jhi                                   on 2000/08/23  15:34:21
63718         Log: Update Changes.
63719      Branch: perl
63720            ! Changes patchlevel.h
63721 ____________________________________________________________________________
63722 [  6788] By: jhi                                   on 2000/08/23  15:33:40
63723         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
63724              From: Wilfredo Sánchez <wsanchez@apple.com>
63725              Date: Tue, 22 Aug 2000 19:31:27 -0700
63726              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
63727      Branch: perl
63728            ! perl.h
63729 ____________________________________________________________________________
63730 [  6787] By: jhi                                   on 2000/08/23  15:29:31
63731         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
63732              From: Spider Boardman <spider@leggy.zk3.dec.com>
63733              Date: Wed, 23 Aug 2000 10:33:23 -0400
63734              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
63735      Branch: perl
63736            ! lib/Pod/Html.pm
63737 ____________________________________________________________________________
63738 [  6786] By: jhi                                   on 2000/08/23  15:28:11
63739         Log: Bad makefile.
63740      Branch: perl
63741            ! ext/B/Makefile.PL
63742 ____________________________________________________________________________
63743 [  6785] By: jhi                                   on 2000/08/23  14:37:04
63744         Log: Update Changes.
63745      Branch: perl
63746            ! Changes patchlevel.h
63747 ____________________________________________________________________________
63748 [  6784] By: jhi                                   on 2000/08/23  13:58:41
63749         Log: Portability fix from Hugo van der Sanden.
63750      Branch: perl
63751            ! ext/re/Makefile.PL
63752 ____________________________________________________________________________
63753 [  6783] By: jhi                                   on 2000/08/23  13:53:53
63754         Log: Storable support, v-version fixes.
63755              
63756              Subject: CPAN.pm beta for testing available
63757              From: andreas.koenig@anima.de (Andreas J. Koenig)
63758              Date: 22 Aug 2000 23:31:33 +0200
63759              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
63760      Branch: perl
63761            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63762 ____________________________________________________________________________
63763 [  6782] By: jhi                                   on 2000/08/23  13:51:26
63764         Log: Mac and other portability updates from Chris Nandor.
63765      Branch: perl
63766            ! pod/perlmodinstall.pod
63767 ____________________________________________________________________________
63768 [  6781] By: jhi                                   on 2000/08/23  13:47:33
63769         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
63770              From: Peter Prymmer <pvhp@forte.com>
63771              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
63772              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
63773      Branch: perl
63774            ! ext/Storable/Storable.xs
63775 ____________________________________________________________________________
63776 [  6780] By: jhi                                   on 2000/08/23  13:33:34
63777         Log: VMS MMS (make) wants null action.
63778      Branch: perl
63779            ! ext/B/Makefile.PL
63780 ____________________________________________________________________________
63781 [  6779] By: jhi                                   on 2000/08/22  19:44:47
63782         Log: Forgot portability nit.
63783      Branch: perl
63784            ! t/lib/st-forgive.t
63785 ____________________________________________________________________________
63786 [  6778] By: jhi                                   on 2000/08/22  19:35:25
63787         Log: Be portable.
63788      Branch: perl
63789            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
63790            ! t/lib/st-store.t
63791 ____________________________________________________________________________
63792 [  6777] By: jhi                                   on 2000/08/22  18:50:53
63793         Log: Update Changes.
63794      Branch: perl
63795            ! Changes patchlevel.h
63796 ____________________________________________________________________________
63797 [  6776] By: jhi                                   on 2000/08/22  18:44:46
63798         Log: cSVOPo_*v things index into the current PL_curpad
63799              under ithreads, which is different from the curpad
63800              used by the XSUB.  (In other words, the code as-is
63801              before this patch wouldn't work under ithreads.)
63802              From Sarathy.
63803      Branch: perl
63804            ! ext/B/B.xs
63805 ____________________________________________________________________________
63806 [  6775] By: jhi                                   on 2000/08/22  18:18:37
63807         Log: Make the selection of NVff et al stricter.
63808      Branch: metaconfig/U/perl
63809            ! perlxvf.U
63810      Branch: perl
63811            ! Configure config_h.SH
63812 ____________________________________________________________________________
63813 [  6774] By: jhi                                   on 2000/08/22  17:19:42
63814         Log: perldelta nits.
63815      Branch: perl
63816            ! pod/perldelta.pod
63817 ____________________________________________________________________________
63818 [  6773] By: jhi                                   on 2000/08/22  17:06:26
63819         Log: Long double fixes from Spider Boardman.
63820              
63821              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
63822              From: system PRIVILEGED account <root@peano.zk3.dec.com>
63823              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
63824              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
63825      Branch: perl
63826            ! t/lib/bigfltpm.t t/lib/st-06compat.t
63827 ____________________________________________________________________________
63828 [  6772] By: jhi                                   on 2000/08/22  15:04:53
63829         Log: Update Changes.
63830      Branch: perl
63831            ! Changes patchlevel.h
63832 ____________________________________________________________________________
63833 [  6771] By: jhi                                   on 2000/08/22  15:01:44
63834         Log: perldelta fixes from Hugo van der Sanden.
63835      Branch: perl
63836            ! pod/perldelta.pod
63837 ____________________________________________________________________________
63838 [  6770] By: jhi                                   on 2000/08/22  14:34:49
63839         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
63840              From: Hugo <hv@crypt.compulink.co.uk>
63841              Date: Tue, 22 Aug 2000 11:21:53 +0100
63842              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
63843      Branch: perl
63844            ! regcomp.c
63845 ____________________________________________________________________________
63846 [  6769] By: jhi                                   on 2000/08/22  14:30:02
63847         Log: Add Yitzchak, reformat.
63848      Branch: perl
63849            ! Changes config_h.SH
63850 ____________________________________________________________________________
63851 [  6768] By: jhi                                   on 2000/08/22  14:21:35
63852         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
63853              and Spider Boardman.
63854      Branch: metaconfig
63855            ! U/compline/d_gconvert.U
63856      Branch: perl
63857            ! Configure
63858 ____________________________________________________________________________
63859 [  6767] By: jhi                                   on 2000/08/22  14:11:24
63860         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
63861              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63862              Date: Mon, 21 Aug 2000 19:08:31 -0700
63863              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
63864      Branch: perl
63865            - ext/Storable/patchlevel.h
63866            ! MANIFEST ext/Storable/MANIFEST
63867 ____________________________________________________________________________
63868 [  6766] By: jhi                                   on 2000/08/22  13:49:29
63869         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
63870              From: Peter Prymmer <pvhp@forte.com>
63871              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
63872              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
63873      Branch: perl
63874            ! configure.com ext/Storable/Makefile.PL
63875 ____________________________________________________________________________
63876 [  6765] By: jhi                                   on 2000/08/22  13:44:59
63877         Log: Subject: [PATCH blead] B:: missing dependency
63878              From: Hugo <hv@crypt.compulink.co.uk>
63879              Date: Tue, 22 Aug 2000 06:44:33 +0100
63880              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
63881      Branch: perl
63882            ! ext/B/Makefile.PL
63883 ____________________________________________________________________________
63884 [  6764] By: jhi                                   on 2000/08/22  13:38:12
63885         Log: More bytecompiler.
63886      Branch: perl
63887            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
63888 ____________________________________________________________________________
63889 [  6763] By: jhi                                   on 2000/08/22  13:36:44
63890         Log: Bytecompiler patches from Benjamin Stuhl.
63891      Branch: perl
63892            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
63893            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63894            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63895            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63896            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
63897            ! perl.c perlapi.h pod/perldelta.pod
63898 ____________________________________________________________________________
63899 [  6762] By: jhi                                   on 2000/08/21  23:43:40
63900         Log: An obsoleted diagnostic.
63901      Branch: perl
63902            ! pod/perldelta.pod
63903 ____________________________________________________________________________
63904 [  6761] By: jhi                                   on 2000/08/21  23:01:45
63905         Log: The #6759 wasn't quite right.
63906      Branch: perl
63907            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
63908            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
63909            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
63910            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
63911            ! t/lib/st-tieditems.t
63912 ____________________________________________________________________________
63913 [  6760] By: jhi                                   on 2000/08/21  22:35:49
63914         Log: Be verydeepclean.
63915      Branch: perl
63916            ! Makefile.SH
63917 ____________________________________________________________________________
63918 [  6759] By: jhi                                   on 2000/08/21  22:25:40
63919         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
63920              From: Peter Prymmer <pvhp@forte.com>
63921              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
63922              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
63923      Branch: perl
63924            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
63925            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
63926            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
63927            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
63928            ! t/lib/st-tieditems.t
63929 ____________________________________________________________________________
63930 [  6758] By: jhi                                   on 2000/08/21  22:22:32
63931         Log: Few more casts, need reported in
63932              
63933              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
63934              From: Mike Stok <mike@stok.co.uk>
63935              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
63936              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
63937              
63938              and
63939              
63940              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
63941              From: abigail@foad.org
63942              Date: 21 Aug 2000 21:31:34 -0000
63943              Message-Id: <20000821213134.30170.qmail@foad.org>
63944      Branch: perl
63945            ! ext/Storable/Storable.xs
63946 ____________________________________________________________________________
63947 [  6757] By: jhi                                   on 2000/08/21  18:37:07
63948         Log: Update Changes.
63949      Branch: perl
63950            ! Changes patchlevel.h
63951 ____________________________________________________________________________
63952 [  6756] By: jhi                                   on 2000/08/21  18:34:02
63953         Log: A pod nit.
63954              
63955              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
63956              From: <abigail@foad.org>
63957              Date: Mon, 21 Aug 2000 14:00:16 -0400
63958              Message-ID: <20000821180016.28627.qmail@foad.org>
63959      Branch: perl
63960            ! pod/perlre.pod
63961 ____________________________________________________________________________
63962 [  6755] By: jhi                                   on 2000/08/21  18:30:56
63963         Log: Use PodParser 1.18 new test.
63964      Branch: perl
63965            ! t/pod/special_seqs.t t/pod/special_seqs.xr
63966 ____________________________________________________________________________
63967 [  6754] By: jhi                                   on 2000/08/21  18:28:35
63968         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
63969              patches cannot be applied since #6712 conflicts.
63970      Branch: perl
63971            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
63972 ____________________________________________________________________________
63973 [  6753] By: jhi                                   on 2000/08/21  18:15:11
63974         Log: Weed out some smaller changes.
63975      Branch: perl
63976            ! pod/perldelta.pod
63977 ____________________________________________________________________________
63978 [  6752] By: jhi                                   on 2000/08/21  18:02:30
63979         Log: Also under djgpp the timestamps are funky.
63980      Branch: perl
63981            ! t/op/stat.t
63982 ____________________________________________________________________________
63983 [  6751] By: jhi                                   on 2000/08/21  17:55:56
63984         Log: Tweak the floating point output routine preferences.
63985      Branch: metaconfig
63986            ! U/compline/d_gconvert.U
63987      Branch: perl
63988            ! Configure
63989 ____________________________________________________________________________
63990 [  6750] By: jhi                                   on 2000/08/21  17:51:29
63991         Log: Unicos/mk requires elaborate paranoia.
63992      Branch: perl
63993            ! lib/Math/Complex.pm
63994 ____________________________________________________________________________
63995 [  6749] By: gsar                                  on 2000/08/21  16:53:31
63996         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
63997      Branch: perl
63998            ! lib/Cwd.pm
63999 ____________________________________________________________________________
64000 [  6748] By: gsar                                  on 2000/08/21  16:22:19
64001         Log: free TLS slot properly on Windows
64002      Branch: perl
64003            ! thread.h win32/perllib.c win32/win32thread.h
64004 ____________________________________________________________________________
64005 [  6747] By: jhi                                   on 2000/08/21  16:20:58
64006         Log: Rename the macro argument because some preprocessors
64007              can't tell the difference and expand arguments also inside
64008              double quoted strings.
64009      Branch: perl
64010            ! regcomp.c
64011 ____________________________________________________________________________
64012 [  6746] By: jhi                                   on 2000/08/21  16:09:41
64013         Log: Support long doubles in Storable.
64014              
64015              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
64016              From: Radu Greab <radu@netsoft.ro>
64017              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
64018              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
64019      Branch: perl
64020            ! ext/Storable/Storable.xs
64021 ____________________________________________________________________________
64022 [  6745] By: jhi                                   on 2000/08/21  15:51:40
64023         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
64024              From: "Fifer, Eric" <EFifer@sanwaint.com>
64025              Date: Mon, 21 Aug 2000 15:34:49 +0100
64026              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
64027      Branch: perl
64028            ! t/pragma/warn/9enabled
64029 ____________________________________________________________________________
64030 [  6744] By: jhi                                   on 2000/08/21  15:39:35
64031         Log: Document the endianness of Alpha more precisely.
64032      Branch: perl
64033            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
64034            ! pod/perlport.pod
64035 ____________________________________________________________________________
64036 [  6743] By: jhi                                   on 2000/08/21  14:47:05
64037         Log: perldelta fixes from the p5p crowd.
64038      Branch: perl
64039            ! pod/perldelta.pod pod/perlop.pod
64040 ____________________________________________________________________________
64041 [  6742] By: jhi                                   on 2000/08/21  13:34:51
64042         Log: Update to Pod::LaTeX 0.53.
64043              
64044              Subject: [PATCH] lib/Pod/LaTeX.pm updates
64045              From: Tim Jenness <timj@jach.hawaii.edu>
64046              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
64047              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
64048      Branch: perl
64049            ! lib/Pod/LaTeX.pm
64050 ____________________________________________________________________________
64051 [  6741] By: jhi                                   on 2000/08/21  13:33:01
64052         Log: Subject: [PATCH] os2.c fix for use64bitint
64053              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64054              Date: Mon, 21 Aug 2000 01:32:25 -0700
64055              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
64056      Branch: perl
64057            ! os2/os2.c
64058 ____________________________________________________________________________
64059 [  6740] By: jhi                                   on 2000/08/21  13:28:52
64060         Log: Array context keeps slithering in.
64061              
64062              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
64063              From: Daniel Chetlin <daniel@chetlin.com>
64064              Date: Sun, 20 Aug 2000 21:40:25 -0700
64065              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
64066      Branch: perl
64067            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
64068            ! pod/perldebtut.pod
64069 ____________________________________________________________________________
64070 [  6739] By: jhi                                   on 2000/08/21  13:23:55
64071         Log: Big-endian quad fixes for Storable from Radu Greab,
64072              plus few explicit null casts for picky compilers.
64073      Branch: perl
64074            ! ext/Storable/Storable.xs
64075 ____________________________________________________________________________
64076 [  6738] By: gsar                                  on 2000/08/21  05:56:13
64077         Log: small tweaks for change#6705: avoid C++ style comments in C code;
64078              use Perl's malloc API rather than the low level system one
64079      Branch: perl
64080            ! win32/win32.c
64081 ____________________________________________________________________________
64082 [  6737] By: gsar                                  on 2000/08/21  05:35:41
64083         Log: add Storable to list of extensions on Windows
64084      Branch: perl
64085            ! win32/Makefile win32/makefile.mk
64086 ____________________________________________________________________________
64087 [  6736] By: jhi                                   on 2000/08/21  02:57:53
64088         Log: Update Changes.
64089      Branch: perl
64090            ! Changes patchlevel.h
64091 ____________________________________________________________________________
64092 [  6735] By: jhi                                   on 2000/08/21  02:57:20
64093         Log: Draft 0.
64094      Branch: perl
64095            ! pod/perldelta.pod
64096 ____________________________________________________________________________
64097 [  6734] By: jhi                                   on 2000/08/21  02:57:03
64098         Log: Add Storable 0.7.2 from Raphael Manfredi,
64099              plus the patch from
64100              
64101              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
64102              From: Radu Greab <radu@netsoft.ro>
64103              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
64104              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
64105              
64106              plus changes to get Storable to compile with
64107              picky ANSI compilers.
64108      Branch: perl
64109            + ext/Storable/ChangeLog ext/Storable/MANIFEST
64110            + ext/Storable/Makefile.PL ext/Storable/README
64111            + ext/Storable/Storable.pm ext/Storable/Storable.xs
64112            + ext/Storable/patchlevel.h t/lib/st-06compat.t
64113            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
64114            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
64115            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
64116            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
64117            + t/lib/st-tieditems.t
64118            ! MANIFEST
64119 ____________________________________________________________________________
64120 [  6733] By: jhi                                   on 2000/08/21  02:29:09
64121         Log: The correct cleaning order is an art.
64122      Branch: perl
64123            ! Makefile.SH
64124 ____________________________________________________________________________
64125 [  6732] By: jhi                                   on 2000/08/21  01:23:39
64126         Log: The #6724 is here.
64127      Branch: perl
64128            ! t/lib/ftmp-security.t
64129 ____________________________________________________________________________
64130 [  6731] By: jhi                                   on 2000/08/20  23:17:03
64131         Log: s/this one/the 5.6.0 release/
64132      Branch: perl
64133            ! pod/perl56delta.pod
64134 ____________________________________________________________________________
64135 [  6730] By: jhi                                   on 2000/08/20  23:07:34
64136         Log: Mention perlebcdic and perlposix-bc.
64137      Branch: perl
64138            ! pod/perlport.pod
64139 ____________________________________________________________________________
64140 [  6729] By: jhi                                   on 2000/08/20  21:32:59
64141         Log: Document the number of exponent digits.
64142      Branch: perl
64143            ! pod/perlfunc.pod
64144 ____________________________________________________________________________
64145 [  6728] By: jhi                                   on 2000/08/20  21:16:47
64146         Log: Use File::Spec->tmpdir().
64147              
64148              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
64149              From: Tim Jenness <timj@jach.hawaii.edu>
64150              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
64151              MIME-Version: 1.0
64152              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
64153      Branch: perl
64154            ! utils/perlbug.PL
64155 ____________________________________________________________________________
64156 [  6727] By: jhi                                   on 2000/08/20  20:43:32
64157         Log: Update Changes.
64158      Branch: perl
64159            ! Changes patchlevel.h
64160 ____________________________________________________________________________
64161 [  6726] By: jhi                                   on 2000/08/20  20:41:44
64162         Log: The veryclean target needs to clobber.
64163      Branch: perl
64164            ! Makefile.SH
64165 ____________________________________________________________________________
64166 [  6725] By: jhi                                   on 2000/08/20  20:37:38
64167         Log: Document odd vs even subreleases and -Dusedevel.
64168      Branch: perl
64169            ! INSTALL
64170 ____________________________________________________________________________
64171 [  6724] By: jhi                                   on 2000/08/20  19:58:05
64172         Log: Use temporary directory instead of current directory.
64173              
64174              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
64175              From: Tim Jenness <timj@jach.hawaii.edu>
64176              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
64177              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
64178      Branch: perl
64179            ! t/lib/ftmp-security.t
64180 ____________________________________________________________________________
64181 [  6723] By: jhi                                   on 2000/08/20  19:55:55
64182         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
64183              From: andreas.koenig@anima.de (Andreas J. Koenig)
64184              Date: 20 Aug 2000 15:52:03 +0200
64185              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
64186      Branch: perl
64187            ! lib/ExtUtils/MM_Unix.pm
64188 ____________________________________________________________________________
64189 [  6722] By: jhi                                   on 2000/08/20  19:46:01
64190         Log: Update to CGI 2.72, from Lincoln Stein.
64191      Branch: perl
64192            ! lib/CGI.pm
64193 ____________________________________________________________________________
64194 [  6721] By: jhi                                   on 2000/08/20  19:43:54
64195         Log: (Replaced by #8364.)
64196              
64197              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
64198              From: Radu Greab <radu@netsoft.ro>
64199              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
64200              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
64201      Branch: perl
64202            ! ext/GDBM_File/GDBM_File.xs
64203 ____________________________________________________________________________
64204 [  6720] By: jhi                                   on 2000/08/20  19:42:01
64205         Log: pp_open() could pass an uninitialized filename down to do_open9().
64206      Branch: perl
64207            ! pp_sys.c
64208 ____________________________________________________________________________
64209 [  6719] By: jhi                                   on 2000/08/20  14:06:41
64210         Log: UTF8 concat fixes.
64211              
64212              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
64213              From: Hugo <hv@crypt.compulink.co.uk>
64214              Date: Sun, 20 Aug 2000 07:30:46 +0100
64215              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
64216      Branch: perl
64217            ! pp_hot.c t/op/append.t
64218 ____________________________________________________________________________
64219 [  6718] By: jhi                                   on 2000/08/20  02:09:37
64220         Log: Let's try #6717 again.
64221      Branch: perl
64222            ! lib/File/Temp.pm
64223 ____________________________________________________________________________
64224 [  6717] By: jhi                                   on 2000/08/20  01:56:55
64225         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
64226              From: "Craig A. Berry" <craig.berry@metamorgs.com>
64227              Date: Sat, 19 Aug 2000 18:15:39 -0500
64228              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
64229      Branch: perl
64230            ! lib/File/Temp.pm
64231 ____________________________________________________________________________
64232 [  6716] By: jhi                                   on 2000/08/19  15:50:11
64233         Log: Update Changes.
64234      Branch: perl
64235            ! Changes patchlevel.h
64236 ____________________________________________________________________________
64237 [  6715] By: jhi                                   on 2000/08/19  15:39:09
64238         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
64239              From: Jonathan D Johnston <jdjohnston2@juno.com>
64240              Date: Thu, 17 Aug 2000 23:13:01 -0400       
64241              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
64242      Branch: perl
64243            ! pod/perlfunc.pod
64244 ____________________________________________________________________________
64245 [  6714] By: jhi                                   on 2000/08/19  15:34:04
64246         Log: Introduce a 'veryclean' target that is like 'distclean'
64247              but also removes *~ and *.orig.
64248      Branch: perl
64249            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
64250            ! utils/Makefile x2p/Makefile.SH
64251 ____________________________________________________________________________
64252 [  6713] By: jhi                                   on 2000/08/19  14:15:45
64253         Log: Put back the long double avoidance code to POSIX.xs
64254              because VMS seems to need it still.
64255      Branch: perl
64256            ! ext/POSIX/POSIX.xs
64257 ____________________________________________________________________________
64258 [  6712] By: jhi                                   on 2000/08/19  14:10:41
64259         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
64260              From: Peter Prymmer <pvhp@forte.com>
64261              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
64262              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
64263      Branch: perl
64264            ! lib/Pod/Find.pm t/pod/find.t
64265 ____________________________________________________________________________
64266 [  6711] By: jhi                                   on 2000/08/19  14:09:19
64267         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
64268              From: Peter Prymmer <pvhp@forte.com>
64269              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
64270              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
64271              cc: vmsperl@perl.org
64272      Branch: perl
64273            ! t/lib/peek.t
64274 ____________________________________________________________________________
64275 [  6710] By: jhi                                   on 2000/08/19  14:08:01
64276         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
64277              From: Jan Dubois <jand@ActiveState.com>
64278              Date: Fri, 18 Aug 2000 16:31:48 -0700
64279              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
64280      Branch: perl
64281            ! win32/win32.c
64282 ____________________________________________________________________________
64283 [  6709] By: jhi                                   on 2000/08/19  14:06:57
64284         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
64285              
64286              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
64287              From: Spider.Boardman@Orb.Nashua.NH.US
64288              Date: Fri, 18 Aug 2000 18:41:14 -0400
64289              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
64290      Branch: perl
64291            ! regcomp.c
64292 ____________________________________________________________________________
64293 [  6708] By: jhi                                   on 2000/08/18  22:04:49
64294         Log: Update Changes.
64295      Branch: perl
64296            ! Changes patchlevel.h
64297 ____________________________________________________________________________
64298 [  6707] By: jhi                                   on 2000/08/18  21:55:14
64299         Log: Add warnif(), check warnings further up the stack,
64300              all the warnings functions now can take an optional object reference.
64301              
64302              Subject: [PATCH bleedperl@6691] warnings pragma update
64303              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
64304              Date: Fri, 18 Aug 2000 22:42:06 +0100
64305              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
64306      Branch: perl
64307            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
64308            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
64309            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
64310 ____________________________________________________________________________
64311 [  6706] By: jhi                                   on 2000/08/18  21:41:45
64312         Log: Typo in pp_complement().
64313              
64314              Subject: [PATCH perl-current] Deparse
64315              From: Peter Scott <Peter@PSDT.com>
64316              Date: Fri, 18 Aug 2000 12:44:37 -0700
64317              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
64318      Branch: perl
64319            ! ext/B/B/Deparse.pm
64320 ____________________________________________________________________________
64321 [  6705] By: jhi                                   on 2000/08/18  21:25:59
64322         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
64323              From: Jan Dubois <jand@ActiveState.com>
64324              Date: Fri, 18 Aug 2000 14:22:51 -0700
64325              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
64326      Branch: perl
64327            ! lib/Win32.pod win32/win32.c
64328 ____________________________________________________________________________
64329 [  6704] By: jhi                                   on 2000/08/18  21:16:14
64330         Log: Don't eat leading os from index entries.
64331              
64332              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
64333              From: Russ Allbery <rra@stanford.edu>
64334              Date: 10 Aug 2000 20:49:25 -0700
64335              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
64336      Branch: perl
64337            ! lib/Pod/Man.pm
64338 ____________________________________________________________________________
64339 [  6703] By: jhi                                   on 2000/08/18  21:07:06
64340         Log: Add [[:blank:]] as suggested in
64341              
64342              Subject: [ID 20000716.024] [=cc=] / [:blank:]
64343              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
64344              Date: Sun, 16 Jul 2000 17:55:29 -0700
64345              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
64346              
64347              (the [=cc=] has already been taken care of by #6439
64348              so the whole bug report can be closed)
64349              
64350              and make [[:space:]] to be equivalent to isspace(3)
64351              (as opposed to \s, which is isSPACE()).  The difference
64352              is that now [[:space:]] matches the mythical vertical tab,
64353              while \s doesn't.
64354      Branch: perl
64355            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
64356            ! regexec.c t/op/pat.t
64357 ____________________________________________________________________________
64358 [  6702] By: jhi                                   on 2000/08/18  18:47:47
64359         Log: The new tests were missing from #6415.
64360      Branch: perl
64361            ! t/op/bop.t
64362 ____________________________________________________________________________
64363 [  6701] By: jhi                                   on 2000/08/18  18:20:40
64364         Log: Document the NDBM_File and ODBM_File as SDBM_File
64365              was documented in #6417.
64366      Branch: perl
64367            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
64368            ! ext/SDBM_File/SDBM_File.pm
64369 ____________________________________________________________________________
64370 [  6700] By: jhi                                   on 2000/08/18  18:10:39
64371         Log: Subject: [PATCH perl@6698] cygwin port
64372              From: "Fifer, Eric" <EFifer@sanwaint.com>
64373              Date: Fri, 18 Aug 2000 17:30:05 +0100
64374              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
64375      Branch: perl
64376            ! lib/File/Temp.pm
64377 ____________________________________________________________________________
64378 [  6699] By: jhi                                   on 2000/08/18  16:21:49
64379         Log: Document code point which makes if (defined %stash::) to work
64380              (noted by Spider Boardman).
64381      Branch: perl
64382            ! op.c
64383 ____________________________________________________________________________
64384 [  6698] By: jhi                                   on 2000/08/18  13:43:27
64385         Log: Update Changes.
64386      Branch: perl
64387            ! Changes patchlevel.h
64388 ____________________________________________________________________________
64389 [  6697] By: jhi                                   on 2000/08/18  13:35:57
64390         Log: Tiny Getopt::Long patch from Johan Vromans.
64391      Branch: perl
64392            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
64393 ____________________________________________________________________________
64394 [  6696] By: jhi                                   on 2000/08/18  13:26:14
64395         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
64396              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
64397              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
64398              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
64399      Branch: perl
64400            ! pod/perldiag.pod pod/perlsyn.pod
64401 ____________________________________________________________________________
64402 [  6695] By: jhi                                   on 2000/08/18  13:13:26
64403         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
64404              From: Daniel Chetlin <daniel@chetlin.com>
64405              Date: Fri, 18 Aug 2000 03:13:36 -0700
64406              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
64407      Branch: perl
64408            ! pod/perlfunc.pod
64409 ____________________________________________________________________________
64410 [  6694] By: jhi                                   on 2000/08/18  13:08:05
64411         Log: Subject: [PATCH] perltrap.pod spring cleaning
64412              From: Daniel Chetlin <daniel@chetlin.com>
64413              Date: Fri, 18 Aug 2000 03:06:54 -0700
64414              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
64415              
64416              plus Mike Guy's nitfix.
64417      Branch: perl
64418            ! pod/perltrap.pod
64419 ____________________________________________________________________________
64420 [  6693] By: jhi                                   on 2000/08/18  13:00:26
64421         Log: Unbuffer the output.
64422              
64423              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
64424              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64425              Date: Thu, 17 Aug 2000 18:39:29 -0700
64426              Message-ID: <RPJn5gzkgydf092yn@efn.org>
64427      Branch: perl
64428            ! t/op/fork.t
64429 ____________________________________________________________________________
64430 [  6692] By: jhi                                   on 2000/08/18  05:19:17
64431         Log: Delete the image, too, not just its MANIFEStation.
64432      Branch: perl
64433            - lib/CGI/eg/wilogo.gif
64434 ____________________________________________________________________________
64435 [  6691] By: jhi                                   on 2000/08/18  05:10:26
64436         Log: Propagate new Configure vars.
64437      Branch: perl
64438            ! configure.com epoc/config.sh uconfig.h uconfig.sh
64439            ! vos/config.def vos/config.h vos/config_h.SH_orig
64440            ! win32/config.bc win32/config.gc win32/config.vc
64441            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64442 ____________________________________________________________________________
64443 [  6690] By: jhi                                   on 2000/08/18  04:30:56
64444         Log: Update Changes.
64445      Branch: perl
64446            ! Changes patchlevel.h
64447 ____________________________________________________________________________
64448 [  6689] By: jhi                                   on 2000/08/18  04:12:30
64449         Log: Fix the lib/complex failure of
64450              
64451              From: abigail@foad.org
64452              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
64453              Date: 15 Aug 2000 04:06:38 -0000
64454              Message-Id: <20000815040638.8524.qmail@foad.org> 
64455              
64456              Linux long double accuracy issue: something that
64457              when printed with %g looks like "2" but int() of it is 1.
64458      Branch: perl
64459            ! lib/Math/Complex.pm
64460 ____________________________________________________________________________
64461 [  6688] By: jhi                                   on 2000/08/18  03:15:35
64462         Log: The byteorder code in #6671 was wrong.
64463      Branch: perl
64464            ! configpm
64465 ____________________________________________________________________________
64466 [  6687] By: jhi                                   on 2000/08/18  02:08:42
64467         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
64468              From: Jan Dubois <jand@ActiveState.com>
64469              Date: Thu, 17 Aug 2000 18:31:55 -0700
64470              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
64471      Branch: perl
64472            ! sv.c
64473 ____________________________________________________________________________
64474 [  6686] By: jhi                                   on 2000/08/18  02:04:15
64475         Log: Use NVs in POSIX math, not doubles.
64476              
64477              From: abigail@foad.org
64478              Subject: [ID 20000817.014] POSIX & modfl
64479              Date: 17 Aug 2000 20:49:18 -0000
64480              Message-Id: <20000817204918.23123.qmail@foad.org>
64481      Branch: perl
64482            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
64483 ____________________________________________________________________________
64484 [  6685] By: jhi                                   on 2000/08/18  02:02:12
64485         Log: Introduce NVef, NVff, and NVgf, use the middle one.
64486              (helps for lib/peek + Linux + long doubles)  Reported in
64487              
64488              From: abigail@foad.org
64489              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
64490              Date: 15 Aug 2000 04:06:38 -0000
64491              Message-Id: <20000815040638.8524.qmail@foad.org> 
64492              
64493              (note: the lib/complex failure has not yet been addressed)
64494      Branch: metaconfig/U/perl
64495            ! perlxvf.U
64496      Branch: perl
64497            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64498            ! config_h.SH dump.c perl.h pod/perlguts.pod
64499 ____________________________________________________________________________
64500 [  6684] By: jhi                                   on 2000/08/17  23:22:19
64501         Log: Add byteorder to the myconfig output.
64502      Branch: perl
64503            ! myconfig.SH
64504 ____________________________________________________________________________
64505 [  6683] By: jhi                                   on 2000/08/17  23:20:19
64506         Log: The image doth not exist, spotted by Johan Vromans.
64507      Branch: perl
64508            ! MANIFEST
64509 ____________________________________________________________________________
64510 [  6682] By: jhi                                   on 2000/08/17  22:38:16
64511         Log: Document what the backtick returns if the command fails.
64512      Branch: perl
64513            ! pod/perlop.pod
64514 ____________________________________________________________________________
64515 [  6681] By: jhi                                   on 2000/08/17  22:33:12
64516         Log: Do not use prototyping here.
64517              
64518              Subject: [ID 20000817.016] [PATCH] Peek.xs
64519              From: abigail@foad.org
64520              Date: 17 Aug 2000 20:55:56 -0000
64521              Message-Id: <20000817205556.24270.qmail@foad.org>
64522      Branch: perl
64523            ! ext/Devel/Peek/Makefile.PL
64524 ____________________________________________________________________________
64525 [  6680] By: jhi                                   on 2000/08/17  19:46:43
64526         Log: Don't propose using modules built for 5.005 if no binary
64527              compatibility with 5.005 is attempted.
64528              
64529              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
64530              Subject: Minor nit with 5.7.0 (6655)
64531              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
64532              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
64533      Branch: metaconfig
64534            ! U/installdirs/inc_version_list.U
64535      Branch: perl
64536            ! Configure config_h.SH
64537 ____________________________________________________________________________
64538 [  6679] By: jhi                                   on 2000/08/17  19:16:39
64539         Log: Microperl config update.
64540      Branch: perl
64541            ! uconfig.h uconfig.sh
64542 ____________________________________________________________________________
64543 [  6678] By: jhi                                   on 2000/08/17  19:16:13
64544         Log: The #6648 wasn't protective enough for limited platforms
64545              (like microperl).
64546      Branch: perl
64547            ! dump.c sv.c
64548 ____________________________________________________________________________
64549 [  6677] By: jhi                                   on 2000/08/17  14:46:35
64550         Log: Update Changes.
64551      Branch: perl
64552            ! Changes patchlevel.h
64553 ____________________________________________________________________________
64554 [  6676] By: jhi                                   on 2000/08/17  14:44:02
64555         Log: Add perlebcdic from Peter Prymmer, regen toc.
64556      Branch: perl
64557            + pod/perlebcdic.pod
64558            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64559 ____________________________________________________________________________
64560 [  6675] By: jhi                                   on 2000/08/17  14:41:52
64561         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
64562      Branch: perl
64563            ! pod/perldebtut.pod
64564 ____________________________________________________________________________
64565 [  6674] By: jhi                                   on 2000/08/17  14:29:43
64566         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
64567              
64568              Subject: [ID 20000724.006] -DLEAKTEST problem
64569              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
64570              Date: Tue, 25 Jul 2000 00:36:32 -0500
64571              Message-Id: <20000725003632.A26186@www.llamacom.com>
64572              
64573              Reminder sent
64574              
64575              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
64576              From: Hugo <hv@crypt.compulink.co.uk>
64577              Date: Thu, 17 Aug 2000 15:23:42 +0100
64578              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
64579      Branch: perl
64580            ! util.c
64581 ____________________________________________________________________________
64582 [  6673] By: jhi                                   on 2000/08/17  04:07:10
64583         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
64584              From: John Peacock <JPeacock@UnivPress.com>
64585              Date: Tue, 01 Aug 2000 09:38:12 -0400
64586              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
64587      Branch: perl
64588            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
64589 ____________________________________________________________________________
64590 [  6672] By: jhi                                   on 2000/08/17  03:04:35
64591         Log: Subject: [PATCH] Cwd.pm now uses strict
64592              From: Tim Jenness <timj@jach.hawaii.edu>
64593              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
64594              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
64595      Branch: perl
64596            ! lib/Cwd.pm
64597 ____________________________________________________________________________
64598 [  6671] By: jhi                                   on 2000/08/17  02:16:35
64599         Log: Make $Config{byteorder} more magical so that it is
64600              dynamically computed: nice for 'fat binaries'.
64601              
64602              Subject: [PATCH]: default byteorder
64603              From: Wilfredo Sánchez <wsanchez@apple.com>
64604              Date: Mon, 31 Jul 2000 19:45:31 -0700
64605              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
64606      Branch: perl
64607            ! configpm
64608 ____________________________________________________________________________
64609 [  6670] By: gsar                                  on 2000/08/17  01:22:21
64610         Log: move WNOHANG definition to where other such things are
64611      Branch: perl
64612            ! win32/win32.h
64613 ____________________________________________________________________________
64614 [  6669] By: jhi                                   on 2000/08/17  01:19:17
64615         Log: Update Changes.
64616      Branch: perl
64617            ! Changes patchlevel.h
64618 ____________________________________________________________________________
64619 [  6668] By: jhi                                   on 2000/08/17  01:16:29
64620         Log: Doc nits spotted by Richard Soderberg.
64621      Branch: perl
64622            ! README.posix-bc README.vmesa
64623 ____________________________________________________________________________
64624 [  6667] By: jhi                                   on 2000/08/17  01:12:11
64625         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
64626              From: "Casey R. Tweten" <crt@kiski.net>
64627              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
64628              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
64629      Branch: perl
64630            ! pod/perldebtut.pod
64631 ____________________________________________________________________________
64632 [  6666] By: jhi                                   on 2000/08/17  01:09:31
64633         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
64634              From: "Casey R. Tweten" <crt@kiski.net>
64635              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
64636              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
64637      Branch: perl
64638            ! lib/Shell.pm
64639 ____________________________________________________________________________
64640 [  6665] By: gsar                                  on 2000/08/17  01:03:52
64641         Log: add "ok" targets from change#6632 in makefile.mk
64642      Branch: perl
64643            ! pod/perlport.pod win32/Makefile win32/makefile.mk
64644 ____________________________________________________________________________
64645 [  6664] By: gsar                                  on 2000/08/17  00:56:11
64646         Log: avoid warnings from dense compiler
64647      Branch: perl
64648            ! win32/win32.c
64649 ____________________________________________________________________________
64650 [  6663] By: jhi                                   on 2000/08/17  00:51:49
64651         Log: Tweak the regex compilation errors once more.
64652      Branch: perl
64653            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
64654            ! t/op/regmesg.t t/pragma/warn/regcomp
64655 ____________________________________________________________________________
64656 [  6662] By: gsar                                  on 2000/08/17  00:28:19
64657         Log: trailing new %ENV entries weren't being pushed into the real
64658              environment of subprocesses on Windows
64659      Branch: perl
64660            ! t/op/magic.t win32/perlhost.h
64661 ____________________________________________________________________________
64662 [  6661] By: gsar                                  on 2000/08/17  00:19:20
64663         Log: waitpid() now handles externally spawned pids correctly;
64664              fixes for backtick/wait/waitpid failures on Windows 9x
64665              
64666              these changes make the pid returned by process functions on
64667              Windows 9x always positive by clearing the high bit (which
64668              is always set on Win9x); pseudo-process PIDs are likewise
64669              always negative now on Win9x (just as on NT/2000)
64670      Branch: perl
64671            ! pp_sys.c win32/perlhost.h win32/win32.c
64672 ____________________________________________________________________________
64673 [  6660] By: jhi                                   on 2000/08/17  00:04:32
64674         Log: Retract #6645.
64675      Branch: perl
64676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64677            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
64678            ! t/op/sprintf.t
64679 ____________________________________________________________________________
64680 [  6659] By: gsar                                  on 2000/08/16  23:59:28
64681         Log: on windows, the return values from wait() and waitpid() don't
64682              match those of pseudo-pids
64683      Branch: perl
64684            ! pp_sys.c t/op/fork.t util.c win32/win32.c
64685 ____________________________________________________________________________
64686 [  6658] By: gsar                                  on 2000/08/16  23:56:14
64687         Log: pod nit seen in passing
64688      Branch: perl
64689            ! pod/perlfunc.pod
64690 ____________________________________________________________________________
64691 [  6657] By: gsar                                  on 2000/08/16  23:53:42
64692         Log: change#6328 could make close(SOCKET) return false on windows
64693              when it shouldn't
64694      Branch: perl
64695            ! win32/win32sck.c
64696 ____________________________________________________________________________
64697 [  6656] By: gsar                                  on 2000/08/16  23:46:57
64698         Log: check that the number pseudo children doesn't exceed
64699              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
64700              the WaitForMultipleObjects() limit that would cause wait()
64701              to crash)
64702              
64703              wait() and waitpid() could potentially be rewritten to use
64704              more than one thread to do the waiting to eliminate this
64705              limitation
64706      Branch: perl
64707            ! win32/perlhost.h
64708 ____________________________________________________________________________
64709 [  6655] By: jhi                                   on 2000/08/16  14:11:05
64710         Log: Update Changes.
64711      Branch: perl
64712            ! Changes patchlevel.h
64713 ____________________________________________________________________________
64714 [  6654] By: jhi                                   on 2000/08/16  14:10:12
64715         Log: Update to perldebtut 1.9, from Richard Foley.
64716      Branch: perl
64717            ! pod/perldebtut.pod
64718 ____________________________________________________________________________
64719 [  6653] By: jhi                                   on 2000/08/16  14:08:17
64720         Log: Change the regx compilation error markers to use = instead of <
64721              since pod makes using the latter quite messy.  Reported in
64722              ID 20000814.006 by Abigail and in
64723              Subject: Unknown escape E<> ?
64724              From: Lupe Christoph <lupe@lupe-christoph.de>
64725              Date: Fri, 11 Aug 2000 00:30:27 +0200
64726              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
64727      Branch: perl
64728            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
64729            ! t/op/regmesg.t t/pragma/warn/regcomp
64730 ____________________________________________________________________________
64731 [  6652] By: jhi                                   on 2000/08/16  13:25:31
64732         Log: Change the perlbug address to perl.org since it's more forgiving.
64733              
64734              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
64735              From: abigail@foad.org
64736              Date: 15 Aug 2000 04:15:40 -0000
64737              Message-Id: <20000815041540.8633.qmail@foad.org>
64738      Branch: perl
64739            ! utils/perlbug.PL
64740 ____________________________________________________________________________
64741 [  6651] By: jhi                                   on 2000/08/16  13:22:35
64742         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
64743              From: Tim Jenness <timj@jach.hawaii.edu>
64744              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
64745              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
64746      Branch: perl
64747            ! lib/Cwd.pm
64748 ____________________________________________________________________________
64749 [  6650] By: jhi                                   on 2000/08/16  13:18:13
64750         Log: Update to CPAN 1.57.
64751              
64752              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
64753              From: andreas.koenig@anima.de (Andreas J. Koenig)
64754              Date: 16 Aug 2000 15:09:46 +0200
64755              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
64756      Branch: perl
64757            ! lib/CPAN.pm
64758 ____________________________________________________________________________
64759 [  6649] By: jhi                                   on 2000/08/16  13:12:31
64760         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
64761              From: "Larry W. Virden" <lvirden@cas.org>
64762              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
64763              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
64764      Branch: perl
64765            ! README.hpux
64766 ____________________________________________________________________________
64767 [  6648] By: jhi                                   on 2000/08/16  13:03:53
64768         Log: The numeric locale was reset to "C" by s?printf and never restored.
64769              
64770              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
64771              From: Christian Kirsch <ck@held.mind.de>
64772              Date: Wed, 9 Aug 2000 17:05:17 +0200
64773              Message-Id: <20000809170517.A25389@held>
64774              
64775              No test since adding the failing example to locale.t
64776              does not fail -- probably because the locale settings are so
64777              thoroughly tweaked by that time.  Running the example standalone
64778              does fail, though.  UPDATE: test case added at change #7540.
64779      Branch: perl
64780            ! dump.c perl.h pp.c pp_ctl.c sv.c
64781 ____________________________________________________________________________
64782 [  6647] By: jhi                                   on 2000/08/16  00:07:54
64783         Log: Update Changes and test semi-automatic patchlevel updating.
64784      Branch: perl
64785            ! Changes patchlevel.h
64786 ____________________________________________________________________________
64787 [  6646] By: jhi                                   on 2000/08/15  23:35:07
64788         Log: Fix a dependency problem.
64789              
64790              Subject: [PATCH: 6640] VMS Makefile.SH update
64791              From: Peter Prymmer <pvhp@forte.com>
64792              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
64793              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
64794      Branch: perl
64795            ! vms/descrip_mms.template
64796 ____________________________________________________________________________
64797 [  6645] By: jhi                                   on 2000/08/15  23:33:23
64798         Log: (Retracted by #6660)
64799              
64800              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
64801              From: Dominic Dunlop <domo@computer.org>
64802              Date: Tue, 15 Aug 2000 22:20:52 +0200
64803              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
64804      Branch: metaconfig/U/perl
64805            + d_printfed.U
64806      Branch: perl
64807            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64808            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
64809            ! t/op/sprintf.t
64810 ____________________________________________________________________________
64811 [  6644] By: jhi                                   on 2000/08/15  21:17:20
64812         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
64813              From: abigail@foad.org
64814              Date: 15 Aug 2000 20:12:41 -0000
64815              Message-Id: <20000815201241.25556.qmail@foad.org>
64816      Branch: perl
64817            ! INSTALL
64818 ____________________________________________________________________________
64819 [  6643] By: jhi                                   on 2000/08/15  21:15:28
64820         Log: (an already applied patch)
64821      Branch: perl
64822            ! lib/CGI.pm
64823 ____________________________________________________________________________
64824 [  6642] By: gsar                                  on 2000/08/15  19:54:05
64825         Log: magic callbacks all need to have same type signature
64826      Branch: perl
64827            ! embed.pl mg.c proto.h
64828 ____________________________________________________________________________
64829 [  6641] By: jhi                                   on 2000/08/15  17:56:27
64830         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)
64831              From: Mike Guy <mjtg@cam.ac.uk>
64832              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
64833              Date: Tue, 15 Aug 2000 18:26:45 +0100
64834              
64835              Only the peek.t part applied, not the hash quality part.
64836      Branch: perl
64837            ! t/lib/peek.t
64838 ____________________________________________________________________________
64839 [  6640] By: jhi                                   on 2000/08/15  16:37:37
64840         Log: Update Changes.
64841      Branch: perl
64842            ! Changes
64843 ____________________________________________________________________________
64844 [  6639] By: jhi                                   on 2000/08/15  16:34:55
64845         Log: Missed a file from #6638.
64846      Branch: perl
64847            ! lib/File/Temp.pm
64848 ____________________________________________________________________________
64849 [  6638] By: jhi                                   on 2000/08/15  16:33:19
64850         Log: Subject: [PATCH perl@6620] cygwin port
64851              From: "Fifer, Eric" <EFifer@sanwaint.com>
64852              Date: Tue, 15 Aug 2000 17:00:49 +0100
64853              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
64854      Branch: perl
64855            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
64856 ____________________________________________________________________________
64857 [  6637] By: jhi                                   on 2000/08/15  16:29:22
64858         Log: Subject: [PATCH] debugger exit code should reflect user exit code
64859              From: Mike Guy <mjtg@cam.ac.uk>
64860              Date: Tue, 15 Aug 2000 16:55:59 +0100
64861              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
64862      Branch: perl
64863            ! lib/perl5db.pl
64864 ____________________________________________________________________________
64865 [  6636] By: jhi                                   on 2000/08/15  15:30:58
64866         Log: Update Changes.
64867      Branch: perl
64868            ! Changes
64869 ____________________________________________________________________________
64870 [  6635] By: jhi                                   on 2000/08/15  15:27:21
64871         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
64872      Branch: metaconfig
64873            ! U/mkglossary U/mksample
64874      Branch: metaconfig/U/perl
64875            ! Devel.U
64876      Branch: perl
64877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64878 ____________________________________________________________________________
64879 [  6634] By: jhi                                   on 2000/08/15  14:11:55
64880         Log: Don't blow limited stacks, a lower number is enough to
64881              tickle the lookbehind limit.
64882              
64883              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
64884              From: Dominic Dunlop <domo@computer.org>
64885              Date: Tue, 15 Aug 2000 13:51:24 +0200
64886              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
64887      Branch: perl
64888            ! t/op/regmesg.t
64889 ____________________________________________________________________________
64890 [  6633] By: jhi                                   on 2000/08/15  14:01:46
64891         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
64892              From: Mike Guy <mjtg@cam.ac.uk>
64893              Date: Tue, 15 Aug 2000 12:10:50 +0100
64894              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
64895      Branch: perl
64896            ! utils/perldoc.PL
64897 ____________________________________________________________________________
64898 [  6632] By: jhi                                   on 2000/08/15  13:58:48
64899         Log: make ok etc also for win32.
64900              
64901              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
64902              From: Prymmer/Kahn <pvhp@best.com>
64903              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
64904              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
64905      Branch: perl
64906            ! win32/Makefile
64907 ____________________________________________________________________________
64908 [  6631] By: jhi                                   on 2000/08/15  13:45:03
64909         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
64910      Branch: perl
64911            ! lib/Test.pm
64912 ____________________________________________________________________________
64913 [  6630] By: jhi                                   on 2000/08/15  03:25:09
64914         Log: Update Changes.
64915      Branch: perl
64916            ! Changes
64917 ____________________________________________________________________________
64918 [  6629] By: jhi                                   on 2000/08/15  03:23:53
64919         Log: magic_regdatum_set() is void, not int.
64920      Branch: perl
64921            ! embed.pl mg.c proto.h
64922 ____________________________________________________________________________
64923 [  6628] By: jhi                                   on 2000/08/15  03:08:02
64924         Log: Make the user to give up his firstborn, err, to knowingly
64925              verify installing an unstable developer release.  Also bump
64926              the release to 5.7.0, but leave a patch tag in the local
64927              patches saying that this is not yet the real thing.
64928      Branch: metaconfig
64929            ! U/modified/Instruct.U
64930      Branch: metaconfig/U/perl
64931            + Devel.U
64932      Branch: perl
64933            ! Configure patchlevel.h
64934 ____________________________________________________________________________
64935 [  6627] By: jhi                                   on 2000/08/14  22:32:52
64936         Log: README.os2 update.
64937              
64938              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
64939              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64940              Date: Wed, 02 Aug 2000 21:55:09 -0700
64941              Message-ID: <tsPi5gzkgegX092yn@efn.org>
64942      Branch: perl
64943            ! README.os2
64944 ____________________________________________________________________________
64945 [  6626] By: jhi                                   on 2000/08/14  21:00:02
64946         Log: Subject: Re: File::Temp problems on VMS in bleedperl
64947              From: Tim Jenness <timj@jach.hawaii.edu>
64948              cc: vmsperl@perl.org
64949              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
64950              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
64951      Branch: perl
64952            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
64953 ____________________________________________________________________________
64954 [  6625] By: jhi                                   on 2000/08/14  20:52:16
64955         Log: Add SUIDMAIL as was done for the CERT alert.
64956      Branch: perl
64957            ! patchlevel.h
64958 ____________________________________________________________________________
64959 [  6624] By: jhi                                   on 2000/08/14  20:48:50
64960         Log: Subject: sfio2000
64961              From: Daniel Muino <dmuino@afip.gov.ar>
64962              Date: Mon, 14 Aug 2000 16:58:11 -0300
64963              Message-ID: <20000814165811.B16368@con2-dgi>
64964      Branch: perl
64965            ! perlsdio.h perlsfio.h
64966 ____________________________________________________________________________
64967 [  6623] By: jhi                                   on 2000/08/14  20:47:36
64968         Log: Subject: warning: storage class after type is obsolescent
64969              From: Daniel Muino <dmuino@afip.gov.ar>
64970              Date: Mon, 14 Aug 2000 16:42:47 -0300
64971              Message-ID: <20000814164247.A16368@con2-dgi>
64972      Branch: perl
64973            ! regcomp.pl regnodes.h
64974 ____________________________________________________________________________
64975 [  6622] By: jhi                                   on 2000/08/14  20:43:05
64976         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
64977              From: abigail@foad.org
64978              Date: 14 Aug 2000 20:00:10 -0000
64979              Message-Id: <20000814200010.27271.qmail@foad.org>
64980      Branch: perl
64981            ! Changes
64982 ____________________________________________________________________________
64983 [  6621] By: jhi                                   on 2000/08/14  15:23:05
64984         Log: Update Changes.
64985      Branch: perl
64986            ! Changes
64987 ____________________________________________________________________________
64988 [  6620] By: jhi                                   on 2000/08/14  15:22:14
64989         Log: Subject: Re: [PATCH] @+, @- readonly
64990              From: Mike Guy <mjtg@cam.ac.uk>
64991              Date: Mon, 14 Aug 2000 15:26:55 +0100
64992              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
64993      Branch: perl
64994            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
64995            ! sv.c t/op/pat.t
64996 ____________________________________________________________________________
64997 [  6619] By: jhi                                   on 2000/08/14  14:12:08
64998         Log: Update Changes.
64999      Branch: perl
65000            ! Changes
65001 ____________________________________________________________________________
65002 [  6618] By: jhi                                   on 2000/08/14  14:09:34
65003         Log: For now remove the mail code.
65004      Branch: perl
65005            ! perl.c
65006 ____________________________________________________________________________
65007 [  6617] By: jhi                                   on 2000/08/14  14:08:28
65008         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
65009      Branch: perl
65010            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
65011            ! pod/perlfaq8.pod pod/perlsec.pod
65012 ____________________________________________________________________________
65013 [  6616] By: jhi                                   on 2000/08/14  14:00:11
65014         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
65015              From: Mike Guy <mjtg@cam.ac.uk>
65016              Date: Mon, 14 Aug 2000 08:26:02 +0100
65017              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
65018      Branch: perl
65019            ! lib/perl5db.pl
65020 ____________________________________________________________________________
65021 [  6615] By: jhi                                   on 2000/08/14  13:58:45
65022         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
65023              From: Mike Guy <mjtg@cam.ac.uk>
65024              Date: Mon, 14 Aug 2000 08:04:22 +0100
65025              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
65026      Branch: perl
65027            ! gv.c mg.c t/op/pat.t
65028 ____________________________________________________________________________
65029 [  6614] By: jhi                                   on 2000/08/14  13:56:45
65030         Log: Subject: Test fails / warnings with perl-current #6612
65031              From: Mike Guy <mjtg@cam.ac.uk>
65032              Date: Mon, 14 Aug 2000 07:57:23 +0100
65033              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
65034      Branch: perl
65035            ! t/lib/b.t t/lib/peek.t
65036 ____________________________________________________________________________
65037 [  6613] By: jhi                                   on 2000/08/14  13:45:33
65038         Log: VMS configure.com update continues.
65039      Branch: perl
65040            - vms/configure.com
65041            ! MANIFEST configure.com
65042 ____________________________________________________________________________
65043 [  6612] By: jhi                                   on 2000/08/13  22:13:35
65044         Log: Update Changes.
65045      Branch: perl
65046            ! Changes
65047 ____________________________________________________________________________
65048 [  6611] By: jhi                                   on 2000/08/13  16:21:45
65049         Log: Upgrade to CGI 2.71, from Lincoln Stein.
65050      Branch: perl
65051            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
65052 ____________________________________________________________________________
65053 [  6610] By: jhi                                   on 2000/08/13  15:09:16
65054         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
65055              From: Mike Guy <mjtg@cam.ac.uk>
65056              Date: Sun, 13 Aug 2000 13:45:51 +0100
65057              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
65058      Branch: perl
65059            ! t/op/regmesg.t
65060 ____________________________________________________________________________
65061 [  6609] By: jhi                                   on 2000/08/13  14:31:26
65062         Log: Andreas says that 1.56 is fine, so reverting back to it.
65063      Branch: perl
65064            ! lib/CPAN.pm
65065 ____________________________________________________________________________
65066 [  6608] By: jhi                                   on 2000/08/13  05:34:20
65067         Log: Update Changes.
65068      Branch: perl
65069            ! Changes
65070 ____________________________________________________________________________
65071 [  6607] By: jhi                                   on 2000/08/13  05:32:01
65072         Log: Put back the \z changes of #5406 to CPAN.pm.
65073      Branch: perl
65074            ! lib/CPAN.pm
65075 ____________________________________________________________________________
65076 [  6606] By: jhi                                   on 2000/08/13  05:20:16
65077         Log: Fix-n-skip the tests under 5005threads.
65078      Branch: perl
65079            ! t/lib/b.t
65080 ____________________________________________________________________________
65081 [  6605] By: jhi                                   on 2000/08/13  05:07:48
65082         Log: Fix the test for 5005threads.
65083      Branch: perl
65084            ! t/lib/peek.t
65085 ____________________________________________________________________________
65086 [  6604] By: jhi                                   on 2000/08/13  03:35:37
65087         Log: Should have deleted this in #6603.
65088      Branch: perl
65089            - vms/subconfigure.com
65090 ____________________________________________________________________________
65091 [  6603] By: jhi                                   on 2000/08/12  18:29:32
65092         Log: Rewrite of vms/subconfigure.com as configure.com,
65093              from Peter Prymmer and the vmsperl crew.
65094      Branch: perl
65095            + vms/configure.com
65096            ! MANIFEST
65097 ____________________________________________________________________________
65098 [  6602] By: jhi                                   on 2000/08/11  13:00:01
65099         Log: PlainText.pm is dead.
65100      Branch: perl
65101            - lib/Pod/PlainText.pm
65102            ! MANIFEST
65103 ____________________________________________________________________________
65104 [  6601] By: jhi                                   on 2000/08/11  04:06:45
65105         Log: Update Changes.
65106      Branch: perl
65107            ! Changes
65108 ____________________________________________________________________________
65109 [  6600] By: jhi                                   on 2000/08/11  04:06:10
65110         Log: Add a few missing files, update MANIFEST.
65111      Branch: perl
65112            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
65113            + lib/Pod/PlainText.pm t/pod/find.t
65114            ! MANIFEST t/op/regmesg.t
65115 ____________________________________________________________________________
65116 [  6599] By: jhi                                   on 2000/08/11  03:31:10
65117         Log: Add Perl debugging tutorial, regen toc. 
65118              
65119              Subject: perldebtut.pod
65120              From: Richard Foley <Richard.Foley@m.dasa.de>
65121              Date: Wed, 09 Aug 2000 10:17:15 +0200
65122              Message-id: <3991138B.262247B8@m.dasa.de>
65123      Branch: perl
65124            + pod/perldebtut.pod
65125            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
65126 ____________________________________________________________________________
65127 [  6598] By: jhi                                   on 2000/08/11  02:48:56
65128         Log: tiny Changes edit
65129      Branch: perl
65130            ! Changes
65131 ____________________________________________________________________________
65132 [  6597] By: jhi                                   on 2000/08/11  02:39:04
65133         Log: Tests for #6589.
65134              
65135              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
65136              From: simon@brecon.co.uk (Simon Cozens)
65137              Date: 11 Aug 2000 02:24:52 GMT
65138              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
65139      Branch: perl
65140            ! t/lib/b.t
65141 ____________________________________________________________________________
65142 [  6596] By: jhi                                   on 2000/08/11  01:50:07
65143         Log: Update Changes.
65144      Branch: perl
65145            ! Changes
65146 ____________________________________________________________________________
65147 [  6595] By: jhi                                   on 2000/08/11  01:47:16
65148         Log: nitfix
65149      Branch: perl
65150            ! Changes
65151 ____________________________________________________________________________
65152 [  6594] By: jhi                                   on 2000/08/11  01:36:16
65153         Log: Subject: Getting perlio and threads to compile
65154              From: Lupe Christoph <lupe@lupe-christoph.de>
65155              Date: Wed, 9 Aug 2000 11:35:54 +0200
65156              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
65157              
65158              (the Solaris version changes in Configure skipped)
65159      Branch: perl
65160            ! hints/solaris_2.sh thread.h
65161 ____________________________________________________________________________
65162 [  6593] By: jhi                                   on 2000/08/11  01:30:16
65163         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
65164              From: simon@brecon.co.uk (Simon Cozens)
65165              Date: 1 Aug 2000 06:55:19 GMT
65166              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
65167      Branch: perl
65168            ! lib/utf8.pm
65169 ____________________________________________________________________________
65170 [  6592] By: jhi                                   on 2000/08/11  01:26:39
65171         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
65172              From: Peter Scott <Peter@PeterScott.com>
65173              Date: Thu, 10 Aug 2000 08:23:27 -0700
65174              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
65175      Branch: perl
65176            ! lib/perl5db.pl
65177 ____________________________________________________________________________
65178 [  6591] By: jhi                                   on 2000/08/11  01:22:02
65179         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
65180              From: Hugo <hv@crypt.compulink.co.uk>
65181              Date: Thu, 10 Aug 2000 19:23:04 +0100
65182              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
65183      Branch: perl
65184            ! regexec.c t/op/pat.t
65185 ____________________________________________________________________________
65186 [  6590] By: jhi                                   on 2000/08/11  01:19:19
65187         Log: Preprocessing and postprocessing for File::Find.
65188              
65189              Subject: Patch to Find::File.pm to allow alphabetical results
65190              From: Joe Smith <jsmith@inwap.com>
65191              Date: Wed, 9 Aug 2000 02:44:54 -0700
65192              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
65193      Branch: perl
65194            ! lib/File/Find.pm
65195 ____________________________________________________________________________
65196 [  6589] By: jhi                                   on 2000/08/11  01:12:39
65197         Log: B::Deparse didn't do sub attributes.
65198              
65199              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
65200              From: simon@brecon.co.uk (Simon Cozens)
65201              Date: 9 Aug 2000 04:49:20 GMT
65202              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
65203      Branch: perl
65204            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
65205 ____________________________________________________________________________
65206 [  6588] By: jhi                                   on 2000/08/11  01:06:40
65207         Log: Subject: debugger "d" command doesnt check line number
65208              From: Mike Guy <mjtg@cam.ac.uk>
65209              Date: Tue, 08 Aug 2000 21:54:29 +0100
65210              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
65211      Branch: perl
65212            ! lib/perl5db.pl mg.c pod/perldiag.pod
65213 ____________________________________________________________________________
65214 [  6587] By: jhi                                   on 2000/08/11  00:45:03
65215         Log: sleep(1) does not necessarily return 1.
65216              
65217              Subject: [PATCH bleadperl] op/lex_assign.t  
65218              From: Hugo <hv@crypt.compulink.co.uk>
65219              Date: Thu, 03 Aug 2000 14:34:22 +0100        
65220              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
65221      Branch: perl
65222            ! t/op/lex_assign.t
65223 ____________________________________________________________________________
65224 [  6586] By: jhi                                   on 2000/08/11  00:31:50
65225         Log: Document the IO::Select timeout.
65226      Branch: perl
65227            ! ext/IO/lib/IO/Select.pm
65228 ____________________________________________________________________________
65229 [  6585] By: jhi                                   on 2000/08/11  00:13:54
65230         Log: Forgot contributor.
65231      Branch: perl
65232            ! Changes
65233 ____________________________________________________________________________
65234 [  6584] By: jhi                                   on 2000/08/11  00:09:19
65235         Log: detypo
65236      Branch: perl
65237            ! Changes
65238 ____________________________________________________________________________
65239 [  6583] By: jhi                                   on 2000/08/11  00:07:53
65240         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
65241              
65242              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
65243              From: Mike Guy <mjtg@cam.ac.uk> 
65244              Date: Thu, 10 Aug 2000 15:50:54 +0100
65245              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
65246      Branch: perl
65247            ! sv.c t/op/int.t
65248 ____________________________________________________________________________
65249 [  6582] By: jhi                                   on 2000/08/10  23:29:32
65250         Log: Update Changes.
65251      Branch: perl
65252            ! Changes
65253 ____________________________________________________________________________
65254 [  6581] By: jhi                                   on 2000/08/10  23:26:16
65255         Log: Put back the std @INC thing.
65256      Branch: perl
65257            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
65258            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
65259            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
65260            ! t/lib/gol-oo.t
65261 ____________________________________________________________________________
65262 [  6580] By: jhi                                   on 2000/08/10  23:03:34
65263         Log: Update to CGI 2.70, from Lincoln Stein.
65264      Branch: perl
65265            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
65266            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
65267            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
65268            ! t/lib/cgi-request.t
65269 ____________________________________________________________________________
65270 [  6579] By: jhi                                   on 2000/08/10  22:41:50
65271         Log: Update to CPAN 1.56, from Andreas König.
65272      Branch: perl
65273            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65274 ____________________________________________________________________________
65275 [  6578] By: jhi                                   on 2000/08/10  22:38:13
65276         Log: Update to Pod::Parser 1.17, from Brad Appleton.
65277      Branch: perl
65278            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
65279            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
65280            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
65281            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
65282            ! t/pod/include.t t/pod/included.t t/pod/lref.t
65283            ! t/pod/multiline_items.t t/pod/nested_items.t
65284            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
65285            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
65286            ! t/pod/special_seqs.t
65287 ____________________________________________________________________________
65288 [  6577] By: jhi                                   on 2000/08/10  22:35:41
65289         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
65290      Branch: perl
65291            ! AUTHORS MAINTAIN
65292 ____________________________________________________________________________
65293 [  6576] By: jhi                                   on 2000/08/10  22:24:54
65294         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
65295      Branch: perl
65296            + t/lib/gol-oo.t
65297            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
65298            ! t/lib/gol-compat.t t/lib/gol-linkage.t
65299 ____________________________________________________________________________
65300 [  6575] By: jhi                                   on 2000/08/10  22:02:07
65301         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
65302      Branch: perl
65303            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
65304 ____________________________________________________________________________
65305 [  6574] By: jhi                                   on 2000/08/10  21:55:03
65306         Log: Iterating perl6 description.
65307      Branch: perl
65308            ! pod/perlfaq1.pod
65309 ____________________________________________________________________________
65310 [  6573] By: jhi                                   on 2000/08/10  21:48:26
65311         Log: Revert the sv.c part of #6559, a better fix is needed.
65312      Branch: perl
65313            ! sv.c
65314 ____________________________________________________________________________
65315 [  6572] By: jhi                                   on 2000/08/10  20:33:43
65316         Log: It's the 2ndO'ROSSC.
65317      Branch: perl
65318            ! pod/perlfaq1.pod
65319 ____________________________________________________________________________
65320 [  6571] By: jhi                                   on 2000/08/10  15:55:48
65321         Log: detypo
65322      Branch: perl
65323            ! pod/perlfaq1.pod
65324 ____________________________________________________________________________
65325 [  6570] By: jhi                                   on 2000/08/10  14:11:17
65326         Log: An exceptionally sticky typo.
65327      Branch: perl
65328            ! Changes
65329 ____________________________________________________________________________
65330 [  6569] By: jhi                                   on 2000/08/10  14:09:33
65331         Log: detypo (and test Changes updating script)
65332      Branch: perl
65333            ! Changes
65334 ____________________________________________________________________________
65335 [  6568] By: jhi                                   on 2000/08/10  14:07:07
65336         Log: Update Changes.
65337      Branch: perl
65338            ! Changes
65339 ____________________________________________________________________________
65340 [  6567] By: jhi                                   on 2000/08/10  14:06:19
65341         Log: Amend the description of Perl6.
65342              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
65343              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
65344              Date: Wed, 9 Aug 2000 22:11:06 -0500
65345              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
65346      Branch: perl
65347            ! pod/perlfaq1.pod
65348 ____________________________________________________________________________
65349 [  6566] By: jhi                                   on 2000/08/10  13:58:57
65350         Log: Subject: Remove dead entry in perldiag
65351              From: Mike Guy <mjtg@cam.ac.uk>
65352              Date: Thu, 10 Aug 2000 14:19:19 +0100
65353              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
65354      Branch: perl
65355            ! pod/perldiag.pod
65356 ____________________________________________________________________________
65357 [  6565] By: jhi                                   on 2000/08/10  13:51:48
65358         Log: Zero entries were skipped, fix from Adrian Goalby
65359              <argoalby@yahoo.co.uk>
65360      Branch: perl
65361            ! lib/unicode/Number.pl lib/unicode/mktables.PL
65362 ____________________________________________________________________________
65363 [  6564] By: jhi                                   on 2000/08/10  13:00:12
65364         Log: Subject: [PATCH 5.6.0] cygwin port
65365              From: "Fifer, Eric" <EFifer@sanwaint.com>
65366              Date: Thu, 10 Aug 2000 13:15:36 +0100
65367              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
65368      Branch: perl
65369            ! README.cygwin hints/cygwin.sh
65370 ____________________________________________________________________________
65371 [  6563] By: jhi                                   on 2000/08/10  12:55:16
65372         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
65373      Branch: perl
65374            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
65375 ____________________________________________________________________________
65376 [  6562] By: gsar                                  on 2000/08/10  08:38:39
65377         Log: warn is a macro, avoid using at a variable to avoid warnings
65378              in some configurations; readdir.t is too conservative in
65379              estimating number of *.t's
65380      Branch: perl
65381            ! t/op/readdir.t util.c
65382 ____________________________________________________________________________
65383 [  6561] By: jhi                                   on 2000/08/09  23:35:42
65384         Log: Update Changes.
65385      Branch: perl
65386            ! Changes
65387 ____________________________________________________________________________
65388 [  6560] By: jhi                                   on 2000/08/09  23:05:47
65389         Log: Subject: Re: enhanced(?) regex error messages
65390              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
65391              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
65392              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
65393              
65394              (plus two small patches sent privately)
65395              (this still seems to leave few test failures)
65396      Branch: perl
65397            + t/op/regmesg.t
65398            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
65399            ! t/pragma/warn/regcomp
65400 ____________________________________________________________________________
65401 [  6559] By: jhi                                   on 2000/08/09  20:41:18
65402         Log: (The fix did work but was not right, retracted in #6573)
65403              
65404              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
65405              From: Christian Kirsch <ck@held.mind.de>
65406              Date: Wed, 9 Aug 2000 17:05:17 +0200
65407              Message-Id: <20000809170517.A25389@held>
65408      Branch: perl
65409            ! sv.c t/pragma/locale.t
65410 ____________________________________________________________________________
65411 [  6558] By: jhi                                   on 2000/08/08  22:34:08
65412         Log: Tiny updates on the contributors list.
65413      Branch: perl
65414            ! Changes
65415 ____________________________________________________________________________
65416 [  6557] By: jhi                                   on 2000/08/08  19:34:28
65417         Log: Double check that we have a dirhandle.
65418      Branch: perl
65419            ! util.c
65420 ____________________________________________________________________________
65421 [  6556] By: jhi                                   on 2000/08/08  19:01:51
65422         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
65423              May be repopulated with fresh maintained examples.
65424      Branch: perl
65425            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
65426            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
65427            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
65428            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
65429            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
65430            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
65431            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
65432            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
65433            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
65434            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
65435            + lib/CGI/eg/wilogo_gif.uu
65436            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
65437            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
65438            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
65439            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
65440            - eg/cgi/frameset.cgi eg/cgi/index.html
65441            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
65442            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
65443            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
65444            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
65445            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
65446            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
65447            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
65448            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
65449            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
65450            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
65451            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
65452            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
65453            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
65454            - eg/van/vanish eg/who eg/wrapsuid
65455            ! MANIFEST
65456 ____________________________________________________________________________
65457 [  6555] By: jhi                                   on 2000/08/08  18:51:08
65458         Log: Delete chat2 as requested by Randal.
65459              
65460              Subject: Re: perlfaq8 coyness
65461              From: merlyn@stonehenge.com (Randal L. Schwartz) 
65462              Date: 15 May 2000 18:52:42 -0700 
65463              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
65464      Branch: perl
65465            - lib/chat2.pl
65466            ! MANIFEST
65467 ____________________________________________________________________________
65468 [  6554] By: jhi                                   on 2000/08/08  18:31:35
65469         Log: Regen global.sym.
65470      Branch: perl
65471            ! global.sym
65472 ____________________________________________________________________________
65473 [  6553] By: jhi                                   on 2000/08/08  18:28:13
65474         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
65475              (either perlbug or p5p ate the original), plus regen
65476              perlapi and perltoc. 
65477      Branch: perl
65478            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
65479            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
65480            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
65481            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
65482            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
65483            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
65484            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
65485            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
65486            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
65487            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
65488 ____________________________________________________________________________
65489 [  6552] By: jhi                                   on 2000/08/08  18:06:29
65490         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
65491              From: Mike Guy <mjtg@cam.ac.uk>
65492              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
65493              Date: Tue, 08 Aug 2000 15:51:27 +0100
65494      Branch: perl
65495            ! doop.c sv.h t/op/join.t t/pragma/overload.t
65496 ____________________________________________________________________________
65497 [  6551] By: jhi                                   on 2000/08/08  18:01:11
65498         Log: Re-apply #6549.
65499      Branch: perl
65500            ! lib/perl5db.pl
65501 ____________________________________________________________________________
65502 [  6550] By: jhi                                   on 2000/08/08  17:43:08
65503         Log: Accidental retraction of #6549.
65504      Branch: perl
65505            ! lib/perl5db.pl
65506 ____________________________________________________________________________
65507 [  6549] By: jhi                                   on 2000/08/08  17:40:04
65508         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
65509              From: Mike Guy <mjtg@cam.ac.uk>
65510              Date: Mon, 07 Aug 2000 21:49:58 +0100
65511              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
65512      Branch: perl
65513            ! lib/perl5db.pl
65514 ____________________________________________________________________________
65515 [  6548] By: jhi                                   on 2000/08/08  17:37:57
65516         Log: Document here-doc better.
65517              
65518              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
65519              From: Mike Guy <mjtg@cam.ac.uk>
65520              Date: Mon, 07 Aug 2000 14:02:09 +0100
65521              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
65522      Branch: perl
65523            ! pod/perldata.pod
65524 ____________________________________________________________________________
65525 [  6547] By: jhi                                   on 2000/08/08  17:33:34
65526         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
65527              From: "Randy J. Ray" <rjray@redhat.com>
65528              Date: Mon, 07 Aug 2000 19:12:25 -0700
65529              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
65530      Branch: perl
65531            ! perl.c pod/perlrun.pod
65532 ____________________________________________________________________________
65533 [  6546] By: jhi                                   on 2000/08/08  17:29:26
65534         Log: Subject: Re: enhanced(?) regex error messages 
65535              From: Hugo <hv@crypt.compulink.co.uk>
65536              Date: Tue, 08 Aug 2000 03:25:51 +0100
65537              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
65538              
65539              plus Capitalize the error messages, plus perldiag them.
65540      Branch: perl
65541            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
65542 ____________________________________________________________________________
65543 [  6545] By: jhi                                   on 2000/08/08  13:59:28
65544         Log: Augment #6539 a bit: don't croak if there's magic in the air.
65545              
65546              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
65547              From: Hugo <hv@crypt.compulink.co.uk>
65548              Date: Tue, 08 Aug 2000 03:02:03 +0100
65549              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
65550      Branch: perl
65551            ! pp.c t/op/bless.t
65552 ____________________________________________________________________________
65553 [  6544] By: jhi                                   on 2000/08/07  21:11:52
65554         Log: Make the test -w clean.
65555      Branch: perl
65556            ! t/op/bless.t
65557 ____________________________________________________________________________
65558 [  6543] By: jhi                                   on 2000/08/07  19:49:53
65559         Log: use warnings instead of $^W.
65560      Branch: perl
65561            ! t/op/bless.t
65562 ____________________________________________________________________________
65563 [  6542] By: jhi                                   on 2000/08/07  17:41:41
65564         Log: Disable a portability warning Because We Know What We Are Doing.
65565      Branch: perl
65566            ! t/op/bless.t
65567 ____________________________________________________________________________
65568 [  6541] By: jhi                                   on 2000/08/07  17:29:51
65569         Log: Tiny tidying on report_evil_fh().
65570      Branch: perl
65571            ! util.c
65572 ____________________________________________________________________________
65573 [  6540] By: jhi                                   on 2000/08/07  16:37:38
65574         Log: Make regular expression parse error messages easier to understand.
65575              
65576              Subject: Re: enhanced(?) regex error messages
65577              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
65578              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
65579              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
65580      Branch: perl
65581            ! regcomp.c
65582 ____________________________________________________________________________
65583 [  6539] By: jhi                                   on 2000/08/07  16:12:27
65584         Log: Make bless(REF, REF) a fatal error, add bless tests.
65585              
65586              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
65587              From: Hugo <hv@crypt.compulink.co.uk>
65588              Date: Mon, 07 Aug 2000 16:59:38 +0100
65589              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
65590      Branch: perl
65591            + t/op/bless.t
65592            ! MANIFEST pod/perldiag.pod pp.c sv.c
65593 ____________________________________________________________________________
65594 [  6538] By: jhi                                   on 2000/08/07  15:59:43
65595         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
65596              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
65597              Date: Thu, 3 Aug 2000 14:29:21 -0700
65598              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
65599      Branch: perl
65600            ! lib/lib_pm.PL
65601 ____________________________________________________________________________
65602 [  6537] By: jhi                                   on 2000/08/07  15:47:18
65603         Log: Retract #6419 for now since it breaks in AFS and MachTen.
65604      Branch: perl
65605            ! lib/Cwd.pm
65606 ____________________________________________________________________________
65607 [  6536] By: jhi                                   on 2000/08/07  15:05:29
65608         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
65609              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
65610              The security hole exists only in suidperls, which isn't
65611              installed or even built by default.
65612      Branch: perl
65613            ! perl.c
65614 ____________________________________________________________________________
65615 [  6535] By: jhi                                   on 2000/08/07  14:45:14
65616         Log: tr memory corruption fix from Simon Cozens.
65617      Branch: perl
65618            ! doop.c
65619 ____________________________________________________________________________
65620 [  6534] By: jhi                                   on 2000/08/06  11:38:16
65621         Log: Document a bit that UDP is not what you might think.
65622              
65623              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
65624              From: Lupe Christoph <lupe@lupe-christoph.de>
65625              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
65626              Date: Mon, 24 Jul 2000 08:59:15 +0200
65627      Branch: perl
65628            ! pod/perlipc.pod
65629 ____________________________________________________________________________
65630 [  6533] By: jhi                                   on 2000/08/06  11:35:01
65631         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
65632              From: Jeff Pinyan <jeffp@hut.crusoe.net>
65633              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
65634              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
65635      Branch: perl
65636            ! pod/perlfunc.pod
65637 ____________________________________________________________________________
65638 [  6532] By: jhi                                   on 2000/08/06  03:45:41
65639         Log: Have symbols for the IoTYPEs.
65640      Branch: perl
65641            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
65642 ____________________________________________________________________________
65643 [  6531] By: jhi                                   on 2000/08/06  01:33:55
65644         Log: Continue fixing the io warnings.  This also
65645              sort of fixes bug ID 20000802.003: the core dump
65646              is no more.  Whether the current behaviour is correct
65647              (giving a warning: "Not a format reference"), is another matter.
65648      Branch: perl
65649            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
65650            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
65651 ____________________________________________________________________________
65652 [  6530] By: jhi                                   on 2000/08/05  21:33:12
65653         Log: Change the Policy policy: now -Dprefix= with an existing
65654              Policy.sh and prefix == siteprefix == vendorprefix, then all
65655              of them follow along the new prefix.
65656              
65657              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
65658              From: Andy Dougherty <doughera@lafayette.edu>
65659              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
65660              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
65661      Branch: perl
65662            ! Policy_sh.SH
65663 ____________________________________________________________________________
65664 [  6529] By: jhi                                   on 2000/08/05  18:57:28
65665         Log: Zap lib/Sys directory when cleaning up.
65666      Branch: perl
65667            ! Makefile.SH
65668 ____________________________________________________________________________
65669 [  6528] By: jhi                                   on 2000/08/05  18:40:44
65670         Log: Essential prototype changes were missing from #6527.
65671              Also make report_evil_fh() more bomb-proof.
65672      Branch: perl
65673            ! embed.h util.c
65674 ____________________________________________________________________________
65675 [  6527] By: jhi                                   on 2000/08/05  03:22:05
65676         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
65677              From: "Ronald F. Guilmette" <rfg@monkeys.com>
65678              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
65679              Message-Id: <200007242247.PAA52177@monkeys.com>
65680      Branch: perl
65681            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
65682 ____________________________________________________________________________
65683 [  6526] By: jhi                                   on 2000/08/04  21:23:27
65684         Log: gcc versions might have (parentheses) in them.
65685      Branch: metaconfig/U/perl
65686            ! gccvers.U
65687      Branch: perl
65688            ! Configure config_h.SH
65689 ____________________________________________________________________________
65690 [  6525] By: jhi                                   on 2000/08/04  20:23:12
65691         Log: Weed buglets pointed out by
65692              
65693              From: Lupe Christoph <lupe@lupe-christoph.de>
65694              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
65695              Date: Fri, 4 Aug 2000 17:34:39 +0200
65696              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
65697      Branch: metaconfig/U/perl
65698            ! gccvers.U uselfs.U
65699      Branch: perl
65700            ! Configure config_h.SH
65701 ____________________________________________________________________________
65702 [  6524] By: jhi                                   on 2000/08/04  19:02:08
65703         Log: Warn under -w if lstat(FH) is attempted.
65704              
65705              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
65706              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
65707              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
65708              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
65709      Branch: perl
65710            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
65711            ! t/pragma/warn/pp_sys
65712 ____________________________________________________________________________
65713 [  6523] By: jhi                                   on 2000/08/04  12:31:11
65714         Log: Subject: New perlcc, take 2
65715              From: simon@brecon.co.uk (Simon Cozens)
65716              Date: 4 Aug 2000 06:21:04 GMT
65717              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
65718      Branch: perl
65719            ! utils/perlcc.PL
65720 ____________________________________________________________________________
65721 [  6522] By: jhi                                   on 2000/08/04  12:26:33
65722         Log: Subject: Re: Array vs. List context
65723              From: Daniel Chetlin <daniel@chetlin.com>
65724              Date: Fri, 4 Aug 2000 00:22:44 -0700
65725              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
65726      Branch: perl
65727            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
65728            ! pod/perlfaq4.pod
65729 ____________________________________________________________________________
65730 [  6521] By: jhi                                   on 2000/08/04  12:22:38
65731         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
65732              From: Raymund Will <ray@caldera.de>
65733              Date: Fri, 4 Aug 2000 12:07:09 +0200
65734              Message-Id: <20000804120709.A14982@caldera.de>
65735      Branch: perl
65736            ! configure.gnu
65737 ____________________________________________________________________________
65738 [  6520] By: jhi                                   on 2000/08/04  04:09:06
65739         Log: After the #6519 a warning about stat() is just that,
65740              not about a filetest, which now have their own warning.
65741      Branch: perl
65742            ! pod/perldiag.pod
65743 ____________________________________________________________________________
65744 [  6519] By: jhi                                   on 2000/08/04  04:06:30
65745         Log: In the warnings call filehandles consistently so;
65746              add "unopened" warning for stat().
65747      Branch: perl
65748            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
65749            ! t/pragma/warn/pp_sys
65750 ____________________________________________________________________________
65751 [  6518] By: jhi                                   on 2000/08/04  02:55:35
65752         Log: Subject: Minor tweak to perlvar.pod
65753              From: "Stephen P. Potter" <spp@ds.net>
65754              Date: Tue, 18 Apr 2000 09:26:03 -0400
65755              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
65756      Branch: perl
65757            ! pod/perlvar.pod
65758 ____________________________________________________________________________
65759 [  6517] By: jhi                                   on 2000/08/04  02:50:08
65760         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
65761              From: "Clinton Pierce" <cpierce1@ford.com>
65762              Date: Wed, 21 Jul 1999 16:45:31 -0400
65763              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
65764              
65765              Fix by Stephen Potter (visible in the bug db but not in p5p?)
65766      Branch: perl
65767            ! pod/perlfunc.pod pod/perlop.pod
65768 ____________________________________________________________________________
65769 [  6516] By: jhi                                   on 2000/08/04  02:09:25
65770         Log: This is 6512.  Really.
65771      Branch: perl
65772            ! dump.c
65773 ____________________________________________________________________________
65774 [  6515] By: jhi                                   on 2000/08/04  01:25:50
65775         Log: mention the idea of @( and @)
65776      Branch: perl
65777            ! Todo-5.6
65778 ____________________________________________________________________________
65779 [  6514] By: bailey                                on 2000/08/04  01:18:46
65780         Log: YA resync with mainstem, including VMS patches from others
65781      Branch: vmsperl
65782           +> (branch 48 files)
65783            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
65784           !> (integrate 354 files)
65785 ____________________________________________________________________________
65786 [  6513] By: jhi                                   on 2000/08/04  01:18:18
65787         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
65788              From: Mark Dickinson <dickins3@fas.harvard.edu>
65789              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
65790              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
65791      Branch: perl
65792            ! t/op/grent.t t/op/pwent.t
65793 ____________________________________________________________________________
65794 [  6512] By: jhi                                   on 2000/08/04  01:14:06
65795         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
65796              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65797              Date: Wed, 02 Aug 2000 10:51:01 +0100
65798              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
65799      Branch: perl
65800            ! sv.c
65801 ____________________________________________________________________________
65802 [  6511] By: jhi                                   on 2000/08/04  00:57:00
65803         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
65804              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65805              Date: Thu, 03 Aug 2000 17:20:04 -0700
65806              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
65807      Branch: metaconfig
65808            ! U/modified/Cppsym.U
65809      Branch: perl
65810            ! Configure config_h.SH
65811 ____________________________________________________________________________
65812 [  6510] By: jhi                                   on 2000/08/04  00:25:28
65813         Log: detypo
65814      Branch: perl
65815            ! Makefile.SH
65816 ____________________________________________________________________________
65817 [  6509] By: jhi                                   on 2000/08/03  23:43:18
65818         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
65819              From: Dominic Dunlop <domo@computer.org>
65820              Date: Thu, 3 Aug 2000 22:16:46 +0200
65821              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
65822      Branch: perl
65823            ! t/op/sprintf.t
65824 ____________________________________________________________________________
65825 [  6508] By: jhi                                   on 2000/08/03  23:40:37
65826         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
65827              From: Hugo <hv@crypt.compulink.co.uk>
65828              Date: Thu, 03 Aug 2000 18:25:30 +0100
65829              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
65830      Branch: perl
65831            ! regcomp.c t/op/re_tests
65832 ____________________________________________________________________________
65833 [  6507] By: jhi                                   on 2000/08/03  23:38:28
65834         Log: Subject: [PATCH] sv.h documentation - SvLEN
65835              From: Mike Guy <mjtg@cam.ac.uk>
65836              Date: Thu, 03 Aug 2000 14:43:09 +0100
65837              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
65838      Branch: perl
65839            ! sv.h
65840 ____________________________________________________________________________
65841 [  6506] By: jhi                                   on 2000/08/03  15:49:14
65842         Log: Disable the fix_pl hack for now.
65843      Branch: perl
65844            ! Makefile.SH
65845 ____________________________________________________________________________
65846 [  6505] By: jhi                                   on 2000/08/03  13:49:04
65847         Log: Add a URL for FSF.
65848              
65849              Subject: Patch for README
65850              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
65851              Date: Wed, 2 Aug 2000 13:25:09 -0500
65852              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
65853      Branch: perl
65854            ! README
65855 ____________________________________________________________________________
65856 [  6504] By: jhi                                   on 2000/08/03  13:29:19
65857         Log: Be more informative on what is skipped and why,
65858              also repeat the list at the end.
65859      Branch: perl
65860            ! Porting/p4desc
65861 ____________________________________________________________________________
65862 [  6503] By: jhi                                   on 2000/08/03  13:07:05
65863         Log: Circumvent the removal of .patch by fix_pl.
65864              
65865              Subject: Re: [ID 20000802.011] unable to 'make test'          
65866              From: simon@brecon.co.uk (Simon Cozens) 
65867              Date: 3 Aug 2000 04:17:00 GMT
65868              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
65869      Branch: perl
65870            ! Makefile.SH
65871 ____________________________________________________________________________
65872 [  6502] By: jhi                                   on 2000/08/03  00:14:34
65873         Log: Add the missing setproctitle unit.
65874      Branch: metaconfig/U/perl
65875            + d_setproctitle.U
65876 ____________________________________________________________________________
65877 [  6501] By: jhi                                   on 2000/08/03  00:00:26
65878         Log: The subtest 4 may fail also on VOBS, as pointed out
65879              by Nick Ing-Simmons in November 1999, bug id 19991124.003
65880              (but the failure in that bug report isn't the subtest 4).
65881      Branch: perl
65882            ! t/op/stat.t
65883 ____________________________________________________________________________
65884 [  6500] By: jhi                                   on 2000/08/02  23:49:30
65885         Log: Better skip message for the test; one of the two problems in
65886              
65887              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
65888              From: Lupe Christoph <lupe@lupe-christoph.de>
65889              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
65890              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
65891      Branch: perl
65892            ! t/op/numconvert.t
65893 ____________________________________________________________________________
65894 [  6499] By: jhi                                   on 2000/08/02  22:49:16
65895         Log: Allow "no Module;" even if there is no 'unimport'.
65896              
65897              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
65898              From: mjd@plover.com
65899              Date: 24 Mar 2000 15:24:34 -0000
65900              Message-Id: <20000324152434.15160.qmail@plover.com>
65901      Branch: perl
65902            ! gv.c
65903 ____________________________________________________________________________
65904 [  6498] By: jhi                                   on 2000/08/02  22:42:58
65905         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
65906              that are hopefully soon put into use.
65907      Branch: perl
65908            ! opcode.h opcode.pl opnames.h
65909 ____________________________________________________________________________
65910 [  6497] By: gsar                                  on 2000/08/02  22:28:59
65911         Log: require.t needs binmode() to work on windows
65912      Branch: perl
65913            ! t/comp/require.t
65914 ____________________________________________________________________________
65915 [  6496] By: jhi                                   on 2000/08/02  22:08:51
65916         Log: Document the IVdf UVuf UVof UVxf.
65917      Branch: perl
65918            ! pod/perlguts.pod
65919 ____________________________________________________________________________
65920 [  6495] By: jhi                                   on 2000/08/02  21:54:26
65921         Log: detypo #6494
65922      Branch: perl
65923            ! ext/Data/Dumper/Dumper.xs
65924 ____________________________________________________________________________
65925 [  6494] By: jhi                                   on 2000/08/02  21:49:17
65926         Log: Dump UVs as UVs in Data::Dumper.
65927              
65928              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
65929              From: Gurusamy Sarathy <gsar@ActiveState.com>
65930              Date: Thu, 27 Apr 2000 12:26:25 -0700
65931              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
65932      Branch: perl
65933            ! ext/Data/Dumper/Dumper.xs
65934 ____________________________________________________________________________
65935 [  6493] By: jhi                                   on 2000/08/02  17:01:58
65936         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
65937              From: Hugo <hv@crypt.compulink.co.uk>
65938              Date: Wed, 02 Aug 2000 14:53:56 +0100
65939              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
65940      Branch: perl
65941            ! regexec.c t/op/re_tests
65942 ____________________________________________________________________________
65943 [  6492] By: jhi                                   on 2000/08/02  15:02:46
65944         Log: The new setproctitle() feature is available only in 
65945              bleeding edge FreeBSD.  From Paul Saab.
65946      Branch: perl
65947            ! mg.c
65948 ____________________________________________________________________________
65949 [  6491] By: jhi                                   on 2000/08/02  13:34:36
65950         Log: The tr utf8 patching continues.
65951              
65952              Subject: Re: #6469, too many tests claimed in require.t
65953              From: simon@brecon.co.uk (Simon Cozens)
65954              Date: 2 Aug 2000 02:37:17 GMT
65955              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
65956              
65957              (the logic of the test was the wrong way round in the patch)
65958      Branch: perl
65959            ! doop.c
65960 ____________________________________________________________________________
65961 [  6490] By: jhi                                   on 2000/08/02  13:27:38
65962         Log: The name of a filehandle does not have <these>.
65963      Branch: perl
65964            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
65965            ! t/pragma/warn/pp_sys util.c
65966 ____________________________________________________________________________
65967 [  6489] By: jhi                                   on 2000/08/02  04:26:46
65968         Log: Remove the extraneous "main::" prefix from all the
65969              "opened only for", "on closed", and "never opened" warnings.
65970              
65971              Subject: Re: inappropriate warning
65972              From: Gurusamy Sarathy <gsar@ActiveState.com>
65973              Date: Mon, 20 Mar 2000 11:28:02 -0800
65974              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
65975      Branch: perl
65976            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
65977            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
65978            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
65979 ____________________________________________________________________________
65980 [  6488] By: jhi                                   on 2000/08/02  03:02:57
65981         Log: memcpy has n o in it, as pinted ut by Sarathy.
65982      Branch: perl
65983            ! pod/perlguts.pod
65984 ____________________________________________________________________________
65985 [  6487] By: jhi                                   on 2000/08/02  02:44:51
65986         Log: Document in one place the memory abstractions used in Perl core.
65987              
65988              Subject: Re: Memory abstraction
65989              From: simon@brecon.co.uk (Simon Cozens)
65990              Date: 2 Aug 2000 02:20:23 GMT
65991              Organization: Earth.li Origins
65992      Branch: perl
65993            ! pod/perlguts.pod
65994 ____________________________________________________________________________
65995 [  6486] By: jhi                                   on 2000/08/02  02:41:57
65996         Log: regen_headers, regen perltoc.
65997      Branch: perl
65998            ! perlapi.c pod/perltoc.pod
65999 ____________________________________________________________________________
66000 [  6485] By: jhi                                   on 2000/08/02  01:43:33
66001         Log: "This little thing tests for a file .patch, and if it contains
66002              a number, pops into patchlevel.h" (making it easier to track
66003              which development version people are reporting bugs against)
66004              
66005              Subject: Patchlevel autogeneration for repository perls
66006              From: simon@brecon.co.uk (Simon Cozens)
66007              Date: 14 Jul 2000 07:12:15 GMT
66008              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
66009      Branch: perl
66010            + fix_pl
66011            ! MANIFEST Makefile.SH
66012 ____________________________________________________________________________
66013 [  6484] By: jhi                                   on 2000/08/02  01:32:54
66014         Log: FreeBSD 3.* updates from
66015              
66016              From: Paul Saab <ps@yahoo-inc.com>
66017              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
66018              Date: Tue, 1 Aug 2000 15:41:39 -0700
66019              Message-Id: <20000801154139.A53740@yahoo-inc.com>
66020      Branch: perl
66021            ! hints/freebsd.sh
66022 ____________________________________________________________________________
66023 [  6483] By: jhi                                   on 2000/08/02  01:27:44
66024         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
66025              instead one must use setproctitle().  This was already addressed
66026              by change #6457, but the below has a new variant for FreeBSD 4.0
66027              or later, and the matter is also documented more.
66028              
66029              From: Paul Saab <ps@yahoo-inc.com>
66030              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
66031              Date: Tue, 1 Aug 2000 15:41:39 -0700
66032              Message-Id: <20000801154139.A53740@yahoo-inc.com>
66033      Branch: metaconfig/U/perl
66034            + i_libutil.U
66035      Branch: perl
66036            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
66037 ____________________________________________________________________________
66038 [  6482] By: jhi                                   on 2000/08/01  22:17:32
66039         Log: The test from this
66040              
66041              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
66042              Date: Sat, 15 Apr 2000 17:03:44 +0100
66043              From: Tom Hughes <tom@compton.nu>
66044              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
66045              
66046              was missing, the code change went in as #5989
66047              (which had a different test?)
66048      Branch: perl
66049            ! t/op/misc.t
66050 ____________________________________________________________________________
66051 [  6481] By: jhi                                   on 2000/08/01  21:48:38
66052         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
66053              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
66054              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
66055              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
66056      Branch: perl
66057            ! perl.h
66058 ____________________________________________________________________________
66059 [  6480] By: jhi                                   on 2000/08/01  18:05:28
66060         Log: Make p4desc to skip non-mainperl branches by default.
66061      Branch: perl
66062            ! Porting/p4desc
66063 ____________________________________________________________________________
66064 [  6479] By: jhi                                   on 2000/08/01  17:29:19
66065         Log: If gccosandvers is equal to osname, clear gccosandvers.
66066      Branch: metaconfig/U/perl
66067            ! gccvers.U
66068      Branch: perl
66069            ! Configure config_h.SH
66070 ____________________________________________________________________________
66071 [  6478] By: jhi                                   on 2000/08/01  15:54:08
66072         Log: BOM patching from Simon Cozens.
66073      Branch: perl
66074            ! toke.c
66075 ____________________________________________________________________________
66076 [  6477] By: jhi                                   on 2000/08/01  04:50:33
66077         Log: Stash away the largefiles flags and libswanted.
66078      Branch: perl
66079            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
66080 ____________________________________________________________________________
66081 [  6476] By: gsar                                  on 2000/08/01  04:24:24
66082         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
66083              on Windows)
66084      Branch: perl
66085            ! t/pragma/utf8.t utf8.c win32/win32.c
66086 ____________________________________________________________________________
66087 [  6475] By: jhi                                   on 2000/08/01  03:35:24
66088         Log: Make chr() for values >127 to create utf8 when under utf8.
66089              
66090              Subject: Re: uft8/chr()
66091              From: simon@brecon.co.uk (Simon Cozens)
66092              Date: 1 Aug 2000 02:37:02 GMT
66093              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
66094      Branch: perl
66095            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
66096 ____________________________________________________________________________
66097 [  6474] By: jhi                                   on 2000/08/01  02:36:18
66098         Log: In Digital UNIX warn if gcc explicitly chosen because even
66099              2.95.2 is known to cause problems.
66100      Branch: perl
66101            ! hints/dec_osf.sh
66102 ____________________________________________________________________________
66103 [  6473] By: jhi                                   on 2000/08/01  02:00:56
66104         Log: Make the safety catch for buggy gccs work with triple version
66105              numbers like 2.95.2.  Reported in
66106              
66107              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
66108              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
66109              Date: Mon, 31 Jul 2000 14:55:06 +0200
66110              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
66111      Branch: perl
66112            ! hints/dec_osf.sh
66113 ____________________________________________________________________________
66114 [  6472] By: jhi                                   on 2000/08/01  01:13:33
66115         Log: Subject: fix and question re: waitpid() under win32
66116              From: Brian Clarke <clarke@appliedmeta.com>
66117              Date: Fri, 28 Jul 2000 15:18:29 -0400
66118              Message-ID: <3981DC85.290314EB@appliedmeta.com>
66119              
66120              Slightly reformatted and WNOHANG # define moved to win32.h
66121              so that also POSIX.xs sees it, as suggsted by Sarathy.
66122      Branch: perl
66123            ! win32/win32.c win32/win32.h
66124 ____________________________________________________________________________
66125 [  6471] By: jhi                                   on 2000/08/01  00:55:05
66126         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
66127              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66128              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
66129              Date: Mon, 31 Jul 2000 13:28:51 +0100
66130              
66131              (aka ID 20000730.002)
66132      Branch: perl
66133            ! op.c t/op/tr.t
66134 ____________________________________________________________________________
66135 [  6470] By: jhi                                   on 2000/07/31  23:34:42
66136         Log: Document the problem with -P in HP-UX and its workaround.
66137              
66138              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
66139              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
66140              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
66141              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
66142      Branch: perl
66143            ! README.hpux
66144 ____________________________________________________________________________
66145 [  6469] By: jhi                                   on 2000/07/31  04:15:02
66146         Log: The swallow_bom() saga continues.  The #23 of require.t
66147              (UTF16-LE) still fails (silently, no output) but the #22
66148              (UTF16-BE) seems to be working now.  The root of the
66149              failure may be in sv_gets(): is it UTF-16LE-aware,
66150              especially when it comes to line endings? 
66151      Branch: perl
66152            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
66153            ! t/comp/require.t toke.c utf8.c
66154 ____________________________________________________________________________
66155 [  6468] By: jhi                                   on 2000/07/30  19:05:48
66156         Log: Find green threads before native threads.
66157              
66158              Subject: Re: Patch to jpl/JNI/Makefile.PL
66159              From: Jens Thomsen <jens@fiend.cis.com>
66160              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
66161              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
66162      Branch: perl
66163            ! jpl/JNI/Makefile.PL
66164 ____________________________________________________________________________
66165 [  6467] By: jhi                                   on 2000/07/30  18:36:22
66166         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
66167      Branch: perl
66168            ! doop.c
66169 ____________________________________________________________________________
66170 [  6466] By: jhi                                   on 2000/07/30  04:37:29
66171         Log: A new version of the "remove UPPERACSE string comparison"
66172              operators.  The problem with the previous one (change #6454)
66173              was that it was for Perl 5.6.0.  From Paul Marquess.
66174      Branch: perl
66175            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
66176            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
66177            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
66178 ____________________________________________________________________________
66179 [  6465] By: jhi                                   on 2000/07/29  22:39:56
66180         Log: Do not upgrade SVs into utf8 just because they participate
66181              in eq or cmp.  Reported and fix suggested in
66182              
66183              Subject: [ID 20000720.009] sv_eq UTF8 bug
66184              From: "Simon Cozens" <simon@othersideofthe.earth.li>
66185              Date: 21 Jul 2000 04:37:29 -0000
66186              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
66187              
66188              Exercise for the kind reader: should we or should we not
66189              cache the utf8 conversion alongside the SV? (as magic,
66190              as the strxfrm()ed version is cached under use locale)
66191              Argue both for and against.
66192      Branch: perl
66193            ! sv.c
66194 ____________________________________________________________________________
66195 [  6464] By: jhi                                   on 2000/07/29  22:36:22
66196         Log: Subject: UTF8 concat
66197              From: simon@brecon.co.uk (Simon Cozens) 
66198              Date: 30 Jun 2000 06:13:25 GMT
66199              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
66200              
66201              (with a memory leak fixed, plus a few casts added)
66202              
66203              This also seems to help for
66204              
66205              Subject: [ID 20000716.015] join UTF8 weirdness
66206              From: root <root@ak-71.mind.de> 
66207              Date: Sat, 15 Jul 2000 15:29:54 +0200
66208              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
66209              
66210              (from Andreas König)
66211      Branch: perl
66212            ! pp_hot.c
66213 ____________________________________________________________________________
66214 [  6463] By: jhi                                   on 2000/07/29  00:55:39
66215         Log: Tune the comments and hopefully stop a memory leak.
66216      Branch: perl
66217            ! toke.c utf8.c
66218 ____________________________________________________________________________
66219 [  6462] By: jhi                                   on 2000/07/29  00:16:53
66220         Log: The problem described in this
66221              
66222              Subject: [ID 20000322.018] named chars aren't magical enough
66223              From: root <root@dixie.cscaper.com>     
66224              Date: Wed, 22 Mar 2000 18:37:42 -0700
66225              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
66226              
66227              has been fixed in perl 5.6.0 but just in case added a test
66228              to keep it away.  (The report from Joseph Hall.)
66229      Branch: perl
66230            ! t/lib/charnames.t
66231 ____________________________________________________________________________
66232 [  6461] By: jhi                                   on 2000/07/28  23:56:36
66233         Log: Tiny fixes for #6460.
66234      Branch: metaconfig/U/perl
66235            ! gccvers.U
66236      Branch: perl
66237            ! Configure config_h.SH
66238 ____________________________________________________________________________
66239 [  6460] By: jhi                                   on 2000/07/28  23:24:41
66240         Log: Warn if the version of the operating system used to compile gcc
66241              differs from the current version of the operating system.
66242              Also display the gcc compilation os and version in myconfig.
66243              Inspiration from
66244              
66245              Subject: Re: [ID 20000710.003] ERRORS!!         
66246              From: "Kurt D. Starsinic" <kstar@chapin.edu>
66247              Date: Mon, 10 Jul 2000 15:54:16 -0400
66248              Message-ID: <20000710155416.A1384@O2.chapin.edu>
66249      Branch: metaconfig/U/perl
66250            ! gccvers.U
66251      Branch: perl
66252            ! Configure config_h.SH myconfig.SH
66253 ____________________________________________________________________________
66254 [  6459] By: jhi                                   on 2000/07/28  22:00:32
66255         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
66256              letter to $Config{osvers}.
66257      Branch: metaconfig
66258            ! U/modified/Oldconfig.U
66259      Branch: perl
66260            ! Configure config_h.SH
66261 ____________________________________________________________________________
66262 [  6458] By: jhi                                   on 2000/07/28  04:15:39
66263         Log: Back out #6454, doesn't seem to work.
66264              (Reason: that patch was for perl 5.6.0, not perl-current)
66265              (A version of the patch for perl-current came in later as #6466)
66266      Branch: perl
66267            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
66268            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
66269            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
66270 ____________________________________________________________________________
66271 [  6457] By: jhi                                   on 2000/07/27  23:31:49
66272         Log: Use setproctitle() if available to modify $0.
66273              
66274              Subject: setting $* on BSD4 broken
66275              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
66276              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
66277              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
66278      Branch: metaconfig
66279            ! U/modified/Myinit.U
66280      Branch: perl
66281            ! Configure config_h.SH mg.c
66282 ____________________________________________________________________________
66283 [  6456] By: jhi                                   on 2000/07/27  14:50:47
66284         Log: Allow "no AutoLoader;", based on change #6444,
66285              suggested by Graham Barr.
66286      Branch: perl
66287            ! lib/AutoLoader.pm
66288 ____________________________________________________________________________
66289 [  6455] By: jhi                                   on 2000/07/27  14:19:10
66290         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
66291              From: rspier@pobox.com (Robert Spier)
66292              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
66293              Message-ID: <14720.15855.787664.424783@rls.cx>
66294      Branch: perl
66295            ! pod/perldiag.pod
66296 ____________________________________________________________________________
66297 [  6454] By: jhi                                   on 2000/07/27  14:03:02
66298         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
66299              for a long time).
66300              
66301              Reported in
66302              
66303              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
66304              From: Ryan Herbert <rherbert@sycamorehq.com>
66305              Date: Mon, 17 Jul 2000 11:40:42 -0400
66306              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
66307              
66308              Patched in
66309              
66310              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
66311              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
66312              Date: Wed, 26 Jul 2000 23:40:18 +0100
66313              Message-ID: <000001bff752$79511880$0a17073e@tiny>
66314              
66315              based on an earlier patch from Stephen P. Potter.
66316              
66317              (Removed later by change #6458 because this patch was for
66318              perl 5.6.0, not perl-current)
66319      Branch: perl
66320            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
66321            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
66322            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
66323 ____________________________________________________________________________
66324 [  6453] By: jhi                                   on 2000/07/27  13:48:02
66325         Log: Subject: [PATCH] fixes bug 20000508.004
66326              From: Michael Stevens <mstevens@globnix.org>
66327              Date: Thu, 27 Jul 2000 13:49:04 +0100
66328              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
66329      Branch: perl
66330            ! pod/perldata.pod
66331 ____________________________________________________________________________
66332 [  6452] By: jhi                                   on 2000/07/26  23:51:26
66333         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
66334              and Craig A. Berry.
66335      Branch: perl
66336            ! lib/File/Temp.pm pod/perlport.pod
66337 ____________________________________________________________________________
66338 [  6451] By: jhi                                   on 2000/07/26  19:43:30
66339         Log: Be wary of close()s, too.
66340              
66341              Subject: Re: [PATCH] perlbug cleanup
66342              From: Tim Jenness <t.jenness@jach.hawaii.edu>
66343              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
66344              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
66345      Branch: perl
66346            ! utils/perlbug.PL
66347 ____________________________________________________________________________
66348 [  6450] By: jhi                                   on 2000/07/26  18:41:40
66349         Log: Subject: Minor doc patch: handy.h
66350              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
66351              Date: Wed, 26 Jul 2000 15:34:25 -0300
66352              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
66353      Branch: perl
66354            ! handy.h pod/perlapi.pod
66355 ____________________________________________________________________________
66356 [  6449] By: jhi                                   on 2000/07/26  18:23:55
66357         Log: Subject: [PATCH] minor doc change - perlguts
66358              From: Michael Stevens <mstevens@globnix.org>
66359              Date: Thu, 13 Jul 2000 12:39:18 +0100
66360              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
66361      Branch: perl
66362            ! pod/perlguts.pod
66363 ____________________________________________________________________________
66364 [  6448] By: jhi                                   on 2000/07/26  18:20:30
66365         Log: open() wariness in perlbug.
66366              
66367              Subject: [PATCH] perlbug cleanup
66368              From: Michael Stevens <mstevens@globnix.org>
66369              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
66370              Date: Thu, 13 Jul 2000 15:52:23 +0100
66371      Branch: perl
66372            ! utils/perlbug.PL
66373 ____________________________________________________________________________
66374 [  6447] By: jhi                                   on 2000/07/26  18:13:04
66375         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
66376      Branch: perl
66377            ! lib/File/Temp.pm t/lib/ftmp-security.t
66378 ____________________________________________________________________________
66379 [  6446] By: jhi                                   on 2000/07/26  18:06:32
66380         Log: docfix from Peter Scott <Peter@PSDT.com>.
66381      Branch: perl
66382            ! pod/perlfunc.pod
66383 ____________________________________________________________________________
66384 [  6445] By: jhi                                   on 2000/07/26  17:53:31
66385         Log: Fix *foo{FORMAT}.
66386              
66387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66388              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
66389              Date: Wed, 26 Jul 2000 19:51:02 +0200
66390              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
66391              
66392              From: Graham Barr <gbarr@pobox.com>
66393              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
66394              Date: Wed, 26 Jul 2000 17:38:36 +0100
66395              Message-ID: <20000726173836.L472@pobox.com>
66396      Branch: perl
66397            ! pp.c sv.c t/op/gv.t
66398 ____________________________________________________________________________
66399 [  6444] By: jhi                                   on 2000/07/26  17:49:14
66400         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
66401              from Graham Barr in the module list.
66402      Branch: perl
66403            ! gv.c pod/perlobj.pod
66404 ____________________________________________________________________________
66405 [  6443] By: jhi                                   on 2000/07/26  16:06:56
66406         Log: More split() doc and test patches from Mike Guy.
66407      Branch: perl
66408            ! pod/perlfunc.pod t/op/split.t
66409 ____________________________________________________________________________
66410 [  6442] By: jhi                                   on 2000/07/26  16:05:30
66411         Log: MacOS nits from Matthias Neeracher.
66412      Branch: perl
66413            ! perl.c pp_ctl.c
66414 ____________________________________________________________________________
66415 [  6441] By: jhi                                   on 2000/07/26  04:39:57
66416         Log: Subject: [PATCH] split /^/
66417              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66418              Date: Tue, 25 Jul 2000 14:18:57 +0100
66419              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
66420              
66421              (with notes from tchrist and gbarr)
66422      Branch: perl
66423            ! pod/perlfunc.pod t/op/split.t
66424 ____________________________________________________________________________
66425 [  6440] By: jhi                                   on 2000/07/26  04:32:32
66426         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
66427              From: Peter Prymmer <pvhp@forte.com>
66428              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
66429              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
66430      Branch: perl
66431            ! vms/munchconfig.c
66432 ____________________________________________________________________________
66433 [  6439] By: jhi                                   on 2000/07/26  04:31:01
66434         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
66435              to be fatal errors (instead of by default ignoring them, and
66436              ignoring with a bug: even though -w gave an error, the opening [
66437              was left in)  Reported in:
66438              
66439              Subject: [ID 20000716.024] [=cc=] / [:blank:]
66440              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
66441              Date: Sun, 16 Jul 2000 17:55:29 -0700
66442              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
66443      Branch: perl
66444            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
66445 ____________________________________________________________________________
66446 [  6438] By: jhi                                   on 2000/07/25  15:41:15
66447         Log: Subject: [PATCH] av.c apidoc
66448              From: simon@brecon.co.uk (Simon Cozens)
66449              Date: 24 Jul 2000 06:40:52 GMT
66450              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
66451      Branch: perl
66452            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
66453            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
66454 ____________________________________________________________________________
66455 [  6437] By: jhi                                   on 2000/07/25  14:05:36
66456         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
66457              From: "Stephen P. Potter" <spp@ds.net>
66458              Date: Mon, 24 Jul 2000 14:22:23 -0400
66459              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
66460      Branch: perl
66461            ! pod/perllocale.pod
66462 ____________________________________________________________________________
66463 [  6436] By: jhi                                   on 2000/07/25  14:02:03
66464         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
66465              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66466              Date: Mon, 24 Jul 2000 18:04:28 +0100
66467              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
66468      Branch: perl
66469            ! t/lib/syslfs.t t/op/lfs.t
66470 ____________________________________________________________________________
66471 [  6435] By: jhi                                   on 2000/07/25  13:59:28
66472         Log: Get UTF16 BOMs working.  Patch from
66473              
66474              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
66475              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66476              Date: Tue, 25 Jul 2000 12:52:45 +0100
66477              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
66478              
66479              and notes from
66480              
66481              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
66482              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66483              Date: Tue, 25 Jul 2000 11:43:25 +0100
66484              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
66485      Branch: perl
66486            ! t/comp/require.t toke.c utf8.c
66487 ____________________________________________________________________________
66488 [  6434] By: jhi                                   on 2000/07/25  02:39:54
66489         Log: Make the "uninit variable" warning to say "concat or string"
66490              or "join or string" when in concat or join .
66491              
66492              Subject: Re: [ID 20000403.009] uninitialised concatenation???
66493              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66494              Date: Tue, 04 Apr 2000 18:22:58 +0100
66495              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
66496              
66497              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
66498              From: William R Ward <hermit@BayView.COM>
66499              Date: Thu, 30 Mar 2000 19:50:03 -0800
66500              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
66501      Branch: perl
66502            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
66503            ! t/pragma/warn/op t/pragma/warn/sv
66504 ____________________________________________________________________________
66505 [  6433] By: jhi                                   on 2000/07/24  17:52:56
66506         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
66507      Branch: perl
66508            ! lib/File/Spec/VMS.pm
66509 ____________________________________________________________________________
66510 [  6432] By: jhi                                   on 2000/07/24  17:44:44
66511         Log: Test cases for #6431.
66512              
66513              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
66514              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66515              Date: Mon, 24 Jul 2000 15:32:29 +0100
66516              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
66517      Branch: perl
66518            ! t/op/pat.t t/op/split.t
66519 ____________________________________________________________________________
66520 [  6431] By: jhi                                   on 2000/07/24  17:43:17
66521         Log: Bind op fix.
66522              
66523              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
66524              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66525              Date: Mon, 17 Jul 2000 20:04:56 +0100
66526              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
66527      Branch: perl
66528            ! op.c
66529 ____________________________________________________________________________
66530 [  6430] By: jhi                                   on 2000/07/24  03:42:42
66531         Log: Subject: [ID 20000716.023] syslog test fails without sockets
66532              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66533              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
66534              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
66535      Branch: metaconfig/U/perl
66536            ! Extensions.U
66537      Branch: perl
66538            ! Configure config_h.SH
66539 ____________________________________________________________________________
66540 [  6429] By: jhi                                   on 2000/07/24  03:11:52
66541         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
66542              case, but add also notes explaining the relationship of this
66543              patch and the earlier notes by Sarathy.
66544              
66545              Subject: Map is still slow
66546              From: "Ben Tilly" <ben_tilly@hotmail.com>
66547              Date: Sat, 15 Jul 2000 17:23:27 EDT
66548              Message-ID: <20000715212327.21656.qmail@hotmail.com>
66549      Branch: perl
66550            ! pp_ctl.c
66551 ____________________________________________________________________________
66552 [  6428] By: jhi                                   on 2000/07/24  02:58:52
66553         Log: Documentation to explain the behaviour of map().
66554              
66555              Subject: Re: Map is still slow 
66556              From: Gurusamy Sarathy <gsar@ActiveState.com>
66557              Date: Sat, 15 Jul 2000 16:05:09 -0700
66558              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
66559      Branch: perl
66560            ! pp_ctl.c
66561 ____________________________________________________________________________
66562 [  6427] By: jhi                                   on 2000/07/24  02:50:03
66563         Log: Add tests for
66564              [ID 19991110.003] another matching finding by pcre author
66565              which has already been fixed by some patch, as verified in
66566              
66567              Subject: Re: two regex bugs from the mists of time (well, last November)
66568              From: Hugo <hv@crypt.compulink.co.uk>
66569              Date: Sat, 22 Jul 2000 18:12:58 +0100
66570              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
66571      Branch: perl
66572            ! t/op/re_tests
66573 ____________________________________________________________________________
66574 [  6426] By: jhi                                   on 2000/07/24  02:11:20
66575         Log: A missing 'break' after the [[:space:]] switch case.
66576              
66577              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
66578              From: "Stephen P. Potter" <spp@ds.net>
66579              Date: Tue, 18 Jul 2000 16:25:17 -0400
66580              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
66581      Branch: perl
66582            ! regcomp.c
66583 ____________________________________________________________________________
66584 [  6425] By: jhi                                   on 2000/07/24  02:06:12
66585         Log: The output might have been produced in the wrong order.
66586              
66587              Subject: [ID 20000720.003] [PATCH] t/op/write.t
66588              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66589              Date: Thu, 20 Jul 2000 18:49:18 +0100
66590              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
66591      Branch: perl
66592            ! t/op/write.t
66593 ____________________________________________________________________________
66594 [  6424] By: jhi                                   on 2000/07/24  02:00:07
66595         Log: Use STDOUT consistently.
66596              
66597              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
66598              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66599              Date: Thu, 20 Jul 2000 18:04:01 +0100
66600              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
66601      Branch: perl
66602            ! lib/Test/Harness.pm
66603 ____________________________________________________________________________
66604 [  6423] By: jhi                                   on 2000/07/24  01:54:54
66605         Log: Protect against "wild next"s, that is, callbacks doing "next"
66606              instead of "return".
66607              
66608              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
66609              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66610              Date: Tue, 18 Jul 2000 11:30:16 +0100
66611              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
66612      Branch: perl
66613            ! lib/File/Find.pm
66614 ____________________________________________________________________________
66615 [  6422] By: jhi                                   on 2000/07/24  01:35:47
66616         Log: Out-of-date note removed.
66617              
66618              Subject: [PATCH] documentation perlipc
66619              From: rspier@pobox.com (Robert Spier)
66620              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
66621              Message-ID: <14711.35178.572612.502654@rls.cx>
66622      Branch: perl
66623            ! pod/perlipc.pod
66624 ____________________________________________________________________________
66625 [  6421] By: jhi                                   on 2000/07/24  00:09:18
66626         Log: Send all installperl messages to STDERR and be -w clean.
66627              
66628              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
66629              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66630              Date: Sat, 22 Jul 2000 14:02:11 +0100
66631              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
66632      Branch: perl
66633            ! installperl
66634 ____________________________________________________________________________
66635 [  6420] By: jhi                                   on 2000/07/24  00:04:19
66636         Log: Decutandpasto.
66637              
66638              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
66639              From: "Richard Soderberg" <rs@crystalflame.net>
66640              Date: Sun, 23 Jul 2000 01:37:23 -0700
66641              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
66642      Branch: perl
66643            ! pod/perlipc.pod
66644 ____________________________________________________________________________
66645 [  6419] By: jhi                                   on 2000/07/24  00:01:12
66646         Log: A cleaner abs_path().
66647              Subject: Re: unix alternative to Cwd.pm
66648              From: Jeff Pinyan <jeffp@crusoe.net>
66649              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
66650              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
66651      Branch: perl
66652            ! lib/Cwd.pm
66653 ____________________________________________________________________________
66654 [  6418] By: jhi                                   on 2000/07/23  23:48:56
66655         Log: Detypo.
66656              
66657              Subject: [PATCH perl-current] Typo in hints/powerux.sh
66658              From: "Richard Soderberg" <rs@crystalflame.net>
66659              Date: Sun, 23 Jul 2000 01:27:33 -0700
66660              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
66661      Branch: perl
66662            ! hints/powerux.sh
66663 ____________________________________________________________________________
66664 [  6417] By: jhi                                   on 2000/07/17  22:13:31
66665         Log: Subject: SDBM_File documentation
66666              From: mjd@plover.com
66667              Date: 16 Jul 2000 17:41:17 -0000
66668              Message-ID: <20000716174117.18515.qmail@plover.com>
66669      Branch: perl
66670            ! ext/SDBM_File/SDBM_File.pm
66671 ____________________________________________________________________________
66672 [  6416] By: jhi                                   on 2000/07/17  19:13:26
66673         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
66674      Branch: perl
66675            ! hints/mpeix.sh mpeix/relink
66676 ____________________________________________________________________________
66677 [  6415] By: jhi                                   on 2000/07/15  14:11:02
66678         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
66679              the utf8 'characters' can be more than one octet).
66680              
66681              Date: Sat, 15 Jul 2000 00:21:56 +0100
66682              From: Tom Hughes <tom@compton.nu>
66683              Subject: Re: [ID 20000714.002]
66684              Message-ID: <db2334de49.tom@compton.compton.nu>
66685              
66686              Reported in
66687              
66688              Subject: [ID 20000714.002]
66689              From: "Simon Cozens" <simon@othersideofthe.earth.li>
66690              Date: 14 Jul 2000 15:13:09 -0000
66691              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
66692      Branch: perl
66693            ! doop.c
66694 ____________________________________________________________________________
66695 [  6414] By: jhi                                   on 2000/07/15  03:13:41
66696         Log: another VMS build tweak from Peter Prymmer
66697      Branch: perl
66698            ! vms/descrip_mms.template
66699 ____________________________________________________________________________
66700 [  6413] By: jhi                                   on 2000/07/15  03:10:40
66701         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
66702      Branch: perl
66703            ! vms/perlvms.pod
66704 ____________________________________________________________________________
66705 [  6412] By: jhi                                   on 2000/07/15  00:31:05
66706         Log: More docs for sv functions.
66707              
66708              Subject: [PATCH cfgperl] sv.c apidoc
66709              From: simon@brecon.co.uk (Simon Cozens)
66710              Date: 13 Jul 2000 09:00:20 GMT
66711              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
66712              
66713              Subject: Re: [PATCH cfgperl] sv.c apidoc
66714              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66715              Date: Thu, 13 Jul 2000 12:27:41 +0100
66716              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
66717              
66718              Subject: Re: [PATCH cfgperl] sv.c apidoc
66719              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66720              Date: Thu, 13 Jul 2000 13:23:09 +0100
66721              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
66722              
66723              Subject: Re: [PATCH cfgperl] sv.c apidoc
66724              From: simon@brecon.co.uk (Simon Cozens)
66725              Date: 14 Jul 2000 06:51:02 GMT
66726              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
66727      Branch: perl
66728            ! embed.pl pod/perlapi.pod sv.c
66729 ____________________________________________________________________________
66730 [  6411] By: jhi                                   on 2000/07/15  00:10:41
66731         Log: lib/b test fixes from Peter Prymmer.
66732      Branch: perl
66733            ! t/lib/b.t
66734 ____________________________________________________________________________
66735 [  6410] By: jhi                                   on 2000/07/15  00:02:09
66736         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
66737              From: Hugo <hv@crypt.compulink.co.uk>
66738              Date: Fri, 14 Jul 2000 23:05:20 +0100
66739              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
66740              
66741              Didn't anymore apply, but that point still could use another fix.
66742      Branch: perl
66743            ! pod/perlfunc.pod
66744 ____________________________________________________________________________
66745 [  6409] By: jhi                                   on 2000/07/14  23:15:15
66746         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
66747              not in pod, from Peter Prymmer
66748      Branch: perl
66749            ! vms/descrip_mms.template
66750 ____________________________________________________________________________
66751 [  6408] By: jhi                                   on 2000/07/14  20:35:05
66752         Log: The bug report
66753              [ID 19991110.002] minimal matching discrepancy found by pcre author
66754              seems to have been fixed (though differently from what was suggested
66755              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
66756      Branch: perl
66757            ! t/op/re_tests
66758 ____________________________________________________________________________
66759 [  6407] By: jhi                                   on 2000/07/14  17:38:08
66760         Log: Fix AutoSplit to use File::Spec the right way in VMS,
66761              from Peter Prymmer.
66762      Branch: perl
66763            ! lib/AutoSplit.pm
66764 ____________________________________________________________________________
66765 [  6406] By: jhi                                   on 2000/07/14  14:13:22
66766         Log: Merge perlhacktut into perlhack, update perlguts.
66767              
66768              Subject: Re: Perlhacktut
66769              From: simon@brecon.co.uk (Simon Cozens)
66770              Date: 14 Jul 2000 06:49:21 GMT
66771              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
66772              
66773              Subject: Re: Perlhacktut
66774              From: simon@brecon.co.uk (Simon Cozens)
66775              Date: 14 Jul 2000 07:09:45 GMT
66776              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
66777      Branch: perl
66778            ! pod/perlguts.pod pod/perlhack.pod
66779 ____________________________________________________________________________
66780 [  6405] By: jhi                                   on 2000/07/14  14:02:31
66781         Log: Integrate with Sarathy.
66782      Branch: cfgperl
66783           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
66784           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
66785           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
66786 ____________________________________________________________________________
66787 [  6404] By: gsar                                  on 2000/07/14  12:15:02
66788         Log: PERL_OBJECT build tweaks
66789      Branch: perl
66790            ! toke.c
66791 ____________________________________________________________________________
66792 [  6403] By: gsar                                  on 2000/07/14  11:23:41
66793         Log: inconsistent types needs casts
66794      Branch: perl
66795            ! toke.c
66796 ____________________________________________________________________________
66797 [  6402] By: gsar                                  on 2000/07/14  11:12:04
66798         Log: typos in change#6399, regen headers
66799      Branch: perl
66800            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
66801 ____________________________________________________________________________
66802 [  6401] By: gsar                                  on 2000/07/14  10:59:12
66803         Log: typecasts needed for change#6394
66804      Branch: perl
66805            ! toke.c
66806 ____________________________________________________________________________
66807 [  6400] By: gsar                                  on 2000/07/14  10:49:37
66808         Log: integrate cfgperl contents into mainline
66809      Branch: perl
66810           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
66811           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
66812 ____________________________________________________________________________
66813 [  6399] By: gsar                                  on 2000/07/14  10:38:35
66814         Log: enable UTF-16 filter by default if relevant BOM is seen; various
66815              cleanups (typos, misformatted code, and small bugs)
66816      Branch: perl
66817            ! doop.c embed.pl mg.c op.c pp.c toke.c
66818 ____________________________________________________________________________
66819 [  6398] By: gsar                                  on 2000/07/14  08:55:38
66820         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
66821              name suggests anyway)
66822      Branch: perl
66823            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
66824 ____________________________________________________________________________
66825 [  6397] By: gsar                                  on 2000/07/14  08:44:33
66826         Log: move new variables to the end of the interpreter structure (for
66827              bincompat in code that doesn't #include XSUB.h)
66828      Branch: perl
66829            ! intrpvar.h
66830 ____________________________________________________________________________
66831 [  6396] By: gsar                                  on 2000/07/14  08:13:58
66832         Log: MakeMaker should not remove editor backups (*~) on `make clean`
66833              by default (completes change#6383)
66834      Branch: perl
66835            ! lib/ExtUtils/MM_Unix.pm
66836 ____________________________________________________________________________
66837 [  6395] By: jhi                                   on 2000/07/14  05:20:33
66838         Log: Replace change #6337 with a better one.
66839              
66840              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
66841              From: Hugo <hv@crypt.compulink.co.uk>
66842              Date: Fri, 14 Jul 2000 04:16:20 +0100
66843              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
66844      Branch: cfgperl
66845            ! regexec.c t/op/re_tests
66846 ____________________________________________________________________________
66847 [  6394] By: jhi                                   on 2000/07/14  01:33:59
66848         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
66849      Branch: cfgperl
66850            ! embed.pl global.sym proto.h toke.c
66851 ____________________________________________________________________________
66852 [  6393] By: jhi                                   on 2000/07/13  23:41:23
66853         Log: remove discarded test
66854      Branch: cfgperl
66855            ! MANIFEST
66856 ____________________________________________________________________________
66857 [  6392] By: jhi                                   on 2000/07/13  23:32:25
66858         Log: The {multiplier} of a fixed substring was overlooked which
66859              caused a wrong initial search offset for that substring.
66860              
66861              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
66862              From: Hugo <hv@crypt.compulink.co.uk>
66863              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
66864              Date: Thu, 13 Jul 2000 19:27:13 +0100
66865      Branch: cfgperl
66866            ! regcomp.c t/op/re_tests
66867 ____________________________________________________________________________
66868 [  6391] By: jhi                                   on 2000/07/13  16:37:42
66869         Log: typo fix from Craig Berry
66870      Branch: cfgperl
66871            ! vms/subconfigure.com
66872 ____________________________________________________________________________
66873 [  6390] By: jhi                                   on 2000/07/13  13:20:12
66874         Log: Integrate with Sarathy.
66875      Branch: cfgperl
66876            - t/op/method2entersub.t
66877           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
66878           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
66879           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
66880           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
66881 ____________________________________________________________________________
66882 [  6389] By: jhi                                   on 2000/07/13  13:18:48
66883         Log: Detypo from Peter Prymmer, part of #6388.
66884      Branch: cfgperl
66885            ! Configure config_h.SH
66886      Branch: metaconfig
66887            ! U/modified/d_longlong.U
66888 ____________________________________________________________________________
66889 [  6388] By: gsar                                  on 2000/07/13  06:33:40
66890         Log: typos (spotted by Peter Prymmer)
66891      Branch: perl
66892            ! Configure t/lib/english.t
66893 ____________________________________________________________________________
66894 [  6387] By: gsar                                  on 2000/07/13  05:35:28
66895         Log: new selfloader.t in change#6183 doesn't close DATA handles,
66896              and thus fails to clean up tmp files on dosish platforms
66897      Branch: perl
66898            ! t/lib/selfloader.t
66899 ____________________________________________________________________________
66900 [  6386] By: gsar                                  on 2000/07/12  21:42:39
66901         Log: sprintf test tweaks (from Dominic Dunlop)
66902      Branch: perl
66903            ! t/op/sprintf.t
66904 ____________________________________________________________________________
66905 [  6385] By: gsar                                  on 2000/07/12  21:33:46
66906         Log: fix bugs in processing %v-*d and similar format specs (from
66907              Avi Finkel <avi@finkel.org>)
66908      Branch: perl
66909            ! sv.c t/op/sprintf.t
66910 ____________________________________________________________________________
66911 [  6384] By: gsar                                  on 2000/07/12  16:04:19
66912         Log: readd missing perldelta.pod changes from changes#6339,6376
66913      Branch: perl
66914            ! pod/perldelta.pod
66915 ____________________________________________________________________________
66916 [  6383] By: gsar                                  on 2000/07/12  16:00:51
66917         Log: don't clobber *.orig files on *clean targets
66918      Branch: perl
66919            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
66920 ____________________________________________________________________________
66921 [  6382] By: gsar                                  on 2000/07/12  07:59:12
66922         Log: fix broken integrations in cfgperl
66923      Branch: cfgperl
66924           !> Changes pod/perldelta.pod
66925 ____________________________________________________________________________
66926 [  6381] By: gsar                                  on 2000/07/12  07:42:17
66927         Log: integrate cfgperl changes into mainline
66928      Branch: perl
66929            ! Changes
66930           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
66931           !> pod/perlre.pod
66932 ____________________________________________________________________________
66933 [  6380] By: gsar                                  on 2000/07/12  07:31:00
66934         Log: get sprintf.t to adjust properly for 3-digit exponents
66935      Branch: perl
66936            ! t/op/sprintf.t
66937 ____________________________________________________________________________
66938 [  6379] By: gsar                                  on 2000/07/12  06:40:04
66939         Log: change#6174 needs corresponding change in win32/config_h.PL,
66940              which grovels through config_h.SH to find the config.h name
66941      Branch: perl
66942            ! win32/config_h.PL
66943 ____________________________________________________________________________
66944 [  6378] By: jhi                                   on 2000/07/12  05:03:59
66945         Log: Do the cc sanity check both before the hints and
66946              after the cc selction.
66947      Branch: cfgperl
66948            ! Configure config_h.SH
66949      Branch: metaconfig
66950            ! U/modified/Oldconfig.U U/modified/cc.U
66951      Branch: metaconfig/U/perl
66952            + Checkcc.U
66953 ____________________________________________________________________________
66954 [  6377] By: jhi                                   on 2000/07/12  02:49:22
66955         Log: Fix nits noticed by Boston.pm.
66956      Branch: cfgperl
66957            ! pod/perlre.pod
66958 ____________________________________________________________________________
66959 [  6376] By: jhi                                   on 2000/07/11  21:22:13
66960         Log: Configure cosmetics and perldelta.
66961      Branch: cfgperl
66962            ! Configure config_h.SH pod/perldelta.pod
66963      Branch: metaconfig
66964            ! U/modified/cc.U
66965 ____________________________________________________________________________
66966 [  6375] By: gsar                                  on 2000/07/11  21:17:35
66967         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
66968      Branch: perl
66969            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
66970            ! win32/win32sck.c
66971 ____________________________________________________________________________
66972 [  6374] By: gsar                                  on 2000/07/11  20:48:50
66973         Log: tweak for build failure under multiplicity
66974      Branch: perl
66975            ! toke.c
66976 ____________________________________________________________________________
66977 [  6373] By: gsar                                  on 2000/07/11  20:37:23
66978         Log: integrate cfgperl changes#6325..6373 into mainline
66979              (NOTE: today's batch of integrations still untested)
66980      Branch: perl
66981           +> ext/DynaLoader/hints/netbsd.pl
66982            ! Changes
66983           !> (integrate 26 files)
66984 ____________________________________________________________________________
66985 [  6372] By: jhi                                   on 2000/07/11  20:30:36
66986         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
66987              regen perltoc.
66988      Branch: cfgperl
66989            + pod/perlbook.pod
66990            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
66991            ! pod/perltoc.pod
66992 ____________________________________________________________________________
66993 [  6371] By: jhi                                   on 2000/07/11  20:08:56
66994         Log: Minor cleanups on the booklist.
66995      Branch: cfgperl
66996            ! pod/perlfaq2.pod
66997 ____________________________________________________________________________
66998 [  6370] By: jhi                                   on 2000/07/11  19:31:13
66999         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
67000      Branch: cfgperl
67001            ! t/pragma/overload.t
67002 ____________________________________________________________________________
67003 [  6369] By: gsar                                  on 2000/07/11  19:27:48
67004         Log: integrate cfgperl changes#6293..6324 into mainline
67005      Branch: perl
67006           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
67007            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
67008           !> (integrate 30 files)
67009 ____________________________________________________________________________
67010 [  6368] By: gsar                                  on 2000/07/11  19:18:57
67011         Log: skip integrate of problematic change#6292 from cfgperl into mainline
67012      Branch: perl
67013           !> pp_hot.c
67014 ____________________________________________________________________________
67015 [  6367] By: gsar                                  on 2000/07/11  19:17:21
67016         Log: integrate cfgperl changes#6288..6290 into mainline
67017      Branch: perl
67018           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
67019 ____________________________________________________________________________
67020 [  6366] By: gsar                                  on 2000/07/11  19:11:18
67021         Log: integrate cfgperl changes#6268..6282 into mainline
67022      Branch: perl
67023           !> (integrate 30 files)
67024 ____________________________________________________________________________
67025 [  6365] By: gsar                                  on 2000/07/11  18:57:00
67026         Log: delete new accidentally branched file
67027      Branch: perl
67028            - t/op/method2entersub.t
67029 ____________________________________________________________________________
67030 [  6364] By: gsar                                  on 2000/07/11  18:55:13
67031         Log: skip integrate of change#6267 from cfgperl into mainline (the
67032              method call optimization is flawed without additional hints
67033              from user about immutableness of @ISA and no runtime method
67034              definitions)
67035      Branch: perl
67036           +> t/op/method2entersub.t
67037           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
67038           !> perl.h t/op/sprintf.t xsutils.c
67039 ____________________________________________________________________________
67040 [  6363] By: gsar                                  on 2000/07/11  18:49:43
67041         Log: integrate cfgperl changes#6261..6266 into mainline
67042      Branch: perl
67043           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
67044           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
67045           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
67046           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
67047 ____________________________________________________________________________
67048 [  6362] By: gsar                                  on 2000/07/11  18:43:26
67049         Log: integrate cfgperl changes#6252..6260 into mainline
67050      Branch: perl
67051           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
67052           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
67053           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
67054           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
67055 ____________________________________________________________________________
67056 [  6361] By: gsar                                  on 2000/07/11  18:37:12
67057         Log: skip integrate of problematic change#6251 from cfgperl into mainline
67058      Branch: perl
67059           !> lib/Exporter.pm
67060 ____________________________________________________________________________
67061 [  6360] By: gsar                                  on 2000/07/11  18:34:56
67062         Log: integrate cfgperl change#6250 into mainline
67063      Branch: perl
67064           +> t/op/my_stash.t
67065           !> MANIFEST embed.pl proto.h toke.c
67066 ____________________________________________________________________________
67067 [  6359] By: gsar                                  on 2000/07/11  18:21:19
67068         Log: integrate cfgperl changes#6242..6249 into mainline
67069      Branch: perl
67070           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
67071           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
67072           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
67073           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
67074           !> t/lib/peek.t utf8.c
67075 ____________________________________________________________________________
67076 [  6358] By: gsar                                  on 2000/07/11  18:15:45
67077         Log: skip integrate of problematic change#6241 from cfgperl into mainline
67078      Branch: perl
67079           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
67080 ____________________________________________________________________________
67081 [  6357] By: jhi                                   on 2000/07/11  18:15:16
67082         Log: Fix for
67083              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
67084              From: Roderick Schertler <roderick@argon.org> 
67085              Date: Tue, 11 Jul 2000 13:55:05 -0400 
67086              Message-Id: <200007111755.NAA05077@jones.argon.org> 
67087      Branch: cfgperl
67088            ! doio.c
67089 ____________________________________________________________________________
67090 [  6356] By: jhi                                   on 2000/07/11  18:12:51
67091         Log: Typo in #6341.
67092      Branch: cfgperl
67093            ! pp_hot.c
67094 ____________________________________________________________________________
67095 [  6355] By: gsar                                  on 2000/07/11  18:12:10
67096         Log: integrate cfgperl changes#6231..6240 into mainline
67097      Branch: perl
67098           +> pod/perlutil.pod
67099           !> (integrate 35 files)
67100 ____________________________________________________________________________
67101 [  6354] By: jhi                                   on 2000/07/11  18:04:34
67102         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
67103              From: Dominic Dunlop <domo@computer.org> 
67104              Date: Tue, 11 Jul 2000 12:27:33 +0200 
67105              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
67106              
67107              Replaces change #6268.
67108      Branch: cfgperl
67109            ! t/op/sprintf.t
67110 ____________________________________________________________________________
67111 [  6353] By: gsar                                  on 2000/07/11  17:59:51
67112         Log: skip integrate of problematic change#6230 from cfgperl into mainline
67113              (a later version of File::Spec is already in mainline)
67114      Branch: perl
67115           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
67116           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
67117 ____________________________________________________________________________
67118 [  6352] By: gsar                                  on 2000/07/11  17:57:48
67119         Log: integrate cfgperl changes#6224..6229 into mainline
67120      Branch: perl
67121           +> lib/lib.pm.PL
67122            - lib/lib.pm
67123           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
67124           !> lib/English.pm op.c t/lib/english.t
67125 ____________________________________________________________________________
67126 [  6351] By: gsar                                  on 2000/07/11  17:50:10
67127         Log: skip integrate of problematic change#6223 from cfgperl into mainline
67128      Branch: perl
67129           !> doio.c
67130 ____________________________________________________________________________
67131 [  6350] By: gsar                                  on 2000/07/11  17:48:28
67132         Log: integrate cfgperl changes#6220..6222 into mainline
67133      Branch: perl
67134           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
67135           !> toke.c utf8.c win32/win32.h
67136 ____________________________________________________________________________
67137 [  6349] By: gsar                                  on 2000/07/11  17:46:13
67138         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
67139              mainline
67140      Branch: perl
67141           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
67142           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
67143           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67144 ____________________________________________________________________________
67145 [  6348] By: jhi                                   on 2000/07/11  17:45:49
67146         Log: README.posix-bc podified from Thomas Dorner.
67147      Branch: cfgperl
67148            ! README.posix-bc
67149 ____________________________________________________________________________
67150 [  6347] By: gsar                                  on 2000/07/11  17:42:04
67151         Log: integrate cfgperl change#6217 into mainline
67152      Branch: perl
67153           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
67154           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
67155           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
67156 ____________________________________________________________________________
67157 [  6346] By: gsar                                  on 2000/07/11  17:39:37
67158         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
67159              mainline
67160      Branch: perl
67161           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
67162           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67163           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
67164           !> perlapi.h pod/perlapi.pod
67165 ____________________________________________________________________________
67166 [  6345] By: gsar                                  on 2000/07/11  17:36:42
67167         Log: integrate cfgperl changes#6207..6210 into mainline
67168      Branch: perl
67169           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
67170           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
67171 ____________________________________________________________________________
67172 [  6344] By: gsar                                  on 2000/07/11  17:31:20
67173         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
67174              mainline
67175      Branch: perl
67176           !> (integrate 40 files)
67177 ____________________________________________________________________________
67178 [  6343] By: gsar                                  on 2000/07/11  17:19:08
67179         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
67180      Branch: perl
67181           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
67182            ! Changes
67183           !> (integrate 34 files)
67184 ____________________________________________________________________________
67185 [  6342] By: jhi                                   on 2000/07/11  16:05:48
67186         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
67187              To: perl5-porters@perl.org
67188              From: Karsten Sperling <spiff@phreax.net>
67189              Date: Mon, 10 Jul 2000 15:12:52 +0200
67190              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
67191      Branch: cfgperl
67192            ! lib/Symbol.pm
67193 ____________________________________________________________________________
67194 [  6341] By: jhi                                   on 2000/07/11  15:59:23
67195         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
67196              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67197              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
67198              Date: Fri, 07 Jul 2000 17:57:16 +0100
67199      Branch: cfgperl
67200            ! pp_hot.c
67201 ____________________________________________________________________________
67202 [  6340] By: jhi                                   on 2000/07/11  15:55:47
67203         Log: Subject: Re: format bug report  [Patch]
67204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67205              Date: Wed, 05 Jul 2000 13:12:52 +0200
67206              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
67207              
67208              Subject: Re: format bug report  [Patch]
67209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67210              Date: Wed, 05 Jul 2000 14:10:01 +0200
67211              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
67212      Branch: cfgperl
67213            ! t/op/write.t toke.c
67214 ____________________________________________________________________________
67215 [  6339] By: jhi                                   on 2000/07/11  13:54:09
67216         Log: Be less forgiving about ambiguous and illegal tr ranges.
67217              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
67218              From: Mark-Jason Dominus <mjd@plover.com>
67219              Date: Tue, 04 Jul 2000 10:00:12 -0400
67220              Message-ID: <20000704140012.17772.qmail@plover.com>
67221              
67222              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
67223              From: Mark-Jason Dominus <mjd@plover.com>
67224              Date: Wed, 05 Jul 2000 09:37:36 -0400
67225              Message-ID: <20000705133736.27293.qmail@plover.com>
67226      Branch: cfgperl
67227            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
67228 ____________________________________________________________________________
67229 [  6338] By: jhi                                   on 2000/07/11  13:31:24
67230         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
67231              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67232              Date: Tue, 11 Jul 2000 13:50:51 +0100
67233              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
67234      Branch: cfgperl
67235            ! sv.c
67236 ____________________________________________________________________________
67237 [  6337] By: jhi                                   on 2000/07/11  13:29:14
67238         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
67239              From: Hugo <hv@crypt.compulink.co.uk>
67240              Date: Tue, 11 Jul 2000 12:44:50 +0100
67241              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
67242      Branch: cfgperl
67243            ! regexec.c t/op/re_tests
67244 ____________________________________________________________________________
67245 [  6336] By: jhi                                   on 2000/07/11  13:26:47
67246         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
67247              From: simon@brecon.co.uk (Simon Cozens)
67248              Date: 7 Jul 2000 11:26:09 GMT
67249              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
67250      Branch: cfgperl
67251            ! mg.c
67252 ____________________________________________________________________________
67253 [  6335] By: jhi                                   on 2000/07/11  13:23:37
67254         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
67255              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
67256              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
67257              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
67258      Branch: cfgperl
67259            + ext/DynaLoader/hints/netbsd.pl
67260            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
67261 ____________________________________________________________________________
67262 [  6334] By: jhi                                   on 2000/07/11  13:20:38
67263         Log: Subject: PATCH perlguts.pod: Document D and d magic types
67264              From: mjd@plover.com
67265              Date: 5 Jul 2000 18:01:51 -0000
67266              Message-ID: <20000705180151.29413.qmail@plover.com>
67267      Branch: cfgperl
67268            ! pod/perlguts.pod
67269 ____________________________________________________________________________
67270 [  6333] By: jhi                                   on 2000/07/11  13:15:51
67271         Log: Precedence goof, fix based on
67272              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
67273              From: Hugo <hv@crypt.compulink.co.uk>
67274              Date: Tue, 11 Jul 2000 12:52:38 +0100
67275              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
67276      Branch: cfgperl
67277            ! t/op/taint.t
67278 ____________________________________________________________________________
67279 [  6332] By: jhi                                   on 2000/07/11  12:40:17
67280         Log: Integrate with Sarathy.
67281      Branch: cfgperl
67282           !> win32/win32sck.c
67283 ____________________________________________________________________________
67284 [  6331] By: jhi                                   on 2000/07/10  20:14:16
67285         Log: Sprinkle ldlibpath.
67286      Branch: cfgperl
67287            ! pod/Makefile.SH
67288 ____________________________________________________________________________
67289 [  6330] By: jhi                                   on 2000/07/10  17:54:49
67290         Log: More POSIX.pod tweaks.
67291      Branch: cfgperl
67292            ! ext/POSIX/POSIX.pod
67293 ____________________________________________________________________________
67294 [  6329] By: jhi                                   on 2000/07/10  14:02:12
67295         Log: Reorder perl.pod once more.
67296      Branch: cfgperl
67297            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67298 ____________________________________________________________________________
67299 [  6328] By: gsar                                  on 2000/07/10  07:06:00
67300         Log: accept() leaks memory on windows due to incorrect ordering of
67301              closesocket() and fclose() calls
67302      Branch: perl
67303            ! win32/win32sck.c
67304 ____________________________________________________________________________
67305 [  6327] By: gsar                                  on 2000/07/10  06:49:17
67306         Log: winsock options weren't being set in all threads under ithreads
67307              (caused send()s from second and subsequent threads to fail)
67308      Branch: perl
67309            ! win32/win32sck.c
67310 ____________________________________________________________________________
67311 [  6326] By: jhi                                   on 2000/07/08  02:45:40
67312         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
67313              was cast to an unsigned (32-bit) integer with wild abandon.
67314      Branch: cfgperl
67315            ! ext/Devel/DProf/DProf.xs
67316 ____________________________________________________________________________
67317 [  6325] By: jhi                                   on 2000/07/07  18:50:33
67318         Log: Remove perlbook, update perlfaq book listing,
67319              rearrange perl.pod, regenerate perltoc.
67320      Branch: cfgperl
67321            - pod/perlbook.pod
67322            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
67323            ! pod/perlfaq2.pod pod/perltoc.pod
67324 ____________________________________________________________________________
67325 [  6324] By: jhi                                   on 2000/07/07  14:03:40
67326         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
67327      Branch: cfgperl
67328            ! sv.h toke.c
67329 ____________________________________________________________________________
67330 [  6323] By: jhi                                   on 2000/07/06  16:03:55
67331         Log: Fix complaints of buildtoc.
67332      Branch: cfgperl
67333            + lib/Win32.pod
67334            - pod/Win32.pod
67335            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67336 ____________________________________________________________________________
67337 [  6322] By: jhi                                   on 2000/07/06  15:15:52
67338         Log: Add =head1 NAMEs so that buildtoc is happy.
67339              (The CGI::Util nit reported to Lincoln.)
67340      Branch: cfgperl
67341            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
67342            ! pod/perltoc.pod
67343 ____________________________________________________________________________
67344 [  6321] By: jhi                                   on 2000/07/06  03:16:04
67345         Log: Config is being used.
67346      Branch: cfgperl
67347            ! t/op/method.t
67348 ____________________________________________________________________________
67349 [  6320] By: jhi                                   on 2000/07/06  03:13:13
67350         Log: Integrate with Sarathy.
67351      Branch: cfgperl
67352           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
67353 ____________________________________________________________________________
67354 [  6319] By: jhi                                   on 2000/07/06  03:11:46
67355         Log: Autogenerate pod/Makefile and pod/buildtoc.
67356              buildtoc also checks whether the existing pods are
67357              mentioned in MANIFEST and perl.pod, and vice versa.
67358              (None of the thusly found discrepancies fixed yet.)
67359              roffitall also needs to be autogenerated similarly but it
67360              seems so badly out of date that I didn't touch it yet.
67361      Branch: cfgperl
67362            + pod/Makefile.SH pod/buildtoc.PL
67363            - pod/Makefile pod/buildtoc
67364            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
67365 ____________________________________________________________________________
67366 [  6318] By: gsar                                  on 2000/07/05  22:10:54
67367         Log: fix UNC path handling on Windows under ithreads, and chdir()
67368              return value when given a non-existent directory
67369      Branch: perl
67370            ! win32/vdir.h
67371 ____________________________________________________________________________
67372 [  6317] By: gsar                                  on 2000/07/05  22:08:19
67373         Log: winsock cleanup never done on Windows (leads to handle leaks)
67374      Branch: perl
67375            ! win32/perllib.c win32/win32sck.c
67376 ____________________________________________________________________________
67377 [  6316] By: gsar                                  on 2000/07/05  22:06:19
67378         Log: some debugger output does not go to the socket when RemotePort is set
67379      Branch: perl
67380            ! lib/perl5db.pl
67381 ____________________________________________________________________________
67382 [  6315] By: jhi                                   on 2000/07/05  00:25:21
67383         Log: Integrate with Sarathy, preliminary fix for unicos
67384              alignment problems in [ID 20000612.002] Perl problem on Cray system.
67385      Branch: cfgperl
67386            ! sv.h
67387           !> pp_hot.c
67388 ____________________________________________________________________________
67389 [  6314] By: gsar                                  on 2000/07/04  23:34:02
67390         Log: tyop in change#6306
67391      Branch: perl
67392            ! pp_hot.c
67393 ____________________________________________________________________________
67394 [  6313] By: jhi                                   on 2000/07/04  22:14:38
67395         Log: Multiline string literals ENONPORTABLE.
67396      Branch: cfgperl
67397            ! pp_hot.c
67398 ____________________________________________________________________________
67399 [  6312] By: jhi                                   on 2000/07/04  20:34:44
67400         Log: Integrate with Sarathy.
67401      Branch: cfgperl
67402           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
67403           !> t/op/method.t
67404 ____________________________________________________________________________
67405 [  6311] By: jhi                                   on 2000/07/04  20:30:56
67406         Log: More POSIX.pod embellishment.
67407      Branch: cfgperl
67408            ! ext/POSIX/POSIX.pod
67409 ____________________________________________________________________________
67410 [  6310] By: gsar                                  on 2000/07/04  17:28:48
67411         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
67412      Branch: perl
67413            ! t/lib/b.t
67414 ____________________________________________________________________________
67415 [  6309] By: jhi                                   on 2000/07/04  17:22:18
67416         Log: The #6308 required a little bit more.
67417      Branch: cfgperl
67418            ! Makefile.SH win32/Makefile
67419 ____________________________________________________________________________
67420 [  6308] By: jhi                                   on 2000/07/04  16:35:24
67421         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
67422      Branch: cfgperl
67423            + lib/lib_pm.PL
67424            - lib/lib.pm.PL
67425            ! MANIFEST Makefile.SH
67426 ____________________________________________________________________________
67427 [  6307] By: jhi                                   on 2000/07/04  16:28:58
67428         Log: Win32 patches for cfgperl from Sarathy.
67429      Branch: cfgperl
67430            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
67431            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
67432            ! thread.h toke.c util.c win32/Makefile win32/win32.c
67433 ____________________________________________________________________________
67434 [  6306] By: gsar                                  on 2000/07/04  16:28:40
67435         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
67436              (from Richard Soderberg <rs@oregonnet.com>)
67437      Branch: perl
67438            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
67439 ____________________________________________________________________________
67440 [  6305] By: jhi                                   on 2000/07/04  16:24:24
67441         Log: Integrate with Sarathy.
67442      Branch: cfgperl
67443           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
67444           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67445           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
67446           !> proto.h win32/win32.c
67447 ____________________________________________________________________________
67448 [  6304] By: gsar                                  on 2000/07/04  16:17:24
67449         Log: missing perldiag entry for unpack("w",...) diagnostic (from
67450              Andreas Koenig)
67451      Branch: perl
67452            ! pod/perldiag.pod
67453 ____________________________________________________________________________
67454 [  6303] By: gsar                                  on 2000/07/04  16:14:44
67455         Log: remove rel2abs prototypes (from Barrie Slaymaker)
67456      Branch: perl
67457            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
67458            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
67459 ____________________________________________________________________________
67460 [  6302] By: gsar                                  on 2000/07/04  04:59:35
67461         Log: adjust change#6299
67462      Branch: perl
67463            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
67464            ! win32/win32.c
67465 ____________________________________________________________________________
67466 [  6301] By: jhi                                   on 2000/07/04  04:50:07
67467         Log: Integrate with Sarathy.
67468      Branch: cfgperl
67469           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
67470           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
67471           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
67472 ____________________________________________________________________________
67473 [  6300] By: gsar                                  on 2000/07/04  04:42:09
67474         Log: PERL_OBJECT build tweak
67475      Branch: perl
67476            ! perl.h
67477 ____________________________________________________________________________
67478 [  6299] By: gsar                                  on 2000/07/04  04:37:00
67479         Log: fix memory leak on Windows (PL_sys_intern contents were never
67480              freed)
67481      Branch: perl
67482            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
67483            ! perlapi.c proto.h win32/win32.c
67484 ____________________________________________________________________________
67485 [  6298] By: gsar                                  on 2000/07/04  04:15:59
67486         Log: fix large memory leak that has been around for ever, masked by
67487              -DPURIFY (most of the arenas were never freed!)
67488      Branch: perl
67489            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
67490 ____________________________________________________________________________
67491 [  6297] By: gsar                                  on 2000/07/04  04:07:46
67492         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
67493      Branch: perl
67494            ! perl.c
67495 ____________________________________________________________________________
67496 [  6296] By: jhi                                   on 2000/06/30  18:28:37
67497         Log: Elaborate POSIX.pod.  Still needs work.
67498      Branch: cfgperl
67499            ! ext/POSIX/POSIX.pod
67500 ____________________________________________________________________________
67501 [  6295] By: jhi                                   on 2000/06/30  14:58:18
67502         Log: Point to perlipc for more SysV IPC examples.
67503      Branch: cfgperl
67504            ! pod/perlfunc.pod
67505 ____________________________________________________________________________
67506 [  6294] By: gsar                                  on 2000/06/30  14:47:45
67507         Log: slurp mode fix in change#4736 still not quite right
67508      Branch: perl
67509            ! pp_hot.c t/io/argv.t
67510 ____________________________________________________________________________
67511 [  6293] By: jhi                                   on 2000/06/30  12:02:55
67512         Log: Integrate with Sarathy.
67513      Branch: cfgperl
67514           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
67515 ____________________________________________________________________________
67516 [  6292] By: jhi                                   on 2000/06/30  12:01:11
67517         Log: From: simon@brecon.co.uk (Simon Cozens)
67518              Subject: UTF8 concat
67519              Date: 30 Jun 2000 06:13:25 GMT
67520              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
67521      Branch: cfgperl
67522            ! pp_hot.c
67523 ____________________________________________________________________________
67524 [  6291] By: gsar                                  on 2000/06/30  04:37:33
67525         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
67526              when @_ is modified, causing coredumps
67527      Branch: perl
67528            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
67529 ____________________________________________________________________________
67530 [  6290] By: jhi                                   on 2000/06/30  02:21:44
67531         Log: Integrate with Sarathy.
67532      Branch: cfgperl
67533           !> vms/vms.c vms/vmsish.h
67534 ____________________________________________________________________________
67535 [  6289] By: jhi                                   on 2000/06/30  02:21:02
67536         Log: Check VERSIONs.
67537      Branch: cfgperl
67538            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
67539            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67540            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
67541 ____________________________________________________________________________
67542 [  6288] By: jhi                                   on 2000/06/30  02:18:52
67543         Log: Integrate with Sarathy.
67544      Branch: cfgperl
67545           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
67546           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
67547           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67548           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
67549 ____________________________________________________________________________
67550 [  6287] By: gsar                                  on 2000/06/30  02:17:08
67551         Log: integrate vmsperl changes into mainline
67552      Branch: perl
67553           !> vms/vms.c vms/vmsish.h
67554 ____________________________________________________________________________
67555 [  6285] By: gsar                                  on 2000/06/30  02:05:28
67556         Log: localize %INC in a Safe compartment so that use/require work
67557              (many other magic globals probably need similar treatment)
67558      Branch: perl
67559            ! ext/Opcode/Opcode.xs
67560 ____________________________________________________________________________
67561 [  6284] By: gsar                                  on 2000/06/30  01:54:54
67562         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
67563              about Windows
67564      Branch: perl
67565            ! pod/perlembed.pod
67566 ____________________________________________________________________________
67567 [  6283] By: jhi                                   on 2000/06/30  01:50:10
67568         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
67569              From: Barrie Slaymaker <barries@jester.slaysys.com>
67570              Date: Wed, 28 Jun 2000 11:35:29 -0400
67571              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
67572      Branch: perl
67573            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
67574            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67575            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67576            ! lib/File/Spec/Win32.pm
67577 ____________________________________________________________________________
67578 [  6282] By: jhi                                   on 2000/06/29  22:57:22
67579         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
67580              From: Dan Sugalski <dan@sidhe.org>
67581              Date: Tue, 06 Jun 2000 11:59:50 -0400
67582              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
67583      Branch: cfgperl
67584            ! vms/vms.c
67585 ____________________________________________________________________________
67586 [  6281] By: jhi                                   on 2000/06/29  22:52:50
67587         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
67588              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
67589              Date: Wed, 7 Jun 2000 04:02:04 -0500
67590              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
67591      Branch: cfgperl
67592            ! utils/h2xs.PL
67593 ____________________________________________________________________________
67594 [  6280] By: jhi                                   on 2000/06/29  22:45:47
67595         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
67596              From: rspier@pobox.com (Robert Spier)
67597              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
67598              Message-ID: <14654.31913.845602.610277@rls.cx>
67599      Branch: cfgperl
67600            ! utils/h2xs.PL
67601 ____________________________________________________________________________
67602 [  6279] By: jhi                                   on 2000/06/29  22:38:16
67603         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
67604              From: Tim Ayers <tayers@bridge.com>
67605              Date: Thu, 08 Jun 2000 08:11:06 +0200
67606              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
67607              [resent by Richard Foley, Message-Id probably wrong]
67608      Branch: cfgperl
67609            ! pod/perlsub.pod
67610 ____________________________________________________________________________
67611 [  6278] By: jhi                                   on 2000/06/29  22:21:45
67612         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
67613              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
67614              Date: Fri, 09 Jun 2000 12:39:27 -0400
67615              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
67616              (plus update the version "number" of Text::Wrap)
67617      Branch: cfgperl
67618            ! lib/Text/Wrap.pm
67619 ____________________________________________________________________________
67620 [  6277] By: jhi                                   on 2000/06/29  22:13:10
67621         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
67622              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67623              Date: Mon, 12 Jun 2000 14:55:59 +0100
67624              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
67625      Branch: cfgperl
67626            ! pod/perlfunc.pod
67627 ____________________________________________________________________________
67628 [  6276] By: jhi                                   on 2000/06/29  22:11:06
67629         Log: Subject: [PATCH] Re: eval documentation: context
67630              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67631              Date: Mon, 12 Jun 2000 15:07:29 +0100
67632              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
67633      Branch: cfgperl
67634            ! pod/perlfunc.pod
67635 ____________________________________________________________________________
67636 [  6275] By: jhi                                   on 2000/06/29  21:59:46
67637         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
67638              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
67639              Date: Tue, 13 Jun 2000 02:43:48 -0500
67640              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
67641      Branch: cfgperl
67642            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
67643 ____________________________________________________________________________
67644 [  6274] By: jhi                                   on 2000/06/29  21:56:14
67645         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
67646              From: Andy Dougherty <doughera@lafayette.edu>
67647              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
67648              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
67649      Branch: cfgperl
67650            ! ext/File/Glob/Glob.pm
67651 ____________________________________________________________________________
67652 [  6273] By: jhi                                   on 2000/06/29  21:49:09
67653         Log: Subject: [PATCH] xsub attributes
67654              From: Doug MacEachern <dougm@covalent.net>
67655              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
67656              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
67657      Branch: cfgperl
67658            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
67659            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
67660 ____________________________________________________________________________
67661 [  6272] By: jhi                                   on 2000/06/29  21:41:28
67662         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
67663              From: Tom Phoenix <rootbeer@redcat.com>
67664              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
67665              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
67666      Branch: cfgperl
67667            ! lib/Net/Ping.pm
67668 ____________________________________________________________________________
67669 [  6271] By: jhi                                   on 2000/06/29  21:36:55
67670         Log: Subject: PATCH pod/perltie.pod
67671              From: Ian Phillipps <Ian.Phillipps@iname.com>
67672              Date: Fri, 16 Jun 2000 00:17:19 +0100
67673              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
67674              (only the first hunk, the second hunk had already been done
67675              by some other patch)
67676      Branch: cfgperl
67677            ! pod/perltie.pod
67678 ____________________________________________________________________________
67679 [  6270] By: jhi                                   on 2000/06/29  21:24:51
67680         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
67681              From: Nicholas Clark <nick@talking.bollo.cx>
67682              Date: Fri, 23 Jun 2000 16:21:15 +0100
67683              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
67684      Branch: cfgperl
67685            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
67686            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
67687 ____________________________________________________________________________
67688 [  6269] By: jhi                                   on 2000/06/29  19:38:15
67689         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
67690              silence few compiler warnings.
67691      Branch: cfgperl
67692            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
67693 ____________________________________________________________________________
67694 [  6268] By: jhi                                   on 2000/06/29  18:21:50
67695         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
67696              From: Dominic Dunlop <domo@computer.org> 
67697              Date: Thu, 29 Jun 2000 12:32:39 +0200 
67698              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
67699      Branch: cfgperl
67700            ! t/op/sprintf.t
67701 ____________________________________________________________________________
67702 [  6267] By: jhi                                   on 2000/06/29  18:16:07
67703         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
67704              From: Doug MacEachern <dougm@covalent.net>
67705              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
67706              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
67707      Branch: cfgperl
67708            + t/op/method2entersub.t
67709            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
67710            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67711            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
67712            ! xsutils.c
67713 ____________________________________________________________________________
67714 [  6266] By: jhi                                   on 2000/06/29  15:11:15
67715         Log: Subject: [PATCH 5.6.0] cygwin port
67716              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
67717              From: "Fifer, Eric" <EFifer@sanwaint.com>
67718              Date: Thu, 29 Jun 2000 12:58:29 +0100
67719      Branch: cfgperl
67720            ! cygwin/Makefile.SHs
67721 ____________________________________________________________________________
67722 [  6265] By: jhi                                   on 2000/06/29  15:04:05
67723         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
67724              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67725              Date: Wed, 28 Jun 2000 17:50:12 -0700
67726              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
67727      Branch: cfgperl
67728            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
67729 ____________________________________________________________________________
67730 [  6264] By: jhi                                   on 2000/06/29  15:00:57
67731         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
67732              From: Marty Lucich <marty@netcom.com>
67733              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
67734              Message-Id: <200006282116.OAA11148@netcom.com>
67735              ccdlflags update (the BSD/OS 4.1 part had already been taken
67736              care of by #6141).
67737      Branch: cfgperl
67738            ! hints/bsdos.sh
67739 ____________________________________________________________________________
67740 [  6263] By: jhi                                   on 2000/06/29  13:47:44
67741         Log: tr fixes from Simon Cozens
67742      Branch: cfgperl
67743            ! doop.c
67744 ____________________________________________________________________________
67745 [  6262] By: jhi                                   on 2000/06/28  18:46:01
67746         Log: Subject: 5.6.0 Patch for EPOC
67747              From: Olaf Flebbe <o.flebbe@gmx.de>
67748              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
67749              Message-ID: <23449.960929969@www11.gmx.net>
67750      Branch: cfgperl
67751            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
67752            ! epoc/epocish.h
67753 ____________________________________________________________________________
67754 [  6261] By: jhi                                   on 2000/06/28  18:29:07
67755         Log: Subject: Re: [PATCH cfgperl] BOMs away!
67756              From: simon@brecon.co.uk (Simon Cozens)
67757              Date: 17 Jun 2000 11:49:57 GMT
67758              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
67759      Branch: cfgperl
67760            ! pod/perldiag.pod t/comp/require.t toke.c
67761 ____________________________________________________________________________
67762 [  6260] By: jhi                                   on 2000/06/28  17:47:16
67763         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
67764              From: simon@brecon.co.uk (Simon Cozens) 
67765              Date: 17 Jun 2000 11:56:44 GMT 
67766              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
67767              pack U0, pack C0
67768      Branch: cfgperl
67769            ! pod/perlfunc.pod pp.c t/op/pack.t
67770 ____________________________________________________________________________
67771 [  6259] By: jhi                                   on 2000/06/28  16:43:17
67772         Log: perlnewmod was missing from MANIFEST.
67773      Branch: cfgperl
67774            ! MANIFEST
67775 ____________________________________________________________________________
67776 [  6258] By: jhi                                   on 2000/06/28  15:54:30
67777         Log: linenumber tweak
67778      Branch: cfgperl
67779            ! t/pragma/warn/regcomp
67780 ____________________________________________________________________________
67781 [  6257] By: jhi                                   on 2000/06/28  15:50:44
67782         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
67783              From: Doug MacEachern <dougm@covalent.net>
67784              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
67785              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
67786              (one part of the patch had been applied earlier)
67787      Branch: cfgperl
67788            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
67789 ____________________________________________________________________________
67790 [  6256] By: jhi                                   on 2000/06/28  15:40:22
67791         Log: tweaks from Simon Cozens to further fix tr/// under utf8
67792      Branch: cfgperl
67793            ! doop.c
67794 ____________________________________________________________________________
67795 [  6255] By: jhi                                   on 2000/06/28  15:33:45
67796         Log: small thinko tweaks
67797      Branch: cfgperl
67798            ! lib/IPC/Open3.pm t/op/my_stash.t
67799 ____________________________________________________________________________
67800 [  6254] By: jhi                                   on 2000/06/28  15:33:25
67801         Log: Subject: tr///, help wanted.
67802              From: simon@brecon.co.uk (Simon Cozens)
67803              Date: 28 Jun 2000 11:29:04 GMT
67804              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
67805      Branch: cfgperl
67806            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
67807            ! pp_proto.h proto.h t/op/tr.t
67808 ____________________________________________________________________________
67809 [  6253] By: jhi                                   on 2000/06/28  15:09:17
67810         Log: Paranoia tweak on #6249.
67811              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
67812              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
67813              Date: Sun, 25 Jun 2000 23:43:12 -0400
67814              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
67815      Branch: cfgperl
67816            ! lib/IPC/Open3.pm
67817 ____________________________________________________________________________
67818 [  6252] By: jhi                                   on 2000/06/28  15:01:38
67819         Log: Document #6249 and #6251.
67820      Branch: cfgperl
67821            ! lib/Exporter.pm lib/IPC/Open3.pm
67822 ____________________________________________________________________________
67823 [  6251] By: jhi                                   on 2000/06/28  14:50:43
67824         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
67825              From: Doug MacEachern <dougm@covalent.net>
67826              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
67827              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
67828      Branch: cfgperl
67829            ! lib/Exporter.pm
67830 ____________________________________________________________________________
67831 [  6250] By: jhi                                   on 2000/06/28  14:45:23
67832         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
67833              From: Doug MacEachern <dougm@covalent.net>
67834              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
67835              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
67836      Branch: cfgperl
67837            + t/op/my_stash.t
67838            ! MANIFEST embed.pl global.sym proto.h toke.c
67839 ____________________________________________________________________________
67840 [  6249] By: jhi                                   on 2000/06/28  14:36:34
67841         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
67842              From: Frank Tobin <ftobin@uiuc.edu>
67843              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
67844              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
67845      Branch: cfgperl
67846            ! lib/IPC/Open3.pm
67847 ____________________________________________________________________________
67848 [  6248] By: jhi                                   on 2000/06/28  14:11:25
67849         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
67850              From: Mark-Jason Dominus <mjd@plover.com>
67851              Date: Tue, 27 Jun 2000 22:36:42 -0400
67852              Message-ID: <20000628023642.12166.qmail@plover.com>
67853      Branch: cfgperl
67854            ! pod/perlfunc.pod
67855 ____________________________________________________________________________
67856 [  6247] By: jhi                                   on 2000/06/27  12:46:37
67857         Log: Tweak $VERSION, patch from Doug MacEachern.
67858      Branch: cfgperl
67859            ! lib/File/Spec.pm
67860 ____________________________________________________________________________
67861 [  6246] By: jhi                                   on 2000/06/27  03:34:46
67862         Log: Allow for standalone testing.
67863      Branch: cfgperl
67864            ! t/lib/filefunc.t t/lib/filespec.t
67865 ____________________________________________________________________________
67866 [  6245] By: jhi                                   on 2000/06/27  02:50:02
67867         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
67868              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
67869              Date: Sat, 24 Jun 2000 13:06:20 +0100
67870              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
67871      Branch: cfgperl
67872            ! ext/DynaLoader/DynaLoader_pm.PL
67873 ____________________________________________________________________________
67874 [  6244] By: jhi                                   on 2000/06/27  02:46:10
67875         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
67876              From: Doug MacEachern <dougm@covalent.net>
67877              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
67878              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
67879      Branch: cfgperl
67880            ! gv.c sv.c t/lib/peek.t
67881 ____________________________________________________________________________
67882 [  6243] By: jhi                                   on 2000/06/27  02:38:07
67883         Log: Subject: [PATCH] is_utf8_string
67884              From: simon@brecon.co.uk (Simon Cozens)
67885              Date: 26 Jun 2000 02:25:59 GMT
67886              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
67887      Branch: cfgperl
67888            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
67889            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
67890            ! proto.h utf8.c
67891 ____________________________________________________________________________
67892 [  6242] By: jhi                                   on 2000/06/27  02:24:00
67893         Log: Subject: [PATCH] bytes<->utf8 fixes
67894              From: simon@brecon.co.uk (Simon Cozens)
67895              Date: 26 Jun 2000 04:55:45 GMT
67896              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
67897      Branch: cfgperl
67898            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
67899 ____________________________________________________________________________
67900 [  6241] By: jhi                                   on 2000/06/27  02:12:42
67901         Log: Do no -warn on \_, only on \alpha.
67902              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
67903              From: David Dyck <dcd@tc.fluke.com>
67904              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
67905              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
67906      Branch: cfgperl
67907            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
67908 ____________________________________________________________________________
67909 [  6240] By: jhi                                   on 2000/06/27  02:00:01
67910         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
67911              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
67912              Date: Mon, 26 Jun 2000 18:40:14 +0100
67913              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
67914      Branch: cfgperl
67915            ! utils/h2xs.PL
67916 ____________________________________________________________________________
67917 [  6239] By: jhi                                   on 2000/06/27  01:53:40
67918         Log: Configure maintenance.  Sever some dependency cycles,
67919              separate gccversion from the cc unit,
67920              address [ID 20000623.006] Configure script patch for using gcc on AIX
67921              (but solve it a little bit differently),
67922              unduplex some accidentally duplicated units,
67923              suggest using gcc if no cc available
67924              (p5p thread: "Solaris configure: counterproposal", 1999-09)
67925      Branch: cfgperl
67926            ! Configure Todo-5.6 config_h.SH
67927      Branch: metaconfig
67928            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
67929            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
67930      Branch: metaconfig/U/perl
67931            + gccvers.U
67932            ! d_getespwnam.U d_getprpwnam.U i_prot.U
67933 ____________________________________________________________________________
67934 [  6238] By: jhi                                   on 2000/06/25  18:04:56
67935         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
67936              From: Dan Sugalski <dan@sidhe.org>
67937              Date: Fri, 23 Jun 2000 17:00:00 -0400
67938              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
67939      Branch: cfgperl
67940            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
67941 ____________________________________________________________________________
67942 [  6237] By: jhi                                   on 2000/06/25  16:36:45
67943         Log: Tweak embed.pl, regen headers.
67944      Branch: cfgperl
67945            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
67946            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
67947            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
67948            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
67949            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
67950 ____________________________________________________________________________
67951 [  6236] By: jhi                                   on 2000/06/25  15:26:42
67952         Log: Regen headers.
67953      Branch: cfgperl
67954            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
67955            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
67956            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
67957            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
67958            ! regnodes.h warnings.h
67959 ____________________________________________________________________________
67960 [  6235] By: jhi                                   on 2000/06/23  19:39:35
67961         Log: The thread begun by
67962              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
67963              From: Kevin.Ruscoe@ubsw.com
67964              Date: Fri, 16 Jun 2000 16:38:51 +0100
67965              Message-Id: <H000019b03c300d6@MHS>
67966      Branch: cfgperl
67967            ! hints/solaris_2.sh
67968 ____________________________________________________________________________
67969 [  6234] By: jhi                                   on 2000/06/23  19:23:36
67970         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
67971              because when run as services (Win32ese for daemons)
67972              no environment variables are set and tmpdir ends up as /tmp,
67973              which is ambiguous.
67974              
67975              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
67976              From: matt@sergeant.org
67977              Date: 16 Jun 2000 16:30:43 -0000
67978              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
67979      Branch: cfgperl
67980            ! lib/File/Spec/Win32.pm
67981 ____________________________________________________________________________
67982 [  6233] By: jhi                                   on 2000/06/23  19:18:58
67983         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
67984              From: Mark-Jason Dominus <mjd@plover.com>
67985              Date: Fri, 16 Jun 2000 20:53:04 -0400
67986              Message-ID: <20000617005304.8008.qmail@plover.com>
67987      Branch: cfgperl
67988            ! op.h
67989 ____________________________________________________________________________
67990 [  6232] By: jhi                                   on 2000/06/23  16:10:02
67991         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
67992              From: simon@brecon.co.uk (Simon Cozens)
67993              Date: 19 Jun 2000 15:18:27 GMT
67994              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
67995              
67996              plus update pod/Makefile and regenerate perltoc
67997      Branch: cfgperl
67998            + pod/perlutil.pod
67999            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
68000 ____________________________________________________________________________
68001 [  6231] By: jhi                                   on 2000/06/23  15:19:18
68002         Log: Subject: [PATCH 5.6.0] cygwin port
68003              From: "Fifer, Eric" <EFifer@sanwaint.com>
68004              Date: Tue, 20 Jun 2000 14:30:58 +0100
68005              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
68006      Branch: cfgperl
68007            ! README.cygwin lib/File/Find.pm
68008 ____________________________________________________________________________
68009 [  6230] By: jhi                                   on 2000/06/23  14:25:21
68010         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
68011      Branch: cfgperl
68012            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
68013            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
68014            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
68015            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
68016 ____________________________________________________________________________
68017 [  6229] By: jhi                                   on 2000/06/23  14:13:34
68018         Log: Subject: README.hpux version 0.6.1
68019              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
68020              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
68021              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
68022      Branch: cfgperl
68023            ! README.hpux
68024 ____________________________________________________________________________
68025 [  6228] By: jhi                                   on 2000/06/23  14:07:20
68026         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
68027              From: Doug MacEachern <dougm@covalent.net>
68028              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
68029              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
68030      Branch: cfgperl
68031            ! op.c
68032 ____________________________________________________________________________
68033 [  6227] By: jhi                                   on 2000/06/23  14:01:06
68034         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
68035              From: Doug MacEachern <dougm@covalent.net>
68036              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
68037              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
68038      Branch: cfgperl
68039            + lib/lib.pm.PL
68040            - lib/lib.pm
68041            ! MANIFEST Makefile.SH
68042 ____________________________________________________________________________
68043 [  6226] By: jhi                                   on 2000/06/23  13:53:07
68044         Log: Subject: [PATCH] remove forward declarations in Socket.pm
68045              From: Doug MacEachern <dougm@covalent.net>
68046              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
68047              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
68048              
68049              From: Doug MacEachern <dougm@covalent.net>
68050              Subject: Re: [PATCH] remove forward declarations in Socket.pm
68051              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
68052              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
68053      Branch: cfgperl
68054            ! ext/Socket/Socket.pm op.c
68055 ____________________________________________________________________________
68056 [  6225] By: jhi                                   on 2000/06/23  13:41:52
68057         Log: Add source code filenames to apidoc.
68058              From: simon@brecon.co.uk (Simon Cozens)
68059              Subject: [PATCH embed.pl] Source X-ref
68060              Date: 22 Jun 2000 02:18:49 GMT
68061              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
68062      Branch: cfgperl
68063            ! embed.pl
68064 ____________________________________________________________________________
68065 [  6224] By: jhi                                   on 2000/06/23  13:32:33
68066         Log: A way to avoid English.pm performance hit.
68067              From: root <root@jester.slaysys.com>
68068              Subject: [YAPATCH English.pm] My turn to putt again
68069              Date: Thu, 22 Jun 2000 20:33:58 -0400
68070              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
68071      Branch: cfgperl
68072            ! lib/English.pm t/lib/english.t
68073 ____________________________________________________________________________
68074 [  6223] By: jhi                                   on 2000/06/23  13:27:06
68075         Log: Avoid double close().
68076              Subject: [PATCH] avoid double close()
68077              From: Doug MacEachern <dougm@covalent.net>
68078              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
68079              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
68080      Branch: cfgperl
68081            ! doio.c
68082 ____________________________________________________________________________
68083 [  6222] By: jhi                                   on 2000/06/23  13:25:54
68084         Log: doc typo fix
68085              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
68086              From: Ian Phillipps <Ian.Phillipps@iname.com>
68087              Date: Fri, 23 Jun 2000 10:40:58 +0100
68088              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
68089      Branch: cfgperl
68090            ! lib/Pod/Usage.pm
68091 ____________________________________________________________________________
68092 [  6221] By: jhi                                   on 2000/06/23  13:24:15
68093         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
68094              From: simon@brecon.co.uk (Simon Cozens)
68095              Subject: [PATCH] Eliminate tr///[CU][CU]
68096              Date: 23 Jun 2000 11:05:40 GMT
68097              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
68098      Branch: cfgperl
68099            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
68100 ____________________________________________________________________________
68101 [  6220] By: jhi                                   on 2000/06/22  16:07:51
68102         Log: Win32 patches from Benjamin Stuhl.
68103      Branch: cfgperl
68104            ! makedef.pl win32/win32.h
68105 ____________________________________________________________________________
68106 [  6219] By: jhi                                   on 2000/06/22  16:06:34
68107         Log: Bytecode patches from Benjamin Stuhl.
68108      Branch: cfgperl
68109            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
68110            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
68111            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
68112 ____________________________________________________________________________
68113 [  6218] By: jhi                                   on 2000/06/15  23:54:16
68114         Log: Bytecode patches from Benjamin Stuhl.
68115      Branch: cfgperl
68116            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
68117 ____________________________________________________________________________
68118 [  6217] By: jhi                                   on 2000/06/09  13:38:29
68119         Log: Rename the fdpid locking and integrate with Sarathy.
68120      Branch: cfgperl
68121            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
68122            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
68123            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
68124            ! win32/win32.c
68125           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
68126 ____________________________________________________________________________
68127 [  6216] By: gsar                                  on 2000/06/08  14:54:21
68128         Log: be more optimal about clearing @_
68129      Branch: perl
68130            ! cop.h
68131 ____________________________________________________________________________
68132 [  6215] By: gsar                                  on 2000/06/08  14:33:04
68133         Log: tweak comment about @DB::args
68134      Branch: perl
68135            ! av.h pp_ctl.c
68136 ____________________________________________________________________________
68137 [  6214] By: gsar                                  on 2000/06/08  13:57:54
68138         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
68139              caller() wants to populate @DB::args with it (causes a coredump
68140              in Carp::confess())
68141      Branch: perl
68142            ! cop.h t/op/runlevel.t
68143 ____________________________________________________________________________
68144 [  6213] By: gsar                                  on 2000/06/08  07:06:35
68145         Log: back out change#6106 (seems problematic)
68146      Branch: perl
68147            ! hints/solaris_2.sh
68148 ____________________________________________________________________________
68149 [  6212] By: jhi                                   on 2000/06/07  03:10:36
68150         Log: Continuing mopup for #6204.
68151      Branch: cfgperl
68152            ! ext/B/defsubs_h.PL
68153 ____________________________________________________________________________
68154 [  6211] By: jhi                                   on 2000/06/07  02:41:50
68155         Log: Mopup for #6204.
68156              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
68157              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
68158              This is comes from const() where POK isn't on when expected.
68159      Branch: cfgperl
68160            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
68161            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
68162            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
68163            ! perlapi.h pod/perlapi.pod
68164 ____________________________________________________________________________
68165 [  6210] By: jhi                                   on 2000/06/07  01:56:29
68166         Log: Mopup for #6207 and #6209.
68167      Branch: cfgperl
68168            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
68169 ____________________________________________________________________________
68170 [  6209] By: jhi                                   on 2000/06/07  01:33:12
68171         Log: Lock PL_fdpid against race conditions, based on:
68172              Subject: [PATCH 5.6.0]subprocess fixup for threads
68173              From: Dan Sugalski <dan@sidhe.org>
68174              To: perl5-porters@perl.org
68175              Date: Tue, 11 Apr 2000 17:02:32 -0400
68176              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
68177      Branch: cfgperl
68178            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
68179            ! win32/win32.c
68180 ____________________________________________________________________________
68181 [  6208] By: jhi                                   on 2000/06/07  01:05:23
68182         Log: Regen headers for #6207.
68183      Branch: cfgperl
68184            ! embed.h global.sym objXSUB.h proto.h
68185 ____________________________________________________________________________
68186 [  6207] By: jhi                                   on 2000/06/06  23:43:13
68187         Log: Subject: [PATCH 5.6.0] Threadsafe patches
68188              From: Dan Sugalski <dan@sidhe.org>
68189              To: perl5-porters@perl.org
68190              Date: Mon, 08 May 2000 18:08:13 -0400
68191              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
68192      Branch: cfgperl
68193            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
68194            ! proto.h sv.h util.c
68195 ____________________________________________________________________________
68196 [  6206] By: jhi                                   on 2000/06/06  23:21:23
68197         Log: Subject: [PATCH] Eliminate $a/$b in pod
68198              From: David Glasser <me@davidglasser.net>
68199              To: perl5-porters@perl.org
68200              Date: Mon, 29 May 2000 21:15:59 -0400
68201              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
68202      Branch: cfgperl
68203            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
68204            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
68205            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
68206            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
68207            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
68208            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
68209            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
68210            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
68211            ! pod/perlvar.pod pod/perlxs.pod
68212 ____________________________________________________________________________
68213 [  6205] By: jhi                                   on 2000/06/06  23:12:14
68214         Log: Subject: [PATCH] Win32 improvements
68215              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
68216              To: gsar@activestate.com, perl5-porters@perl.org
68217              Date: Mon, 29 May 2000 17:22:24 PDT
68218              Message-ID: <20000530002224.91142.qmail@hotmail.com>
68219              (MUA had mangled many lines by wordwrapping)
68220      Branch: cfgperl
68221            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
68222 ____________________________________________________________________________
68223 [  6204] By: jhi                                   on 2000/06/06  23:01:50
68224         Log: Subject: [PATCH] B::Bytecode patches
68225              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
68226              To: gsar@activestate.com, jhi@iki.fi
68227              Cc: perl5-porters@perl.org
68228              Message-ID: <20000602202526.48694.qmail@hotmail.com>
68229              (MUA had mangled many lines by wordwrapping)
68230      Branch: cfgperl
68231            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
68232            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
68233            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
68234            ! intrpvar.h perl.c
68235 ____________________________________________________________________________
68236 [  6203] By: jhi                                   on 2000/06/06  22:32:43
68237         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
68238              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68239              Date: Tue, 06 Jun 2000 13:07:45 -0700
68240              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
68241      Branch: cfgperl
68242            ! pod/perldiag.pod
68243 ____________________________________________________________________________
68244 [  6202] By: jhi                                   on 2000/06/06  19:38:35
68245         Log: Integrate with Sarathy.
68246      Branch: cfgperl
68247           !> perl.c
68248 ____________________________________________________________________________
68249 [  6201] By: gsar                                  on 2000/06/06  00:42:59
68250         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
68251              does a PUSHMARK that's never ever POPMARKed; in general, only
68252              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
68253              Perl_eval_[sp]v() don't because they don't take any incoming
68254              arguments (this leak has been around since the original version
68255              of perl_eval_pv() in 5.003_97e)
68256      Branch: perl
68257            ! perl.c
68258 ____________________________________________________________________________
68259 [  6200] By: jhi                                   on 2000/06/04  03:44:52
68260         Log: Update to cperl-mode.el 4.31 from
68261              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
68262              Subject: A couple of notes
68263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68264              To: Mailing list Perl5 <perl5-porters@perl.org>
68265              Date: Sat, 3 Jun 2000 23:33:32 -0400
68266              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
68267      Branch: cfgperl
68268            ! emacs/cperl-mode.el
68269 ____________________________________________________________________________
68270 [  6199] By: jhi                                   on 2000/06/03  15:11:05
68271         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
68272              From: Dan Sugalski <dan@sidhe.org>
68273              To: perl5-porters@perl.org, vmsperl@perl.org
68274              Date: Fri, 02 Jun 2000 17:30:51 -0400
68275              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
68276      Branch: cfgperl
68277            ! vms/descrip_mms.template vms/gen_shrfls.pl
68278 ____________________________________________________________________________
68279 [  6198] By: jhi                                   on 2000/06/03  14:59:15
68280         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
68281              From: Dan Sugalski <dan@sidhe.org>
68282              To: vmsperl@perl.org, perl5-porters@perl.org
68283              Date: Fri, 02 Jun 2000 16:00:41 -0400
68284              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
68285              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
68286      Branch: cfgperl
68287            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
68288            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
68289            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
68290 ____________________________________________________________________________
68291 [  6197] By: jhi                                   on 2000/06/03  14:41:30
68292         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
68293              From: John Borwick <jhborwic@unity.ncsu.edu>
68294              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
68295              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
68296      Branch: cfgperl
68297            ! pod/perlsyn.pod
68298 ____________________________________________________________________________
68299 [  6196] By: jhi                                   on 2000/06/03  14:38:09
68300         Log: Integrate with Sarathy.
68301      Branch: cfgperl
68302           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
68303           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
68304           !> vms/perly_c.vms
68305 ____________________________________________________________________________
68306 [  6195] By: gsar                                  on 2000/06/02  22:43:13
68307         Log: fix yet another eval"" leak under USE_ITHREADS
68308      Branch: perl
68309            ! op.c
68310 ____________________________________________________________________________
68311 [  6194] By: gsar                                  on 2000/06/02  18:22:06
68312         Log: fix small eval"" memory leaks under USE_ITHREADS
68313      Branch: perl
68314            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
68315            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
68316            ! vms/perly_c.vms
68317 ____________________________________________________________________________
68318 [  6193] By: jhi                                   on 2000/06/01  13:03:56
68319         Log: Signals-be-gone for microperl.
68320      Branch: cfgperl
68321            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
68322 ____________________________________________________________________________
68323 [  6192] By: jhi                                   on 2000/06/01  12:52:02
68324         Log: Integrate with Sarathy.
68325      Branch: cfgperl
68326           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
68327           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
68328           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
68329           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
68330           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
68331           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
68332           !> t/op/vec.t utils/h2xs.PL
68333 ____________________________________________________________________________
68334 [  6191] By: gsar                                  on 2000/06/01  09:38:21
68335         Log: vec() loses numericalness (modified version of patch suggested
68336              by Robin Barker)
68337      Branch: perl
68338            ! doop.c t/op/vec.t
68339 ____________________________________________________________________________
68340 [  6190] By: gsar                                  on 2000/06/01  09:26:15
68341         Log: submit missing embed.pl change
68342      Branch: perl
68343            ! embed.pl
68344 ____________________________________________________________________________
68345 [  6189] By: gsar                                  on 2000/06/01  09:05:34
68346         Log: counting tr/// corrupts later operation (from M.J.T Guy)
68347      Branch: perl
68348            ! doop.c t/op/tr.t
68349 ____________________________________________________________________________
68350 [  6188] By: gsar                                  on 2000/06/01  08:58:39
68351         Log: h2xs tweaks
68352      Branch: perl
68353            ! utils/h2xs.PL
68354 ____________________________________________________________________________
68355 [  6187] By: gsar                                  on 2000/06/01  08:50:07
68356         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
68357              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
68358      Branch: perl
68359            + lib/Pod/LaTeX.pm
68360            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
68361            ! pod/pod2latex.PL
68362 ____________________________________________________________________________
68363 [  6186] By: gsar                                  on 2000/06/01  08:24:40
68364         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
68365              <wolfgang.laun@alcatel.at>)
68366      Branch: perl
68367            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
68368            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
68369 ____________________________________________________________________________
68370 [  6185] By: gsar                                  on 2000/06/01  08:12:00
68371         Log: remove incorrect documentation about implicit split to @_ in
68372              list context, which never really worked in perl 5 (from
68373              M.J.T. Guy)
68374      Branch: perl
68375            ! pod/perlfunc.pod pod/perltrap.pod
68376 ____________________________________________________________________________
68377 [  6184] By: gsar                                  on 2000/06/01  07:52:27
68378         Log: tweak for change#6127
68379      Branch: perl
68380            ! perl.c
68381 ____________________________________________________________________________
68382 [  6183] By: gsar                                  on 2000/06/01  07:41:02
68383         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
68384              <nick@ccl4.org>)
68385      Branch: perl
68386            + t/lib/selfloader.t
68387            ! MANIFEST lib/SelfLoader.pm
68388 ____________________________________________________________________________
68389 [  6182] By: jhi                                   on 2000/06/01  00:34:42
68390         Log: Be Cleaner Part Deux.
68391      Branch: cfgperl
68392            ! Makefile.SH
68393 ____________________________________________________________________________
68394 [  6181] By: jhi                                   on 2000/06/01  00:32:09
68395         Log: Integrate with Sarathy.
68396      Branch: cfgperl
68397           !> pp.c t/op/arith.t
68398 ____________________________________________________________________________
68399 [  6180] By: jhi                                   on 2000/06/01  00:31:13
68400         Log: microperl nits from Simon Cozens.
68401      Branch: cfgperl
68402            + uconfig.h
68403            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
68404            ! unixish.h
68405 ____________________________________________________________________________
68406 [  6179] By: gsar                                  on 2000/05/31  22:37:51
68407         Log: buggy modulus on UVs introduced by change#3378 (resulted in
68408              4063328477 % 65535 amounting to 27406, instead of 27407)
68409      Branch: perl
68410            ! pp.c t/op/arith.t
68411 ____________________________________________________________________________
68412 [  6178] By: jhi                                   on 2000/05/31  21:52:41
68413         Log: Be cleaner.
68414      Branch: cfgperl
68415            ! Makefile.SH
68416 ____________________________________________________________________________
68417 [  6177] By: jhi                                   on 2000/05/31  21:47:33
68418         Log: Substitution utf8 patch from Simon Cozens.
68419      Branch: cfgperl
68420            ! pp_hot.c
68421 ____________________________________________________________________________
68422 [  6176] By: jhi                                   on 2000/05/31  21:45:34
68423         Log: Single-quoted utf8 patch from Simon Cozens.
68424      Branch: cfgperl
68425            ! toke.c
68426 ____________________________________________________________________________
68427 [  6175] By: jhi                                   on 2000/05/31  21:40:18
68428         Log: Integrate with Sarathy.
68429      Branch: cfgperl
68430           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
68431 ____________________________________________________________________________
68432 [  6174] By: jhi                                   on 2000/05/31  21:37:31
68433         Log: microperl changes from Simon Cozens; Makefile for microperl
68434              written from scratch; few casts added as microperl compilation
68435              doesn't have all prototypes available.
68436      Branch: cfgperl
68437            + Makefile.micro README.micro Todo.micro uconfig.sh
68438            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
68439            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
68440      Branch: metaconfig
68441            + U/modified/Config_h.U
68442 ____________________________________________________________________________
68443 [  6173] By: jhi                                   on 2000/05/31  20:00:24
68444         Log: metaconfig maintenance.
68445      Branch: metaconfig
68446            + U/modified/Inhdr.U U/typedefs/inotype.U
68447      Branch: metaconfig/U/perl
68448            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
68449            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
68450 ____________________________________________________________________________
68451 [  6172] By: gsar                                  on 2000/05/31  05:05:42
68452         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
68453              (from Ilya Zakharevich)
68454      Branch: perl
68455            ! regexec.c t/op/re_tests
68456 ____________________________________________________________________________
68457 [  6171] By: gsar                                  on 2000/05/31  05:01:47
68458         Log: scalar() doesn't force scalar context when used in void context
68459              (from Simon Cozens)
68460      Branch: perl
68461            ! op.c t/op/wantarray.t
68462 ____________________________________________________________________________
68463 [  6170] By: gsar                                  on 2000/05/31  04:41:33
68464         Log: change#6142 needs tweaks to tests to work where there's no symlink()
68465              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
68466      Branch: perl
68467            ! t/lib/filefind.t
68468 ____________________________________________________________________________
68469 [  6169] By: gsar                                  on 2000/05/31  04:29:49
68470         Log: integrate cfgperl contents into mainline
68471      Branch: perl
68472           +> pod/perlmodlib.PL pod/perlnewmod.pod
68473           !> (integrate 42 files)
68474 ____________________________________________________________________________
68475 [  6168] By: jhi                                   on 2000/05/30  22:53:37
68476         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
68477      Branch: cfgperl
68478            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68479            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
68480            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
68481            ! win32/config.bc win32/config.gc win32/config.vc
68482            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68483            ! win32/config_h.PL win32/config_sh.PL
68484      Branch: metaconfig/U/perl
68485            ! perlxv.U
68486 ____________________________________________________________________________
68487 [  6167] By: jhi                                   on 2000/05/30  22:20:21
68488         Log: tweak todo 
68489      Branch: cfgperl
68490            ! Todo-5.6
68491 ____________________________________________________________________________
68492 [  6166] By: jhi                                   on 2000/05/30  22:11:51
68493         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
68494              in case somebody wants to write an extension for more
68495              shadow database interfaces.
68496      Branch: cfgperl
68497            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68498            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
68499            ! vos/config.def vos/config.h vos/config_h.SH_orig
68500            ! win32/config.bc win32/config.gc win32/config.vc
68501            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68502      Branch: metaconfig
68503            ! U/modified/Myinit.U
68504      Branch: metaconfig/U/perl
68505            + d_getespwnam.U d_getprpwnam.U i_prot.U
68506 ____________________________________________________________________________
68507 [  6165] By: jhi                                   on 2000/05/30  18:35:34
68508         Log: Integrate with Sarathy.
68509      Branch: cfgperl
68510           !> op.c
68511 ____________________________________________________________________________
68512 [  6164] By: jhi                                   on 2000/05/30  18:30:16
68513         Log: detypo
68514      Branch: cfgperl
68515            ! Configure config_h.SH
68516      Branch: metaconfig/U/perl
68517            ! perlxv.U
68518 ____________________________________________________________________________
68519 [  6163] By: gsar                                  on 2000/05/30  03:24:03
68520         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
68521      Branch: perl
68522            ! op.c
68523 ____________________________________________________________________________
68524 [  6162] By: gsar                                  on 2000/05/30  03:09:38
68525         Log: fix memory leak in method call optimization (change#3768);
68526              made C<eval "$x->foo()"> leak
68527      Branch: perl
68528            ! op.c
68529 ____________________________________________________________________________
68530 [  6161] By: jhi                                   on 2000/05/29  17:56:26
68531         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
68532              both from Simon Cozens.
68533      Branch: cfgperl
68534            + pod/perlmodlib.PL pod/perlnewmod.pod
68535            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
68536            ! pod/perlmodlib.pod pod/perltoc.pod
68537 ____________________________________________________________________________
68538 [  6160] By: jhi                                   on 2000/05/29  17:23:55
68539         Log: Changes for the File::Temp 0.08 (change #6159) test suite
68540              to fit better into the Perl distribution test framework.
68541      Branch: cfgperl
68542            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
68543            ! t/lib/ftmp-tempfile.t
68544 ____________________________________________________________________________
68545 [  6159] By: jhi                                   on 2000/05/29  16:55:36
68546         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
68547      Branch: cfgperl
68548            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68549            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
68550 ____________________________________________________________________________
68551 [  6158] By: bailey                                on 2000/05/29  16:22:08
68552         Log: Add fallback to tmpfile for use in cases where user's relying on
68553              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
68554              Lane's patch)
68555      Branch: vmsperl
68556            ! vms/vms.c vms/vmsish.h
68557 ____________________________________________________________________________
68558 [  6157] By: jhi                                   on 2000/05/29  03:10:36
68559         Log: Regen Configure to jive with #6149.
68560      Branch: cfgperl
68561            ! Configure
68562      Branch: metaconfig
68563            ! U/modified/Getfile.U
68564 ____________________________________________________________________________
68565 [  6156] By: jhi                                   on 2000/05/29  03:01:38
68566         Log: Integrate with Sarathy.
68567      Branch: cfgperl
68568           +> ext/DynaLoader/dl_mac.xs
68569           !> (integrate 38 files)
68570 ____________________________________________________________________________
68571 [  6155] By: gsar                                  on 2000/05/28  21:15:58
68572         Log: small bug in change#6144; remove random \xA0 character that snuck
68573              in via change#6145
68574      Branch: perl
68575            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
68576 ____________________________________________________________________________
68577 [  6154] By: gsar                                  on 2000/05/28  21:04:19
68578         Log: avoid type mismatch warning
68579      Branch: perl
68580            ! perl.c
68581 ____________________________________________________________________________
68582 [  6153] By: gsar                                  on 2000/05/28  20:58:31
68583         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
68584              <nick@Bagpuss.uk.boo.com>)
68585      Branch: perl
68586            ! lib/Test/Harness.pm
68587 ____________________________________________________________________________
68588 [  6152] By: gsar                                  on 2000/05/28  20:53:42
68589         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
68590      Branch: perl
68591            ! regexec.c
68592 ____________________________________________________________________________
68593 [  6151] By: gsar                                  on 2000/05/28  20:50:28
68594         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
68595      Branch: perl
68596            ! regexec.c
68597 ____________________________________________________________________________
68598 [  6150] By: gsar                                  on 2000/05/28  20:39:58
68599         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
68600      Branch: perl
68601            ! pod/perlrequick.pod
68602 ____________________________________________________________________________
68603 [  6149] By: gsar                                  on 2000/05/28  20:35:16
68604         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
68605              <troc@netrus.net>)
68606      Branch: perl
68607            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
68608            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
68609            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
68610            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
68611 ____________________________________________________________________________
68612 [  6148] By: gsar                                  on 2000/05/28  20:21:07
68613         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
68614      Branch: perl
68615            ! lib/ExtUtils/MM_Unix.pm
68616 ____________________________________________________________________________
68617 [  6147] By: gsar                                  on 2000/05/28  20:12:41
68618         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
68619              (from Peter Prymmer)
68620      Branch: perl
68621            ! vms/subconfigure.com
68622 ____________________________________________________________________________
68623 [  6146] By: gsar                                  on 2000/05/28  20:06:15
68624         Log: doc typo
68625      Branch: perl
68626            ! lib/warnings.pm warnings.h warnings.pl
68627 ____________________________________________________________________________
68628 [  6145] By: gsar                                  on 2000/05/28  18:44:33
68629         Log: make xsubpp skip embedded pod (from Matthias Neeracher
68630              <neeri@iis.ee.ethz.ch>)
68631      Branch: perl
68632            ! lib/ExtUtils/xsubpp
68633 ____________________________________________________________________________
68634 [  6144] By: gsar                                  on 2000/05/28  18:42:49
68635         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
68636              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
68637              <neeri@iis.ee.ethz.ch>)
68638      Branch: perl
68639            ! lib/AutoSplit.pm
68640 ____________________________________________________________________________
68641 [  6143] By: gsar                                  on 2000/05/28  18:41:12
68642         Log: MacOS support, part 1 (from Matthias Neeracher
68643              <neeri@iis.ee.ethz.ch>)
68644      Branch: perl
68645            + ext/DynaLoader/dl_mac.xs
68646            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
68647            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
68648            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
68649            ! util.h
68650 ____________________________________________________________________________
68651 [  6142] By: gsar                                  on 2000/05/28  18:21:51
68652         Log: File::Find fails to chdir when chasing symlinks (from
68653              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
68654      Branch: perl
68655            ! lib/File/Find.pm t/lib/filefind.t
68656 ____________________________________________________________________________
68657 [  6141] By: jhi                                   on 2000/05/28  14:25:15
68658         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
68659              forwarded by Peter Seebach from the bsdi-users mailing list.
68660              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
68661      Branch: perl
68662            ! hints/bsdos.sh
68663 ____________________________________________________________________________
68664 [  6140] By: jhi                                   on 2000/05/28  14:11:57
68665         Log: Integrate with Sarathy.
68666      Branch: cfgperl
68667           +> (branch 30 files)
68668           !> (integrate 93 files)
68669 ____________________________________________________________________________
68670 [  6139] By: gsar                                  on 2000/05/28  10:01:48
68671         Log: revise mktables.PL for bugs and newness in Unicode 3.0
68672              (from James Bence <jbence@amgen.com>)
68673      Branch: perl
68674            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
68675            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
68676            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
68677            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
68678            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
68679            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
68680            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
68681            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
68682            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
68683            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
68684            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
68685            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
68686            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
68687            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
68688            + lib/unicode/Is/SylWU.pl
68689            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
68690            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
68691            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
68692            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
68693            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
68694            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
68695            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
68696            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
68697            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
68698            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
68699            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
68700            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
68701            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
68702            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
68703            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
68704            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
68705            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
68706            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
68707            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
68708            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
68709            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
68710            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
68711            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
68712            ! lib/unicode/Makefile lib/unicode/mktables.PL
68713 ____________________________________________________________________________
68714 [  6138] By: gsar                                  on 2000/05/28  08:50:32
68715         Log: add note about the handling of negative indices to tied arrays
68716              (from Michael G Schwern <schwern@pobox.com>)
68717      Branch: perl
68718            ! pod/perltie.pod
68719 ____________________________________________________________________________
68720 [  6137] By: gsar                                  on 2000/05/28  08:46:10
68721         Log: fix bogus redeclaration warning for "our" variables in different
68722              scopes
68723      Branch: perl
68724            ! op.c t/pragma/strict-vars
68725 ____________________________________________________________________________
68726 [  6136] By: gsar                                  on 2000/05/28  08:31:20
68727         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
68728      Branch: perl
68729            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
68730 ____________________________________________________________________________
68731 [  6135] By: gsar                                  on 2000/05/28  08:17:50
68732         Log: enable Test::Harness to dynamically determine column width etc.
68733              (from Rob Napier <rnapier@employees.org>)
68734      Branch: perl
68735            ! lib/Test/Harness.pm
68736 ____________________________________________________________________________
68737 [  6134] By: gsar                                  on 2000/05/28  08:13:39
68738         Log: make Test::Harness use wait.h/WCOREDUMP if available
68739              (from Ben Tilly <ben_tilly@hotmail.com>)
68740      Branch: perl
68741            ! lib/Test/Harness.pm
68742 ____________________________________________________________________________
68743 [  6133] By: gsar                                  on 2000/05/28  08:08:05
68744         Log: elide bogus test in change#6132
68745      Branch: perl
68746            ! t/pragma/warn/9enabled
68747 ____________________________________________________________________________
68748 [  6132] By: gsar                                  on 2000/05/28  08:03:14
68749         Log: warnings::enabled() doesn't fall back to looking at $^W if
68750              caller isn't using lexical warnings (from Paul Marquess)
68751      Branch: perl
68752            ! pp_ctl.c t/pragma/warn/9enabled
68753 ____________________________________________________________________________
68754 [  6131] By: gsar                                  on 2000/05/28  07:57:47
68755         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
68756      Branch: perl
68757            ! ext/POSIX/POSIX.pm
68758 ____________________________________________________________________________
68759 [  6130] By: gsar                                  on 2000/05/28  07:29:12
68760         Log: fix places that mean C<"word" character> but say C<alphanumeric
68761              character>
68762      Branch: perl
68763            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
68764 ____________________________________________________________________________
68765 [  6129] By: gsar                                  on 2000/05/28  07:18:41
68766         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
68767      Branch: perl
68768            ! vms/test.com
68769 ____________________________________________________________________________
68770 [  6128] By: gsar                                  on 2000/05/28  07:12:55
68771         Log: new perlxstut example for passing/returning refs to arrays
68772              (from David Lowe <dlowe@pootpoot.com>)
68773      Branch: perl
68774            ! pod/perlxstut.pod
68775 ____________________________________________________________________________
68776 [  6127] By: gsar                                  on 2000/05/28  07:02:50
68777         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
68778              failed (from Gisle Aas)
68779      Branch: perl
68780            ! cop.h perl.c
68781 ____________________________________________________________________________
68782 [  6126] By: gsar                                  on 2000/05/28  06:39:53
68783         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
68784              (reworked variant of patch suggested by Simon Cozens)
68785      Branch: perl
68786            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
68787            ! pp_hot.c proto.h t/op/gv.t
68788 ____________________________________________________________________________
68789 [  6125] By: gsar                                  on 2000/05/28  05:14:55
68790         Log: enable propagating exception objects via Perl_croak() in XS code
68791              (from Gisle Aas)
68792      Branch: perl
68793            ! util.c
68794 ____________________________________________________________________________
68795 [  6124] By: gsar                                  on 2000/05/28  05:07:28
68796         Log: integrate vmsperl contents into mainline
68797      Branch: perl
68798           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
68799           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
68800           !> vms/vmsish.h
68801 ____________________________________________________________________________
68802 [  6123] By: gsar                                  on 2000/05/28  05:03:53
68803         Log: clarify gotcha with #line directives (from Rocco Caputo
68804              <troc@netrus.net>)
68805      Branch: perl
68806            ! pod/perldebug.pod pod/perlsyn.pod
68807 ____________________________________________________________________________
68808 [  6122] By: gsar                                  on 2000/05/28  04:58:29
68809         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
68810              (from Mark-Jason Dominus)
68811      Branch: perl
68812            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
68813            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
68814            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
68815            ! toke.c
68816 ____________________________________________________________________________
68817 [  6121] By: bailey                                on 2000/05/25  04:46:54
68818         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
68819              lists (based on fixes by Craig Berry)
68820      Branch: vmsperl
68821            ! lib/File/Spec/VMS.pm
68822 ____________________________________________________________________________
68823 [  6120] By: bailey                                on 2000/05/25  04:25:38
68824         Log: Add missing escape (Charles Lane)
68825      Branch: vmsperl
68826            ! t/op/lex_assign.t
68827 ____________________________________________________________________________
68828 [  6119] By: bailey                                on 2000/05/25  04:21:25
68829         Log: Quiet error messages in vmsish.t (Charles Lane)
68830      Branch: vmsperl
68831            ! vms/ext/vmsish.t
68832 ____________________________________________________________________________
68833 [  6118] By: bailey                                on 2000/05/25  04:17:57
68834         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
68835              Flatten case labels in switch statements uniformly (Charles Bailey)
68836      Branch: vmsperl
68837            ! vms/vms.c
68838 ____________________________________________________________________________
68839 [  6117] By: bailey                                on 2000/05/25  03:58:09
68840         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
68841      Branch: vmsperl
68842            ! vms/vmsish.h
68843 ____________________________________________________________________________
68844 [  6116] By: bailey                                on 2000/05/25  03:11:15
68845         Log: Miscellaneous cosmetic fixes (Charles Lane)
68846      Branch: vmsperl
68847            ! lib/ExtUtils/MM_VMS.pm
68848 ____________________________________________________________________________
68849 [  6115] By: bailey                                on 2000/05/25  03:10:36
68850         Log: Add bounds checking for several strings (Charles Lane)
68851      Branch: vmsperl
68852            ! vms/vms.c
68853 ____________________________________________________________________________
68854 [  6114] By: bailey                                on 2000/05/25  02:25:34
68855         Log: Urk -- undo previous removal of vmsish 'exit' change
68856      Branch: vmsperl
68857            ! vms/ext/vmsish.pm vms/vmsish.h
68858 ____________________________________________________________________________
68859 [  6113] By: bailey                                on 2000/05/24  02:24:40
68860         Log: Ugly workaround for version-specific RTL error
68861      Branch: vmsperl
68862            ! vms/vms.c
68863 ____________________________________________________________________________
68864 [  6112] By: bailey                                on 2000/05/24  02:19:55
68865         Log: Check for existence of file before trying to delete
68866      Branch: vmsperl
68867            ! vms/test.com
68868 ____________________________________________________________________________
68869 [  6111] By: bailey                                on 2000/05/23  23:35:13
68870         Log: Resync with mainline prior to post-5.6.0 updates
68871      Branch: vmsperl
68872           +> (branch 49 files)
68873            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
68874            ! vms/ext/vmsish.pm
68875           !> (integrate 334 files)
68876 ____________________________________________________________________________
68877 [  6110] By: jhi                                   on 2000/05/23  19:28:32
68878         Log: todo tweak
68879      Branch: cfgperl
68880            ! Todo-5.6
68881 ____________________________________________________________________________
68882 [  6109] By: jhi                                   on 2000/05/18  17:38:54
68883         Log: Integrate with Sarathy.
68884      Branch: cfgperl
68885           !> mg.c perl.h win32/perlhost.h
68886 ____________________________________________________________________________
68887 [  6108] By: gsar                                  on 2000/05/17  02:24:56
68888         Log: reenable fake signal handling on Windows, bugs and all
68889      Branch: perl
68890            ! mg.c perl.h win32/perlhost.h
68891 ____________________________________________________________________________
68892 [  6107] By: jhi                                   on 2000/05/15  18:01:41
68893         Log: Tweak the todo list.
68894      Branch: cfgperl
68895            ! Todo-5.6
68896 ____________________________________________________________________________
68897 [  6106] By: jhi                                   on 2000/05/15  13:41:48
68898         Log: The (Configure) script refuses to go on, after asking for
68899              'You may also choose to try maximal 64-bitness....'.
68900              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
68901              -- Patrick Zima
68902              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
68903      Branch: cfgperl
68904            ! hints/solaris_2.sh
68905 ____________________________________________________________________________
68906 [  6105] By: jhi                                   on 2000/05/11  14:37:43
68907         Log: Integrate with Sarathy.
68908      Branch: cfgperl
68909           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
68910           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
68911 ____________________________________________________________________________
68912 [  6104] By: gsar                                  on 2000/05/11  03:39:07
68913         Log: PL_sys_intern was being initialized too late on windows
68914      Branch: perl
68915            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
68916            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
68917 ____________________________________________________________________________
68918 [  6103] By: jhi                                   on 2000/05/09  19:42:20
68919         Log: Test tweaking for Unicos continues.
68920      Branch: cfgperl
68921            ! t/op/64bitint.t
68922 ____________________________________________________________________________
68923 [  6102] By: jhi                                   on 2000/05/09  16:47:27
68924         Log: The test suite tweak in #6101 wasn't quite right.
68925      Branch: cfgperl
68926            ! t/lib/complex.t
68927 ____________________________________________________________________________
68928 [  6101] By: jhi                                   on 2000/05/09  15:35:34
68929         Log: Hints and test tweaks for Unicos.
68930      Branch: cfgperl
68931            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
68932 ____________________________________________________________________________
68933 [  6100] By: jhi                                   on 2000/05/08  21:15:06
68934         Log: More compilation tweakery from Allen Smith.
68935      Branch: cfgperl
68936            ! hints/irix_6.sh
68937 ____________________________________________________________________________
68938 [  6099] By: jhi                                   on 2000/05/08  19:21:18
68939         Log: Tweaks for the cc bugs from Allen Smith.
68940      Branch: cfgperl
68941            ! hints/irix_6.sh
68942 ____________________________________________________________________________
68943 [  6098] By: jhi                                   on 2000/05/08  19:13:37
68944         Log: Add a note about other, yet unsupported, shadow password APIs.
68945      Branch: cfgperl
68946            ! pp_sys.c
68947 ____________________________________________________________________________
68948 [  6097] By: jhi                                   on 2000/05/08  18:46:34
68949         Log: Add a note about possible compilation problems from Allen Smith.
68950      Branch: cfgperl
68951            ! hints/irix_6.sh
68952 ____________________________________________________________________________
68953 [  6096] By: jhi                                   on 2000/05/08  17:33:10
68954         Log: Integrate with Sarathy.
68955      Branch: cfgperl
68956           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
68957           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
68958 ____________________________________________________________________________
68959 [  6095] By: jhi                                   on 2000/05/08  16:21:33
68960         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
68961              might be useful in future.
68962      Branch: cfgperl
68963            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68964            ! config_h.SH
68965      Branch: metaconfig
68966            ! U/installdirs/inc_version_list.U
68967      Branch: metaconfig/U/perl
68968            ! perlxv.U
68969 ____________________________________________________________________________
68970 [  6094] By: gsar                                  on 2000/05/08  14:22:22
68971         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
68972      Branch: perl
68973            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
68974            ! hints/cygwin.sh pp_sys.c
68975 ____________________________________________________________________________
68976 [  6093] By: gsar                                  on 2000/05/08  12:52:28
68977         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
68978              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
68979      Branch: perl
68980            ! pp_sys.c sv.c win32/perlhost.h
68981 ____________________________________________________________________________
68982 [  6092] By: jhi                                   on 2000/05/07  22:40:34
68983         Log: Regen perltoc with the fixed buildtoc.
68984      Branch: cfgperl
68985            ! pod/perltoc.pod
68986 ____________________________________________________________________________
68987 [  6091] By: jhi                                   on 2000/05/07  22:24:16
68988         Log: Integrate with Sarathy.
68989      Branch: cfgperl
68990           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
68991           !> t/op/substr.t toke.c
68992 ____________________________________________________________________________
68993 [  6090] By: gsar                                  on 2000/05/07  19:47:07
68994         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
68995              [NI]OK; added tests for both
68996      Branch: perl
68997            ! perl.c pp_hot.c sv.c t/op/substr.t
68998 ____________________________________________________________________________
68999 [  6089] By: gsar                                  on 2000/05/07  18:18:38
69000         Log: buildtoc tweak to fix newline lossage
69001      Branch: perl
69002            ! pod/buildtoc
69003 ____________________________________________________________________________
69004 [  6088] By: jhi                                   on 2000/05/07  16:35:36
69005         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
69006              because we do not use those.  The HAS_GETSPNAM remains,
69007              though, because we still do use that.
69008      Branch: cfgperl
69009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69010            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
69011            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
69012            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
69013            ! win32/config.vc win32/config_H.bc win32/config_H.gc
69014            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
69015 ____________________________________________________________________________
69016 [  6087] By: gsar                                  on 2000/05/07  16:05:16
69017         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
69018      Branch: perl
69019            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
69020 ____________________________________________________________________________
69021 [  6086] By: jhi                                   on 2000/05/07  15:27:07
69022         Log: Integrate with Sarathy.
69023      Branch: cfgperl
69024           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69025           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69026           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
69027           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
69028           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
69029           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
69030 ____________________________________________________________________________
69031 [  6085] By: gsar                                  on 2000/05/07  05:52:02
69032         Log: repeat operator (x) doesn't preserve utf8-ness
69033      Branch: perl
69034            ! pp.c t/op/substr.t
69035 ____________________________________________________________________________
69036 [  6084] By: gsar                                  on 2000/05/07  05:39:55
69037         Log: substr() does not preserve utf8-ness (from Stefan Eissing
69038              <Eissing@medicaldataservice.de>); added tests
69039      Branch: perl
69040            ! pp.c t/op/substr.t
69041 ____________________________________________________________________________
69042 [  6083] By: gsar                                  on 2000/05/07  05:24:46
69043         Log: note about undocumented caller() return value (from M.J.T. Guy);
69044              yet another peek.t tweak
69045      Branch: perl
69046            ! pod/perlfunc.pod t/lib/peek.t
69047 ____________________________________________________________________________
69048 [  6082] By: gsar                                  on 2000/05/07  05:08:40
69049         Log: peek.t non-portable to ithreads
69050      Branch: perl
69051            ! t/lib/peek.t
69052 ____________________________________________________________________________
69053 [  6081] By: gsar                                  on 2000/05/07  04:17:04
69054         Log: better default perlbug categories for ok reports (from Richard Foley)
69055      Branch: perl
69056            ! utils/perlbug.PL
69057 ____________________________________________________________________________
69058 [  6080] By: gsar                                  on 2000/05/07  04:08:07
69059         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
69060              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
69061      Branch: perl
69062            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69063            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69064            ! AUTHORS MAINTAIN MANIFEST
69065 ____________________________________________________________________________
69066 [  6079] By: gsar                                  on 2000/05/07  04:01:38
69067         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
69068      Branch: perl
69069            ! lib/Carp/Heavy.pm
69070 ____________________________________________________________________________
69071 [  6078] By: gsar                                  on 2000/05/07  01:24:19
69072         Log: workaround for CRT bug in chdir() (from Charles Lane, via
69073              Peter Prymmer)
69074      Branch: perl
69075            ! iperlsys.h vms/vms.c vms/vmsish.h
69076 ____________________________________________________________________________
69077 [  6077] By: gsar                                  on 2000/05/07  01:22:23
69078         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
69079              and Tom Phoenix)
69080      Branch: perl
69081            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
69082 ____________________________________________________________________________
69083 [  6076] By: gsar                                  on 2000/05/06  17:36:29
69084         Log: integrate cfgperl contents into mainline
69085      Branch: perl
69086           +> t/lib/peek.t
69087           !> Configure MANIFEST Porting/Glossary Porting/config.sh
69088           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
69089           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
69090           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
69091 ____________________________________________________________________________
69092 [  6075] By: jhi                                   on 2000/05/05  18:56:10
69093         Log: Make the test more portable.
69094      Branch: cfgperl
69095            ! t/lib/peek.t
69096 ____________________________________________________________________________
69097 [  6074] By: jhi                                   on 2000/05/05  18:49:20
69098         Log: Introduce t/lib/peek.t.
69099      Branch: cfgperl
69100            + t/lib/peek.t
69101            ! MANIFEST
69102 ____________________________________________________________________________
69103 [  6073] By: jhi                                   on 2000/05/05  14:30:45
69104         Log: Complex tweaks.
69105      Branch: cfgperl
69106            ! lib/Math/Complex.pm t/lib/complex.t
69107 ____________________________________________________________________________
69108 [  6072] By: jhi                                   on 2000/05/05  12:27:13
69109         Log: Integrate with Sarathy.
69110      Branch: cfgperl
69111           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
69112           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
69113           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
69114           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
69115 ____________________________________________________________________________
69116 [  6071] By: gsar                                  on 2000/05/05  02:24:46
69117         Log: misformatted perllocal.pod (from Tim Jenness
69118              <t.jenness@jach.hawaii.edu>)
69119      Branch: perl
69120            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
69121 ____________________________________________________________________________
69122 [  6070] By: gsar                                  on 2000/05/05  02:16:52
69123         Log: remove misleading comment (from M.J.T. Guy)
69124      Branch: perl
69125            ! t/lib/anydbm.t
69126 ____________________________________________________________________________
69127 [  6069] By: gsar                                  on 2000/05/05  02:15:13
69128         Log: File::Spec compatibility update (from Barrie Slaymaker
69129              <barries@slaysys.com>)
69130      Branch: perl
69131            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
69132            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
69133 ____________________________________________________________________________
69134 [  6068] By: gsar                                  on 2000/05/05  02:01:50
69135         Log: note about values()
69136      Branch: perl
69137            ! pod/perlfunc.pod
69138 ____________________________________________________________________________
69139 [  6067] By: gsar                                  on 2000/05/05  01:33:09
69140         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
69141      Branch: perl
69142            ! win32/win32.c
69143 ____________________________________________________________________________
69144 [  6066] By: gsar                                  on 2000/05/05  01:23:43
69145         Log: s/END/CHECK/
69146      Branch: perl
69147            ! perl.c
69148 ____________________________________________________________________________
69149 [  6065] By: jhi                                   on 2000/05/04  17:30:22
69150         Log: Integrate with Sarathy.
69151      Branch: cfgperl
69152           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
69153 ____________________________________________________________________________
69154 [  6064] By: gsar                                  on 2000/05/04  17:26:14
69155         Log: change#5905 wasn't quite right--it's intent only applies when arguments
69156              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
69157      Branch: perl
69158            ! pp_sys.c sv.c
69159 ____________________________________________________________________________
69160 [  6063] By: gsar                                  on 2000/05/04  16:52:29
69161         Log: tokeq() could read unallocated field in argument
69162      Branch: perl
69163            ! toke.c
69164 ____________________________________________________________________________
69165 [  6062] By: gsar                                  on 2000/05/04  16:34:51
69166         Log: additional tests for utf8.t
69167      Branch: perl
69168            ! t/pragma/utf8.t
69169 ____________________________________________________________________________
69170 [  6061] By: gsar                                  on 2000/05/04  16:09:28
69171         Log: change#5921 neglected to make eq honor "use bytes"
69172      Branch: perl
69173            ! sv.c
69174 ____________________________________________________________________________
69175 [  6060] By: jhi                                   on 2000/05/04  15:30:16
69176         Log: Integrate with Sarathy.
69177      Branch: cfgperl
69178           !> perl.c regcomp.c t/pragma/utf8.t
69179 ____________________________________________________________________________
69180 [  6059] By: jhi                                   on 2000/05/04  15:26:37
69181         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
69182              in natively 64-bit platforms where a long is a quad (no need
69183              for long longs).  Also added bias for IVs.
69184      Branch: cfgperl
69185            ! toke.c
69186 ____________________________________________________________________________
69187 [  6058] By: gsar                                  on 2000/05/04  00:19:14
69188         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
69189              (spotted by Donald Kinzer <dkinzer@premia.com>)
69190      Branch: perl
69191            ! perl.c
69192 ____________________________________________________________________________
69193 [  6057] By: gsar                                  on 2000/05/03  18:34:01
69194         Log: fix broken parsing of /\x{ab}/
69195      Branch: perl
69196            ! regcomp.c t/pragma/utf8.t
69197 ____________________________________________________________________________
69198 [  6056] By: jhi                                   on 2000/05/03  17:57:16
69199         Log: The search of infinity continues, this time simplified.
69200      Branch: cfgperl
69201            ! lib/Math/Complex.pm
69202 ____________________________________________________________________________
69203 [  6055] By: jhi                                   on 2000/05/03  17:45:30
69204         Log: Detypo.
69205      Branch: cfgperl
69206            ! hints/unicos.sh
69207 ____________________________________________________________________________
69208 [  6054] By: jhi                                   on 2000/05/02  22:28:27
69209         Log: Be more forgiving in POSIX about HUGE_VALL.
69210      Branch: cfgperl
69211            ! ext/POSIX/POSIX.xs
69212 ____________________________________________________________________________
69213 [  6053] By: jhi                                   on 2000/05/02  22:25:05
69214         Log: Integrate with Sarathy.
69215      Branch: cfgperl
69216           !> hints/irix_6.sh pod/perlop.pod
69217 ____________________________________________________________________________
69218 [  6052] By: jhi                                   on 2000/05/02  22:24:31
69219         Log: Unicos hint tweak.
69220      Branch: cfgperl
69221            ! hints/unicos.sh
69222 ____________________________________________________________________________
69223 [  6051] By: jhi                                   on 2000/05/02  22:21:26
69224         Log: Complex tweakery.
69225      Branch: cfgperl
69226            ! lib/Math/Complex.pm t/lib/complex.t
69227 ____________________________________________________________________________
69228 [  6050] By: jhi                                   on 2000/05/02  19:26:22
69229         Log: Use setxxent()/endxxent().
69230      Branch: cfgperl
69231            ! t/op/grent.t t/op/pwent.t
69232 ____________________________________________________________________________
69233 [  6049] By: jhi                                   on 2000/05/02  19:06:02
69234         Log: Test both the scalar and list contexts.
69235      Branch: cfgperl
69236            ! t/op/grent.t t/op/pwent.t
69237 ____________________________________________________________________________
69238 [  6048] By: gsar                                  on 2000/05/02  18:29:10
69239         Log: add note about how $( doesn't interpolate in REs (from
69240              Philip Newton <newton@ficus.frogspace.net>)
69241      Branch: perl
69242            ! pod/perlop.pod
69243 ____________________________________________________________________________
69244 [  6047] By: jhi                                   on 2000/05/02  17:41:24
69245         Log: Call getspnam() only iff needed.
69246      Branch: cfgperl
69247            ! pp_sys.c
69248 ____________________________________________________________________________
69249 [  6046] By: gsar                                  on 2000/05/02  17:07:25
69250         Log: libscheck has insufficient checks for n32 libs (from
69251              Albert Chin-A-Young <china@thewrittenword.com>)
69252      Branch: perl
69253            ! hints/irix_6.sh
69254 ____________________________________________________________________________
69255 [  6045] By: jhi                                   on 2000/05/02  13:57:17
69256         Log: Integrate with Sarathy.
69257      Branch: cfgperl
69258           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
69259           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
69260 ____________________________________________________________________________
69261 [  6044] By: gsar                                  on 2000/05/02  06:48:19
69262         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
69263              such that underscores are only ignored in literal numbers,
69264              "\x{...}", and hex/oct argument
69265      Branch: perl
69266            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
69267 ____________________________________________________________________________
69268 [  6043] By: gsar                                  on 2000/05/02  02:22:29
69269         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
69270      Branch: perl
69271            ! pod/perlretut.pod
69272 ____________________________________________________________________________
69273 [  6042] By: gsar                                  on 2000/05/02  02:17:51
69274         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
69275      Branch: perl
69276            ! pod/perltrap.pod
69277 ____________________________________________________________________________
69278 [  6041] By: gsar                                  on 2000/05/02  01:53:51
69279         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
69280              to compensate
69281      Branch: perl
69282            ! Porting/makerel
69283 ____________________________________________________________________________
69284 [  6040] By: gsar                                  on 2000/05/02  01:51:57
69285         Log: missing files in MANIFEST
69286      Branch: perl
69287            ! MANIFEST
69288 ____________________________________________________________________________
69289 [  6039] By: jhi                                   on 2000/05/02  00:36:46
69290         Log: Infinite problems.
69291      Branch: cfgperl
69292            ! lib/Math/Complex.pm
69293 ____________________________________________________________________________
69294 [  6038] By: jhi                                   on 2000/05/02  00:06:38
69295         Log: pwent/spent #ifdef imbalance.
69296      Branch: cfgperl
69297            ! pp_sys.c
69298 ____________________________________________________________________________
69299 [  6037] By: jhi                                   on 2000/05/01  22:50:11
69300         Log: Use HUGE_VALL if applicable.
69301      Branch: cfgperl
69302            ! ext/POSIX/POSIX.xs util.c
69303 ____________________________________________________________________________
69304 [  6036] By: jhi                                   on 2000/05/01  22:20:53
69305         Log: Correct Freudian slip.
69306      Branch: cfgperl
69307            ! pp_sys.c
69308 ____________________________________________________________________________
69309 [  6035] By: jhi                                   on 2000/05/01  21:07:38
69310         Log: Continue on the pwent/spent case.
69311      Branch: cfgperl
69312            ! pp_sys.c
69313 ____________________________________________________________________________
69314 [  6034] By: jhi                                   on 2000/05/01  17:45:14
69315         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
69316              adjustments in 6032 conflicted badly with this, will have
69317              to revisit them later.
69318      Branch: cfgperl
69319           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
69320           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
69321           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
69322           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
69323           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
69324           !> t/lib/cgi-html.t t/lib/cgi-request.t
69325 ____________________________________________________________________________
69326 [  6033] By: jhi                                   on 2000/05/01  17:40:49
69327         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
69328      Branch: cfgperl
69329            ! pp_sys.c
69330 ____________________________________________________________________________
69331 [  6032] By: gsar                                  on 2000/05/01  15:56:32
69332         Log: whitespace adjustments
69333      Branch: perl
69334            ! pp_sys.c
69335 ____________________________________________________________________________
69336 [  6031] By: gsar                                  on 2000/05/01  15:19:41
69337         Log: small nits in diagnostics.pm (from Robin Barker)
69338      Branch: perl
69339            ! lib/diagnostics.pm pod/perldiag.pod
69340 ____________________________________________________________________________
69341 [  6030] By: gsar                                  on 2000/05/01  08:39:18
69342         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
69343              for @- and @+ (from Johan Vromans)
69344      Branch: perl
69345            ! lib/English.pm pod/perlvar.pod
69346 ____________________________________________________________________________
69347 [  6029] By: gsar                                  on 2000/05/01  08:16:10
69348         Log: add CGI.pm v2.66 (from Lincoln Stein)
69349      Branch: perl
69350            + lib/CGI/Util.pm t/lib/cgi-pretty.t
69351            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
69352            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
69353            ! t/lib/cgi-html.t t/lib/cgi-request.t
69354 ____________________________________________________________________________
69355 [  6028] By: gsar                                  on 2000/05/01  06:34:41
69356         Log: Pod::Man generates groff-incompatible macro definition (from
69357              Tom Christiansen)
69358      Branch: perl
69359            ! lib/Pod/Man.pm
69360 ____________________________________________________________________________
69361 [  6027] By: gsar                                  on 2000/05/01  06:31:36
69362         Log: podlators-1.02 update (from Russ Allbery)
69363      Branch: perl
69364            ! lib/Pod/Man.pm lib/Pod/Text.pm
69365 ____________________________________________________________________________
69366 [  6026] By: jhi                                   on 2000/04/30  23:24:23
69367         Log: Integrate with Sarathy.
69368      Branch: cfgperl
69369           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
69370           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
69371           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
69372           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
69373           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
69374           !> t/lib/syslog.t toke.c win32/win32.h
69375 ____________________________________________________________________________
69376 [  6025] By: gsar                                  on 2000/04/30  18:17:47
69377         Log: Is{Alnum,Alpha,Word} don't match titlecase
69378              
69379              TODO: IsSpace is defined recursively!
69380              
69381              (both spotted by Larry)
69382      Branch: perl
69383            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
69384            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
69385 ____________________________________________________________________________
69386 [  6024] By: gsar                                  on 2000/04/30  17:50:19
69387         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
69388              (from Hugo van der Sanden)
69389      Branch: perl
69390            ! toke.c
69391 ____________________________________________________________________________
69392 [  6023] By: gsar                                  on 2000/04/30  17:14:43
69393         Log: debugger stomps on $. (from M.J.T. Guy)
69394      Branch: perl
69395            ! lib/perl5db.pl
69396 ____________________________________________________________________________
69397 [  6022] By: gsar                                  on 2000/04/30  16:59:22
69398         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
69399      Branch: perl
69400            ! sv.c
69401 ____________________________________________________________________________
69402 [  6021] By: gsar                                  on 2000/04/29  21:00:08
69403         Log: remove Win2K issue in pod (fixed by change#6020)
69404      Branch: perl
69405            ! README.win32 pod/perl56delta.pod
69406 ____________________________________________________________________________
69407 [  6020] By: gsar                                  on 2000/04/29  20:51:49
69408         Log: test tweak
69409      Branch: perl
69410            ! t/lib/open3.t
69411 ____________________________________________________________________________
69412 [  6019] By: gsar                                  on 2000/04/29  20:34:27
69413         Log: windows portability tweaks
69414      Branch: perl
69415            ! t/lib/b.t win32/win32.h
69416 ____________________________________________________________________________
69417 [  6018] By: gsar                                  on 2000/04/29  19:55:24
69418         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
69419              make _PATH_LOG() return "" if unavailable
69420      Branch: perl
69421            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
69422            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
69423 ____________________________________________________________________________
69424 [  6017] By: jhi                                   on 2000/04/28  22:49:46
69425         Log: Integrate with Sarathy.
69426      Branch: cfgperl
69427           !> op.c perl.c pod/perldiag.pod t/lib/b.t
69428 ____________________________________________________________________________
69429 [  6016] By: jhi                                   on 2000/04/28  22:46:14
69430         Log: Do not warn that an infinity does not look like a number.
69431      Branch: cfgperl
69432            ! sv.c
69433 ____________________________________________________________________________
69434 [  6015] By: gsar                                  on 2000/04/28  22:35:49
69435         Log: tweak test for portability
69436      Branch: perl
69437            ! t/lib/b.t
69438 ____________________________________________________________________________
69439 [  6014] By: gsar                                  on 2000/04/28  22:05:31
69440         Log: glob() loading File::Glob behind the scenes may cause syntax errors
69441      Branch: perl
69442            ! op.c
69443 ____________________________________________________________________________
69444 [  6013] By: gsar                                  on 2000/04/28  21:25:22
69445         Log: tweak change#5945 to display correct switch name in diagnostic
69446      Branch: perl
69447            ! perl.c pod/perldiag.pod
69448 ____________________________________________________________________________
69449 [  6012] By: jhi                                   on 2000/04/28  21:08:12
69450         Log: Integrate with Sarathy.
69451      Branch: cfgperl
69452           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
69453           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
69454           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
69455 ____________________________________________________________________________
69456 [  6011] By: jhi                                   on 2000/04/28  21:04:46
69457         Log: &HUGE_VAL is not defined, it exists.
69458      Branch: cfgperl
69459            ! lib/Math/Complex.pm
69460 ____________________________________________________________________________
69461 [  6010] By: gsar                                  on 2000/04/28  21:02:58
69462         Log: clarify note about shadow password support (from
69463              gellyfish@gellyfish.com)
69464      Branch: perl
69465            ! pod/perlfunc.pod
69466 ____________________________________________________________________________
69467 [  6009] By: gsar                                  on 2000/04/28  21:00:00
69468         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
69469      Branch: perl
69470            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
69471 ____________________________________________________________________________
69472 [  6008] By: gsar                                  on 2000/04/28  20:56:33
69473         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
69474      Branch: perl
69475            ! installperl vms/subconfigure.com
69476 ____________________________________________________________________________
69477 [  6007] By: gsar                                  on 2000/04/28  20:51:21
69478         Log: note about compile failures and END blocks (from M.J.T. Guy)
69479      Branch: perl
69480            ! pod/perl56delta.pod pod/perlmod.pod
69481 ____________________________________________________________________________
69482 [  6006] By: jhi                                   on 2000/04/28  20:42:14
69483         Log: Regen Configure.
69484      Branch: cfgperl
69485            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69486            ! config_h.SH
69487 ____________________________________________________________________________
69488 [  6005] By: gsar                                  on 2000/04/28  20:41:16
69489         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
69490      Branch: perl
69491            ! utils/perldoc.PL
69492 ____________________________________________________________________________
69493 [  6004] By: jhi                                   on 2000/04/28  20:28:21
69494         Log: Integrate with Sarathy.
69495      Branch: cfgperl
69496           !> Configure INSTALL Porting/Glossary Porting/config.sh
69497           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
69498           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
69499           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
69500           !> win32/config.vc win32/win32.c
69501 ____________________________________________________________________________
69502 [  6003] By: gsar                                  on 2000/04/28  20:11:20
69503         Log: allow REG_EXPAND_SZ keys in Windows registry (from
69504              John Clayton <John.Clayton@barclayscapital.com>)
69505      Branch: perl
69506            ! win32/win32.c
69507 ____________________________________________________________________________
69508 [  6002] By: gsar                                  on 2000/04/28  19:34:16
69509         Log: destructive sv_setsv() can lose UV-ness from source, causing
69510              numeric promotions/comparisons to fail to do the right thing
69511      Branch: perl
69512            ! sv.c
69513 ____________________________________________________________________________
69514 [  6001] By: gsar                                  on 2000/04/28  18:44:15
69515         Log: support additional library locations via $Config{otherlibdirs}
69516              (from Andy Dougherty)
69517      Branch: perl
69518            ! Configure INSTALL Porting/Glossary Porting/config.sh
69519            ! Porting/config_H config_h.SH epoc/config.sh perl.c
69520            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
69521            ! win32/config.bc win32/config.gc win32/config.vc
69522 ____________________________________________________________________________
69523 [  6000] By: gsar                                  on 2000/04/28  18:26:58
69524         Log: reworked otherlibdirs.U (from Andy Dougherty)
69525      Branch: metaconfig
69526            ! U/installdirs/otherlibdirs.U
69527 ____________________________________________________________________________
69528 [  5999] By: gsar                                  on 2000/04/28  18:17:07
69529         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
69530      Branch: perl
69531            ! t/pragma/warn/toke toke.c
69532 ____________________________________________________________________________
69533 [  5998] By: jhi                                   on 2000/04/28  13:32:17
69534         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
69535      Branch: cfgperl
69536            ! lib/Math/Complex.pm
69537 ____________________________________________________________________________
69538 [  5997] By: jhi                                   on 2000/04/28  13:14:04
69539         Log: Preserve $!.
69540      Branch: cfgperl
69541            ! lib/Math/Complex.pm
69542 ____________________________________________________________________________
69543 [  5996] By: jhi                                   on 2000/04/28  12:59:23
69544         Log: Integrate with Sarathy.
69545      Branch: cfgperl
69546           +> pod/perlrequick.pod pod/perlretut.pod
69547           !> (integrate 51 files)
69548 ____________________________________________________________________________
69549 [  5995] By: gsar                                  on 2000/04/28  09:37:36
69550         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
69551      Branch: perl
69552            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
69553 ____________________________________________________________________________
69554 [  5994] By: gsar                                  on 2000/04/28  09:33:26
69555         Log: fix for missed accounting for null byte in pack("Z",...) (from
69556              M.J.T. Guy)
69557      Branch: perl
69558            ! pp.c t/op/pack.t
69559 ____________________________________________________________________________
69560 [  5993] By: gsar                                  on 2000/04/28  09:30:05
69561         Log: various minor tweaks seen on p5p
69562      Branch: perl
69563            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
69564 ____________________________________________________________________________
69565 [  5992] By: gsar                                  on 2000/04/28  09:08:19
69566         Log: pod nit (from Simon Cozens)
69567      Branch: perl
69568            ! pod/perlop.pod
69569 ____________________________________________________________________________
69570 [  5991] By: gsar                                  on 2000/04/28  09:06:36
69571         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
69572      Branch: perl
69573            ! README.posix-bc hints/posix-bc.sh
69574 ____________________________________________________________________________
69575 [  5990] By: gsar                                  on 2000/04/28  08:54:52
69576         Log: use $ENV{LIB} to search for libs under Visual C compiler
69577              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
69578      Branch: perl
69579            ! lib/ExtUtils/Liblist.pm
69580 ____________________________________________________________________________
69581 [  5989] By: gsar                                  on 2000/04/28  08:27:12
69582         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
69583              itself and no other (from Tom Hughes)
69584      Branch: perl
69585            ! t/op/array.t toke.c
69586 ____________________________________________________________________________
69587 [  5988] By: gsar                                  on 2000/04/28  08:01:38
69588         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
69589              <paul@miraclefish.com>)
69590      Branch: perl
69591            ! lib/ExtUtils/MakeMaker.pm
69592 ____________________________________________________________________________
69593 [  5987] By: gsar                                  on 2000/04/28  07:53:09
69594         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
69595      Branch: perl
69596            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
69597 ____________________________________________________________________________
69598 [  5986] By: gsar                                  on 2000/04/28  07:44:17
69599         Log: add regular expressions tutorial and quick-start guide (from
69600              Mark Kvale <kvale@phy.ucsf.edu>)
69601      Branch: perl
69602            + pod/perlrequick.pod pod/perlretut.pod
69603            ! AUTHORS MAINTAIN MANIFEST
69604 ____________________________________________________________________________
69605 [  5985] By: gsar                                  on 2000/04/28  07:30:28
69606         Log: forked child may not exit correctly if it failed to open
69607              /dev/console (from Graham Barr)
69608      Branch: perl
69609            ! ext/Sys/Syslog/Syslog.pm
69610 ____________________________________________________________________________
69611 [  5984] By: gsar                                  on 2000/04/28  07:27:20
69612         Log: attributes::reftype() doesn't work on tied argument
69613      Branch: perl
69614            ! xsutils.c
69615 ____________________________________________________________________________
69616 [  5983] By: gsar                                  on 2000/04/28  07:15:04
69617         Log: numeric conversion of non-number in change#3378 tramples on
69618              OOK offset, causing segfaults
69619      Branch: perl
69620            ! sv.c
69621 ____________________________________________________________________________
69622 [  5982] By: gsar                                  on 2000/04/28  04:48:25
69623         Log: avoid error in IO::Socket::INET when given an unknown service name
69624              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
69625      Branch: perl
69626            ! ext/IO/lib/IO/Socket/INET.pm
69627 ____________________________________________________________________________
69628 [  5981] By: gsar                                  on 2000/04/28  04:31:31
69629         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
69630              prototype mismatch with CORE::glob(); update pod and tests to
69631              suit (File::Glob::glob() is still available for backward
69632              compatibility, but should be considered deprecated)
69633      Branch: perl
69634            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
69635            ! t/lib/glob-taint.t
69636 ____________________________________________________________________________
69637 [  5980] By: gsar                                  on 2000/04/28  03:47:29
69638         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
69639              <ghudson@mit.edu>)
69640      Branch: metaconfig
69641            ! U/modified/Options.U
69642      Branch: perl
69643            ! Configure
69644 ____________________________________________________________________________
69645 [  5979] By: gsar                                  on 2000/04/28  03:07:54
69646         Log: under useithreads, constant pad entries could inadvertently be
69647              shared across threads (from Eric Blood <eblood@xmission.com>);
69648              added Eric's test case to testsuite
69649      Branch: perl
69650            ! op.c t/op/misc.t
69651 ____________________________________________________________________________
69652 [  5978] By: gsar                                  on 2000/04/27  21:13:00
69653         Log: sync version numbers in File::Spec with the ones on CPAN
69654              (from Barrie Slaymaker)
69655      Branch: perl
69656            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
69657            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
69658            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
69659 ____________________________________________________________________________
69660 [  5977] By: gsar                                  on 2000/04/27  21:07:29
69661         Log: autoquote barewords followed by newline and arrow properly
69662              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
69663      Branch: perl
69664            ! t/pragma/warn/toke toke.c
69665 ____________________________________________________________________________
69666 [  5976] By: gsar                                  on 2000/04/27  20:41:20
69667         Log: DB_File v1.73 update (from Paul Marquess)
69668      Branch: perl
69669            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
69670            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
69671 ____________________________________________________________________________
69672 [  5975] By: gsar                                  on 2000/04/27  20:34:24
69673         Log: allow sort() reentrancy (variant of patch suggested by
69674              Hugo van der Sanden)
69675      Branch: perl
69676            ! pp_ctl.c t/op/sort.t
69677 ____________________________________________________________________________
69678 [  5974] By: gsar                                  on 2000/04/27  19:46:57
69679         Log: change#4197 somehow missed initializing PL_errors, meaning
69680              sytax error queueing wasn't working outside eval"" at all;
69681              also fixed eval"" to localize PL_error_count, so that compile-time
69682              eval's don't clobber the error state of the outer context
69683      Branch: perl
69684            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
69685            ! t/pragma/warn/toke
69686 ____________________________________________________________________________
69687 [  5973] By: gsar                                  on 2000/04/27  18:29:05
69688         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
69689      Branch: perl
69690            ! regcomp.c regexec.c t/op/re_tests
69691 ____________________________________________________________________________
69692 [  5972] By: jhi                                   on 2000/04/27  18:22:41
69693         Log: Integrate with Sarathy.
69694      Branch: cfgperl
69695           +> t/lib/b.t t/lib/syslog.t
69696           !> (integrate 31 files)
69697 ____________________________________________________________________________
69698 [  5971] By: jhi                                   on 2000/04/27  18:18:46
69699         Log: Unicos tweaks from Mark P. Lutz.
69700      Branch: cfgperl
69701            ! hints/unicos.sh lib/Math/Complex.pm
69702 ____________________________________________________________________________
69703 [  5970] By: gsar                                  on 2000/04/27  18:05:11
69704         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
69705              IV is >32bits
69706      Branch: perl
69707            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
69708 ____________________________________________________________________________
69709 [  5969] By: gsar                                  on 2000/04/27  17:50:56
69710         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
69711      Branch: perl
69712            + t/lib/syslog.t
69713            ! MANIFEST ext/Sys/Syslog/Syslog.pm
69714 ____________________________________________________________________________
69715 [  5968] By: gsar                                  on 2000/04/27  17:44:49
69716         Log: tolerate spaces in group names in test on solaris (from David Boyce
69717              <dsb@boyski.com>)
69718      Branch: perl
69719            ! t/op/groups.t
69720 ____________________________________________________________________________
69721 [  5967] By: gsar                                  on 2000/04/27  17:41:22
69722         Log: improved docs on the warn_uninit diagnostic (from David Glasser
69723              and Simon Cozens)
69724      Branch: perl
69725            ! pod/perldiag.pod
69726 ____________________________________________________________________________
69727 [  5966] By: gsar                                  on 2000/04/27  16:54:58
69728         Log: add testsuite for B backends, fix bug in B::Deparse (from
69729              Simon Cozens <simon@brecon.co.uk>)
69730      Branch: perl
69731            + t/lib/b.t
69732            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
69733 ____________________________________________________________________________
69734 [  5965] By: gsar                                  on 2000/04/27  16:10:37
69735         Log: avoid "will not stay shared" warnings for our variables (from
69736              Robin Barker)
69737      Branch: perl
69738            ! op.c t/pragma/warn/op
69739 ____________________________________________________________________________
69740 [  5964] By: gsar                                  on 2000/04/27  07:05:05
69741         Log: reformat to 72 columns (again)
69742      Branch: perl
69743            ! pod/perldiag.pod
69744 ____________________________________________________________________________
69745 [  5963] By: gsar                                  on 2000/04/27  06:28:31
69746         Log: patch from Larry to make (\&) prototype work; added tests for
69747              the same
69748      Branch: perl
69749            ! op.c t/comp/proto.t
69750 ____________________________________________________________________________
69751 [  5962] By: gsar                                  on 2000/04/27  06:15:47
69752         Log: updated README.hpux (from Jeff Okamoto)
69753      Branch: perl
69754            ! README.hpux
69755 ____________________________________________________________________________
69756 [  5961] By: gsar                                  on 2000/04/27  05:55:03
69757         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
69758      Branch: perl
69759            ! emacs/cperl-mode.el
69760 ____________________________________________________________________________
69761 [  5960] By: gsar                                  on 2000/04/27  05:49:26
69762         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
69763      Branch: perl
69764            ! INSTALL
69765 ____________________________________________________________________________
69766 [  5959] By: gsar                                  on 2000/04/27  05:33:41
69767         Log: doubled words in pods (from Simon Cozens
69768              <simon.p.cozens@jp.pwcglobal.com>)
69769      Branch: perl
69770            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
69771            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
69772            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
69773            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
69774            ! pod/perltootc.pod
69775 ____________________________________________________________________________
69776 [  5958] By: gsar                                  on 2000/04/27  05:11:39
69777         Log: change#3569 deleted some essential code, revert; avoid use of
69778              atexit() to make DynaLoader work properly on AIX under mod_perl
69779              (from Jens-Uwe Mager <jum@helios.de>)
69780      Branch: perl
69781            ! ext/DynaLoader/dl_aix.xs
69782 ____________________________________________________________________________
69783 [  5957] By: gsar                                  on 2000/04/27  04:54:51
69784         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
69785      Branch: perl
69786            ! pod/perlmod.pod
69787 ____________________________________________________________________________
69788 [  5956] By: gsar                                  on 2000/04/27  04:51:47
69789         Log: better diagnostics on failed tests (from Ilya Zakharevich)
69790      Branch: perl
69791            ! t/op/lex_assign.t
69792 ____________________________________________________________________________
69793 [  5955] By: gsar                                  on 2000/04/27  04:26:44
69794         Log: longstanding bug exposed by change#3307: sort arguments weren't
69795              compiled with the right wantarray context (ensuing runtime lookup
69796              via block_gimme() was getting the incidental context of the
69797              sort() itself)
69798      Branch: perl
69799            ! op.c t/op/sort.t
69800 ____________________________________________________________________________
69801 [  5954] By: gsar                                  on 2000/04/26  23:42:12
69802         Log: integrate cfgperl contents into mainline
69803      Branch: perl
69804           !> (integrate 30 files)
69805 ____________________________________________________________________________
69806 [  5953] By: jhi                                   on 2000/04/26  23:06:42
69807         Log: Integrate with Sarathy.
69808      Branch: cfgperl
69809           !> README.win32 ext/B/B/Deparse.pm
69810           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
69811           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
69812           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
69813           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
69814           !> utils/perldoc.PL vms/perlvms.pod
69815 ____________________________________________________________________________
69816 [  5952] By: jhi                                   on 2000/04/26  23:03:46
69817         Log: Undo "use integer" addition from 64bitint as it seems
69818              to break most of the subtests in Digital UNIX;
69819              Unicos needs to find another way.
69820      Branch: cfgperl
69821            ! t/op/64bitint.t
69822 ____________________________________________________________________________
69823 [  5951] By: jhi                                   on 2000/04/26  22:57:53
69824         Log: Be more robust on "extreme" (large absolute value)
69825              arguments.  Originally reported by Daniel Connelly
69826              as a problem with asinh() on large negative arguments,
69827              asinh() used to bail out because an argument to log()
69828              ended up being zero.  Ilya Zakharevich proposed using
69829              Taylor's series in such cases, which for such large
69830              arguments is a very good approximation.
69831      Branch: cfgperl
69832            ! lib/Math/Complex.pm t/lib/complex.t
69833 ____________________________________________________________________________
69834 [  5950] By: gsar                                  on 2000/04/25  19:13:12
69835         Log: reformat perldiag to avoid long lines
69836      Branch: perl
69837            ! pod/perldiag.pod
69838 ____________________________________________________________________________
69839 [  5949] By: gsar                                  on 2000/04/25  18:41:11
69840         Log: make perldoc use the pod2man from the same version (from
69841              M.J.T. Guy)
69842      Branch: perl
69843            ! utils/perldoc.PL
69844 ____________________________________________________________________________
69845 [  5948] By: gsar                                  on 2000/04/25  18:21:57
69846         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
69847              <kompas@kompas.usr.onet.pl>)
69848      Branch: perl
69849            ! lib/vars.pm
69850 ____________________________________________________________________________
69851 [  5947] By: gsar                                  on 2000/04/25  18:11:53
69852         Log: use &dl_error rather than &dl_load_file as the guard for calling
69853              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
69854              statically built perl)
69855      Branch: perl
69856            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
69857 ____________________________________________________________________________
69858 [  5946] By: jhi                                   on 2000/04/25  17:37:54
69859         Log: Document that tr() is not tr(1).
69860      Branch: cfgperl
69861            ! pod/perlop.pod
69862 ____________________________________________________________________________
69863 [  5945] By: gsar                                  on 2000/04/25  16:34:33
69864         Log: make module name mandatory after -M switch; reorder perldiag
69865              alphabetically (from Mark-Jason Dominus)
69866      Branch: perl
69867            ! perl.c pod/perldiag.pod
69868 ____________________________________________________________________________
69869 [  5944] By: jhi                                   on 2000/04/25  01:15:18
69870         Log: On second thoughts frexp() does have two arguments.
69871      Branch: cfgperl
69872            ! perl.h
69873 ____________________________________________________________________________
69874 [  5943] By: jhi                                   on 2000/04/24  22:56:32
69875         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
69876              Now pp_ncmp() returns undef is either operand is a NaN.
69877      Branch: cfgperl
69878            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69879            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
69880            ! vms/subconfigure.com vos/config.def vos/config.h
69881            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
69882            ! win32/config.vc win32/config_H.bc win32/config_H.gc
69883            ! win32/config_H.vc
69884      Branch: metaconfig/U/perl
69885            + d_modfl.U
69886 ____________________________________________________________________________
69887 [  5942] By: jhi                                   on 2000/04/24  19:45:17
69888         Log: Regen Configure to match #5937.
69889      Branch: cfgperl
69890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69891            ! config_h.SH
69892      Branch: metaconfig
69893            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
69894 ____________________________________________________________________________
69895 [  5941] By: jhi                                   on 2000/04/24  19:24:11
69896         Log: Further Unicos fixes for Mark Lutz.
69897      Branch: cfgperl
69898            ! hints/unicos.sh pp_ctl.c
69899 ____________________________________________________________________________
69900 [  5940] By: jhi                                   on 2000/04/24  19:09:06
69901         Log: Various Unicos 10.0.0.6 fixes.
69902              
69903              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
69904              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
69905              Reply-To: tecmpl1@triton.ca.boeing.com 
69906              To: perl5-porters@perl.org 
69907              Date: Fri, 14 Apr 2000 20:21:00 GMT 
69908              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
69909      Branch: cfgperl
69910            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
69911 ____________________________________________________________________________
69912 [  5939] By: gsar                                  on 2000/04/24  19:01:24
69913         Log: more pod nits (from Larry Virden)
69914      Branch: perl
69915            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
69916            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
69917            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
69918 ____________________________________________________________________________
69919 [  5938] By: gsar                                  on 2000/04/24  18:54:01
69920         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
69921      Branch: perl
69922            ! ext/B/B/Deparse.pm
69923 ____________________________________________________________________________
69924 [  5937] By: jhi                                   on 2000/04/24  17:39:00
69925         Log: Integrate with Sarathy.
69926      Branch: cfgperl
69927           +> (branch 31 files)
69928           !> (integrate 73 files)
69929 ____________________________________________________________________________
69930 [  5936] By: gsar                                  on 2000/04/24  17:30:06
69931         Log: additional tests for change#5934 (from Paul Marquess, who also
69932              sent in the same fix)
69933      Branch: perl
69934            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
69935            ! t/pragma/warn/5nolint t/pragma/warn/6default
69936 ____________________________________________________________________________
69937 [  5935] By: jhi                                   on 2000/04/24  17:26:05
69938         Log: Do not assume sign propagation.
69939              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
69940              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
69941              To: payner@ncifcrf.gov, perl5-porters@perl.org 
69942              Date: Tue, 18 Apr 2000 18:24:49 +0100 
69943              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
69944      Branch: cfgperl
69945            ! t/op/bop.t t/op/misc.t
69946 ____________________________________________________________________________
69947 [  5934] By: gsar                                  on 2000/04/24  17:16:54
69948         Log: propagate lexical warnings from surrounding scope correctly
69949              within string eval()
69950      Branch: perl
69951            ! pp_ctl.c t/pragma/warn/pp_ctl
69952 ____________________________________________________________________________
69953 [  5933] By: jhi                                   on 2000/04/24  17:01:07
69954         Log: Flatten the cpp jungle doing the nosuid checking.
69955      Branch: cfgperl
69956            ! perl.c
69957 ____________________________________________________________________________
69958 [  5932] By: gsar                                  on 2000/04/24  09:08:14
69959         Log: add rsignal(), whichsig() and do_join() to public API list
69960              (mod_perl uses them to good advantage)
69961      Branch: perl
69962            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
69963 ____________________________________________________________________________
69964 [  5931] By: gsar                                  on 2000/04/24  09:01:40
69965         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
69966      Branch: perl
69967            ! pp_hot.c regexec.c t/op/pat.t
69968 ____________________________________________________________________________
69969 [  5930] By: gsar                                  on 2000/04/24  08:58:33
69970         Log: small os390 tweaks (from Peter Prymmer)
69971      Branch: perl
69972            ! config_h.SH makedepend.SH
69973 ____________________________________________________________________________
69974 [  5929] By: gsar                                  on 2000/04/24  08:55:25
69975         Log: pod nits
69976      Branch: perl
69977            ! pod/perlguts.pod
69978 ____________________________________________________________________________
69979 [  5928] By: gsar                                  on 2000/04/24  08:50:13
69980         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
69981      Branch: perl
69982            ! ext/IO/lib/IO/Poll.pm
69983 ____________________________________________________________________________
69984 [  5927] By: gsar                                  on 2000/04/24  08:43:24
69985         Log: arrange for next() to resume at the unstack op rather than the
69986              loop conditional, so that scope cleanup happens correctly
69987              (from Stephen McCamant)
69988      Branch: perl
69989            ! op.c pp_ctl.c t/op/misc.t
69990 ____________________________________________________________________________
69991 [  5926] By: gsar                                  on 2000/04/24  08:18:40
69992         Log: on windows, reserve 16M of stack rather than 128M (allows more
69993              threads to run concurrently)
69994      Branch: perl
69995            ! win32/Makefile win32/makefile.mk
69996 ____________________________________________________________________________
69997 [  5925] By: gsar                                  on 2000/04/24  08:13:52
69998         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
69999      Branch: perl
70000            ! toke.c
70001 ____________________________________________________________________________
70002 [  5924] By: gsar                                  on 2000/04/24  08:08:59
70003         Log: avoid using uninitialized memory in require version check
70004      Branch: perl
70005            ! pp_ctl.c universal.c
70006 ____________________________________________________________________________
70007 [  5923] By: gsar                                  on 2000/04/24  07:20:14
70008         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
70009      Branch: perl
70010            ! ext/IO/lib/IO/Poll.pm
70011 ____________________________________________________________________________
70012 [  5922] By: gsar                                  on 2000/04/24  07:08:42
70013         Log: commentary about IoTYPE() (from Nathan Torkington)
70014      Branch: perl
70015            ! sv.h
70016 ____________________________________________________________________________
70017 [  5921] By: gsar                                  on 2000/04/24  06:58:26
70018         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
70019              by fix
70020      Branch: perl
70021            ! sv.c t/lib/charnames.t t/pragma/utf8.t
70022 ____________________________________________________________________________
70023 [  5920] By: gsar                                  on 2000/04/24  06:37:59
70024         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
70025      Branch: perl
70026            ! doop.c t/op/ver.t
70027 ____________________________________________________________________________
70028 [  5919] By: gsar                                  on 2000/04/24  06:21:58
70029         Log: Configure might miss old directories when prefix must be
70030              expanded (from Robin Barker)
70031      Branch: metaconfig
70032            ! U/installdirs/inc_version_list.U
70033      Branch: perl
70034            ! Configure
70035 ____________________________________________________________________________
70036 [  5918] By: gsar                                  on 2000/04/24  06:16:11
70037         Log: VMS nits in glob() test (from Charles Lane)
70038      Branch: perl
70039            ! t/lib/glob-basic.t
70040 ____________________________________________________________________________
70041 [  5917] By: gsar                                  on 2000/04/24  06:11:56
70042         Log: various pod nits (from Larry Virden and others)
70043      Branch: perl
70044            ! README.amiga README.hpux README.machten README.os2
70045            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
70046            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
70047            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
70048            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
70049            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
70050            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
70051            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
70052            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
70053 ____________________________________________________________________________
70054 [  5916] By: gsar                                  on 2000/04/24  05:52:43
70055         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
70056              <wjones@tc.fluke.com>)
70057      Branch: perl
70058            ! t/lib/glob-basic.t
70059 ____________________________________________________________________________
70060 [  5915] By: gsar                                  on 2000/04/24  05:07:01
70061         Log: supported platforms mixed up
70062      Branch: perl
70063            ! pod/perl56delta.pod pod/perlport.pod
70064 ____________________________________________________________________________
70065 [  5914] By: gsar                                  on 2000/04/24  04:56:08
70066         Log: caller() wasn't returning the right number of elements for
70067              eval {...}
70068      Branch: perl
70069            ! pp_ctl.c t/pragma/warn/9enabled
70070 ____________________________________________________________________________
70071 [  5913] By: gsar                                  on 2000/04/24  04:35:41
70072         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
70073              Mark-Jason Dominus)
70074      Branch: perl
70075            ! pod/perlfunc.pod
70076 ____________________________________________________________________________
70077 [  5912] By: gsar                                  on 2000/04/24  04:17:15
70078         Log: fix totally broken caching in UNIVERSAL::isa() (from
70079              Nick Ing-Simmons)
70080      Branch: perl
70081            ! t/op/universal.t universal.c
70082 ____________________________________________________________________________
70083 [  5911] By: gsar                                  on 2000/04/24  03:39:47
70084         Log: add linebreak properties from unicode/LineBrk.txt (from
70085              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
70086      Branch: perl
70087            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
70088            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
70089            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
70090            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
70091            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
70092            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
70093            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
70094            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
70095            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
70096            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
70097            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
70098            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
70099            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
70100            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
70101            + lib/unicode/Is/LbrkZW.pl
70102            ! lib/unicode/mktables.PL
70103 ____________________________________________________________________________
70104 [  5910] By: gsar                                  on 2000/04/24  03:23:10
70105         Log: typo in pod
70106      Branch: perl
70107            ! ext/Thread/Thread.pm
70108 ____________________________________________________________________________
70109 [  5909] By: gsar                                  on 2000/04/24  03:22:03
70110         Log: mode argument to do_binmode() should be file mode, not boolean
70111      Branch: perl
70112            ! pp_sys.c
70113 ____________________________________________________________________________
70114 [  5908] By: gsar                                  on 2000/04/16  16:51:08
70115         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
70116              always returns a valid GV even when the symbol is trapped by strictures
70117              (avoids coredumps)
70118              
70119              TODO: the C<package;> hack needs similar treatment
70120      Branch: perl
70121            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
70122            ! t/pragma/strict-vars
70123 ____________________________________________________________________________
70124 [  5907] By: jhi                                   on 2000/03/31  23:42:56
70125         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
70126              an assumption which #5905 demolished.
70127      Branch: cfgperl
70128            ! pp_sys.c
70129 ____________________________________________________________________________
70130 [  5906] By: jhi                                   on 2000/03/31  18:54:37
70131         Log: Typo in #5905.
70132      Branch: cfgperl
70133            ! t/op/64bitint.t
70134 ____________________________________________________________________________
70135 [  5905] By: jhi                                   on 2000/03/31  18:50:54
70136         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
70137              reported by Joseph N. Hall.  The bug was that even with use64bitint
70138              one had to use the prefixes q, L, or ll with printf/sprintf,
70139              contrary to the documentation and common sense.
70140      Branch: cfgperl
70141            ! sv.c t/op/64bitint.t
70142 ____________________________________________________________________________
70143 [  5904] By: gsar                                  on 2000/03/28  02:31:32
70144         Log: add Changes, perldelta.pod
70145      Branch: perl
70146            + Changes pod/perldelta.pod
70147 ____________________________________________________________________________
70148 [  5903] By: gsar                                  on 2000/03/28  02:03:55
70149         Log: rename Changes and perldelta.pod
70150      Branch: perl
70151           +> Changes5.6 pod/perl56delta.pod
70152            - Changes pod/perldelta.pod
70153            ! MANIFEST
70154 ____________________________________________________________________________
70155 [  5902] By: gsar                                  on 2000/03/28  01:59:14
70156         Log: create maint-5.6 branch
70157      Branch: maint-5.6/perl
70158           +> (branch 1611 files)
70159 ____________________________________________________________________________
70160 [  5901] By: jhi                                   on 2000/03/23  05:48:43
70161         Log: Integrate with Sarathy.
70162      Branch: cfgperl
70163           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
70164 ____________________________________________________________________________
70165 [  5900] By: gsar                                  on 2000/03/23  05:42:43
70166         Log: three guesses on what this is :-)
70167      Branch: perl
70168            ! Changes